Age | Commit message (Expand) | Author |
2008-06-10 | Remove redundant code that only leaked an mbuf. | Bret Lambert |
2008-06-10 | Handle the closing of half connections where we don't see the full | Reyk Floeter |
2008-06-10 | o Avoid putting duplicate entries into the name cache, | Thordur I. Bjornsson |
2008-06-10 | Simplify code slightly; use PR_ZERO with pool_get() rather than bzero(). | Ryan Thomas McBride |
2008-06-10 | g/c unused defines. | Brad Smith |
2008-06-10 | Free the counters struct when we free the table entry. | Ryan Thomas McBride |
2008-06-10 | formatting knits. | Brad Smith |
2008-06-10 | Some header cleanup. Remove some unused headers and shuffle some around | Brad Smith |
2008-06-10 | Handle a special sloppy case where we only see one half of the | Reyk Floeter |
2008-06-10 | Rename pmap_remove_all() to pmap_remove_page(). | Miod Vallat |
2008-06-10 | Make counters on table addresses optional and disabled by default. | Ryan Thomas McBride |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-10 | Fix a memory leak in usbf_realloc(), and make the speed configuration array | Miod Vallat |
2008-06-10 | posix compliant permission checks for sending signals. Based on diffs | Hans-Joerg Hoexer |
2008-06-10 | Accidental commit. Clean up. | Artur Grabowski |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-10 | when walking the entire state table it makes much more sense to walk | Henning Brauer |
2008-06-10 | remove a debug check& printf that should not have gone in in the first | Henning Brauer |
2008-06-10 | save somespace in the state by collapsing two 8 bit ints used as booleans | Henning Brauer |
2008-06-10 | use the defines, not magic constants. ok kettenis@ | Dale Rahn |
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 |