summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw withphk2003-02-111-1/+2
* Introduce flag field and G_PF_CANDELETE field on providers.phk2003-02-111-0/+2
* Introduce SI_CANDELETE flag on dev_t.phk2003-02-112-0/+2
* Switch to use the TSC code i386/i386/tsc.cphk2003-02-114-330/+4
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-114-342/+4
* Remove another printf which does not say anything we didn't already know.phk2003-02-111-1/+0
* Turn the "updating" flag (back) into two sequence number fields atphk2003-02-112-8/+9
* Remove a debugging printf.phk2003-02-111-1/+0
* s/IPSSEC/IPSEC/tanimura2003-02-111-1/+1
* Fixup printf format.alfred2003-02-111-1/+1
* Don't lock FILEDESC under PROC.alfred2003-02-111-2/+1
* Terminate 'e' event messages with a newline.scottl2003-02-111-0/+1
* Don't turn off the power of cards when new drivers are addedimp2003-02-111-19/+13
* Regensanpei2003-02-112-2/+9
* Add support SUNTAC U-Cable TypeD2 (DS96L)sanpei2003-02-112-0/+3
* - Add a comment about a race that will happen without Giant.jeff2003-02-101-0/+1
* - Unlock the nblock after the loop in bwillwrite().jeff2003-02-101-1/+1
* Get cosmetic changes out of the way before I add routing table SMP locks.hsu2003-02-101-56/+47
* - 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
OpenPOWER on IntegriCloud