summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1996-10-28Fix d_done prototypeNiklas Hallqvist
1996-10-28Obsolete.briggs
1996-10-28Most 040 models have scsi regs at base + 0x10000, not base + 0xf000briggs
1996-10-28Disallow null strings ("") as path names; ignore trailing / on path names,Thorsten Lockert
1996-10-28Enable quotasThorsten Lockert
1996-10-28More argument checking of fcntl(, F_GETLK, )Thorsten Lockert
1996-10-28Change block size handling and add untested support for Japanese 1.2mbJason Downs
1996-10-28Merge in old/latest code. Untested support for 2.88mb floppy drives.Jason Downs
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-27Correct error return for link(2) to directoriesThorsten Lockert
1996-10-27OLF makes .os section and program header hack go away.etheisen
1996-10-27Gear up for OLF.etheisen
1996-10-27bustype F is commonly seem for aha cards, do not whineTheo de Raadt
1996-10-27Better error checking for lseek(2)Thorsten Lockert
1996-10-27Signal handling now fully POSIX.1-1990 compliantThorsten Lockert
1996-10-27and the same for the trunkMichael Shalayeff
1996-10-27Allow kill(, 0) on process groups that hold only zombies; per POSIXThorsten Lockert
1996-10-27Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id,Thorsten Lockert
1996-10-27Don't verify that euid has write permissionThorsten Lockert
1996-10-27Correct last fixThorsten Lockert
1996-10-27record route is not a problem; thanks bitbltTheo de Raadt
1996-10-26ep at same places at genericTheo de Raadt
1996-10-26sockaddr_ipx members order changeMichael Shalayeff
1996-10-26remove my CVS tag.Michael Shalayeff
1996-10-26more move changesJason Downs
1996-10-26Verify arguments to fcntl(, F_GETLK, )Thorsten Lockert
1996-10-26Verify that options to wait4() are legalThorsten Lockert
1996-10-26Verify that pgid argument to setpgid() is legalThorsten Lockert
1996-10-26A process can send a signal to another process if the uid of the signallingThorsten Lockert
1996-10-26rename(from, to) where from and to are the name file (linked) is a no-opThorsten Lockert
1996-10-26Define _POSIX_VDISABLE as (0377), not '\377'Thorsten Lockert
1996-10-26move related trivial changesJason Downs
1996-10-26floppy driver is now in dev/isa. Not in files.isa yet, though, since arcJason Downs
1996-10-26Don't use a cast for _POSIX_VDISABLEThorsten Lockert
1996-10-25fix; pr#38; kstailey@dol-esa.govTheo de Raadt
1996-10-25i386 MAXBSIZE restriction goes awayTheo de Raadt
1996-10-25grow kvm space; fix an over-agressive pmap optimizationTheo de Raadt
1996-10-25BusifiedNiklas Hallqvist
1996-10-25be slightly more verbose for my sakeJason Downs
1996-10-25syncJason Downs
1996-10-24Discourage MATH_EMULATE.Jason Downs
1996-10-24replace with a correct memcmp; problem spotted by rahndsTheo de Raadt
1996-10-24<sys/dir.h> is for use as a compatibility interface only. Warn ifThorsten Lockert
1996-10-24kernel is 'bsd'Michael Shalayeff
1996-10-24fix protos and decls.Michael Shalayeff
1996-10-24add 3 another build directoriesMichael Shalayeff
1996-10-23conflictsTheo de Raadt
1996-10-23sysctl to locate psstringsTheo de Raadt
1996-10-23correct disklabel writing; from priceTheo de Raadt
1996-10-23avoid long linesTheo de Raadt