summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-135-115/+109
* Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flagjhb2003-03-132-1/+13
* - Cache a reference to the credential of the thread that starts a ktrace injhb2003-03-136-24/+60
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-136-6/+44
* Memory allocated with contigmalloc() should be freed withmux2003-03-131-1/+4
* This corrects a longstanding endian bug in processing LLC/SNAP encodedharti2003-03-132-5/+5
* Greatly simplify the unlocking logic by holding the TCP protocol lock untilhsu2003-03-132-16/+4
* Remove the check for more than one open if one is a write op.sos2003-03-131-5/+0
* Dont free the stats struct, this has been changed by the new stat code.sos2003-03-131-2/+0
* Dont call dma->free unless dma is there.sos2003-03-131-1/+2
* In m_dup_pkthdr(), convert the supplied `how' argument into mallociedowse2003-03-131-1/+2
* Add pci id# for the sis648sos2003-03-132-0/+4
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.jeff2003-03-134-36/+46
* - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not beenjeff2003-03-131-14/+17
* - Remove a race between fsync like functions and flushbufqueues() byjeff2003-03-134-50/+34
* - Lock the buf before clearing flags.jeff2003-03-132-2/+2
* - Lock bufs before inspecting their flags.jeff2003-03-131-6/+9
* - Lock the buf before inspecting its contents.jeff2003-03-131-6/+4
* Make sure we actually have a dev before dereferencing in case someonealfred2003-03-131-1/+1
* - Tune down read_max. For single disks we get no gain out of reading morejeff2003-03-131-1/+1
* Add support for RFC 3390, which allows for a variable-sizedhsu2003-03-132-4/+18
* Tidy up previous change: move comment about obtaining an exclusivetjr2003-03-131-5/+4
* Back out previous. The locking here needs a rethink.tjr2003-03-131-15/+3
* Pass the correct malloc flags to m_tag_alloc().mux2003-03-131-1/+1
* - When the VM daemon is out of swap space and looking for adas2003-03-123-4/+23
* Implement the Limited Transmit algorithm (RFC 3042).hsu2003-03-122-0/+28
* - Various little style fixes.jhb2003-03-121-8/+5
* Correct clock frequency for the IC Book Labs' cards, so that it's possiblesobomax2003-03-121-32/+32
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Sincesobomax2003-03-122-1/+25
* - Avoid dropping the proc lock around a simple permissions check and justjhb2003-03-121-18/+16
* Correct the last commit, only look for subfunctions on the same PCI slot.sos2003-03-121-4/+4
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* correct two more flag misuses; m_tag* use malloc flagssam2003-03-122-2/+2
* Simplify the assignment statement.ru2003-03-121-1/+1
* Cleanup the probe code a bit.sos2003-03-121-23/+24
* Acquire sched_lock around use of FOREACH_KSEGRP_IN_PROC, accessestjr2003-03-121-3/+15
* In wait1(), remove the zombie process from zombproc before removingtjr2003-03-121-5/+5
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Put back including sys/devicestat.h for 4-stable.simokawa2003-03-121-0/+3
* clean up the en driver since it will survice for a while bykjc2003-03-121-96/+0
* - Added support for multiple page directory pages to pmap_pinit andjake2003-03-122-166/+114
* correct malloc flag argumentsam2003-03-121-1/+1
* Do not depend on namespace pollution, explicitly include sys/sx.hkan2003-03-121-0/+1
* fix module building; drivers now require opt_{ubsec,hifn}.hsam2003-03-112-2/+8
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallysam2003-03-112-0/+455
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-116-11/+82
* Trim an extra blank line that snuck into the last commit.jhb2003-03-111-1/+0
* gack; revert previous commit; not only did I read things backward butsam2003-03-111-1/+1
* sync with current: reduce default maxbatch setting from 5 to 1sam2003-03-111-1/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-1115-109/+70
OpenPOWER on IntegriCloud