unix-history/.git
1991-03-28 Mike Karelsnew vm
1991-03-28 William Nesheimadded Pc console entry (e.g. np) so it does not screw...
1991-03-28 William Nesheimadded description of no parity flag
1991-03-28 William Nesheimadded no parity flage for 386 8-bit character display...
1991-03-28 Kirk McKusickcopyright revision request from CMU
1991-03-28 Kirk McKusickMike's comments on the copyright notice
1991-03-27 Donn SeeleyEven cleaner, thanks to gcc -W -Wunused and ANSI /...
1991-03-27 Cynthia A.... added `more things to go wrong'
1991-03-27 Keith Sklowericode now calls exeve instead of execv;
1991-03-26 Mike Karels(part from william) clean up the #ifdefs in main (sligh...
1991-03-26 Keith Bostic_DIR_ => _DIR_H
1991-03-26 Kirk McKusickget rid of unneeded namei
1991-03-26 Mike Karelsremove execv (library didn't use), obsolete vhangup...
1991-03-26 Mike Karelsdon't need compat_43 execv, 4.3 used execve for execv
1991-03-26 Mike Karelsnew filedesc structure; point p_stats, p_sigacts at...
1991-03-26 Mike Karelsnow use single array of descriptors, either within...
1991-03-26 Mike Karelsclean up includes, rm OFILE*, release vmspace instead...
1991-03-26 Mike Karelsrm user.h; namei.h is in vnode.h
1991-03-26 Mike Karels(in last delta:) use array of signal property flags...
1991-03-25 Mike Karelsnew device calling conventions, consolidate nullops
1991-03-25 Mike Karelsnew device calling conventions, return correct error...
1991-03-25 Mike Karelsnew device calling conventions
1991-03-25 Mike Karelsrm user.h, OFILE
1991-03-25 Mike Karelsrm user.h
1991-03-25 William Nesheim(checked in by karels) add i386 tags
1991-03-24 Mike Karelsclose /etc/ttys in getttynam
1991-03-23 Chris Torekfix #ifndef TRACE definition of `trace' (gcc complains...
1991-03-23 Keith Bosticuse new db(3) routines, lots of minor cleanup
1991-03-23 William Nesheimadded flag bit to note which kind of entry into kernele
1991-03-23 Keith Bosticfirst cut at new ndbm, still using ndbm interface
1991-03-23 Chris Torekavoid branches, make profiling work. used a trick...
1991-03-23 Steven McCannedate and time created 91/03/22 16:05:35 by mccanne
1991-03-23 Steven McCannedate and time created 91/03/22 16:01:51 by mccanne
1991-03-23 Keith Bosticdate and time created 91/03/22 14:54:15 by bostic
1991-03-23 Keith Bosticdate and time created 91/03/22 14:53:39 by bostic
1991-03-23 Keith Bosticdate and time created 91/03/22 14:51:35 by bostic
1991-03-23 Keith Bosticminor cleanup, using wording from makedev.8
1991-03-23 Mike Karels#ifdef for new vm
1991-03-23 Keith Bosticinstall MAKEDEV.local too
1991-03-23 Keith Bosticdate and time created 91/03/22 14:34:34 by bostic
1991-03-23 Keith Bosticdelete makedev, created machine specific ones
1991-03-23 Keith Bosticdate and time created 91/03/22 14:27:55 by bostic
1991-03-23 Keith Bosticdate and time created 91/03/22 14:23:08 by bostic
1991-03-23 Keith Bosticadd i386 and tahoe subdirectories
1991-03-23 Keith Bosticdate and time created 91/03/22 14:21:58 by bostic
1991-03-23 Keith Bosticdate and time created 91/03/22 14:14:57 by bostic
1991-03-23 Keith Bosticdate and time created 91/03/22 14:14:07 by bostic
1991-03-23 Keith Bosticadd MAKEDEV
1991-03-23 Keith Bosticdate and time created 91/03/22 14:06:13 by bostic
1991-03-23 Dave A. Bormandate and time created 91/03/22 13:44:42 by dab
1991-03-23 Dave A. BormanFix for Cray UNICOS sessions
1991-03-23 Dave A. BormanUpgrade to the latest & greatest authentication/encryption
1991-03-23 Keith Bosticuse isinf(3) and isnan(3) instead of rolling our own
1991-03-22 Dave A. Bormanupgrade authentication/encryption to latest & greatest
1991-03-22 Keith Bosticneeded bsd.prog.mk
1991-03-22 Keith Bosticdon't install the library anywhere
1991-03-22 Keith Bosticrename error argument for C preprocessor
1991-03-22 Keith Bosticrename -s option to -T (Sys V. compatibility)
1991-03-22 Keith Bosticar -s option renamed to -T (Sys V compatibility)
1991-03-22 Keith Bostic<arpa/nameser.h> needs <sys/param.h> for endian stuff
1991-03-22 Keith Bosticdon't exit on error, fts_read will stop if it's unrecov...
1991-03-21 Keith Sklowerfix bug reported by swise@ibm.com
1991-03-21 Keith Bosticdon't use xstr(1) any more
1991-03-21 Keith Bosticadd gl_matchc, GLOG_MAGCHAR to glob(3)
1991-03-21 Keith Bosticdo seconds scaling correctly
1991-03-21 Keith Bosticdon't do an sccs get on a file
1991-03-20 Donn SeeleyPermit multiple source files to be supplied (for use...
1991-03-20 Kirk McKusickupdate CMU copyright and distribution notice
1991-03-20 Keith Bosticadd gl_matchc, GLOB_MAGCHAR
1991-03-20 Keith Bostichas nameser.h; needs sys/param.h for endian.h
1991-03-20 Keith Bosticadd gl_matchc, GLOB_MAGCHAR; sort flags
1991-03-20 Keith Bosticdefine the structures, no longer defined in unistd.h
1991-03-20 Keith Bostic/sys/tahoedist -> /sys/tahoe/dist
1991-03-20 Steven McCannedate and time created 91/03/19 18:50:37 by mccanne
1991-03-20 Steven McCannedate and time created 91/03/19 18:27:13 by mccanne
1991-03-20 Steven McCanneadd bpf
1991-03-20 Kirk McKusickdate and time created 91/03/19 17:51:02 by mckusick
1991-03-20 Mike Karelsnodev split to enodev/enxio; rename /dev/tty; try to...
1991-03-20 Kirk McKusickfix sign-post bug
1991-03-20 Kirk McKusickeliminate bletcherous code
1991-03-20 Kirk McKusickfix bletcherous code
1991-03-20 Keith Bosticdon't ref non-existent man pages
1991-03-20 Keith Bosticreference only bsearch(3) and db(3)
1991-03-20 Donn SeeleyMake the shell happy (new syntax??)
1991-03-20 Mike Karelsbigger buffers for tcp; purge user.h
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-20 Eric Allmananother cut at "I refuse to talk to myself" error messa...
1991-03-20 Kirk McKusicklocate.updatedb moves to /usr/libexec
1991-03-20 Mike Karelsexpunge user.h, other unneeded headers
1991-03-19 Steven McCanneadd bpf hooks
1991-03-19 Steven McCanneadd if_pcount field
1991-03-19 Steven McCanneadd bpf
1991-03-19 Keith Bosticuse right sccs strings
1991-03-19 Keith BosticI got a little too enthusiastic, there...
1991-03-19 Keith Bosticadd isinf.3
1991-03-19 Keith Bosticdate and time created 91/03/18 17:01:12 by bostic
1991-03-19 Keith Bosticdate and time created 91/03/18 16:52:52 by bostic
1991-03-19 Keith Bosticdate and time created 91/03/18 16:52:38 by bostic
next