| Commit message (Expand) | Author | Age | Files | Lines |
* | Use mktemp(1) for tempfiles (concatdb.sh), and increase the number of X's. | kris | 2000-01-12 | 3 | -3/+3 |
* | malloc more space for temp file name | kris | 2000-01-10 | 1 | -1/+1 |
* | Feed mkstemp() some more X's to keep it safe. | kris | 2000-01-10 | 2 | -5/+5 |
* | Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cpp | obrien | 2000-01-10 | 2 | -5/+6 |
* | Handle the case where we truss an SUGID program -- in particular, we need | sef | 2000-01-10 | 2 | -3/+18 |
* | Correctly backspace over number N that preceeds macros. | hoek | 2000-01-08 | 1 | -7/+12 |
* | Instead of reporting all 0.0.0.0 as ``default'' only report | rgrimes | 2000-01-07 | 1 | -2/+5 |
* | . mdoc(7)'fy | phantom | 2000-01-07 | 2 | -15/+32 |
* | -permit protocol specific statistics at iflag, | shin | 2000-01-07 | 3 | -9/+16 |
* | Back out rev 1.11, about which bde had concerns, and instead implement | sheldonh | 2000-01-06 | 2 | -66/+72 |
* | libipsec and IPsec related apps. (and some KAME related man pages) | shin | 2000-01-06 | 1 | -1/+1 |
* | Actually remove unrequired SRCS. | bde | 2000-01-05 | 1 | -1/+0 |
* | Don't build with X support if DESTDIR is defined. This prevents | marcel | 2000-01-05 | 1 | -21/+18 |
* | Replace calendar with 2000 calendar. | grog | 2000-01-04 | 1 | -128/+140 |
* | Turn on a new /usr/bin/cpp that is a true binary rather than a shell script | obrien | 2000-01-04 | 4 | -202/+0 |
* | Make brandelf explain itself a little better on error. | wes | 2000-01-04 | 2 | -12/+46 |
* | Print mac addresses in standard byte:byte format rather than | jkh | 2000-01-03 | 1 | -1/+1 |
* | Added missing DPADD's. Removed unrequired SRCS's. | joe | 2000-01-01 | 3 | -1/+3 |
* | Fix typos | ru | 1999-12-31 | 1 | -2/+2 |
* | Moved flags_to_string and string_to_flags into libutil. It's used in | joe | 1999-12-30 | 3 | -6/+8 |
* | Escape the ':' so that is actually makes it into the double quotes. | steve | 1999-12-29 | 1 | -1/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 3 | -5/+5 |
* | Add display of maximum allowed mbuf count to match mbuf cluster count. | msmith | 1999-12-28 | 1 | -3/+11 |
* | Dedocument one of the BUGS listed in the last commit. The bug (needless | hoek | 1999-12-28 | 1 | -3/+0 |
* | Rather than use an LRU-ordered circular list to store buffered data, | hoek | 1999-12-28 | 1 | -35/+65 |
* | Delete dead code and clean comments a little. | hoek | 1999-12-28 | 2 | -8/+15 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 4 | -47/+12 |
* | Correctly maintain state when manipulating linked lists. This fixes a | hoek | 1999-12-27 | 1 | -3/+8 |
* | Initialize unitialized variable from prev. commit. | hoek | 1999-12-27 | 1 | -1/+1 |
* | A missing verb to a sentence from last commit. | hoek | 1999-12-26 | 1 | -1/+2 |
* | For some reason the HOME key wasn't documented. Document it. Expand | hoek | 1999-12-26 | 2 | -3/+32 |
* | Allow excessive backspacing to correctly abort an input (most significantly | hoek | 1999-12-26 | 2 | -12/+22 |
* | Expand source comments a little -=> increased readability. | hoek | 1999-12-26 | 2 | -8/+35 |
* | Since we build and install gasp(1) in /usr/libexec/${OBJFORMAT}/, | green | 1999-12-24 | 1 | -0/+1 |
* | Enable genassym. | marcel | 1999-12-23 | 1 | -0/+1 |
* | New command for creating assembler symbols from C. | marcel | 1999-12-23 | 3 | -0/+348 |
* | Say goodbye to some crufty old fortran code. | kris | 1999-12-22 | 7 | -1041/+0 |
* | Extra sanity checks in information from file edited by user. This | imp | 1999-12-21 | 1 | -16/+16 |
* | also, changed prototype of pr_rthdr(), as my previous fix | shin | 1999-12-21 | 1 | -1/+1 |
* | Added missing declaration for argment specification at pr_rthdr(), | shin | 1999-12-21 | 1 | -3/+4 |
* | define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related | shin | 1999-12-21 | 1 | -12/+32 |
* | Small typo fix. | asmodai | 1999-12-20 | 1 | -1/+1 |
* | Second part of bin/3648: add -flags to search for specific flags. | roberto | 1999-12-19 | 6 | -4/+87 |
* | Revert the libcrypt/libmd stuff back to how it was. This should not have | peter | 1999-12-18 | 7 | -19/+18 |
* | Remove duplicate entry | cpiazza | 1999-12-18 | 1 | -1/+0 |
* | Spelling fixes. first change from openbsd second from netbsd | cpiazza | 1999-12-18 | 1 | -2/+2 |
* | Document -e flag. | phantom | 1999-12-17 | 1 | -0/+14 |
* | Document -d and -o flags | phantom | 1999-12-17 | 1 | -1/+15 |
* | Install Flexlexer.h with mode 444. | bde | 1999-12-17 | 1 | -1/+1 |
* | Add libmd (or move it after libcrypt). We don't want the linker to be | marcel | 1999-12-16 | 7 | -18/+21 |