aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tBruce Evans1999-08-241-4/+5
* Use devtoname to print dev_t's instead of casting them to u_long forBruce Evans1999-08-231-6/+7
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.Bruce Evans1999-08-232-8/+6
* Implement a version of s_lock_try that doesn't cause the next s_lockAlan Cox1999-08-231-20/+20
* Oops, the previous commit was missing a new include.Bruce Evans1999-08-232-0/+2
* Complain if this file is included.Poul-Henning Kamp1999-08-231-1/+9
* Now that we can bind cdevsw to the individual dev_t, divorce the PERFMONPoul-Henning Kamp1999-08-233-51/+36
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-236-10/+10
* Reset the UHCI controller when the device comes back from suspend.Nick Hibma1999-08-234-28/+79
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-23102-2158/+479
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-2311-58/+61
* The nexus_attach() code works a lot better if it's actually connected toPeter Wemm1999-08-234-48/+24
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKAlan Cox1999-08-234-19/+9
* Correct the inconsistent formatting in struct vm_map.Alan Cox1999-08-231-2/+2
* struct vm_map:Alan Cox1999-08-231-2/+9
* - Make binary size smaller.KATO Takenori1999-08-232-12/+12
* Fix a mistake in my last SA_SIGINFO commit. Processes could blockMartin Cracauer1999-08-231-2/+2
* Updated to new keyboard driver.KATO Takenori1999-08-232-256/+28
* Merge from sys/dev/syscons/syscons.c revision 1.319.KATO Takenori1999-08-231-4/+6
* Merge from sys/i386/isa/npx.c revision 1.76.KATO Takenori1999-08-231-1/+18
* Merge from sys/i386/i386/userconfig.c revision 1.153.KATO Takenori1999-08-231-2/+3
* Merge from sys/i386/conf/options.i386 revision .1.20.KATO Takenori1999-08-232-4/+2
* Disable some apparently stray debug printfs:Peter Wemm1999-08-231-1/+3
* Fix the breakage caused by hanging softc off dev_t. This is onlyPoul-Henning Kamp1999-08-231-7/+36
* The previous fix didn't do anything if you didn't have pnp. The ICUPeter Wemm1999-08-222-4/+6
* Finish unbreaking autoconf.c includes (for non-SMP.)Brian Feldman1999-08-222-2/+4
* Aallow ppp to work with Nortel Networks Extranet SwitchBrian Somers1999-08-221-0/+6
* Fix a small typo (missing comma) to make the alpha kernel build againAndrew Gallatin1999-08-221-2/+2
* Oops, that wasn't so clever after all. struct isa_device is still aPeter Wemm1999-08-223-5/+5
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hooksPeter Wemm1999-08-222-70/+48
* Take advantage of the apm/npx code and let them identify themselves ratherPeter Wemm1999-08-224-92/+136
* Make the identify routine add itself with priority 100 to make sure itPeter Wemm1999-08-226-12/+36
* Add an identify method to allow npx to arrange itself to be attached toPeter Wemm1999-08-223-3/+54
* Add an identify method to allow apm to attach itself to the nexusPeter Wemm1999-08-222-2/+30
* make pnp.h self contained, for what good it'll do since it's days arePeter Wemm1999-08-221-1/+3
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)Tim Vanderhoek1999-08-221-2/+2
* Slightly sanitize the isa/eisa bridge detection. The pci->eisa bridgePeter Wemm1999-08-221-13/+9
* Catch an at_shutdown I didn't think of in the last batch.Mike Smith1999-08-221-4/+5
* Go back to using microtime() to get the timestamps for {f,l,}utimes(path,John Polstra1999-08-222-4/+6
* 1) Add HEADER section. Similar to CODE.Nick Hibma1999-08-221-41/+58
* Add a missing underscore that made EVENTHANDLER_FAST_INVOKE broken.Brian Feldman1999-08-221-2/+2
* Fix `key release event prevent suspend' problem. We don't needMitsuru IWASAKI1999-08-222-48/+178
* - Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA1999-08-2210-633/+172
* Improve the detection code for GlidePoint. This is still a kludge,Kazutaka YOKOTA1999-08-222-4/+8
* Make "s_unlock" an inline function. (Inlining this function takesAlan Cox1999-08-221-2/+8
* Use the new vfs_timestamp() function to create the timestamps usedJohn Polstra1999-08-222-86/+92
* Crap, I knew I was going to forget something: add missing miibus methodBill Paul1999-08-221-0/+36
* Support full-precision file timestamps. Until now, only the secondsJohn Polstra1999-08-224-13/+107
* Remove two unused variable declarations.Alan Cox1999-08-221-3/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-2116-16/+36