summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix typo's.Jeroen Ruigrok van der Werven2000-01-281-2/+2
* IPv6 multicast routing.Yoshinobu Inoue2000-01-285-10/+237
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-276-13/+3
* cleanup using suggestions from bdeMichael Haro2000-01-271-4/+4
* Style change and comment difference per bde.Matt Jacob2000-01-271-4/+7
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-2713-344/+802
* Fixes for my mandoc braindamage.David E. O'Brien2000-01-271-7/+19
* A cleaner fix to previous.Matt Jacob2000-01-271-7/+10
* Fix ctags from core dumping on alpha. Let the diffs out to review,Matt Jacob2000-01-271-5/+9
* Add human-readable output flag, -hMichael Haro2000-01-253-16/+128
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-253-6/+20
* Fxi various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-233-7/+7
* Revert the change from memset() to bzero(), since bzero() is simplySheldon Hearn2000-01-201-1/+1
* Change the error message to be the FreeBSD one, not the OSF/1 one.David E. O'Brien2000-01-191-2/+6
* ${.MAKE} -> ${MAKE}Ruslan Ermilov2000-01-191-1/+1
* Utility to control the printing of "Fixed up unaligned data access for pidDavid E. O'Brien2000-01-194-0/+233
* Document truncation of strings when a NUL character is reached in a formatChris Costello2000-01-191-0/+6
* Correctly parse broken MDTM responses from servers which formatSheldon Hearn2000-01-181-16/+36
* Create tempfiles securely.Kris Kennaway2000-01-172-23/+16
* Fixed breakage of K&R support in rev.1.26. yyparse() was defined asBruce Evans2000-01-171-7/+7
* Fixed breakage of K&R support in rev.1.8 of output.c: don't generateBruce Evans2000-01-172-2/+5
* Cosmetic change: space instead of tab in front of $FreeBSD$.Sheldon Hearn2000-01-162-2/+2
* Revert previous change, which is reported to have broken world. ISheldon Hearn2000-01-151-1/+1
* Add a missing .El macro.Sheldon Hearn2000-01-141-0/+1
* Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie>Sheldon Hearn2000-01-142-4/+5
* Fix lint for the new cpp. Lint is still broken in other ways, butSheldon Hearn2000-01-141-2/+1
* Use mktemp(1) for tempfiles (concatdb.sh), and increase the number of X's.Kris Kennaway2000-01-123-3/+3
* malloc more space for temp file nameKris Kennaway2000-01-101-1/+1
* Feed mkstemp() some more X's to keep it safe.Kris Kennaway2000-01-102-5/+5
* Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cppDavid E. O'Brien2000-01-102-5/+6
* Handle the case where we truss an SUGID program -- in particular, we needSean Eric Fagan2000-01-102-3/+18
* Correctly backspace over number N that preceeds macros.Tim Vanderhoek2000-01-081-7/+12
* Instead of reporting all 0.0.0.0 as ``default'' only reportRodney W. Grimes2000-01-071-2/+5
* . mdoc(7)'fyAlexey Zelkin2000-01-072-15/+32
* -permit protocol specific statistics at iflag,Yoshinobu Inoue2000-01-073-9/+16
* Back out rev 1.11, about which bde had concerns, and instead implementSheldon Hearn2000-01-062-66/+72
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-1/+1
* Actually remove unrequired SRCS.Bruce Evans2000-01-051-1/+0
* Don't build with X support if DESTDIR is defined. This preventsMarcel Moolenaar2000-01-051-21/+18
* Replace calendar with 2000 calendar.Greg Lehey2000-01-041-128/+140
* Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptDavid E. O'Brien2000-01-044-202/+0
* Make brandelf explain itself a little better on error.Wes Peters2000-01-042-12/+46
* Print mac addresses in standard byte:byte format rather thanJordan K. Hubbard2000-01-031-1/+1
* Added missing DPADD's. Removed unrequired SRCS's.Josef Karthauser2000-01-013-1/+3
* Fix typosRuslan Ermilov1999-12-311-2/+2
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-303-6/+8
* Escape the ':' so that is actually makes it into the double quotes.Steve Price1999-12-291-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-293-5/+5
* Add display of maximum allowed mbuf count to match mbuf cluster count.Mike Smith1999-12-281-3/+11
* Dedocument one of the BUGS listed in the last commit. The bug (needlessTim Vanderhoek1999-12-281-3/+0