| Commit message (Expand) | Author | Age | Files | Lines |
* | - Turn the hea and hfa HARP storage pools into UMA zones and insert | arr | 2002-06-14 | 14 | -63/+77 |
* | Move the #include and #define's to the top of the file. | tjr | 2002-06-14 | 1 | -4/+4 |
* | Bump the size of the equivalence set to NCHARS; this file was left out | tjr | 2002-06-14 | 1 | -1/+1 |
* | Add an entry for the US Robotics 2415. | nsayer | 2002-06-14 | 1 | -0/+1 |
* | Use the Cm macro for the clear, init, reset and longname operands. | tjr | 2002-06-14 | 1 | -4/+4 |
* | Adjust the exit status to conform to SUSv3 and document the fact it takes | tjr | 2002-06-14 | 2 | -19/+29 |
* | Sort sections. Avoid using "The -? option" at the start of option descriptions. | tjr | 2002-06-14 | 1 | -11/+7 |
* | Use an usage() rather than doing the fprintf inside option parsing. | jmallett | 2002-06-14 | 1 | -3/+9 |
* | Don't treat the trailing ']' of an equivalence class expression as a | tjr | 2002-06-14 | 1 | -1/+2 |
* | Add the P1003.1-2001 -C option which complements the set of characters | tjr | 2002-06-14 | 2 | -29/+58 |
* | Reserve two constants for managing socket MAC labels via socket options. | rwatson | 2002-06-14 | 1 | -0/+2 |
* | Whitespaec consistency. | rwatson | 2002-06-14 | 1 | -6/+6 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 11 | -46/+73 |
* | Implement support for equivalence classes ([=e=]) when the mapping is | tjr | 2002-06-14 | 3 | -14/+45 |
* | Add a comment about how we should use vn_open() here instead of directly | rwatson | 2002-06-14 | 1 | -0/+4 |
* | I'm keeping an eye on xten | imp | 2002-06-14 | 1 | -0/+1 |
* | document hw.pcic.ignore_pci | imp | 2002-06-14 | 2 | -0/+10 |
* | Add US Robotics Wireless Card 2410 | imp | 2002-06-14 | 1 | -1/+5 |
* | Missed in earlier commit -- I did cvs commit src/lib/libc. Oops. | rwatson | 2002-06-14 | 8 | -118/+0 |
* | Re-commit w/fix: | silby | 2002-06-14 | 3 | -3/+18 |
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | silby | 2002-06-14 | 3 | -20/+1 |
* | Ensure that the syn cache's syn-ack packets contain the same | silby | 2002-06-14 | 3 | -1/+20 |
* | Exit with non-zero status if an input file can not be opened. This was | tjr | 2002-06-14 | 1 | -0/+1 |
* | Fix one serious bug and one potential problem with in-place editing code: | sobomax | 2002-06-14 | 1 | -70/+60 |
* | Set system_map for both mbuf_map and clust_map to 1, in mbuf_init(). | bmilekic | 2002-06-13 | 1 | -2/+4 |
* | Regen. | rwatson | 2002-06-13 | 5 | -57/+17 |
* | Keep POSIX.1e capabilities system call placeholders, but remove definitions. | rwatson | 2002-06-13 | 1 | -6/+6 |
* | No POSIX.1e capabilities in the main tree yet. | rwatson | 2002-06-13 | 30 | -3265/+0 |
* | In addition to exiting the dialog via ESC, the user could also have | dougb | 2002-06-13 | 1 | -1/+1 |
* | Include information on the dangers of passing a user-supplied string as | chris | 2002-06-13 | 1 | -0/+21 |
* | kern_cap.c no longer needed. | rwatson | 2002-06-13 | 2 | -126/+0 |
* | opt_cap.c no longer needed | rwatson | 2002-06-13 | 3 | -6/+0 |
* | Because we're holding an exclusive write lock on the head, references to | hsu | 2002-06-13 | 1 | -3/+0 |
* | POSIX.1e capabilities aren't here yet, don't put an option for it | rwatson | 2002-06-13 | 1 | -1/+0 |
* | Add the final bits that allow the use of rc.d. Note that you can toggle | gordon | 2002-06-13 | 2 | -2/+104 |
* | Add a couple of variables for rc.d | gordon | 2002-06-13 | 1 | -0/+12 |
* | Hook rcorder and rc.d into the build. | gordon | 2002-06-13 | 2 | -2/+4 |
* | Bring this up to date with the latest NetBSD bits. Also add some bits of | gordon | 2002-06-13 | 1 | -145/+545 |
* | Merge in all the changes that Mike Makonnen has been maintaining for a | gordon | 2002-06-13 | 112 | -354/+2913 |
* | Fix a race during null node creation between relookuping the hash and | semenu | 2002-06-13 | 4 | -105/+102 |
* | beforeinstall target: | grog | 2002-06-13 | 1 | -1/+2 |
* | Add two new options: | grog | 2002-06-13 | 4 | -4/+24 |
* | Fix up merge bogons, hopefully correctly this time. | bmah | 2002-06-13 | 2 | -8/+2 |
* | Arrgh. Back out rev. 1.366. This did fix problems but picked up | bmah | 2002-06-13 | 2 | -62/+26 |
* | Fix up some SGML bogons caused by merge conflicts that somehow didn't | bmah | 2002-06-13 | 2 | -26/+62 |
* | Change null_hashlock into null_hashmtx, because there is no need for | semenu | 2002-06-13 | 1 | -22/+15 |
* | Fix the "error" path (when dropping not fully initialized vnode). | semenu | 2002-06-13 | 3 | -19/+26 |
* | Fix wrong locking in null_inactive and null_reclaim. This makes nullfs | semenu | 2002-06-13 | 1 | -10/+7 |
* | hw.pcic.ignore_pci | imp | 2002-06-13 | 1 | -1/+9 |
* | FreeBSDize the NetBSD Makefile so that this compiles. | obrien | 2002-06-13 | 1 | -1/+9 |