unix-history/.git
1992-05-05 Keith Bosticadd function prototypes; new include format; define...
1992-05-05 Keith Bosticdefinition of pagerops moves to swap_pager.c where...
1992-05-05 Keith Bosticdefinition of pagerops moves to device_pager.c where...
1992-05-05 Keith Bosticadd function prototypes; new include format; define...
1992-05-05 Keith Bosticadd function prototypes
1992-05-05 Keith Bosticadd function pprototypes
1992-05-05 Keith Bosticmove function prototypes to vm_extern.h
1992-05-05 Keith Bosticmove definition of vm_inherit_t to vm.h
1992-05-05 Keith Bosticmove in definitions of vm exported types
1992-05-05 Keith Bosticcleanup function prototypes
1992-05-05 Keith Bosticadd function prototypes
1992-05-05 Keith Bosticupdate function prototypes
1992-05-05 Keith Bosticnew include format
1992-05-05 Keith Bosticupdate from LBL (Chris, Craig and Steve)
1992-05-05 Kirk McKusickdelete unneeded header files
1992-05-05 Keith Bosticupdate from LBL (Chris, Craig and Steve)
1992-05-05 Keith Bosticallow editing portable archives
1992-05-05 Kirk McKusicklint; clean up include directives
1992-05-05 Kirk McKusicklint
1992-05-05 Kirk McKusicklint inspired bug fix
1992-05-05 Kirk McKusickb_iodone routine has no return value
1992-05-05 Kirk McKusicklint
1992-05-05 Keith BosticEWOULDBLOCK -> EAGAIN (POSIX)
1992-05-05 Keith BosticO_NDELAY -> O_NONBLOCK (POSIX)
1992-05-04 Keith Bosticwordsmith
1992-05-03 Keith Bostichave to check patterns for block devices, too (tape...
1992-05-02 Keith Bosticdate and time created 92/05/01 17:01:20 by bostic
1992-05-02 Keith BosticOlder versions of gcc padded odd byte-count structures...
1992-05-01 Keith Bosticadd symlinks
1992-05-01 Marc Teitelbaumadd arithmetic
1992-05-01 Marc Teitelbaumadd support for arithmetic (and tilde)
1992-05-01 Marc Teitelbaumadd support for tilde
1992-05-01 Marc Teitelbaumadd tilde -- remove UDIR
1992-05-01 Marc Teitelbaumadd support for tilde expansion
1992-05-01 Marc Teitelbaumadd exp and let builtins for arithmetic
1992-05-01 Marc Teitelbaumremove UDIR (we now have tilde)
1992-04-30 Keith Bosticuse standard C declarations, use strerror
1992-04-30 Keith Bosticupdate from LBL (Chris, Craig and Steve)
1992-04-30 Keith BosticSO_TYPE and SO_ERROR are used with getsockopt, not...
1992-04-30 Keith Bostictwo copies of the header
1992-04-30 Keith Bosticread and write take void *'s, iovec's contain void *'s
1992-04-29 Keith Bosticdon't have to edit the output if gcc is the compiler
1992-04-29 Keith Bosticextern -> static for gcc2.1; KNF, use #defined shell...
1992-04-29 Keith Bosticadd /etc/shells for the C libarry
1992-04-28 Keith Sklowerdate and time created 92/04/27 17:35:35 by sklower
1992-04-28 Keith Sklowerdate and time created 92/04/27 17:15:54 by sklower
1992-04-28 Marc Teitelbaumarithmetic
1992-04-28 Keith Bostic"hexidecimal" should be "hexadecimal".
1992-04-27 Keith Bosticthe prettiness police welcome login to ANSI; no real...
1992-04-27 Keith Bosticrootlogin should be set early in the loop
1992-04-26 Ralph Campbelldeleted sys/cdefs.h since its included by db.h
1992-04-26 Ralph Campbelladded sys/types.h since its needed.
1992-04-26 Ralph Campbellset page clean after vm_pager_get().
1992-04-25 Keith Bosticdelete extra slash
1992-04-25 Keith Bosticfix file names
1992-04-25 Keith Bosticbring up to date, document optional argument
1992-04-25 Keith Sklowermark changes made by leres@lbl
1992-04-25 Keith Bosticmove the kernel file to /var/db
1992-04-25 Keith Bosticadd _PATH_VARDB, /var/db
1992-04-25 Keith Bosticadd list of files to be backed up and diff'd, including...
1992-04-25 Keith Bostickvm_mkdb defaults to /vmunix
1992-04-24 Keith Bosticreplace the character (from Christos Zoulas)
1992-04-24 Keith Bostictoo many args is a usage error
1992-04-24 Keith Bosticdon't let fields meet under any circumstances
1992-04-24 Keith Bosticsigstack -> sigaltstack
1992-04-24 Kirk McKusickdate and time created 92/04/23 16:31:18 by mckusick
1992-04-24 Kirk McKusickdeprecate in favor of sigaltstack.2
1992-04-24 Keith Bosticneed a sigstack man page
1992-04-24 Keith Bosticdate and time created 92/04/23 15:55:23 by bostic
1992-04-24 Keith BosticANSI C version, from Chris Torek
1992-04-24 Keith Bosticadd assert.c
1992-04-23 Kirk McKusickneed types.h
1992-04-23 Keith Bostictypo
1992-04-23 Kirk McKusickfor now lseek takes and returns a long
1992-04-23 Keith Bosticadd Kirk's hup alias
1992-04-22 Kirk McKusickhave to pass down cred to block allocation routines
1992-04-22 Kirk McKusickhave to pass down cred to block allocation routines
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a credential argument
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-04-22 Kirk McKusickvop_truncate takes off_t rather than u_long length op
1992-04-22 Keith Sklowermissing ntohs on checks and auto binding in pcbbind()
1992-04-22 Kirk McKusickufs_chown and ufs_chmod now take cred pointers
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-04-22 Kirk McKusickadd definitions for lseek and access system calls
1992-04-22 Kirk McKusickadd definition for POSIX.4 timespec
1992-04-22 Kirk McKusickv_lastr is a daddr_t, truncate length is off_t not...
1992-04-22 Kirk McKusickvop_truncate takes off_t rather than u_long length op
1992-04-21 Kirk McKusickadd functionality for sigaltstack
1992-04-21 Kirk McKusickrename a signal control flag
1992-04-21 Kirk McKusickadd functionality to support sigaltstack
1992-04-21 Kirk McKusicksigstack becomes COMPAT; sigaltstack becomes real
1992-04-21 Kirk McKusickdefinitions for sigaltstack
1992-04-21 Kirk McKusickdo not wait for mount info
1992-04-21 Kirk McKusickset dirty offset (from Macklem)
1992-04-21 Keith Bosticrun it through indent
1992-04-21 Ralph Campbelldate and time created 92/04/20 14:08:39 by ralph
1992-04-21 Ralph Campbelldate and time created 92/04/20 14:07:52 by ralph
1992-04-21 Ralph Campbelldate and time created 92/04/20 14:07:44 by ralph
1992-04-21 Ralph Campbelldate and time created 92/04/20 14:07:38 by ralph
next