unix-history/.git
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...
1995-02-16 Eric Allmanadd LOCAL_MAILER_MAX and PROCMAIL_MAILER_MAX
1995-02-16 Eric Allmanadd /SENDMAIL/ANY/SHELL/ question
1995-02-16 Kirk McKusickSYNC may be done by anyone; select quota type properly...
1995-02-16 Kirk McKusickmore debugging for clustering
1995-02-15 Chris G. Demetrioufix a substitution error in the last commit.
1995-02-15 Eric Allmananother iteration with Brad
1995-02-15 Chris G. Demetrioudate and time created 95/02/14 12:21:06 by cgd
1995-02-15 Kirk McKusickUse nulls to pad proctitle rather than spaces...makes...
1995-02-15 Kirk McKusickspelling error of Knuth (from Guy Harris)
1995-02-15 Eric Allmanfirst draft from Brad Knowles <brad@birch.ims.disa...
1995-02-15 Chris G. Demetrioureturn types, syscall arg conventions & recording fixes.
1995-02-15 Chris G. Demetrioureturn types.
1995-02-15 Chris G. Demetrioureturn types. use NULL instead of (void *)0.
1995-02-15 Chris G. Demetriouadd some space after commas.
1995-02-15 Chris G. Demetrioureturn types, light clean.
1995-02-15 Chris G. Demetrioureturn types, add a comment or type where necessary.
1995-02-15 Chris G. Demetrioureturn types, KNF, some protos.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriouinsert a missing space.
1995-02-15 Chris G. Demetrioucheck pointer != NULL rather than cast.
1995-02-15 Chris G. Demetrioulight cleanup, return types, KNF, etc.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriouspecify return types.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriounew syscall arg conventions.
1995-02-15 Chris G. Demetriouspecify return types.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriouhack to make this work, for now.
1995-02-15 Chris G. Demetrioubuild syscall files the right way, for new args mechanism.
1995-02-15 Chris G. Demetriouhack to make it work with new syscall arg conventions.
1995-02-15 Chris G. Demetriouinclude the copyright in the output files.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriounew syscalls.master format.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriounew argument passing conversion. minor type size cleanups.
1995-02-15 Chris G. Demetrioulight clean; spaced vs. tabs. ioctl takes u_long,...
1995-02-15 Chris G. Demetriouaccess syscall arguments in the new fashion.
1995-02-15 Chris G. Demetriougenerate new-style syscalls files.
1995-02-15 Eric Allmanuse LA_SUBR for HP-UX load average (for pstat_getdynami...
1995-02-14 Eric Allmanfix bug -- should have been testing bufp == NULL instea...
1995-02-14 Eric Allmanfix error -- should hvae been testing bufp instead...
1995-02-14 Kirk McKusickcomments from Pauline
1995-02-14 Kirk McKusickdate and time created 95/02/13 12:40:42 by mckusick
1995-02-12 Keith Sklowerfixes from jch
1995-02-12 Kirk McKusickallow swapping on sd1b and sd2b
1995-02-12 Chris G. Demetriouturn off ISO networking
1995-02-11 Eric Allmanbecome the default uid when including files with HASSET...
1995-02-11 Eric Allmanavoid checking path directory modes if setreuid succeed...
1995-02-11 Eric Allmanrefuse connections if there isn't enough disk space...
1995-02-11 Eric Allmanadd logging on possible attacks
1995-02-11 Eric Allmanadd syslog on possible attack
1995-02-11 Eric Allmanadd release date of today on RELEASE_NOTES
1995-02-11 Eric Allmandrat -- another one
1995-02-11 Eric Allmananother possible newline.....
1995-02-11 Eric Allmanmore bogus newline deletion
1995-02-11 Eric Allmanmore security hacking (avoiding bogus newlines in strings)
1995-02-11 Eric Allmanadd changes to the list of subdirectories
1995-02-11 Eric Allman8.6.10 security release
1995-02-11 Eric Allmanbump version number for 8.6.10 (no config changes)
1995-02-10 Eric Allmandual buffers no longer necessary due to change in sendt...
1995-02-10 Eric Allmanavoid conflicting buffer usage
1995-02-10 Eric Allmaneliminate unnecessary declaration
1995-02-10 Eric Allmanfix security problem allowing bogus lines to be written...
1995-02-10 Eric Allmanfix security problem: avoid newlines in command line...
1995-02-10 Eric Allmanadd prototype of denlstring()
1995-02-10 Eric Allmanuse cleanstrcpy for copying IDENT string
1995-02-10 Eric Allmanimproved locking for alias files
1995-02-10 Kirk McKusickwrong sense of comparison (from karels)
1995-02-10 Chris G. Demetrioudon't check for <0 on unsigneds. (kill comp. warning.)
1995-02-10 Chris G. Demetrioucasts to quiet compiler.
1995-02-10 Chris G. Demetrioucorrect return types to match protos.
1995-02-10 Chris G. Demetrioucasts to quiet compiler.
1995-02-10 Chris G. Demetrioucons_rtrequest returns void, for consistency.
1995-02-10 Chris G. Demetrioucons_rtrequest should return void.
1995-02-10 Chris G. Demetrioumake return types correct for tp functions
1995-02-10 Chris G. Demetrioucasts to quiet compiler
1995-02-10 Chris G. Demetriouioctl routines take u_long's as commnands.
1995-02-10 Keith Skloweryet more stupid lint tricks
1995-02-10 Keith Sklowermore stupid lint tricks
1995-02-10 Keith Sklowerlint concerns; match void/int prototypes
1995-02-09 Kirk McKusickfile size may be quad_t (from torek)
1995-02-09 Kirk McKusicknote parent of root inode, so that replacing ".." will...
1995-02-09 Chris G. Demetrioulint
1995-02-08 Kirk McKusickgive error when user tries to set high 16-bits of inode...
1995-02-08 Eric Allmansecurity patch: ident proto allows arbitrary programs...
1995-02-08 Eric Allmanfix security problem that allows users to put bogus...
next