summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add my own copyright to this file. In this case not even the commentsdfr1998-06-101-11/+7
* Fix for "live inode" panic.julian1998-06-102-40/+54
* Add my own copyright to this file. The only remnants of NetBSD code heredfr1998-06-101-2/+27
* Add yet another copyright. If some CVS wizard feels like nuking the versionsdfr1998-06-101-0/+1415
* Fix mangled Id keyword.dfr1998-06-102-2/+2
* Add Id keyword.dfr1998-06-101-0/+1
* Remove buggy debugging code.julian1998-06-102-86/+2
* Add missing copyrights. Thanks to Jason Thorpe for politely noting thedfr1998-06-104-0/+1845
* ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-102-4/+4
* Back out John's changes 1.45 -> 1.46julian1998-06-101-21/+17
* Submitted by: Kirk McKusick <mckusick@McKusick.COM>julian1998-06-102-16/+36
* I accidentally committed the wrong file, sorry.dfr1998-06-101-1/+1
* Back out previous change. This behavior is at least completelydt1998-06-102-2/+2
* When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,phk1998-06-101-2/+3
* Correct name and number for sxdc modulesphk1998-06-102-6/+6
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupdt1998-06-102-4/+4
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-10113-176/+21627
* 64bit fixes: don't cast pointers to int.dfr1998-06-101-14/+14
* 64bit fixes: don't cast p->p_retval to an int*.dfr1998-06-101-3/+5
* 64bit fixes: use u_long not int for ioctl command.dfr1998-06-101-2/+3
* 64bit fixes: use size_t not u_int for sizes.dfr1998-06-101-2/+2
* 64bit fixes: p->p_retval is a register_t[] not an int[].dfr1998-06-101-3/+4
* Sync with sys/i386/isa/clock.c revision 1.124.kato1998-06-103-18/+18
* Don't silently accept attempts to change flags where they are notpeter1998-06-1010-15/+50
* Return EOPNOTSUPP rather than EINVAL for flags that are not supported.peter1998-06-102-4/+4
* Quieten gcc 2.8.1brian1998-06-101-2/+2
* Fix typo in a comment.dt1998-06-092-4/+4
* Add a tc_ prefix to struct timecounter members.phk1998-06-0913-254/+262
* Pass lists of possible root devices and their names up to thebde1998-06-095-121/+155
* Updated generated files.bde1998-06-096-34/+3
* Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.bde1998-06-091-12/+18
* Include "opt_compat.h" explicitly instead of depending onbde1998-06-092-4/+4
* Fixed `make depend', which I broke here about a month ago by movingbde1998-06-091-2/+3
* The version of the softdep changes in FreeBSD broke thejulian1998-06-081-4/+7
* Don't let ifunit() modify the string passed as an argument.julian1998-06-081-16/+26
* Remove some junk left over from a previous commit.dyson1998-06-082-12/+2
* Updated generated files.bde1998-06-088-807/+807
* Fixed some style bugs in output (missing tabs and unparenthesized macros).bde1998-06-081-31/+30
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-0821-187/+187
* Fix more of my DDB breakage.dfr1998-06-082-6/+6
* Fix a typo which prevented i386 elf from working at all (including Linuxdfr1998-06-081-2/+2
* Correct even more ioctl breakage :(sos1998-06-089-9/+9
* Sync with sys/i386/isa/clock.c revision 1.123.kato1998-06-083-3/+9
* Merge 64bit portability fixes from sys/i386 stuff.kato1998-06-0814-37/+37
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-39/+39
* Make DDB work again after I broke it :-(.dfr1998-06-083-6/+6
* Fix spelling in printf().jkoshy1998-06-082-4/+4
* Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.bde1998-06-085-7/+16
* ip_fil.h has 9 separate declarations of iplioctl() in a disgustingbde1998-06-084-10/+16
* Disable attempted write combining support. This probablydyson1998-06-081-1/+3
OpenPOWER on IntegriCloud