unix-history/.git
1995-02-24 Eric AllmanISC (SunSoft) Unix (never heard of this one)
1995-02-24 Eric Allmanadd ISC and UNICOS makefiles
1995-02-24 Eric Allmandate and time created 95/02/24 06:53:37 by eric
1995-02-24 Eric Allmanchange way statfs.f_bavail is handled to be more general
1995-02-24 Eric Allmandate and time created 95/02/24 06:40:45 by eric
1995-02-24 Keith Sklowerdocument slightly closer to working code to send to...
1995-02-24 Keith Sklowerdocument more trial code for mitre; maybe release it
1995-02-24 Eric Allmanallow optional alias files (where the source file doesn...
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-24 Kirk McKusicknfs_revoke uses vop_revoke
1995-02-24 Kirk McKusickvgone => VOP_REVOKE
1995-02-24 Kirk McKusickconvert vgoneall to vop_revoke
1995-02-24 Kirk McKusickallow revoke on any file; vgoneall => VOP_REVOKE
1995-02-24 Kirk McKusickvgoneall => VOP_REVOKE
1995-02-24 Kirk McKusickvgoneall is replaced by vop_revoke; add REVOKEALL flag
1995-02-24 Kirk McKusickadd vop_revoke operator
1995-02-23 Kirk McKusickvgoneall => VOP_REVOKE
1995-02-23 Kirk McKusickallow revoke on any file; vgoneall => VOP_REVOKE
1995-02-23 Kirk McKusickadd vop_revoke
1995-02-23 Kirk McKusickdefine cd9660_revoke to use vop_revoke
1995-02-23 Kirk McKusickdefine ufs_revoke to use vop_revoke
1995-02-23 Kirk McKusickvgoneall is replaced by vop_revoke
1995-02-23 Kirk McKusickadd mfs_revoke
1995-02-23 Kirk McKusickdefine mfs_revoke to be vop_revoke
1995-02-23 Kirk McKusickadd fifo_revoke
1995-02-23 Kirk McKusickdefine fifo_revoke to use vop_revoke
1995-02-23 Kirk McKusickadd spec_revoke
1995-02-23 Kirk McKusickdefine spec_revoke to use vop_revoke
1995-02-23 Kirk McKusickdefine ufs_revoke to use vop_revoke
1995-02-23 Kirk McKusickadd vop_revoke
1995-02-23 Kirk McKusickvgone => VOP_REVOKE
1995-02-23 Kirk McKusickvgoneall is replaced by vop_revoke
1995-02-23 Kirk McKusicknull out runp if requested in bmap
1995-02-23 Kirk McKusickfill in runp in bmap if requested to do so
1995-02-23 Kirk McKusickbetter fix for new syscall convention (from cgd)
1995-02-23 Eric Allmanbe able to use symbolic ruleset names in -bt mode
1995-02-23 Eric Allmandelete contrib/rcpt-streaming per request of John G...
1995-02-22 Keith Bosticktr_narg => ktr_argsize
1995-02-22 Eric Allmanadd mailer flag to turn of MX lookup
1995-02-22 Eric Allmanfix minor used-before-set problem
1995-02-22 Eric Allmancompiler glitch -- variable used before set
1995-02-22 Eric Allmanfix compile glitch on Cray Computer's CSOS
1995-02-22 Eric Allmanmake sure makesendmail is executable on the tape
1995-02-21 Eric Allmanwoops -- botched the last patch
1995-02-21 Eric Allmanminor patch for Hesiod
1995-02-21 Eric Allmanfix glitch in "relayed" messages
1995-02-21 Eric Allmanfix sendtolist() buffer copying -- confusion of global...
1995-02-21 Dave A. BormanWhen Linemode was getting turned off, we were changing
1995-02-21 Eric Allmanincrease optimization limit
1995-02-21 Dave A. BormanWhen the EXTPROC bit is being turned off, and we
1995-02-21 Dave A. BormanFix f_extproc() routine so that it works.
1995-02-21 Eric Allmanuse eecs.hidden domain
1995-02-21 Eric Allmanfirst cut at documenting 8.7 -- much more needed
1995-02-21 Eric Allmanlook in $=j as well as $=w for MX short circuit records...
1995-02-20 Eric Allmanallow symbolic ruleset names
1995-02-20 Eric Allmandouble number of rewriting sets (half numeric, half...
1995-02-20 Eric Allmanadd ST_RULESET for full-word rulesets
1995-02-20 Eric Allmanbring it up to date with what has been done
1995-02-20 Eric Allmansimplified implementation of new 'T' line
1995-02-20 Eric Allmandon't need ST_TRUSTED -- use class 't' instead
1995-02-20 Chris G. Demetrioudate and time created 95/02/19 08:07:15 by cgd
1995-02-20 Chris G. Demetriousleaze new sysent format by using narg * 4 for argsize.
1995-02-20 Chris G. Demetriounew names for some syscalls
1995-02-20 Chris G. Demetriounew names for functions.
1995-02-20 Chris G. Demetriouohpuxssig -> compat_43_hpuxssig
1995-02-20 Chris G. Demetriouproper return types, new names for functions
1995-02-19 Chris G. Demetriouuse argsize for unimplemented function printfs. new...
1995-02-19 Chris G. Demetriouadd setsigvec() and sigexit() protos.
1995-02-19 Chris G. Demetriouprototype kernel socket functions
1995-02-19 Chris G. Demetriouadd protos for cvtstat and insmntque.
1995-02-19 Chris G. Demetrioufix return type for unp_detach()
1995-02-19 Chris G. Demetriouadd proto for m_reclaim
1995-02-19 Chris G. Demetriouktr_syscall members are ints now. store argsize rather...
1995-02-19 Chris G. Demetrioukey_t moved into types.h
1995-02-19 Chris G. Demetriouadd key_t, so it can be used in syscall arg descriptions.
1995-02-19 Chris G. Demetriouexecve_args now goes in auto-generated syscallargs...
1995-02-19 Chris G. Demetriousysent struct also include argument size. define SCARG...
1995-02-19 Chris G. Demetriougetpagesize -> compat_43_getpagesize
1995-02-19 Chris G. Demetriounew syscall arg mechanism
1995-02-19 Chris G. Demetrioufix external declarations to match prototyped return...
1995-02-19 Chris G. Demetriourather than passing sy_narg around, pass sy_argsize
1995-02-19 Eric Allmanupdated status codes for DSNs
1995-02-19 Eric Allmansupport for Cray Computer Corp's CSOS
1995-02-19 Eric Allmanadd Makefile.CSOS
1995-02-19 Eric Allmandate and time created 95/02/19 07:16:37 by eric
1995-02-19 Eric AllmanHP-UX specific load average computation (works for...
1995-02-19 Eric Allmanfix prescan() function decl to match prototype
1995-02-18 Eric Allmanfix conflict between open file mode and stdio fdopen...
1995-02-18 Eric Allmanfix comments to match README file
1995-02-18 Eric Allmanuse far more generalized map support
1995-02-17 Kirk McKusickcheck for null vp before dereferrencing it (from donn...
1995-02-17 Dave A. BormanAdd code for machines that define baud rates directly
1995-02-17 Dave A. BormanClean up how suboptions are put together to ensure...
1995-02-17 Dave A. BormanMinor changes. Add code for STREAMSPTY (Solaris)
1995-02-17 Dave A. BormanClean up how suboptions are put together to ensure...
1995-02-17 Dave A. BormanRecognize EIO as an end of file condition.
1995-02-17 Dave A. BormanMake sure that if we get a failure from TerminalWrite
1995-02-17 Dave A. BormanFix auth & encrypt commands to require a second argument.
1995-02-17 Dave A. BormanFix a problem with KRB4 mutual authentication where
1995-02-16 Eric Allmandon't include Last-modified: header -- it breaks with...
next