unix-history/.git
1989-09-05 Mike Karelsminor cleanups
1989-09-05 Keith Bostictypo
1989-09-04 Mike Karelsmisc cleanups, init physmem so can reduce if desirec...
1989-09-04 Mike Karelscleanups; init physmem so can reduce if desired; rm...
1989-09-04 Mike Karelsexpunge u_code (pass directly); move nosys to common...
1989-09-04 Mike Karelsput interrupt br, cvec in globals for qbus code; add...
1989-09-04 Mike Karelsadd dumpconf
1989-09-04 Mike Karelsexpunge u_code (pass directly); move nosys; regularize...
1989-09-04 Mike Karelsrm chmk 139
1989-09-04 Mike Karelsnew signals: pass code directly to sendsig
1989-09-04 Mike Karelsruid, rgid moved to proc
1989-09-04 Mike Karelsremove WSIGRESTART; start count from 0 each time in...
1989-09-04 Mike Karelsmove real uid, gid to proc structure; remove SOUSIG
1989-09-04 Mike Karelsmove signal processing to kern_sig; add saved uid,...
1989-09-04 Mike Karelsall zeros isn't good enough for signal initialization now
1989-09-04 Mike Karelsrev 7
1989-09-04 Mike Karelsmove IEXTEN; cbreak has IEXTEN
1989-09-03 Gregory MinshallImplement apitrace.
1989-09-03 Gregory MinshallUtilize apitrace.
1989-09-03 Keith Bosticadd -p flag; POSIX 1003.2 compliant
1989-09-03 Keith Bosticadd -p; from scratch, using 1003.2 manual page
1989-09-03 Gregory MinshallAdd in "to apitrace"
1989-09-03 Gregory MinshallAdd in new DEFINES to keep up to date with Dave Borman...
1989-09-03 Mike Karelsadd :k (kill kernel), with panic from trap like other...
1989-09-03 Mike Karelsreturn from kdb means continue previous: trap if from...
1989-09-03 Mike Karelsbranch for osi alpha without vnodes
1989-09-03 Mike Karelsinit physmem to max supported memory (so can limit);
1989-09-03 Keith Bosticput -f flag back in; it only stops sorting now
1989-09-03 Keith Bosticdon't let \v, \f etc. through, \f clears screen for...
1989-09-02 Paul Bormanmove NTELOPTS out of #ifdef TELOPTS
1989-09-02 Paul BormanRFC 1091 term type support, STATUS support, BINARY...
1989-09-02 Kirk McKusickadd memory filesystem initialization
1989-09-02 Paul BormanNew telnetd, with LINEMODE support
1989-09-02 Rick Adamscheck for EOF on fgets so dont get into infinite loop on
1989-09-02 Paul BormanMove NTELOPTS outside of the #ifdef TELOPTS
1989-09-01 Keith Bosticdon't display meta/control chars; bug report 4.3BSD...
1989-09-01 Keith Bosticuse the right macros
1989-09-01 Mike Karelsadd Mfsiomap
1989-09-01 Mike Karelsruid and rgid move to the proc structure
1989-09-01 Kirk McKusickadd MFS map; cleanup NFS map
1989-09-01 Mike Karelsinit physmem to max supported memory (so can limit);
1989-09-01 Kirk McKusickcorrect synopsis line
1989-09-01 Kirk McKusicknote that it normally does not return
1989-09-01 Kirk McKusickadd ability to create multiple servers
1989-09-01 Kirk McKusickfix synopsis line; add cross reference
1989-09-01 Kirk McKusickadd cross reference to system call
1989-08-31 Mike Karelsneed to keep the broadcast flag on
1989-08-31 Keith Bostic^ hasn't been the pipe character in a long while
1989-08-31 Craig LeresAdd sun-cmd (to quiet the poor sods who put up with...
1989-08-31 Rick Macklemfirst buffer cache implementation; name cache usage...
1989-08-31 Kevin Falladd some Kerberos detail
1989-08-31 Rick Macklemfirst buffer cache implementation
1989-08-31 Kirk McKusickrelease vnode immediately after done with swap buffer
1989-08-31 Kirk McKusickminor fixes for NFS
1989-08-31 Kevin FallKerberized version.
1989-08-31 Kevin Fallremove redundancy
1989-08-31 Kirk McKusicknew NFS module
1989-08-31 Kevin Fallno change
1989-08-31 Kevin Fallremove some redundancy
1989-08-31 Kirk McKusickadd nfs_start vfs op
1989-08-31 Kevin Fallno change; but discovered an error in wait.h
1989-08-31 Kirk McKusickdate and time created 89/08/30 15:54:04 by mckusick
1989-08-31 Kirk McKusickdate and time created 89/08/30 15:46:08 by mckusick
1989-08-31 Kirk McKusickfrom Rick Macklem
1989-08-31 Kirk McKusickadd async_daemon for NFS
1989-08-31 Mike Karelsnew signals
1989-08-31 Mike Karelsrename {s,g}etlog{name,in}
1989-08-31 Keith Bosticup line length once again, to 4096
1989-08-31 Keith Bostic_c should zero-pad the hexnumbers, which should be...
1989-08-31 Keith Bostic_c should zero-pad the hexnumbers, which should be...
1989-08-30 Keith Bosticremove bpad.c
1989-08-30 Keith Bosticremove rest of blank trimming; fold bpad.c into display.c
1989-08-30 Keith Bostictrimming trailing blanks is too hard; the last revision...
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:26 by bostic
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:24 by bostic
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:21 by bostic
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:18 by bostic
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:16 by bostic
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:15 by bostic
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:13 by bostic
1989-08-30 Keith Bosticdate and time created 89/08/29 18:36:09 by bostic
1989-08-30 Keith Bosticmove to old
1989-08-30 Keith Sklowermove to /usr/sbin
1989-08-30 Keith BosticNUL terminate the readlink buffer
1989-08-30 Keith Sklowerplug memory leak; check in for ``alpha'' tape
1989-08-30 Keith Sklowervarious fixes concerning lost annotations; check in...
1989-08-30 Bill Joystart routines can't reliably return errors;fix bug...
1989-08-30 Kirk McKusickadd memory based file system
1989-08-30 Mike Karelsreorganize
1989-08-30 Kevin Fallwait even less time on Kerb. failure; fix error msgs
1989-08-30 Keith Sklowercheckpoint for ``alpha tape''; tp is still a little...
1989-08-29 Mike Karelsmake tags for header file too
1989-08-29 Mike Karelsmake ctags work with this (wonder if the old ctags...
1989-08-29 Mike Karelschange pages/2 to kilobytes
1989-08-29 Keith Bosticrearrange so savecore is sooner, "ps -U" is after ...
1989-08-29 Keith Bosticremove vms defines, leave "unix" macro def
1989-08-29 Keith BosticMakefile for new version from Ozan Yigit
1989-08-29 Keith Bosticpathnames for new version from Ozan Yigit
1989-08-29 Keith BosticBerkleyize
1989-08-29 Keith Bosticoriginal version from Ozan Yigit
next