unix-history/.git
1994-03-20 Garrett WollmanDelete some references to sleep() that somehow crept in.
1994-03-20 Jordan K. HubbardAdded comments on Buslogic controllers. Cleaned up...
1994-03-20 Rod GrimesThese are the installation and profile files from the...
1994-03-20 Garrett WollmanDeclare cpu_model, machine.
1994-03-19 Garrett WollmanAdded cpu_model and machine variables.
1994-03-19 Garrett WollmanDeclare ostype, osrelease, etc.
1994-03-19 Garrett WollmanDefine new osrelease, ostype, osbuild, osconfig variabl...
1994-03-19 Jordan K. HubbardAs per Rod's wishes, man uses uid/gid 9 now.
1994-03-19 Garrett WollmanRemove e-mail headers.
1994-03-19 Jordan K. HubbardRemove man group - no longer necessary (that was quick...
1994-03-19 David GreenmanBack out previous change to vm_page.h.
1994-03-19 Jordan K. HubbardNo longer necessary to make catpages group write.
1994-03-19 Jordan K. HubbardMake man the default owner, don't bother with sgid.
1994-03-19 Jordan K. HubbardCorrect pre-installation target.
1994-03-19 David GreenmanCheck for error from VOP_BMAP(). Not doing so leads...
1994-03-19 Garrett WollmanAdded vfs_update_interval variable and UPDATE_INTERVAL...
1994-03-19 Jordan K. HubbardGo to userid man, groupid bin for catpages (and uid...
1994-03-19 Garrett WollmanMore symtab space.
1994-03-19 David Greenmanvm_page_hold isn't quite up to handling the case where...
1994-03-19 Jordan K. HubbardMistake: Man files should not be group owned by man...
1994-03-19 Garrett WollmanBrain fart - wrong location for ansi.h.
1994-03-19 Andrew MooreUpgrade to sendmail 8.6.8
1994-03-18 Andrey ChernovRemove ttyfree from sioclose
1994-03-18 Andreas SchulzOnly format the last patch better with correct tabsettings.
1994-03-18 Andreas SchulzDisabled the free of the tty structure. Else we have...
1994-03-18 Jordan K. HubbardFrom: Keith Bostic <bostic@vangogh.CS.Berkeley.edu>
1994-03-18 Andrey ChernovSome changes from Julian Stacey installed
1994-03-18 Jordan K. HubbardFix memory leak.
1994-03-18 Jordan K. HubbardChange default MANGRP to `man'.
1994-03-18 Jordan K. HubbardChange group id to man
1994-03-18 Jordan K. HubbardMake man files group owned by man. Make cat dirs group...
1994-03-18 Jordan K. HubbardAdded a man group ID.
1994-03-18 Rod Grimes>From Chris Christoph P. U. Kukulies kuku@acds...
1994-03-17 David Greenman#ifdef KERNEL the include of systm.h, as vm_page.h...
1994-03-17 David GreenmanIncreased maximum protection for data segment to VM_PRO...
1994-03-16 David GreenmanReturn EPERM if hard linking to a directory as required...
1994-03-16 Garrett WollmanAdded recent changes by me and David.
1994-03-16 Garrett WollmanPollution control per bde.
1994-03-16 Garrett WollmanDefined _POSIX_* to be one, rather than just empty.
1994-03-16 Garrett WollmanForgot to correct prototype of execve(). Now done.
1994-03-16 Garrett WollmanDocumented execve()'s action wrt SUGID, and corrected...
1994-03-16 Garrett WollmanDocumented new logic of set*id calls. Moved setuid...
1994-03-16 Garrett Wollman Defined _POSIX_SAVED_IDS per bde and P1003.1.
1994-03-16 Jordan K. HubbardMake man sgid bin, not sgid AND suid. There is no...
1994-03-16 David GreenmanAdded call to setlogin().
1994-03-16 David GreenmanIncreased VM_PAGEOUT_PAGE_COUNT from 4 to 6 pages....
1994-03-15 Andreas SchulzCatch the divide by zero bug earlier. If the drive...
1994-03-15 Andrey ChernovRemove x-bit from regular msdos files to reflect real...
1994-03-15 Garrett WollmanDeleted references to SPAGE and added SUGID. When...
1994-03-15 Andrey ChernovFix yet one security hole with overflowing bufer (and...
1994-03-15 David GreenmanDon't ever allow hard links to directories.
1994-03-15 Garrett WollmanAdded system call stubs for ntp_gettime and ntp_adjtime...
1994-03-15 Garrett WollmanForgot to set SUGID in set-id exec.
1994-03-15 Garrett WollmanImplement 4.4's SUGID flag, which keeps track of proces...
1994-03-15 Garrett WollmanAdded David Mills' kernel NTP PLL code. The current...
1994-03-15 Andrey ChernovFix server return code
1994-03-15 Andrey ChernovFix security hole:
1994-03-14 Andrey ChernovFix two security holes:
1994-03-14 Andreas SchulzPut a safety check in for the secsiz divide for the...
1994-03-14 David GreenmanPerformance improvements from John Dyson.
1994-03-14 Rod GrimesAdd Russian site ftp.kiae.su
1994-03-14 Andrey ChernovChecking l_close in unneeded (one of my previous fixes),
1994-03-12 Garrett WollmanFix from Bruce Evans; dup() would turn itself into...
1994-03-11 Steven WallaceAdded explanation of EXCLUDE_<driver> options for sound...
1994-03-11 Steven WallaceRemoved EXCLUDE_<driver> for sound drivers so that...
1994-03-11 Steven WallaceUpdated documentation for the sound drivers.
1994-03-11 Steven WallaceAdded appropriate entries into files.i386 for snd drive...
1994-03-11 Steven WallaceUpdated include files for sound drivers.
1994-03-11 Steven WallaceIntegrated Hannu Savolainen's new VoxWare sound drivers...
1994-03-10 Andreas SchulzDue to the deletion of the gcc support from libc we...
1994-03-10 Andrey ChernovDon't call ttyclose twice into sioclose and move ttyclose
1994-03-09 Andrey Chernovwarned not set in __initdb
1994-03-09 Nate WillamsFrom Jordan via. Paul K.
1994-03-09 David GreenmanDocument existance of -Z
1994-03-08 Andrey ChernovFirst open:
1994-03-08 David GreenmanReduced pending IO max to make things a little less...
1994-03-08 Nate WillamsFrom: Jim Babb <babb@sedhps01.mdc.com>
1994-03-08 Nate WillamsWe've got libmalloc, let's build it.
1994-03-08 Andreas SchulzFixed a bug, where a rdump doesn't close the rmt connec...
1994-03-08 David GreenmanModified pccnprobe to not set cn_tp = CONSOLE_TTY if...
1994-03-08 Andreas SchulzForget half of the static declarations. Now the xxx_rcv...
1994-03-08 Andreas SchulzMake the shmat,shmctl,shmdt,shmget routines static.
1994-03-08 Rod GrimesAdd mcd1 at 0x340 irq 11.
1994-03-07 Andreas SchulzFix a divide by zero trap in fsck. If the super-block...
1994-03-07 Garrett WollmanChanges: added descriptions of latest stuff from David...
1994-03-07 Andreas SchulzFixed a wrong name in semconfig.c . The else part fault...
1994-03-07 Andreas SchulzDescription:
1994-03-07 David GreenmanModified mbuf macros to reduce calls to malloc. From...
1994-03-07 David Greenman1) enhanced in_cksum from Bruce Evans.
1994-03-07 David Greenman 1) "Pre-faulting" in of pages into process address...
1994-03-07 David GreenmanChanged ipcaccess from static to extern as it is no...
1994-03-07 Rod GrimesAdd mitsumi cdrom /dev entries.
1994-03-07 Rod Grimes>From BETA_1_1 branch
1994-03-07 Rod Grimes>From BETA_1_1 branch
1994-03-06 Nate WillamsNew freely redistributable version of malloc and friend...
1994-03-06 Andreas SchulzFixing a local not initialized server.sin_addr.s_addr...
1994-03-06 Guido van RooijRemoved a #warning that I left here.
1994-03-06 Jordan K. HubbardUsed definable status codes (some may be sharable,...
1994-03-06 Andrey ChernovStop count getty spacing problem, if we issue kill...
1994-03-06 Andrey ChernovFix typing error in bootstrappwd target
next