summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed an ioctl which grew overnight.bde1998-06-081-2/+2
* Backed out previous commit, which just consisted of a 1-byte editingbde1998-06-081-2/+2
* Fixed missing ifdefs and disordering in previous commit.bde1998-06-081-2/+6
* Fixed ifdef bogotification in previous commit.bde1998-06-081-7/+2
* Add a member function more to the timecounters, this one is for usephk1998-06-0710-20/+89
* Fix another DEVFS/SLICE ioctl.dfr1998-06-071-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtphk1998-06-073-50/+129
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-077-16/+16
* Fix the retyping of the ioctl cmd parm from int to u_long.sos1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-07248-1500/+1873
* Sigh, all good words are reserved words these days...phk1998-06-072-4/+4
* Added a used include (in ifdefed code).bde1998-06-071-1/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-071-5/+5
* Fixed pedantic syntax errors caused by a trailing semicolon in a macrobde1998-06-071-2/+2
* Null change. Forgot to mention in previous log message that MNT_NOATIMEbde1998-06-071-1/+1
OpenPOWER on IntegriCloud