unix-history/.git
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
1992-04-20 Ralph Campbellchanged for disklabel support.
1992-04-20 Ralph Campbellfix argv indexing and fix writes so always 512 bytes.
1992-04-19 Ralph Campbellstrip out unused stuff. only used for boot block.
1992-04-19 Ralph Campbellfix clock read/write for leap year and to match ULTRIX.
1992-04-19 Ralph Campbellonly restore first save of vars on stack when unwinding...
1992-04-19 Ralph Campbelladded disk label support.
1992-04-19 Ralph Campbellchanged debug printfs.
1992-04-19 Ralph Campbellok to optimize clock.c now.
1992-04-19 Ralph Campbelldkstat.h is not used, removed.
1992-04-19 Ralph Campbellchange rootdev if mfs mini-root present.
1992-04-19 Ralph Campbellfix mfs_inactive for incore mini-root.
1992-04-19 Ralph Campbelladded mips boot support
1992-04-19 Ralph Campbellchanged for disklabel support
1992-04-19 Ralph Campbellupdate tz minor numbers
1992-04-18 Keith Bosticadd ignore keyword, fix some of the permissions
1992-04-18 Keith Bosticadd needvalue argument to parsekey, "ignore" has no...
1992-04-18 Keith Bosticdo comparison on ignored node, just skip everything...
1992-04-18 Keith Bosticadd needvalue argument to parsekey
1992-04-18 Keith Bosticadd changelist file
1992-04-18 Keith Bosticmove file backup into security script
1992-04-18 Keith Bosticdate and time created 92/04/17 16:17:31 by bostic
1992-04-18 Keith Sklowerfix bug with specifying specific network address but...
1992-04-18 Keith Bosticcomment cleanups
1992-04-17 Eric Allmanproperly set up envelope when returning email; try...
next