summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-2619-54/+73
* Fix 64 bit issues so that sockstat && fstat work correctly on alpha.mjacob2001-07-252-10/+9
* Use sysctl to export multicast routing statsfenner2001-07-251-5/+13
* Fix breakage introduced in rev 1.26, with the introduction ofsheldonh2001-07-251-3/+3
* Remove non-existent (missing?) fonts.alias from beforeinstall: targetache2001-07-241-1/+1
* Add -I${.OBJDIR} to pick generated font*.hache2001-07-241-1/+1
* Expland `mymalloc' with malloc + error checking.obrien2001-07-244-17/+10
* Remove the misnamed `xmalloc' and replace its uses with the realloc (alongobrien2001-07-241-19/+11
* Remove the misnamed `emalloc' and replace its uses with calloc (alongobrien2001-07-241-19/+13
* Remove emalloc and expand to the malloc + error checking it was, where used.obrien2001-07-243-20/+9
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongobrien2001-07-243-26/+14
* Remove the local basename in favor of the libc version.obrien2001-07-245-43/+22
* Expland the emalloc to do the testing at the place of mallocing.obrien2001-07-241-16/+6
* Expand emalloc in-place, and remove the `rname' basename() implimenation.obrien2001-07-242-24/+6
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsobrien2001-07-245-59/+56
* Replace the local `rname' with the cannonical `basename'.obrien2001-07-244-13/+11
* Expand x{malloc,calloc,realloc,strdup} in-place.obrien2001-07-248-79/+169
* yyerror() is a printflike functionkris2001-07-241-1/+1
* Clean up the code a bit:tg2001-07-2432-181/+205
* Rewrite video emulation. Features:tg2001-07-2416-1583/+3136
* Quiet a [useless] compiler warning.obrien2001-07-231-1/+1
* revert last commit. using %option nounput is betterassar2001-07-221-5/+1
* Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' frommike2001-07-221-0/+2
* Fix some man page xrefs.mpp2001-07-221-1/+1
* add an unused attribute to yyunput to avoid warnings (errors) whenassar2001-07-211-1/+5
* o Add phantom's gethostinfo() function to reduce duplicated code.mike2001-07-201-49/+56
* o Integrate security enhancements from OpenBSD.mike2001-07-192-42/+74
* Portability configuation for LukeM's ftp client.obrien2001-07-191-0/+270
* Fixed the race caused by not checking the result of fgets(3):ru2001-07-191-3/+10
* Embed $FreeBSD$ as an rcsid[]kris2001-07-191-2/+4
* If we're writing to stdout, we don't care about the size.des2001-07-171-1/+1
* WARNS cleanup + remove an unused macro and an unused function argument.des2001-07-172-650/+654
* Re-write the logic that finds the whois server to query.mike2001-07-171-16/+30
* Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.ru2001-07-161-1/+1
* Add myselfkris2001-07-161-0/+1
* Remove whitespace at EOL.dd2001-07-15119-683/+683
* Switch on SHA1 hashing.markm2001-07-141-1/+2
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-1/+1
* Generate top.local.h and manpage dynamically, with sed(1) script.ru2001-07-122-72/+16
* Build/install bzip2 documentation (info page).sobomax2001-07-122-0/+16
* Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-3/+2
* Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-10/+10
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1098-98/+99
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* style nitobrien2001-07-091-1/+1
* Remove the S/Key key-handling apps, which are no longer needed, asmarkm2001-07-0910-616/+0
* Provide a WANT_INSECURE_OPIE compile-time option, which is useful ifmarkm2001-07-093-0/+17
* mdoc(7) police: eliminate -ww warnings.ru2001-07-091-3/+3
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0912-18/+0
OpenPOWER on IntegriCloud