summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Since dynamic allocation of device major numbers so far have notphk2003-04-131-1/+0
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-1315-140/+0
* Driver for Granch SBNI16 SHDSL modemfjoe2003-04-136-0/+1263
* No need to unlock if error detected before locking.hsu2003-04-131-2/+4
* Use vm_object_pip_wait() rather than reimplementing it.alc2003-04-131-2/+1
* The dpt, ex and idt modules are for i386 only.nyan2003-04-131-3/+3
* Permit vm_object_pip_add() and vm_object_pip_wakeup() on the kmem_objectalc2003-04-131-2/+4
* Eliminate unnecessary gotos from kmem_malloc().alc2003-04-131-6/+3
* - Unbreak priority prop. for timeshare threads. Always place something onjeff2003-04-121-3/+1
* If we hit access ahead of a spoil event, we should have negativephk2003-04-121-7/+3
* Fix a bug which resulted in orphanization getting confused every nowphk2003-04-121-1/+1
* protoypes for the dos_partition encoding functions.phk2003-04-121-1/+3
* Options that go into homonymous headers shouldn't specify the header name.des2003-04-126-11/+11
* Retire the experimental bio_taskqueue(), it was not quite as usable asphk2003-04-122-29/+0
* Remove the unused ioctl routine.phk2003-04-121-32/+0
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-128-38/+1
* Move the functions for encoding decoding struct dos_partition intophk2003-04-125-18/+77
* - Clean up some debug code left over from my earlier megacommit.jeff2003-04-121-17/+8
* - We only care about the base priority. Ignore the SCHED_FIFO_BIT so thatjeff2003-04-121-5/+5
* fix typo in the previous commit.simokawa2003-04-121-1/+1
* Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extendedsilby2003-04-123-10/+9
* Style fix.davidxu2003-04-121-1/+1
* Fix race between a process registering a NOTE_EXIT EVFILT_PROC event andkbyanc2003-04-121-0/+15
* - Use the sched_nice() api instead of setting the nice value directly.jeff2003-04-121-2/+3
* Check SIG_HOLD action ealier to avoid missing test it in later code.davidxu2003-04-121-9/+7
* - Call sched_exit_{kse,thread} and sched_fork{kse,thread} so that thr worksjeff2003-04-111-0/+6
* - Add sched_exit_*jeff2003-04-111-6/+17
* - Only select kseqs with more than one kse to steal. The running ksejeff2003-04-111-1/+1
* - When migrating a kse from one kseq to the next actually insert it ontojeff2003-04-111-22/+19
* Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicateiwasaki2003-04-111-0/+23
* Clarify NO_SWAPPING description.mike2003-04-111-2/+3
* Copy %gs from current CPU not from a stale PCB backup.davidxu2003-04-112-0/+4
* set_user_ldt_rv() should check same proc not thread,davidxu2003-04-112-2/+2
* Style(9) a comment added in previous commit.gallatin2003-04-111-2/+4
* - Call ether_ifdetach() before shutting down the hardware.mux2003-04-111-20/+18
* The data in an sf_buf should not be modified by the mbuf system. Markalc2003-04-111-1/+1
* - Add a SYSCTL node for the ule scheduler.jeff2003-04-111-300/+406
* - Catch up with sched api changes.jeff2003-04-111-15/+48
* - Adjust sched hooks for fork and exec to take processes as arguments insteadjeff2003-04-115-20/+27
* I deserve a big pointy hat for having missed all those referencesmux2003-04-1017-50/+42
* - Clean up the fxp_release() and fxp_detach() functions.mux2003-04-101-46/+46
* Convert the SMP_TSC kernel option into a loader tunable. Also enabledes2003-04-105-20/+40
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-1014-116/+60
* Remove a potential panic condition introduced by reduced TCP waitrwatson2003-04-102-10/+30
* Enable loadable modules to be unloaded on alphas with shared isagallatin2003-04-101-9/+21
* - Kill the pv_flags member of the alpha mdpage since it stop being usedjhb2003-04-104-22/+0
* Check M_TRYWAIT as a flag, not a constant, in MBTOM() mbuf allocatorrwatson2003-04-101-1/+1
* Move the _oncpu entry from the KSE to the thread.julian2003-04-1015-16/+19
* Print real memory/avail memory on startup like other platforms. Hidejake2003-04-101-2/+10
* Spell 55 with two '5'ssos2003-04-101-2/+2
OpenPOWER on IntegriCloud