summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change /dev/urandom to /dev/random since urandom marked asache2008-07-221-1/+1
* Use unsigned int when iterating over groupsets in audit_arg_groupset().rwatson2008-07-221-1/+1
* Use arc4random_uniform(3) since modulo size is not power of 2ache2008-07-221-1/+1
* o Alan Shepard was first American in the space; fix attribution.maxim2008-07-221-1/+1
* - Whitespace fixes.stas2008-07-221-35/+35
* o Fix style(9) bugs and similar nits.marius2008-07-223-472/+477
* Bump __FreeBSD_version for arc4random_buf() and arc4random_uniform()ache2008-07-221-1/+1
* In arc4random_uniform() detect simple "power of two" case andache2008-07-221-1/+5
* Add arc4random_uniform()ache2008-07-221-0/+2
* Add arc4random_uniform() function (to avoid "modulo bias")ache2008-07-224-1/+58
* Increase initially dropped bytes from 512 to 768 (768 is alsoache2008-07-221-3/+3
* For sun4v ensure there is an opt_global.h with SUN4V defined included,marius2008-07-221-0/+9
* Disable SSP for the kernel on arm as well (see rev 180605).cognet2008-07-221-1/+2
* Add a sentence of credits to the KSE removal note.bmah2008-07-221-1/+2
* Trying to fix compilation bustage:avatar2008-07-222-4/+4
* - Disallow XFS mounting in write mode. The write support never worked reallyattilio2008-07-213-5/+14
* Change the module example to kldload since this is the resume side.thompsa2008-07-211-1/+1
* Remove sioX as an alias for uartX. It is believed to bemarcel2008-07-211-8/+8
* make new accessor functions consistent with existing stylekmacy2008-07-212-9/+14
* Add feature_present(3) to the FBSD 1.1 symbol map.jhb2008-07-211-0/+1
* 1) Use __packed attr on rdat structure to make it exact 128 bytes.ache2008-07-211-10/+17
* remove call to unsafe tcp_twstart functionkmacy2008-07-211-20/+1
* - Switch to INP_WLOCK macro from inp_wlockkmacy2008-07-212-16/+1
* If run_interrupt_driven_config_hooks() waits 360 seconds and INVARIANTSrwatson2008-07-211-10/+15
* 1) Update copyright notice.ache2008-07-211-43/+53
* Allocate a single CCB at the start of the main loop of the RAID monitoringjhb2008-07-211-4/+4
* Add arc4random_buf to FBSD_1.1 spaceache2008-07-211-0/+1
* - Remove redundant inclusion of opt_global.h.marius2008-07-212-4/+3
* Implement the following macros for completeness:pjd2008-07-215-2/+55
* We want to use LBOLT instead of lbolt on FreeBSD.pjd2008-07-211-3/+3
* Add arc4random_buf.3 to MLINKSache2008-07-211-1/+2
* Add arc4random_buf.ache2008-07-211-1/+2
* Implement arc4random_buf() functionache2008-07-212-4/+28
* Decrease arc4_count only when needed and with proper bytes amount.ache2008-07-211-1/+2
* 1) Set stired flag after forced initialization.ache2008-07-211-1/+2
* o Document "show conifhk", wording from r180610 commit log.maxim2008-07-211-1/+6
* We want to check new options given, not the current ones.pjd2008-07-211-1/+1
* remove unneeded declarationskmacy2008-07-211-3/+0
* remove local version of tcp_offload_* functionskmacy2008-07-212-57/+0
* update syncache function nameskmacy2008-07-211-2/+2
* Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio...kmacy2008-07-212-1/+65
* remove cxgb local definition of locked syncache_expandkmacy2008-07-212-15/+0
* After the commit of SVN rev 180236, wilko@ noticed that the approachedwin2008-07-211-4/+18
* add interface for external consumers to syncache_expand - rename syncache_add...kmacy2008-07-212-2/+18
* remove cxgb local definitions of socket accessor functionskmacy2008-07-213-250/+18
* Add accessor functions for socket fields.kmacy2008-07-213-0/+190
* add inpcb accessor functions for fields needed by TOE deviceskmacy2008-07-212-0/+62
* Add support for actually sending WCCP return packets via GRE.julian2008-07-201-3/+9
* Clear passphrase buffer after use.pjd2008-07-201-0/+2
* tcsh: fix abort in cleanup_until(), caused by internal xgetpass()keramida2008-07-201-1/+1
OpenPOWER on IntegriCloud