Age | Commit message (Expand) | Author |
2011-06-09 | Don't copy the first octet of the source IPv6 address where the destination | Stuart Henderson |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-06 | push kernel malloc(9) and kernel stacks into non-dma memory, since that | Theo de Raadt |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-02 | We will ignore retval2; it is not an issue | Theo de Raadt |
2011-06-01 | Add device_ref/device_unref calls to prevent a possible use-after-free | Matthew Dempsky |
2011-06-01 | regenerate | Philip Guenthe |
2011-06-01 | Mark some system calls that don't require big lock with NOLOCK | Philip Guenthe |
2011-06-01 | sys_getpid() isn't really NOLOCK safe, as the compat bits inside it require | Philip Guenthe |
2011-06-01 | Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata. | Matthew Dempsky |
2011-06-01 | Add a few KASSERTs to config_attach() for sanity to make sure we don't | Matthew Dempsky |
2011-05-27 | Fix the return values from pipe_kqfilter - kqfilters should return an | Nicholas Marriott |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-05-20 | Avoid panic'ing on a bad pointer passed in by callers of msgsnd; | Bret Lambert |
2011-05-17 | Ban passing of kqueue descriptors via UNIX domain sockets. Currently, | Philip Guenthe |
2011-05-10 | tweak timeout_del so it can tell the caller if it actually did remove a | David Gwynne |
2011-05-08 | because bufs now come out of a pool rather than a global list of staticly | David Gwynne |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert |
2011-05-03 | spaces | Marco Peereboom |
2011-05-02 | recognize SO_RTABLE socket option at the SOL_SOCKET level; | Mike Belopuhov |
2011-04-28 | spaces | Marco Peereboom |
2011-04-26 | Allow the root device to be identified via its disklabel UID. | Joel Sing |
2011-04-19 | Put splice cleanup code into a common function sounsplice(). | Alexander Bluhm |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-18 | Put back the change of pool and malloc into the new km_alloc(9) api. | Artur Grabowski |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-11 | Move the DDB includes up in the file so that the m_print() prototype is | Claudio Jeker |
2011-04-10 | Backout m_split_mbuf() from revision 1.150. It seems that m_split() | Alexander Bluhm |
2011-04-07 | Revert previous diff decrementing bcstats.numbufpages here. This function | Bob Beck |
2011-04-07 | merge vfs_conf.c and vfs_init.c and retire vfs_conf.c; | Thordur I. Bjornsson |
2011-04-06 | Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening | Artur Grabowski |
2011-04-05 | fix nasty buffer cache bug where we could forget about pages shrunk off of a | Bob Beck |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-05 | - Change pool constraints to use kmem_pa_mode instead of uvm_constraint_range | Artur Grabowski |
2011-04-04 | both m_inject() and m_split() reached a point at which they needed | Bret Lambert |
2011-04-04 | Correctly inherit and set the watermarks on socketbuffers. | Claudio Jeker |
2011-04-04 | Plug mbuf leaks in SO_PEERCRED by not double allocating mbufs into | Claudio Jeker |
2011-04-04 | Move P_EXEC flag from struct proc to process, so that setpgid() will | Philip Guenthe |
2011-04-04 | sync | Theo de Raadt |
2011-04-04 | COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid) | Theo de Raadt |
2011-04-04 | sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaults | Theo de Raadt |
2011-04-04 | If the socket was half closed then don't let userland change the | Claudio Jeker |
2011-04-03 | Helper functions for suspend. | Ariane van der Steldt |