| Commit message (Expand) | Author | Age | Files | Lines |
* | Add arc4random_buf to FBSD_1.1 space | ache | 2008-07-21 | 1 | -0/+1 |
* | - Remove redundant inclusion of opt_global.h. | marius | 2008-07-21 | 2 | -4/+3 |
* | Implement the following macros for completeness: | pjd | 2008-07-21 | 5 | -2/+55 |
* | We want to use LBOLT instead of lbolt on FreeBSD. | pjd | 2008-07-21 | 1 | -3/+3 |
* | Add arc4random_buf.3 to MLINKS | ache | 2008-07-21 | 1 | -1/+2 |
* | Add arc4random_buf. | ache | 2008-07-21 | 1 | -1/+2 |
* | Implement arc4random_buf() function | ache | 2008-07-21 | 2 | -4/+28 |
* | Decrease arc4_count only when needed and with proper bytes amount. | ache | 2008-07-21 | 1 | -1/+2 |
* | 1) Set stired flag after forced initialization. | ache | 2008-07-21 | 1 | -1/+2 |
* | o Document "show conifhk", wording from r180610 commit log. | maxim | 2008-07-21 | 1 | -1/+6 |
* | We want to check new options given, not the current ones. | pjd | 2008-07-21 | 1 | -1/+1 |
* | remove unneeded declarations | kmacy | 2008-07-21 | 1 | -3/+0 |
* | remove local version of tcp_offload_* functions | kmacy | 2008-07-21 | 2 | -57/+0 |
* | update syncache function names | kmacy | 2008-07-21 | 1 | -2/+2 |
* | Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio... | kmacy | 2008-07-21 | 2 | -1/+65 |
* | remove cxgb local definition of locked syncache_expand | kmacy | 2008-07-21 | 2 | -15/+0 |
* | After the commit of SVN rev 180236, wilko@ noticed that the approach | edwin | 2008-07-21 | 1 | -4/+18 |
* | add interface for external consumers to syncache_expand - rename syncache_add... | kmacy | 2008-07-21 | 2 | -2/+18 |
* | remove cxgb local definitions of socket accessor functions | kmacy | 2008-07-21 | 3 | -250/+18 |
* | Add accessor functions for socket fields. | kmacy | 2008-07-21 | 3 | -0/+190 |
* | add inpcb accessor functions for fields needed by TOE devices | kmacy | 2008-07-21 | 2 | -0/+62 |
* | Add support for actually sending WCCP return packets via GRE. | julian | 2008-07-20 | 1 | -3/+9 |
* | Clear passphrase buffer after use. | pjd | 2008-07-20 | 1 | -0/+2 |
* | tcsh: fix abort in cleanup_until(), caused by internal xgetpass() | keramida | 2008-07-20 | 1 | -1/+1 |
* | Document a few sysctls. While here, remove dead code | trhodes | 2008-07-20 | 2 | -27/+24 |
* | While spin-waiting for the mailbox semaphore to update, do flushing reads of | scottl | 2008-07-20 | 1 | -1/+4 |
* | Document a few sysctls. | trhodes | 2008-07-20 | 2 | -4/+4 |
* | Document a few sysctls. | trhodes | 2008-07-20 | 2 | -6/+6 |
* | ia is a pointer thus use NULL rather then 0 for initialization and | bz | 2008-07-20 | 1 | -5/+5 |
* | Properly underline force_depend's parameter. | lme | 2008-07-20 | 1 | -1/+1 |
* | o Add cddl, nlm and xdr to CSCOPEDIRS. | maxim | 2008-07-20 | 1 | -5/+5 |
* | Convert lock that protects sessions list from a mutex to a rwlock. | pjd | 2008-07-20 | 1 | -16/+16 |
* | Eliminate dead code. (The commit message for revision 1.287 explains why | alc | 2008-07-20 | 1 | -13/+0 |
* | remove unused toedev functions and add comments for rest | kmacy | 2008-07-20 | 1 | -2/+22 |
* | Increase the ceiling on the size of the buffer map. | alc | 2008-07-19 | 1 | -1/+1 |
* | Correct the description of v_cache_count. Eliminate an unused function. | alc | 2008-07-19 | 1 | -12/+1 |
* | Say hi to svn, by simplifing ffs_vget() function a bit - there is no need for | pjd | 2008-07-19 | 1 | -3/+1 |
* | With uart(4) default, change sio# to uart# so that | marcel | 2008-07-19 | 1 | -1/+1 |
* | With uart(4) default, change /dev/cuad# to /dev/cuau# and | marcel | 2008-07-19 | 1 | -6/+6 |
* | With uart(4) default, change /dev/cuad# to /dev/cuau# and | marcel | 2008-07-19 | 1 | -7/+7 |
* | With uart(4) default, change /dev/cuad# to /dev/cuau# so that | marcel | 2008-07-19 | 1 | -2/+2 |
* | Rather than simply waiting silently and indefinitely for all | rwatson | 2008-07-19 | 1 | -3/+35 |
* | With uart(4) default, change /dev/cuad# to /dev/cuau# so that | marcel | 2008-07-19 | 1 | -10/+10 |
* | Remove sade(8) on the following platforms: | marcel | 2008-07-19 | 2 | -1/+10 |
* | witness_addgraph() is required even if DDB isn't compiled into the kernel, | rwatson | 2008-07-19 | 1 | -0/+2 |
* | - When renaming a drive, also set the drive name in the gvinum header. | lulf | 2008-07-19 | 1 | -0/+1 |
* | Add DDB "show conifhk" command, which lists hooks currently waiting | rwatson | 2008-07-19 | 1 | -0/+27 |
* | Fix a race which could result in some timeout buckets being skipped. | jeff | 2008-07-19 | 1 | -6/+11 |
* | - Check whether we've recorded this tick in ts_ticks on another cpu in | jeff | 2008-07-19 | 1 | -0/+6 |
* | Disable SSP on arm for the time being. | cognet | 2008-07-19 | 1 | -1/+2 |