summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add US Robotics Wireless Card 2410imp2002-06-141-1/+5
* | Missed in earlier commit -- I did cvs commit src/lib/libc. Oops.rwatson2002-06-148-118/+0
* | Re-commit w/fix:silby2002-06-143-3/+18
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)silby2002-06-143-20/+1
* | Ensure that the syn cache's syn-ack packets contain the samesilby2002-06-143-1/+20
* | Exit with non-zero status if an input file can not be opened. This wastjr2002-06-141-0/+1
* | Fix one serious bug and one potential problem with in-place editing code:sobomax2002-06-141-70/+60
* | Set system_map for both mbuf_map and clust_map to 1, in mbuf_init().bmilekic2002-06-131-2/+4
* | Regen.rwatson2002-06-135-57/+17
* | Keep POSIX.1e capabilities system call placeholders, but remove definitions.rwatson2002-06-131-6/+6
* | No POSIX.1e capabilities in the main tree yet.rwatson2002-06-1330-3265/+0
* | In addition to exiting the dialog via ESC, the user could also havedougb2002-06-131-1/+1
* | Include information on the dangers of passing a user-supplied string aschris2002-06-131-0/+21
* | kern_cap.c no longer needed.rwatson2002-06-132-126/+0
* | opt_cap.c no longer neededrwatson2002-06-133-6/+0
* | Because we're holding an exclusive write lock on the head, references tohsu2002-06-131-3/+0
* | POSIX.1e capabilities aren't here yet, don't put an option for itrwatson2002-06-131-1/+0
* | Add the final bits that allow the use of rc.d. Note that you can togglegordon2002-06-132-2/+104
* | Add a couple of variables for rc.dgordon2002-06-131-0/+12
* | Hook rcorder and rc.d into the build.gordon2002-06-132-2/+4
* | Bring this up to date with the latest NetBSD bits. Also add some bits ofgordon2002-06-131-145/+545
* | Merge in all the changes that Mike Makonnen has been maintaining for agordon2002-06-13112-354/+2913
* | Fix a race during null node creation between relookuping the hash andsemenu2002-06-134-105/+102
* | beforeinstall target:grog2002-06-131-1/+2
* | Add two new options:grog2002-06-134-4/+24
* | Fix up merge bogons, hopefully correctly this time.bmah2002-06-132-8/+2
* | Arrgh. Back out rev. 1.366. This did fix problems but picked upbmah2002-06-132-62/+26
* | Fix up some SGML bogons caused by merge conflicts that somehow didn'tbmah2002-06-132-26/+62
* | Change null_hashlock into null_hashmtx, because there is no need forsemenu2002-06-131-22/+15
* | Fix the "error" path (when dropping not fully initialized vnode).semenu2002-06-133-19/+26
* | Fix wrong locking in null_inactive and null_reclaim. This makes nullfssemenu2002-06-131-10/+7
* | 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
OpenPOWER on IntegriCloud