summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw.pcic.ignore_pciimp2002-06-131-1/+9
* FreeBSDize the NetBSD Makefile so that this compiles.obrien2002-06-131-1/+9
* Changed the behavior when an interface-direct prefix being advertisedume2002-06-138-45/+166
* When -R is not specified, fail to copy the contents of dangling symlinkstjr2002-06-131-3/+11
* - Finish the uni part of the storage pool cleanup. There should now onlyarr2002-06-1318-200/+195
* Print the "$" symbol on blank lines when the -s and -e options are usedtjr2002-06-131-17/+11
* Remove bogus "-" operand from usage message. There is no restriction ontjr2002-06-131-1/+1
* Correct the Standards section: wc is a utility, not a function.tjr2002-06-131-1/+1
* Bump document date for previous commit.tjr2002-06-131-1/+1
* Add the -m option, which counts characters (as opposed to -c, whichtjr2002-06-132-24/+83
* Avoid classy use of a variable one time with a constant value.jmallett2002-06-131-2/+1
* Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck.jmallett2002-06-131-1/+1
* Don't do stupid things to avoid unused parameters, mark them __unused.jmallett2002-06-131-2/+2
* Markup nits: use the Ar macro when describing the -signal_name andtjr2002-06-131-5/+7
* Add examples and diagnostics sectionstjr2002-06-131-0/+17
* In gcc 3.1 Pentium/MMX now has its own -march=XXX option.sobomax2002-06-131-1/+1
* Support the "--" end of options marker, useful to disambiguate betweentjr2002-06-131-1/+4
* Don't list shell builtins when the hash command is used (SUSv3)tjr2002-06-131-1/+2
* Use a cv rather than tsleep and friends to do the sleep/wakeupimp2002-06-132-7/+15
* Remote pci.h/NPCI usage from i4b code.brooks2002-06-1324-69/+48
* Bah humbug. Fix another typo on the same comment line. It also hadgad2002-06-131-1/+1
* Fix a typo in a comment from the previous commit. I had a bullet-charactergad2002-06-131-1/+1
* Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',gad2002-06-135-14/+457
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anbrian2002-06-122-1/+20
* Bump the version number to reflect the recent RADIUS commitsbrian2002-06-121-1/+1
* Don't forget to process the Ident field on the front ofbrian2002-06-122-16/+26
* Add PCI bus enumeration and latency timer setup to the sparc64 MD PCItmm2002-06-124-88/+203
* The UDP head was unlocked too early in one unicast case.hsu2002-06-121-10/+10
* - Add sanity check for argument.iwasaki2002-06-121-2/+7
* If trap() is called when ddb is active, then go directly to trap_fatal();bde2002-06-122-4/+18
* Reorder LDADD to fix static linking.des2002-06-121-2/+2
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-124-8/+8
* o Acquire and release Giant in vm_map_unlock_and_wait().alc2002-06-121-3/+5
* As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() tohsu2002-06-121-0/+1
* de __Pimp2002-06-121-39/+30
* KNF.imp2002-06-121-87/+89
* String lengths and sizeof()s are size_t not int. Mark an unused parameterjmallett2002-06-123-3/+4
* Kill __P.imp2002-06-121-2/+2
* The error functions take constant pointers to strings for their format.jmallett2002-06-125-10/+10
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-122-10/+4
* Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK.hsu2002-06-121-4/+2
* Make nselcol, the number of select collisions since boot, unsigned askbyanc2002-06-122-7/+7
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-128-55/+329
* Add the following functions:brian2002-06-123-0/+45
* Add role="historic" attributes to all release notes that were MFC-edbmah2002-06-112-926/+932
* New release notes: GNU sort (textutils 2.0.21), NetBSD stat 20020605,bmah2002-06-112-2/+22
* This actually compiles under lint now, by effectively #if 0'ing italfred2002-06-111-5/+0
* sendmail 8.12.4 has been imported.gshapiro2002-06-112-2/+2
* sendmail 8.12.4 has been importedgshapiro2002-06-111-4/+4
* Resolve conflicts from sendmail 8.12.4 importgshapiro2002-06-1120-66/+142
OpenPOWER on IntegriCloud