summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-09Allocate the video buffer based on the maximum frame size that's reportedRobert Nagy
2008-06-08factor out the tcp sequence number tracking from pf_test_state_tcpHenning Brauer
2008-06-08more cleanup, removed unused code. we don't do LRO/RSS yet, code canReyk Floeter
2008-06-08timeout_del() removes the triggered flag so check if the timeout triggeredClaudio Jeker
2008-06-08Now that all ports behave, remove the safety code doing cnpollc behindMiod Vallat
2008-06-08dma sync the tx ring and post new packets to the chip once per call toReyk Floeter
2008-06-08Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls.Miod Vallat
2008-06-08Change boot() logic, to match what other platforms do and avoid duplicatingMiod Vallat
2008-06-08regenYojiro Uo
2008-06-08add following devicesYojiro Uo
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-06-08we don't support msi/msi-x, remove the codeReyk Floeter
2008-06-08replace strange Linux-style u8/u16/u32/u64/s32 integer types with theReyk Floeter
2008-06-08The default route is 0.0.0.0/0 so it is necessary to check the mask as well.Claudio Jeker
2008-06-08use sched_is_idle() and nuke the sched_chooseproc prototype since weThordur I. Bjornsson
2008-06-08If we have reached the end of the mmap frame buffer, start over againMarcus Glocker
2008-06-08Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,Reyk Floeter
2008-06-08Set up shutdown and powerhooks with code adapted from rt2661.Jonathan Gray
2008-06-08First minimal cleanup of routing code, kill rtrequest() it got replaced withClaudio Jeker