summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* set_sd_state: Correct the conditions for bringing up empty orgrog1999-08-241-44/+73
* Lock stripes of striped and RAID-5 plexes before writing them. Thisgrog1999-08-241-25/+36
* Add keywords setstate, checkparity, rebuildparity.grog1999-08-242-8/+14
* Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.grog1999-08-242-7/+15
* format_config: print preferred plex correctly.grog1999-08-241-0/+1
* Change parameters of unlockrange to allow calling from revive_block,grog1999-08-242-26/+26
* Add declaration for vinum_setstate_by_force.grog1999-08-241-1/+2
* give_sd_to_drive: If we don't have space, deallocate the subdisk.grog1999-08-241-26/+56
* vinumclose: close raw plexes and subdisks.grog1999-08-241-10/+16
* Add support for logging subdisk I/O.grog1999-08-242-18/+32
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-248-21/+22
* Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don'tbde1999-08-241-4/+4
* Cast pointers to uintptr_t instead of casting them to u_long. Theybde1999-08-241-5/+5
* Fixed a misplaced cast to uintptr_t. Cosmetic.bde1999-08-244-28/+16
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tbde1999-08-241-4/+5
* Use devtoname to print dev_t's instead of casting them to u_long forbde1999-08-231-6/+7
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.bde1999-08-232-8/+6
* Implement a version of s_lock_try that doesn't cause the next s_lockalc1999-08-231-20/+20
* Oops, the previous commit was missing a new include.bde1999-08-232-0/+2
* Complain if this file is included.phk1999-08-231-1/+9
* Now that we can bind cdevsw to the individual dev_t, divorce the PERFMONphk1999-08-233-51/+36
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-236-10/+10
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-234-28/+79
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-23102-2158/+479
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-2311-58/+61
* The nexus_attach() code works a lot better if it's actually connected topeter1999-08-234-48/+24
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-234-19/+9
* Correct the inconsistent formatting in struct vm_map.alc1999-08-231-2/+2
* struct vm_map:alc1999-08-231-2/+9
* - Make binary size smaller.kato1999-08-232-12/+12
* Fix a mistake in my last SA_SIGINFO commit. Processes could blockcracauer1999-08-231-2/+2
* Updated to new keyboard driver.kato1999-08-232-256/+28
* Merge from sys/dev/syscons/syscons.c revision 1.319.kato1999-08-231-4/+6
* Merge from sys/i386/isa/npx.c revision 1.76.kato1999-08-231-1/+18
* Merge from sys/i386/i386/userconfig.c revision 1.153.kato1999-08-231-2/+3
* Merge from sys/i386/conf/options.i386 revision .1.20.kato1999-08-232-4/+2
* Disable some apparently stray debug printfs:peter1999-08-231-1/+3
* Fix the breakage caused by hanging softc off dev_t. This is onlyphk1999-08-231-7/+36
* The previous fix didn't do anything if you didn't have pnp. The ICUpeter1999-08-222-4/+6
* Finish unbreaking autoconf.c includes (for non-SMP.)green1999-08-222-2/+4
* Aallow ppp to work with Nortel Networks Extranet Switchbrian1999-08-221-0/+6
* Fix a small typo (missing comma) to make the alpha kernel build againgallatin1999-08-221-2/+2
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-223-5/+5
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hookspeter1999-08-222-70/+48
* Take advantage of the apm/npx code and let them identify themselves ratherpeter1999-08-224-92/+136
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-226-12/+36
* Add an identify method to allow npx to arrange itself to be attached topeter1999-08-223-3/+54
* Add an identify method to allow apm to attach itself to the nexuspeter1999-08-222-2/+30
* make pnp.h self contained, for what good it'll do since it's days arepeter1999-08-221-1/+3
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)hoek1999-08-221-2/+2
OpenPOWER on IntegriCloud