summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Enable STRICT_RESCHED until code that dynamically decides on reschedjeff2003-02-101-0/+2
* - Add a new variable 'kg_runtime' that tracks the amount of time we've run.jeff2003-02-101-25/+66
* Use correct spl mask.nyan2003-02-102-3/+7
* Lock the proc around accessing p_siglist in ttycheckoutq() in thetjr2003-02-101-3/+14
* - In getnewbuf() unlock the bq lock prior to sleeping when we're out ofjeff2003-02-101-0/+1
* Remove mtx_lock_giant from functions which are mp-safe.jake2003-02-101-9/+0
* Add restrict keyword to string functions.hsu2003-02-104-13/+6
* Implement a new dynamic command allocator. FIBs are allocated in 1 pagescottl2003-02-103-56/+96
* - Correct another atomic op.jeff2003-02-091-1/+2
* Clean up exit path from rl_attach() to remove multiple returnsnjl2003-02-091-3/+3
* Quirk for Lexar Media Jumpdrivenjl2003-02-091-0/+8
* Add a comment describing how pagedaemon_wakeup() should be used andalc2003-02-091-0/+6
* Increase atrq.ndesc for if_fwe.simokawa2003-02-091-2/+2
* Update the statistics collection code to track busy time instead ofphk2003-02-094-47/+125
* - Claim we're 'fsync' and not 'spec_fsync' in vop_stdfsync.jeff2003-02-091-1/+1
* - Use the new vop_stdfsync instead of recreating our own.jeff2003-02-092-98/+6
* - Move some code out from #ifdef INVARIANTS.jeff2003-02-091-2/+0
* - Update a printf format for b_flags.jeff2003-02-091-1/+1
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-098-171/+125
* - spell add 'add' and not 'subtract' in an atomic op.jeff2003-02-091-1/+1
* Add new ioctl to specify target EUI64 for fwmem.simokawa2003-02-095-12/+33
* - Lock down the buffer cache's infrastructure code. This includes locks onjeff2003-02-091-61/+154
* Fix spelling errors in commentsjulian2003-02-091-3/+3
* Remove unnecessary check for OCB_ACT_CMD.simokawa2003-02-091-5/+1
* - Detect split transcation timeout.simokawa2003-02-094-65/+139
* Fix an oversight in some code I added to the last commit.mdodd2003-02-081-1/+1
* Document a few acronyms.mdodd2003-02-081-0/+3
* - Remove duplicate call to callout_handle_init() in pcn_attach().mdodd2003-02-081-2/+5
* Implement fpclassify():mike2003-02-0811-0/+22
* s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/trhodes2003-02-081-1/+1
* Avoid multiply for preemptive arp calculation since it hits everyorion2003-02-081-6/+7
* Put the name of the /dev entry in the .h file, userland will need it.phk2003-02-082-1/+3
* Move the g_stat struct to its own .h file, we will export it to other code.phk2003-02-0811-52/+244
* Move #defines of major/minor to internal header file so other bits canphk2003-02-082-5/+10
* Put makeoptions DESTDIR=/tmp in NOTES to protect people fromphk2003-02-081-0/+2
* 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,dwmalone2003-02-081-14/+15
* Include <isa/isavar.h> to fix building on alpha.nyan2003-02-081-0/+2
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-083-3/+107
* MF alphaalc2003-02-082-0/+24
* - Fixes for suspend/resume code (MPI-350)ambrisko2003-02-082-51/+54
* A little infrastructure, preceding some upcoming changesjulian2003-02-084-26/+69
* Make the radix tree code compilable in userland. Requested by ru.hsu2003-02-082-9/+15
* Pass a minor number instead of a unit number to make_dev().tjr2003-02-071-3/+4
* Fix the breakage resulting from Rev. 1.80. Get the eeprom widthmbr2003-02-072-8/+10
* Commit the correct copy of the g_stat structure.phk2003-02-079-36/+139
* add 5823 device id's; this allows 5823 parts to function but you cannotsam2003-02-072-2/+7
* Fix some sleep strings to make more sense.phk2003-02-071-3/+3
* shield kernel data structures so user apps can include this filesam2003-02-071-0/+3
* Add the new statistics structure, put one in consumers and providers.phk2003-02-073-0/+28
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-076-4/+7
OpenPOWER on IntegriCloud