aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* With uart(4) default, change /dev/cuad# to /dev/cuau# so thatMarcel Moolenaar2008-07-191-2/+2
* Rather than simply waiting silently and indefinitely for allRobert Watson2008-07-191-3/+35
* With uart(4) default, change /dev/cuad# to /dev/cuau# so thatMarcel Moolenaar2008-07-191-10/+10
* Remove sade(8) on the following platforms:Marcel Moolenaar2008-07-192-1/+10
* witness_addgraph() is required even if DDB isn't compiled into the kernel,Robert Watson2008-07-191-0/+2
* - When renaming a drive, also set the drive name in the gvinum header.Ulf Lilleengen2008-07-191-0/+1
* Add DDB "show conifhk" command, which lists hooks currently waitingRobert Watson2008-07-191-0/+27
* Fix a race which could result in some timeout buckets being skipped.Jeff Roberson2008-07-191-6/+11
* - Check whether we've recorded this tick in ts_ticks on another cpu inJeff Roberson2008-07-191-0/+6
* Disable SSP on arm for the time being.Olivier Houchard2008-07-191-1/+2
* Staticify symbols that will not be used in otherXin LI2008-07-191-11/+11
* Use %zd for size_t. With this gcore(1) is WARNS=6 clean.Xin LI2008-07-181-3/+3
* Indent the else path, reduce diff against OpenBSD.Xin LI2008-07-181-1/+1
* Correct an error in pmap_change_attr()'s initial loop that verifies that theAlan Cox2008-07-182-2/+2
* Simplify pmap_extract()'s control flow, making it more like the relatedAlan Cox2008-07-182-11/+9
* Enhance arena_chunk_map_t to directly support run coalescing, and useJason Evans2008-07-181-392/+336
* Eliminate stale comments from kmem_malloc().Alan Cox2008-07-181-12/+0
* Fix a longstanding bug, from Otto Moerbeck:Kevin Lo2008-07-181-1/+5
* Remove unnessasary castKevin Lo2008-07-181-1/+1
* Add a man page for the DNS accept filter.David Malone2008-07-184-0/+82
* Add an accept filter for TCP based DNS requests. It waits until theDavid Malone2008-07-187-0/+148
* Eliminate use of the global ripsrc which was being used to pass addressRobert Watson2008-07-181-7/+10
* revert local changeKip Macy2008-07-181-175/+26