aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce Bruce-filter verbosity.Poul-Henning Kamp1999-03-131-7/+3
* Make NDGBPORTS an official option.Joerg Wunsch1999-03-137-7/+22
* Sync with sys/i386/conf/Makefile.i386 revision 1.141.KATO Takenori1999-03-132-4/+4
* set if_snd.ifq_maxlen to something reasonable - note that if_de.c hasPeter Wemm1999-03-132-2/+10
* Change prototype of vinum_inactive.Greg Lehey1999-03-131-1/+1
* Improve the manner in which the location of the kld is found. ItGreg Lehey1999-03-131-1/+15
* Remove opencount from vinum_conf and struct vol, and disk index fromGreg Lehey1999-03-131-7/+4
* Part of removing vol->opencount: now we just use a flag.Greg Lehey1999-03-131-3/+3
* Add DEBUG_EOFINFO log messages.Greg Lehey1999-03-131-0/+15
* Remove antique crud.Greg Lehey1999-03-131-10/+25
* lock_drive: report on and recover from an obscure situation where theGreg Lehey1999-03-131-0/+7
* VINUM_RESETCONFIG: do the reset even if the config is open (as it hasGreg Lehey1999-03-131-3/+1
* Don't frob vp->v_usecount, it scares the hell out of the driver underGreg Lehey1999-03-131-5/+2
* Change the way of recognizing whether a plex was given to a volumeGreg Lehey1999-03-131-41/+63
* pmap_qenter/pmap_qremove:Alan Cox1999-03-132-178/+124
* vinum_inactive: distinguish whether we care whether the configGreg Lehey1999-03-131-5/+8
* Add a dire warning about the folly of configuring vinum inGreg Lehey1999-03-133-3/+27
* Reverse the order of processing object files within an executable orJohn Polstra1999-03-131-2/+2
* Fix an old cut&paste bogon.Poul-Henning Kamp1999-03-122-4/+4
* Don't allow anyone except root to mount file systems that map uids.Warner Losh1999-03-122-2/+14
* Remove static delcarations from {,un}register_pcic_intr declarationsWarner Losh1999-03-121-2/+2
* Enable crashdumps on alphas.Andrew Gallatin1999-03-121-1/+53
* Remove duplicate include.Poul-Henning Kamp1999-03-122-8/+2
* Fix Typo.Poul-Henning Kamp1999-03-121-2/+2
* Remove vm_page_frees from kmem_malloc that are performedAlan Cox1999-03-121-7/+1
* This solves a deadlock that can occur when read()ing into a file-mmap()Julian Elischer1999-03-122-7/+36
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-1211-518/+903
* Fix the 'fwd' option to ipfw when asked to divert to another machine.Julian Elischer1999-03-121-7/+24
* Stop the mfs from trying to swap out crucial bits of the mfsJulian Elischer1999-03-122-9/+9
* Fixed runtime accounting. The time since the previous context switchBruce Evans1999-03-112-13/+11
* Fixed variable overflow problem.David Greenman1999-03-112-10/+10
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixedDavid Greenman1999-03-118-17/+17
* Make even more of the PPSAPI implementations generic.Poul-Henning Kamp1999-03-1110-277/+448
* People who wanted the "tagged opening" message can boot -v. The restJordan K. Hubbard1999-03-111-2/+2
* Fix two tests against hex. values for CPUID.Ollivier Robert1999-03-102-6/+6
* Need to include /contrib/dev/oltr/... not dev/oltr/...Julian Elischer1999-03-101-2/+2
* Updated to use new APIC (SMP) safe interrupt register/unregisterRoger Hardiman1999-03-102-7/+48
* Header file for pcic interrupt register/unregister functions.Roger Hardiman1999-03-101-0/+36
* Keyboard driver update.KATO Takenori1999-03-105-223/+239
* - Added new options (ATKBD_DFLT_KEYMAP, KBD_DISABLE_KEYMAP_LOAD andKazutaka YOKOTA1999-03-103-15/+36
* Sync with sys/i386/conf/options.i386 revision up to 1.108.KATO Takenori1999-03-102-2/+20
* Sync with sys/i386/conf/majors.i386 revision 1.66.KATO Takenori1999-03-101-1/+2
* Sync with sys/i386/conf/files.i386 revision up to 1.227.KATO Takenori1999-03-102-2/+22
* Sync with sys/boot/i386/loader/Makefile revision 1.30.KATO Takenori1999-03-101-1/+7
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.17.KATO Takenori1999-03-101-1/+4
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-1023-1355/+666
* Submitted by: Larry LileJulian Elischer1999-03-1019-2226/+6150
* For clarity, use the "map" variable introduced by the last commitAlan Cox1999-03-101-5/+5
* Install new loader.rc stuff.Daniel C. Sobral1999-03-101-1/+7
* Don't forget to remove devstat entries when takingMatt Jacob1999-03-102-2/+12