summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Only build this on i386 for now. I may use it for the alpha later butDoug Rabson1998-06-111-1/+10
* Add missing Id keywords.Doug Rabson1998-06-112-0/+2
* Replace 'sleep()' with 'tsleep()'Julian Elischer1998-06-102-4/+8
* Make these files compile.Doug Rabson1998-06-105-8/+10
* Add my own copyright to this file. In this case not even the commentsDoug Rabson1998-06-101-11/+7
* Fix for "live inode" panic.Julian Elischer1998-06-102-40/+54
* Add my own copyright to this file. The only remnants of NetBSD code hereDoug Rabson1998-06-101-2/+27
* Add yet another copyright. If some CVS wizard feels like nuking the versionsDoug Rabson1998-06-101-0/+1415
* Fix mangled Id keyword.Doug Rabson1998-06-102-2/+2
* Add Id keyword.Doug Rabson1998-06-101-0/+1
* Remove buggy debugging code.Julian Elischer1998-06-102-86/+2
* Add missing copyrights. Thanks to Jason Thorpe for politely noting theDoug Rabson1998-06-104-0/+1845
* ENOPNOTSUPP --> EOPNOTSUPPAlexander Langer1998-06-102-4/+4
* Back out John's changes 1.45 -> 1.46Julian Elischer1998-06-101-21/+17
* Submitted by: Kirk McKusick <mckusick@McKusick.COM>Julian Elischer1998-06-102-16/+36
* I accidentally committed the wrong file, sorry.Doug Rabson1998-06-101-1/+1
* Back out previous change. This behavior is at least completelyDmitrij Tejblum1998-06-102-2/+2
* When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,Poul-Henning Kamp1998-06-101-2/+3
* Correct name and number for sxdc modulesPoul-Henning Kamp1998-06-102-6/+6
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupDmitrij Tejblum1998-06-102-4/+4
* 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