summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckache2003-02-031-2/+4
* Remove unnecessary M_NOWAIT.simokawa2003-02-032-8/+7
* Use vaccess() instead of rolling our own access checks. This fixes a bugtjr2003-02-031-12/+6
* Add missing 'static'.simokawa2003-02-031-2/+2
* - Take malloc type as an argument in fw_xfer_alloc().simokawa2003-02-037-41/+52
* Make the variable types, the sysctl macros and the sysctl handler forharti2003-02-032-10/+10
* - Make some context switches conditional on SCHED_STRICT_RESCHED. This mayjeff2003-02-031-62/+146
* Remove mono encodings from vchan format and mixer description. Fixesorion2003-02-031-2/+0
* - Stop abusing oncpu for our cpu binding. Define a scheduler local elementjeff2003-02-031-11/+14
* Print ac97 name/id on normal boot.orion2003-02-031-6/+9
* Don't use the 'c' partition for mounting root. A disklabel is verymarcel2003-02-031-2/+1
* - Make allpmaps static.alc2003-02-032-6/+8
* Some small enhancmentsambrisko2003-02-022-64/+70
* Add the TCP flags to the log message whenever log_in_vain is 1, notcjc2003-02-022-16/+6
* Set si_drv1 to our softc for all the six dev_t's we create for a serial port.phk2003-02-021-0/+2
* Tweak the definition of the EV_SET macro so that it evaluates eachnectar2003-02-021-1/+2
* A minor stylistic change to make it more clear to lint-like tools.phk2003-02-021-2/+2
* Add BCTV3/PCI entry.orion2003-02-023-67/+95
* chase more of the MIN/MAX mess. *sigh*alfred2003-02-022-0/+4
* Catch more uses of MIN().alfred2003-02-025-12/+0
* remove MIN now that it's a standard kernel definealfred2003-02-022-3/+0
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-0224-64/+0
* Correct error message.nyan2003-02-021-1/+1
* Add a bio_disk pointer for use between geom_disk and the device drivers.phk2003-02-022-2/+4
* We don't need sscopen() and sscclose().phk2003-02-021-53/+9
* Export IA32 from opt_ia32.h to assembly so that we can eliminatemarcel2003-02-022-0/+16
* Use hz if stathz is zero. Adopted from sched_4bsd.scottl2003-02-021-1/+3
* - It's more accurate to say that vm_paging_needed() returns TRUEalc2003-02-022-3/+4
* Unlock the mutex in the error case in wi_init. Otherwise we can returnimp2003-02-021-0/+1
* Add device zs to GENERIC on powerpc.benno2003-02-021-0/+1
* Regenerate after fixing duplicate device entries.marcel2003-02-022-12/+5
* Unbreak kernel builds caused by what appears to be a merge conflict.marcel2003-02-021-2/+1
* - Convert vm_pageout()'s tsleep()s to msleep()s with the page queue lock.alc2003-02-021-2/+5
* Regensanpei2003-02-012-14/+49
* Add Genesys Logic productssanpei2003-02-011-0/+6
* Remove special casing for running in the simulator from the kernelmarcel2003-02-0134-451/+1419
* - Remove (some) unnecessary explicit initializations to zero.alc2003-02-011-8/+5
* SSC calls use break immediate 0x80000. 0x80001 only works formarcel2003-02-012-2/+2
* - Convert the tsleep()s in vm_wait() and vm_waitpfault() to msleep()salc2003-02-011-3/+10
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-016-6/+6
* add PST to i386 notes.phk2003-02-011-0/+5
* Define new malloc type M_FW and use it.simokawa2003-02-018-76/+81
* Fix some typos in 3 comments.gj2003-02-011-4/+5
* - replace timeout with callout_*.simokawa2003-02-016-53/+51
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-0150-1679/+1532
* Check status FIFO more closely to report error.simokawa2003-02-011-11/+43
* Eliminate the sc_openmask, ccdopen() and ccdclose() functions, wephk2003-02-013-93/+12
* NO_GEOM cleanup: don't #include <sys/diskslice.h>phk2003-02-011-1/+0
* Under #ifdef DIAGNOSTIC, fill malloc(9) allocations which do not havephk2003-02-011-0/+8
* Under DIAGNOSTIC, only report expensive timeouts if they are more expensivephk2003-02-011-1/+2
OpenPOWER on IntegriCloud