Age | Commit message (Expand) | Author |
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 |
2011-04-03 | Allow kernel printfs to go to console if in ddb instead of being redirected | Dale Rahn |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-04-02 | The dma pools need to be IPL_VM | Theo de Raadt |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2011-04-02 | Constrain the buffer cache to use only the dma reachable region of memory. | Bob Beck |
2011-04-02 | remove the vnode_if.* files, as they are now totally | Thordur I. Bjornsson |
2011-03-19 | Repair spoofing. We want to start at 'i', not 'j'. | Kenneth R Westerback |
2011-03-17 | Uncommitted bits. Spotted by deraadt@, who theorizes I have insuffient | Kenneth R Westerback |
2011-03-17 | make more dma pools -- all the way up to 64K. at least the scsi | Theo de Raadt |
2011-03-14 | Don't confuse limiting spoofed partitions with limiting how many | Kenneth R Westerback |
2011-03-14 | When a process reads from a spliced socket that already got an | Alexander Bluhm |
2011-03-12 | There existed a race when a process was trying to read from a spliced | Alexander Bluhm |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2011-03-07 | The scheduling 'nice' value is per-process, not per-thread, so move it | Philip Guenthe |
2011-02-28 | When the maximum splice length has been reached, send out the data | Alexander Bluhm |
2011-02-16 | allow users to enable access to the /dev/crypto, but keep it turned off | Mike Belopuhov |
2011-02-02 | For SETVAL and SETALL operations make sure the specified value(s) are | Federico G. Schwindt |
2011-01-29 | The function m_tag_copy_chain() returned 0 on success and 1 on | Alexander Bluhm |
2011-01-25 | Don't ignore copyout() return value in sys_thrsleep(). | Stefan Sperling |
2011-01-08 | split randomattach into random_init() and random_start(), so that we | Theo de Raadt |
2011-01-07 | Add socket option SO_SPLICE to splice together two TCP sockets. | Alexander Bluhm |
2011-01-05 | use __func__ where possible. shaves 4k and makes indentation much better. | Federico G. Schwindt |