summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bandaid ni_fails handling so ap's with association failures aresam2005-07-271-18/+24
* Don't cross-reference VFS_START.9scottl2005-07-271-1/+0
* Now that VFS_START.9 has been removed, don't try to reference it from thescottl2005-07-271-1/+0
* Remove the VFS_START(9) manual page because it's no longer relevant. Thehmp2005-07-261-66/+0
* Add a description for bpfstatcsjp2005-07-261-0/+1
* Introduce a bpfstat utility. This program can be used to retrievecsjp2005-07-264-0/+402
* Add an entry for a file that was removed in BIND 9.3.1dougb2005-07-261-0/+2
* Add the first snapshot at rewriting the nanobsd build to be a shellscript.phk2005-07-261-0/+359
* s/if_defaulroute/if_defaultroute/brooks2005-07-261-1/+1
* Do not reference gifconfig, it is gone.trhodes2005-07-261-1/+1
* Rather than hold a mutex over calls to SYSCTL_OUT allocate acsjp2005-07-261-12/+14
* nuke duplicate inclusion of scope6_var.h.ume2005-07-261-3/+0
* o add fragthreshold support now that the ioctl existssam2005-07-261-1/+16
* Silence the de-bouncing of dhclient start up. The previous outputbrooks2005-07-261-1/+0
* include scope6_var.h for in6_clearscope().ume2005-07-261-0/+3
* Teach vmstat -m and vmstat -z to use libmemstat(3). Certainrwatson2005-07-252-23/+96
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLmux2005-07-251-1/+0
* Change host-name from type "X" to type "t". This allows the client tobrooks2005-07-251-1/+2
* By design I left a tiny race in updating the I/O statistics based onphk2005-07-251-8/+14
* Move initialization above point of first possible reference tomdodd2005-07-251-3/+4
* Correct minor output bug. When the battery being queried is charging ornjl2005-07-251-0/+7
* oops, make it compilable. i need sleep. X-(ume2005-07-251-2/+2
* remove a pointless comment with a more helpful one...jmg2005-07-251-1/+1
* Update (correct autotools usage, copy generated headers, --disable-threads)des2005-07-251-6/+18
* restore locks which disappeared wrongly by my previous commit.ume2005-07-251-1/+10
* powerd(8) requires root permissions to run so notify the user if theynjl2005-07-251-0/+4
* reflect scope change.ume2005-07-251-29/+152
* Move DNS configuration before sendmail configuration, becausearved2005-07-251-4/+4
* Disable thread support in BIND. It appears to reduce performance ratherdes2005-07-2517-59/+50
* include netinet6/scope6_var.h.ume2005-07-251-0/+1
* scope cleanup. with this changeume2005-07-2534-1239/+1419
* Connect GZERO to the build.pjd2005-07-254-1/+5
* Cast to uintptr_t when the compiler complains. This unbreaks ULEdelphij2005-07-251-2/+4
* Add a very simple and small GEOM class - ZERO.pjd2005-07-252-0/+121
* If a retrieved UMA zone is a secondary zone, don't report keg free items,rwatson2005-07-251-1/+10
* Add some more NO_FOO options. I'm not sure if they're correctly sorted in thephilip2005-07-251-0/+13
* Add fstab entries for ALTROOTSLICE and CFGSLICE, allowing us to do away withphilip2005-07-254-6/+37
* treat REASSOC events just like ASSOCsam2005-07-251-0/+1
* We check that all the member interfaces have the same MTU on attach to thethompsa2005-07-251-0/+8
* Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in therwatson2005-07-252-5/+14
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).marius2005-07-243-35/+118
* - Wrap the handler and associated code for collecting completed RXmarius2005-07-241-31/+23
* Add back ed(4) in amd64 GENERIC. It now works nicely and since thosemux2005-07-241-2/+1
* Introduce new sysctl variable: net.bpf.stats. This sysctl variable cancsjp2005-07-242-14/+117
* Speed up __wcsconv() (and hence the printf() %ls format):tjr2005-07-241-34/+30
* o fix setup of sc_diversity; the hal does not give us reliablesam2005-07-242-12/+15
* Since libmemstat(3) now supports its own error management mechanism,rwatson2005-07-241-1/+2
* Having decided not to provide a libmemstat(3) error number to textrwatson2005-07-244-3/+38
* Document additional aspects of libmemstat(3):rwatson2005-07-242-0/+171
* Introduce more formal error handling for libmemstat(3):rwatson2005-07-245-66/+78
OpenPOWER on IntegriCloud