summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fxi various man pages to stop abusing the .Bx macro to generatempp2000-01-233-7/+7
* Revert the change from memset() to bzero(), since bzero() is simplysheldonh2000-01-201-1/+1
* Change the error message to be the FreeBSD one, not the OSF/1 one.obrien2000-01-191-2/+6
* ${.MAKE} -> ${MAKE}ru2000-01-191-1/+1
* Utility to control the printing of "Fixed up unaligned data access for pidobrien2000-01-194-0/+233
* Document truncation of strings when a NUL character is reached in a formatchris2000-01-191-0/+6
* Correctly parse broken MDTM responses from servers which formatsheldonh2000-01-181-16/+36
* Create tempfiles securely.kris2000-01-172-23/+16
* Fixed breakage of K&R support in rev.1.26. yyparse() was defined asbde2000-01-171-7/+7
* Fixed breakage of K&R support in rev.1.8 of output.c: don't generatebde2000-01-172-2/+5
* Cosmetic change: space instead of tab in front of $FreeBSD$.sheldonh2000-01-162-2/+2
* Revert previous change, which is reported to have broken world. Isheldonh2000-01-151-1/+1
* Add a missing .El macro.sheldonh2000-01-141-0/+1
* Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie>sheldonh2000-01-142-4/+5
* Fix lint for the new cpp. Lint is still broken in other ways, butsheldonh2000-01-141-2/+1
* Use mktemp(1) for tempfiles (concatdb.sh), and increase the number of X's.kris2000-01-123-3/+3
* malloc more space for temp file namekris2000-01-101-1/+1
* Feed mkstemp() some more X's to keep it safe.kris2000-01-102-5/+5
* Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cppobrien2000-01-102-5/+6
* Handle the case where we truss an SUGID program -- in particular, we needsef2000-01-102-3/+18
* Correctly backspace over number N that preceeds macros.hoek2000-01-081-7/+12
* Instead of reporting all 0.0.0.0 as ``default'' only reportrgrimes2000-01-071-2/+5
* . mdoc(7)'fyphantom2000-01-072-15/+32
* -permit protocol specific statistics at iflag,shin2000-01-073-9/+16
* Back out rev 1.11, about which bde had concerns, and instead implementsheldonh2000-01-062-66/+72
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-1/+1
* Actually remove unrequired SRCS.bde2000-01-051-1/+0
* Don't build with X support if DESTDIR is defined. This preventsmarcel2000-01-051-21/+18
* Replace calendar with 2000 calendar.grog2000-01-041-128/+140
* Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptobrien2000-01-044-202/+0
* Make brandelf explain itself a little better on error.wes2000-01-042-12/+46
* Print mac addresses in standard byte:byte format rather thanjkh2000-01-031-1/+1
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-013-1/+3
* Fix typosru1999-12-311-2/+2
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-303-6/+8
* Escape the ':' so that is actually makes it into the double quotes.steve1999-12-291-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-5/+5
* Add display of maximum allowed mbuf count to match mbuf cluster count.msmith1999-12-281-3/+11
* Dedocument one of the BUGS listed in the last commit. The bug (needlesshoek1999-12-281-3/+0
* Rather than use an LRU-ordered circular list to store buffered data,hoek1999-12-281-35/+65
* Delete dead code and clean comments a little.hoek1999-12-282-8/+15
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-284-47/+12
* Correctly maintain state when manipulating linked lists. This fixes ahoek1999-12-271-3/+8
* Initialize unitialized variable from prev. commit.hoek1999-12-271-1/+1
* A missing verb to a sentence from last commit.hoek1999-12-261-1/+2
* For some reason the HOME key wasn't documented. Document it. Expandhoek1999-12-262-3/+32
* Allow excessive backspacing to correctly abort an input (most significantlyhoek1999-12-262-12/+22
* Expand source comments a little -=> increased readability.hoek1999-12-262-8/+35
* Since we build and install gasp(1) in /usr/libexec/${OBJFORMAT}/,green1999-12-241-0/+1
* Enable genassym.marcel1999-12-231-0/+1
OpenPOWER on IntegriCloud