summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Now that each cpu has its own gdt table, we need to setup apm gdt entries inluoqi1999-05-062-2/+36
* Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector.luoqi1999-05-064-8/+12
* Don't ignore mmap() address hint below the text section.luoqi1999-05-061-2/+4
* Do not set curproc until proc0 is fully initialized (in proc0_init()).luoqi1999-05-064-8/+4
* MFS: don't build the pcic.ko module.obrien1999-05-051-2/+2
* Dynamically increase TX start threshold if TX underruns are detected.wpaul1999-05-052-5/+14
* Add the INIT_PATH option for embedded systems.jb1999-05-053-3/+21
* Allow the init_path to be customised in an embedded system using thejb1999-05-051-3/+8
* Add an INIT_PATH option to allow the init_path (for sys/kern/init_main.c)jb1999-05-051-1/+4
* Add information strings for a number of devices which have suddenly appearedjkh1999-05-051-3/+8
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-0511-13/+1749
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 wirelesswpaul1999-05-052-0/+2630
* Remove bt_softcs. It is no longer used.imp1999-05-052-5/+2
* Sync with sys/i386/isa/fd.c revision 1.137.kato1999-05-052-34/+52
* Sync with sys/i386/conf/majors.i386 revision 1.71.kato1999-05-051-5/+6
* Fixed missing parenthesis.kato1999-05-052-4/+6
* Use unit, not device_id as an argument to an old-style ISA interruptdfr1999-05-044-12/+12
* Add procfs_rlimit.c so the kernel actually compiles.billf1999-05-041-3/+4
* Fix the media selection for the 3c900B-FL 10baseFL adapter. It actuallywpaul1999-05-041-44/+48
* Don't touch a path after we've free'd it.gibbs1999-05-041-4/+5
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-045-15/+11
* Unbreak slot_irq_handler(). The problem here is that slot_irq_handler()wpaul1999-05-041-2/+2
* Replace misused FE_D6_BBW with FE_D6_SBW.kato1999-05-042-22/+22
* Add missing copyright.jkh1999-05-042-0/+54
* Add "fire" screen saver.jkh1999-05-044-2/+217
* Add missing ``.''.brian1999-05-041-1/+1
* Grab a char-major for dallas semiconductor one-wire bus.phk1999-05-042-2/+4
* forgot passing the right pointer to dst to dummynet_io().luigi1999-05-041-2/+2
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedphk1999-05-042-26/+20
* Add even more () to CHECKIO which by now feels positively LISPish.phk1999-05-042-6/+8
* assorted dummynet cleanup:luigi1999-05-042-27/+38
* Disable the ppc chipset-specific probes by default.msmith1999-05-042-4/+4
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-0327-174/+238
* Descriptors can be delivered with short transfers.n_hibma1999-05-031-1/+1
* Add a load of definitionsn_hibma1999-05-031-10/+24
* Remove disconnected methodn_hibma1999-05-031-8/+1
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-14/+9
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-1/+2
* Change '#if UKBD_DEBUG' to '#ifdef...'n_hibma1999-05-031-8/+5
* Remove double removal of children of a hub. (remove disconnected method)n_hibma1999-05-031-29/+2
* Add URL to HID specn_hibma1999-05-031-1/+5
* Clean up parts of struct shared between NetBSD and FreeBSDn_hibma1999-05-031-4/+3
* Clean up debugging outputn_hibma1999-05-031-8/+13
* All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoidalc1999-05-032-6/+6
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes awpaul1999-05-036-2352/+2358
* Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems whenpeter1999-05-032-4/+4
* Changes to support diskless booting on the alpha:dfr1999-05-034-15/+51
* Add an additional probe, hopefully allowing me to distinguishbrian1999-05-032-12/+20
* Correct typos.jkoshy1999-05-032-10/+12
* Correct misuse of .Nm.jkoshy1999-05-031-2/+2
OpenPOWER on IntegriCloud