Age | Commit message (Expand) | Author |
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 |
2011-01-01 | copyright++; | Theo de Raadt |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-21 | Ugly workaround in nmbclust_update(). Additionally to setting the limit | Claudio Jeker |
2010-12-19 | Since we have an ioctl that uses a struct with an off_t member as its | Mark Kettenis |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-11-24 | Allow MD code to setup MD-specific mappings (kinda similar to the signal | Miod Vallat |
2010-11-24 | Ensure that hw.disknames gets updated whenever a disklabel is set, since | Joel Sing |
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-11-13 | backout 1.86 | Theo de Raadt |
2010-11-11 | Kill unused cinit(), and skip some diagnostic printf if option | Miod Vallat |
2010-11-05 | Implement m_print as real ddb command "show mbuf addr" in the way other | Claudio Jeker |
2010-11-03 | pool_sethardlimit should not imply pool_sethiwat; figured out with claudio | Mike Belopuhov |