aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-10113-176/+21627
* 64bit fixes: don't cast pointers to int.Doug Rabson1998-06-101-14/+14
* 64bit fixes: don't cast p->p_retval to an int*.Doug Rabson1998-06-101-3/+5
* 64bit fixes: use u_long not int for ioctl command.Doug Rabson1998-06-101-2/+3
* 64bit fixes: use size_t not u_int for sizes.Doug Rabson1998-06-101-2/+2
* 64bit fixes: p->p_retval is a register_t[] not an int[].Doug Rabson1998-06-101-3/+4
* Sync with sys/i386/isa/clock.c revision 1.124.KATO Takenori1998-06-103-18/+18
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-1010-15/+50
* Return EOPNOTSUPP rather than EINVAL for flags that are not supported.Peter Wemm1998-06-102-4/+4
* Quieten gcc 2.8.1Brian Somers1998-06-101-2/+2
* Fix typo in a comment.Dmitrij Tejblum1998-06-092-4/+4
* Add a tc_ prefix to struct timecounter members.Poul-Henning Kamp1998-06-0913-254/+262
* Pass lists of possible root devices and their names up to theBruce Evans1998-06-095-121/+155
* Updated generated files.Bruce Evans1998-06-096-34/+3
* Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.Bruce Evans1998-06-091-12/+18
* Include "opt_compat.h" explicitly instead of depending onBruce Evans1998-06-092-4/+4
* Fixed `make depend', which I broke here about a month ago by movingBruce Evans1998-06-091-2/+3
* The version of the softdep changes in FreeBSD broke theJulian Elischer1998-06-081-4/+7
* Don't let ifunit() modify the string passed as an argument.Julian Elischer1998-06-081-16/+26
* Remove some junk left over from a previous commit.John Dyson1998-06-082-12/+2
* Updated generated files.Bruce Evans1998-06-088-807/+807
* Fixed some style bugs in output (missing tabs and unparenthesized macros).Bruce Evans1998-06-081-31/+30
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-0820-184/+184
* Fix more of my DDB breakage.Doug Rabson1998-06-082-6/+6
* Fix a typo which prevented i386 elf from working at all (including LinuxDoug Rabson1998-06-081-2/+2
* Correct even more ioctl breakage :(Søren Schmidt1998-06-089-9/+9
* Sync with sys/i386/isa/clock.c revision 1.123.KATO Takenori1998-06-083-3/+9
* Merge 64bit portability fixes from sys/i386 stuff.KATO Takenori1998-06-0814-37/+37
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-39/+39
* Make DDB work again after I broke it :-(.Doug Rabson1998-06-083-6/+6
* Fix spelling in printf().Joseph Koshy1998-06-082-4/+4
* Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.Bruce Evans1998-06-085-7/+16
* ip_fil.h has 9 separate declarations of iplioctl() in a disgustingBruce Evans1998-06-082-5/+8
* Disable attempted write combining support. This probablyJohn Dyson1998-06-081-1/+3
* Fixed an ioctl which grew overnight.Bruce Evans1998-06-081-2/+2
* Backed out previous commit, which just consisted of a 1-byte editingBruce Evans1998-06-081-2/+2
* Fixed missing ifdefs and disordering in previous commit.Bruce Evans1998-06-081-2/+6
* Fixed ifdef bogotification in previous commit.Bruce Evans1998-06-081-7/+2
* Add a member function more to the timecounters, this one is for usePoul-Henning Kamp1998-06-0710-20/+89
* Fix another DEVFS/SLICE ioctl.Doug Rabson1998-06-071-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp1998-06-073-50/+129
* Fix some more ioctls which I missed becausese they were hidden by optionsDoug Rabson1998-06-077-16/+16
* Fix the retyping of the ioctl cmd parm from int to u_long.Søren Schmidt1998-06-071-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-07247-1498/+1871
* Sigh, all good words are reserved words these days...Poul-Henning Kamp1998-06-072-4/+4
* Added a used include (in ifdefed code).Bruce Evans1998-06-071-1/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-071-5/+5
* Fixed pedantic syntax errors caused by a trailing semicolon in a macroBruce Evans1998-06-071-2/+2
* Null change. Forgot to mention in previous log message that MNT_NOATIMEBruce Evans1998-06-071-1/+1
* Fixed some longstanding timestamp bugs:Bruce Evans1998-06-071-59/+72