summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-06-10Remove redundant code that only leaked an mbuf.Bret Lambert
2008-06-10Handle the closing of half connections where we don't see the fullReyk Floeter
2008-06-10o Avoid putting duplicate entries into the name cache,Thordur I. Bjornsson
2008-06-10Simplify code slightly; use PR_ZERO with pool_get() rather than bzero().Ryan Thomas McBride
2008-06-10g/c unused defines.Brad Smith
2008-06-10Free the counters struct when we free the table entry.Ryan Thomas McBride
2008-06-10formatting knits.Brad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-06-10Handle a special sloppy case where we only see one half of theReyk Floeter
2008-06-10Rename pmap_remove_all() to pmap_remove_page().Miod Vallat
2008-06-10Make counters on table addresses optional and disabled by default.Ryan Thomas McBride
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10Fix a memory leak in usbf_realloc(), and make the speed configuration arrayMiod Vallat
2008-06-10posix compliant permission checks for sending signals. Based on diffsHans-Joerg Hoexer
2008-06-10Accidental commit. Clean up.Artur Grabowski
2008-06-10Buffer cache revampBob Beck
2008-06-10when walking the entire state table it makes much more sense to walkHenning Brauer
2008-06-10remove a debug check& printf that should not have gone in in the firstHenning Brauer
2008-06-10save somespace in the state by collapsing two 8 bit ints used as booleansHenning Brauer
2008-06-10use the defines, not magic constants. ok kettenis@Dale Rahn
2008-06-10Make get_npcus() walk the device tree to figure out the number of CPUsMark Kettenis
2008-06-10Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCALMatthieu Herrb
2008-06-10encapsulating v4 in v6 IPSec should not be so fun,Todd T. Fries
2008-06-10Add /dev/video* for amd64.Marcus Glocker
2008-06-10Sort functions.Marcus Glocker
2008-06-10When copying stuff from code that runs with interrupts enabled to codeKenneth R Westerback
2008-06-10Rename access macros so that they match the driver name.Joel Sing
2008-06-10in pf_test_state_icmp when trying tomatch icmp errors to tcp sessionsHenning Brauer
2008-06-10implement a sloppy tcpstate tracker which does not look at sequenceHenning Brauer
2008-06-10reorder functions and variables in rnd.c so they are more logicallyDamien Miller
2008-06-10All your memory belong to us. This has been in snaps for a while,Tobias Weingartner
2008-06-10Add cmp(4), a dummy driver to make attaching CMT cpus easier.Mark Kettenis
2008-06-09Update access(2) to have modern semantics with respect to X_OK andTodd C. Miller
2008-06-09Don't play games with the PCD interrupt. It delays the detection ofMark Kettenis
2008-06-09simplify math for arc4random_uniform() suggested byDamien Miller
2008-06-09nfsm_get_xid() => nfs_get_xid() after thib@ informed me that theDamien Miller
2008-06-09Introduce a facility to generate unpredictable 32 bit numbers withDamien Miller
2008-06-09Let the driver switch between read() and mmap() depending on whatMarcus Glocker
2008-06-09Remove fillw(). Bonus points if you do not remember what it was used for.Miod Vallat
2008-06-09Sparc64 MMUs have an address hole, too, and the pmap implementation weMiod Vallat
2008-06-09Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes().Miod Vallat
2008-06-09Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry ofMiod Vallat
2008-06-09oops. this change was missing from the previous commitRobert Nagy
2008-06-09according to miod pmap_update() is not need after pmap_extract() at all,Robert Nagy
2008-06-09Don't use u_int to store a 64-bit address. Found with help from miod@.Mark Kettenis
2008-06-09* fix the order of precedence in the divisor bits calculationConstantine A. Murenin
2008-06-09add myself to copyrightDamien Miller
2008-06-09Implement the AES XTS mode of operation for the crypto(9) framework.Damien Miller
2008-06-09Place manuals in the MD directories; from pierre.riteau@gmailTheo de Raadt
2008-06-09constify arguments in wrapper functions; the lower level functionsDamien Miller