| Commit message (Expand) | Author | Age | Files | Lines |
| * | First cut at fixing memory mapping botch. Nobody must use the ray(4) | Warner Losh | 2009-01-05 | 1 | -16/+29 |
| * | Define bits for memory mapping house keeping by bridges. | Warner Losh | 2009-01-05 | 1 | -0/+4 |
| * | Switch the last protosw* structs to C99 initializers. | Bjoern A. Zeeb | 2009-01-05 | 2 | -17/+25 |
| * | This patch introduces a number of simplifications to the Forth | Luigi Rizzo | 2009-01-05 | 3 | -509/+313 |
| * | Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME, | Robert Watson | 2009-01-05 | 2 | -0/+3 |
| * | Add the missing PRU_FLUSH and 'FLUSH' defines noticed | Randall Stewart | 2009-01-05 | 1 | -2/+3 |
| * | Fix rendering glitch in cons25 emulation. | Ed Schouten | 2009-01-04 | 1 | -0/+12 |
| * | Fix non-C99 initialization for protosw initializing pr_ousrreq. | Robert Watson | 2009-01-04 | 1 | -1/+0 |
| * | Unlike with struct protosw, several instances of struct ip6protosw | Robert Watson | 2009-01-04 | 2 | -2/+0 |
| * | struct ip6protosw is a copy of struct protosw, so remove pr_usrreq there | Robert Watson | 2009-01-04 | 1 | -5/+0 |
| * | Remove Giant locking from domains list. | Ed Schouten | 2009-01-04 | 1 | -9/+9 |
| * | Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due | Robert Watson | 2009-01-04 | 2 | -3/+0 |
| * | Remove now-unused pr_ousrreq from struct protosw. It may not have been | Robert Watson | 2009-01-04 | 1 | -2/+0 |
| * | Do not incorrectly add the low 5 bits of the offset to the resulting | Konstantin Belousov | 2009-01-04 | 1 | -1/+1 |
| * | Back out r186615; the sanitizing of the pointers in the error case | Bjoern A. Zeeb | 2009-01-04 | 1 | -2/+0 |
| * | Improve probing. | Marcel Moolenaar | 2009-01-04 | 1 | -5/+9 |
| * | Print control characters, even though they are normally not visible. | Ed Schouten | 2009-01-04 | 2 | -1/+7 |
| * | Sync with usb4bsd: | Alfred Perlstein | 2009-01-04 | 47 | -840/+2426 |
| * | Resolve some regressions related to tabs and linewrap handling. | Ed Schouten | 2009-01-03 | 4 | -2/+34 |
| * | Fix the OFW interrupt map parser to use its own idea of the number of interrupt | Nathan Whitehorn | 2009-01-03 | 8 | -49/+35 |
| * | Reapply the intpin correction part of r146420 which somehow | Marius Strobl | 2009-01-03 | 1 | -0/+7 |
| * | Added section type SHT_GNU_HASH. GNU-style .hash section is a new | Kai Wang | 2009-01-03 | 1 | -0/+1 |
| * | Extend the struct vm_page wire_count to u_int to avoid the overflow | Konstantin Belousov | 2009-01-03 | 3 | -6/+14 |
| * | Allow the IP_MINTTL socket option to be set to 0 so that it can be | Robert Watson | 2009-01-03 | 1 | -1/+1 |
| * | Call pcn_start_locked() instead of pcn_start() where the softc lock is | Christian Brueffer | 2009-01-03 | 1 | -1/+1 |
| * | Some modules such as SCTP supplies a valid route entry as an input argument | Qing Li | 2009-01-03 | 2 | -37/+17 |
| * | Fix a corner case in my previous commit. | Ed Schouten | 2009-01-02 | 1 | -1/+2 |
| * | Don't let /dev/console be revoked if the TTY below is being closed. | Ed Schouten | 2009-01-02 | 1 | -0/+7 |
| * | The log message should terminate with a newline instead | Qing Li | 2009-01-02 | 1 | -1/+1 |
| * | Remove an unneeded assertion in libteken. | Ed Schouten | 2009-01-01 | 1 | -1/+0 |
| * | White space and comment tweaks. | Robert Watson | 2009-01-01 | 1 | -2/+2 |
| * | Temporary workaround for the limitations of the mbuf flowid field: zero | Robert Watson | 2009-01-01 | 1 | -0/+2 |
| * | - Currently the PMAP code is laid out to let the kernel TSB cover the | Marius Strobl | 2009-01-01 | 3 | -2/+29 |
| * | Replace syscons terminal renderer by a new renderer that uses libteken. | Ed Schouten | 2009-01-01 | 24 | -989/+3117 |
| * | Back out a non-style(9) change from r186668 to unbreak the kernels. | Bjoern A. Zeeb | 2009-01-01 | 1 | -1/+1 |
| * | style(9) | David E. O'Brien | 2009-01-01 | 1 | -1/+1 |
| * | style(9) | David E. O'Brien | 2009-01-01 | 2 | -12/+11 |
| * | style(9) | David E. O'Brien | 2009-01-01 | 2 | -22/+22 |
| * | style(9) | David E. O'Brien | 2009-01-01 | 1 | -314/+314 |
| * | Resurrect shared map locks allowing greater concurrency during some map | Alan Cox | 2009-01-01 | 2 | -11/+84 |
| * | Don't clobber sysctl_root()'s error number. | Ed Schouten | 2009-01-01 | 1 | -2/+5 |
| * | Fix white space botch: use carriage returns rather than tabs. | Robert Watson | 2008-12-31 | 1 | -1/+2 |
| * | mark discovered neighbors QoS capable if they advertise wme | Sam Leffler | 2008-12-31 | 1 | -0/+4 |
| * | follow prevailing style | Sam Leffler | 2008-12-31 | 3 | -3/+3 |
| * | add some USB scanner IDs for recent Epson multifunction devices. | Luigi Rizzo | 2008-12-31 | 2 | -6/+27 |
| * | Commit two files missed in previous commit: hook up audit_bsm_errno.c | Robert Watson | 2008-12-31 | 2 | -2/+5 |
| * | Call au_errno_to_bsm() on the errno value passed into au_to_return32() | Robert Watson | 2008-12-31 | 1 | -1/+1 |
| * | Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both | Robert Watson | 2008-12-31 | 7 | -99/+1100 |
| |\ |
|
| | * | Vendor import of OpenBSM 1.1 alpha4, which incorporates the followingvendor/openbsm/1.1-ALPHA-4 | Robert Watson | 2008-12-28 | 8 | -33/+357 |
| * | | When no driver attaches to a card, don't power down the card. We can | Warner Losh | 2008-12-31 | 1 | -1/+2 |