Age | Commit message (Expand) | Author |
2008-06-10 | Make get_npcus() walk the device tree to figure out the number of CPUs | Mark Kettenis |
2008-06-10 | Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCAL | Matthieu Herrb |
2008-06-10 | encapsulating v4 in v6 IPSec should not be so fun, | Todd T. Fries |
2008-06-10 | Add /dev/video* for amd64. | Marcus Glocker |
2008-06-10 | Sort functions. | Marcus Glocker |
2008-06-10 | When copying stuff from code that runs with interrupts enabled to code | Kenneth R Westerback |
2008-06-10 | Rename access macros so that they match the driver name. | Joel Sing |
2008-06-10 | in pf_test_state_icmp when trying tomatch icmp errors to tcp sessions | Henning Brauer |
2008-06-10 | implement a sloppy tcpstate tracker which does not look at sequence | Henning Brauer |
2008-06-10 | reorder functions and variables in rnd.c so they are more logically | Damien Miller |
2008-06-10 | All your memory belong to us. This has been in snaps for a while, | Tobias Weingartner |
2008-06-10 | Add cmp(4), a dummy driver to make attaching CMT cpus easier. | Mark Kettenis |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-06-09 | Don't play games with the PCD interrupt. It delays the detection of | Mark Kettenis |
2008-06-09 | simplify math for arc4random_uniform() suggested by | Damien Miller |
2008-06-09 | nfsm_get_xid() => nfs_get_xid() after thib@ informed me that the | Damien Miller |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
2008-06-09 | Let the driver switch between read() and mmap() depending on what | Marcus Glocker |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat |
2008-06-09 | Sparc64 MMUs have an address hole, too, and the pmap implementation we | Miod Vallat |
2008-06-09 | Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes(). | Miod Vallat |
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat |
2008-06-09 | oops. this change was missing from the previous commit | Robert Nagy |
2008-06-09 | according to miod pmap_update() is not need after pmap_extract() at all, | Robert Nagy |
2008-06-09 | Don'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 calculation | Constantine A. Murenin |
2008-06-09 | add myself to copyright | Damien Miller |
2008-06-09 | Implement the AES XTS mode of operation for the crypto(9) framework. | Damien Miller |
2008-06-09 | Place manuals in the MD directories; from pierre.riteau@gmail | Theo de Raadt |
2008-06-09 | constify arguments in wrapper functions; the lower level functions | Damien Miller |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-09 | Allocate the video buffer based on the maximum frame size that's reported | Robert Nagy |
2008-06-08 | factor out the tcp sequence number tracking from pf_test_state_tcp | Henning Brauer |
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter |
2008-06-08 | timeout_del() removes the triggered flag so check if the timeout triggered | Claudio Jeker |
2008-06-08 | Now that all ports behave, remove the safety code doing cnpollc behind | Miod Vallat |
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Reyk Floeter |
2008-06-08 | Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. | Miod Vallat |
2008-06-08 | Change boot() logic, to match what other platforms do and avoid duplicating | Miod Vallat |
2008-06-08 | regen | Yojiro Uo |
2008-06-08 | add following devices | Yojiro Uo |
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt |
2008-06-08 | we don't support msi/msi-x, remove the code | Reyk Floeter |
2008-06-08 | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | Reyk Floeter |
2008-06-08 | The default route is 0.0.0.0/0 so it is necessary to check the mask as well. | Claudio Jeker |
2008-06-08 | use sched_is_idle() and nuke the sched_chooseproc prototype since we | Thordur I. Bjornsson |
2008-06-08 | If we have reached the end of the mmap frame buffer, start over again | Marcus Glocker |
2008-06-08 | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | Reyk Floeter |
2008-06-08 | Set up shutdown and powerhooks with code adapted from rt2661. | Jonathan Gray |
2008-06-08 | First minimal cleanup of routing code, kill rtrequest() it got replaced with | Claudio Jeker |