aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the module example to kldload since this is the resume side.Andrew Thompson2008-07-211-1/+1
* Remove sioX as an alias for uartX. It is believed to beMarcel Moolenaar2008-07-211-8/+8
* make new accessor functions consistent with existing styleKip Macy2008-07-212-9/+14
* Add feature_present(3) to the FBSD 1.1 symbol map.John Baldwin2008-07-211-0/+1
* 1) Use __packed attr on rdat structure to make it exact 128 bytes.Andrey A. Chernov2008-07-211-10/+17
* remove call to unsafe tcp_twstart functionKip Macy2008-07-211-20/+1
* - Switch to INP_WLOCK macro from inp_wlockKip Macy2008-07-212-16/+1
* If run_interrupt_driven_config_hooks() waits 360 seconds and INVARIANTSRobert Watson2008-07-211-10/+15
* 1) Update copyright notice.Andrey A. Chernov2008-07-211-43/+53
* Allocate a single CCB at the start of the main loop of the RAID monitoringJohn Baldwin2008-07-211-4/+4
* Add arc4random_buf to FBSD_1.1 spaceAndrey A. Chernov2008-07-211-0/+1
* - Remove redundant inclusion of opt_global.h.Marius Strobl2008-07-212-4/+3
* Implement the following macros for completeness:Pawel Jakub Dawidek2008-07-215-2/+55
* We want to use LBOLT instead of lbolt on FreeBSD.Pawel Jakub Dawidek2008-07-211-3/+3
* Add arc4random_buf.3 to MLINKSAndrey A. Chernov2008-07-211-1/+2
* Add arc4random_buf.Andrey A. Chernov2008-07-211-1/+2
* Implement arc4random_buf() functionAndrey A. Chernov2008-07-212-4/+28
* Decrease arc4_count only when needed and with proper bytes amount.Andrey A. Chernov2008-07-211-1/+2
* 1) Set stired flag after forced initialization.Andrey A. Chernov2008-07-211-1/+2
* o Document "show conifhk", wording from r180610 commit log.Maxim Konovalov2008-07-211-1/+6
* We want to check new options given, not the current ones.Pawel Jakub Dawidek2008-07-211-1/+1
* remove unneeded declarationsKip Macy2008-07-211-3/+0
* remove local version of tcp_offload_* functionsKip Macy2008-07-212-57/+0
* update syncache function namesKip Macy2008-07-211-2/+2
* Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio...Kip Macy2008-07-212-1/+65
* remove cxgb local definition of locked syncache_expandKip Macy2008-07-212-15/+0
* After the commit of SVN rev 180236, wilko@ noticed that the approachEdwin Groothuis2008-07-211-4/+18
* add interface for external consumers to syncache_expand - rename syncache_add...Kip Macy2008-07-212-2/+18
* remove cxgb local definitions of socket accessor functionsKip Macy2008-07-213-250/+18
* Add accessor functions for socket fields.Kip Macy2008-07-213-0/+190
* add inpcb accessor functions for fields needed by TOE devicesKip Macy2008-07-212-0/+62
* Add support for actually sending WCCP return packets via GRE.Julian Elischer2008-07-201-3/+9
* Clear passphrase buffer after use.Pawel Jakub Dawidek2008-07-201-0/+2
* tcsh: fix abort in cleanup_until(), caused by internal xgetpass()Giorgos Keramidas2008-07-201-1/+1
* Document a few sysctls. While here, remove dead codeTom Rhodes2008-07-202-27/+24
* While spin-waiting for the mailbox semaphore to update, do flushing reads ofScott Long2008-07-201-1/+4
* Document a few sysctls.Tom Rhodes2008-07-202-4/+4
* Document a few sysctls.Tom Rhodes2008-07-202-6/+6
* ia is a pointer thus use NULL rather then 0 for initialization andBjoern A. Zeeb2008-07-201-5/+5
* Properly underline force_depend's parameter.Lars Engels2008-07-201-1/+1
* o Add cddl, nlm and xdr to CSCOPEDIRS.Maxim Konovalov2008-07-201-5/+5
* Convert lock that protects sessions list from a mutex to a rwlock.Pawel Jakub Dawidek2008-07-201-16/+16
* Eliminate dead code. (The commit message for revision 1.287 explains whyAlan Cox2008-07-201-13/+0
* remove unused toedev functions and add comments for restKip Macy2008-07-201-2/+22
* Increase the ceiling on the size of the buffer map.Alan Cox2008-07-191-1/+1
* Correct the description of v_cache_count. Eliminate an unused function.Alan Cox2008-07-191-12/+1
* Say hi to svn, by simplifing ffs_vget() function a bit - there is no need forPawel Jakub Dawidek2008-07-191-3/+1
* With uart(4) default, change sio# to uart# so thatMarcel Moolenaar2008-07-191-1/+1
* With uart(4) default, change /dev/cuad# to /dev/cuau# andMarcel Moolenaar2008-07-191-6/+6
* With uart(4) default, change /dev/cuad# to /dev/cuau# andMarcel Moolenaar2008-07-191-7/+7