aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-520/+905
* 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
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-094-22/+54
* Make TIMER_FREQ a normal, undocumented option. Raise confusion toPoul-Henning Kamp1999-03-098-11/+22
* Fix from author of the driver:Andreas Klemm1999-03-092-6/+6
* Don't free() a NULL pointer!Kazutaka YOKOTA1999-03-091-3/+4
* New loader.rc stuff.Daniel C. Sobral1999-03-093-0/+1341
* Remove (redundant) map timestamp increments from some properlyAlan Cox1999-03-091-6/+1
* typo policeBrian Somers1999-03-093-12/+12
* Reserve cdev 115 for University of Waikato DAG network capture boardsJordan K. Hubbard1999-03-082-2/+4
* Clean up and order register definitions.Justin T. Gibbs1999-03-081-78/+66
* Add necessary splcam() protection around target mode setup and teardownJustin T. Gibbs1999-03-081-4/+19
* Move untimeout up before call to uhci_ii_done, avoids panic inNick Hibma1999-03-081-4/+1
* Add bt_port_probe() a routine shared by the EISA and ISA probe code toJustin T. Gibbs1999-03-082-15/+87
* Ask the card where our interrupt is instead of attempting to use the EISAJustin T. Gibbs1999-03-082-170/+62
* Pull 'ISA style' probe where interrupt information is determined throughJustin T. Gibbs1999-03-083-129/+21
* Spell David correctly.Steve Price1999-03-081-2/+2
* Integrate the new "nanokernel" PLL from Dave Mills.Poul-Henning Kamp1999-03-086-848/+753
* Add MODINFO_ARGS, parameters passed to a module at load time.Daniel C. Sobral1999-03-085-5/+18