summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
1996-10-23An empty arglist is called __P((void)) not __P(())Niklas Hallqvist
1996-10-23introduce multiconsoles.Michael Shalayeff
1996-10-23Get memory configuration from boot blocks or /boot when it becomesetheisen
1996-10-23Patches from Dave Huang <khym@bga.com> to get something in and out of thebriggs
1996-10-23Sync up with NetBSD and include patch from Dave Huang <khym@bga.com>briggs
1996-10-22reality checkJason Downs
1996-10-22patch com speed initializationJason Downs
1996-10-21-Wall happinessMichael Shalayeff
1996-10-21missing struct rtentry prototypeMichael Shalayeff
1996-10-21-Wall happinessMichael Shalayeff
1996-10-21random is stock nowMichael Shalayeff
1996-10-21undo last change.Michael Shalayeff
1996-10-21add procfs flagsMichael Shalayeff
1996-10-21Added 'S' for Stack tracebacks. There are usually 3 items on theimp
1996-10-21random is stockTheo de Raadt
1996-10-21Fix two bugs noticed by Taras Ivanenko <ivanenko@ctpa03.mit.edu>briggs
1996-10-20Out of NetBSD (scottr):briggs
1996-10-20Spaces -> tabs that were my faultimp
1996-10-20Fix panic message if NFSCLIENT is not defined.briggs
1996-10-20Make support for booting over NFS dependent on NFSCLIENT instead of NETHER.briggs
1996-10-20Make it build with -Wparentheses.dm
1996-10-20Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall.dm