aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Correct the old length argument passed to sysctl to be a pointer to aThomas Moestl2001-07-291-1/+2
* Enable the new libmp in the build, and disable libgmp and itsDima Dorfman2001-07-292-2/+2
* Properly handle wgetch(3) returning ERR. This prevents an abnormal exitMark Peek2001-07-281-9/+4
* Include value of command line argument that causes an error message orStefan Eßer2001-07-281-6/+9
* Fix the environment handling:Mark Murray2001-07-281-12/+11
* Prevent chpass(1) from writing -1 in the UID or GID fieldsMike Barcroft2001-07-263-8/+13
* When -n is specified, don't attempt to turn hostnames found in utmpBrian Somers2001-07-263-43/+42
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-262-19/+12
* Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version.Thomas Gellekum2001-07-261-1/+8
* Correct font names. Now, how on earth did this work on my system?Thomas Gellekum2001-07-261-3/+3
* Fix bugs introduced in 1.26:Thomas Gellekum2001-07-261-10/+8
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-2619-54/+73
* Fix 64 bit issues so that sockstat && fstat work correctly on alpha.Matt Jacob2001-07-252-10/+9
* Use sysctl to export multicast routing statsBill Fenner2001-07-251-5/+13
* Fix breakage introduced in rev 1.26, with the introduction ofSheldon Hearn2001-07-251-3/+3
* Remove non-existent (missing?) fonts.alias from beforeinstall: targetAndrey A. Chernov2001-07-241-1/+1
* Add -I${.OBJDIR} to pick generated font*.hAndrey A. Chernov2001-07-241-1/+1
* Expland `mymalloc' with malloc + error checking.David E. O'Brien2001-07-244-17/+10
* Remove the misnamed `xmalloc' and replace its uses with the realloc (alongDavid E. O'Brien2001-07-241-19/+11
* Remove the misnamed `emalloc' and replace its uses with calloc (alongDavid E. O'Brien2001-07-241-19/+13
* Remove emalloc and expand to the malloc + error checking it was, where used.David E. O'Brien2001-07-243-20/+9
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongDavid E. O'Brien2001-07-243-26/+14
* Remove the local basename in favor of the libc version.David E. O'Brien2001-07-245-43/+22
* Expland the emalloc to do the testing at the place of mallocing.David E. O'Brien2001-07-241-16/+6
* Expand emalloc in-place, and remove the `rname' basename() implimenation.David E. O'Brien2001-07-242-24/+6
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsDavid E. O'Brien2001-07-245-59/+56
* Replace the local `rname' with the cannonical `basename'.David E. O'Brien2001-07-244-13/+11
* Expand x{malloc,calloc,realloc,strdup} in-place.David E. O'Brien2001-07-248-79/+169
* yyerror() is a printflike functionKris Kennaway2001-07-241-1/+1
* Clean up the code a bit:Thomas Gellekum2001-07-2432-181/+205
* Rewrite video emulation. Features:Thomas Gellekum2001-07-2416-1563/+3116
* Quiet a [useless] compiler warning.David E. O'Brien2001-07-231-1/+1
* revert last commit. using %option nounput is betterAssar Westerlund2001-07-221-5/+1
* Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' fromMike Barcroft2001-07-221-0/+2
* Fix some man page xrefs.Mike Pritchard2001-07-221-1/+1
* add an unused attribute to yyunput to avoid warnings (errors) whenAssar Westerlund2001-07-211-1/+5
* o Add phantom's gethostinfo() function to reduce duplicated code.Mike Barcroft2001-07-201-49/+56
* o Integrate security enhancements from OpenBSD.Mike Barcroft2001-07-192-42/+74
* Portability configuation for LukeM's ftp client.David E. O'Brien2001-07-191-0/+270
* Fixed the race caused by not checking the result of fgets(3):Ruslan Ermilov2001-07-191-3/+10
* Embed $FreeBSD$ as an rcsid[]Kris Kennaway2001-07-191-2/+4
* If we're writing to stdout, we don't care about the size.Dag-Erling Smørgrav2001-07-171-1/+1
* WARNS cleanup + remove an unused macro and an unused function argument.Dag-Erling Smørgrav2001-07-172-629/+633
* Re-write the logic that finds the whois server to query.Mike Barcroft2001-07-171-16/+30
* Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.Ruslan Ermilov2001-07-161-1/+1
* Add myselfKris Kennaway2001-07-161-0/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-15119-683/+683
* Switch on SHA1 hashing.Mark Murray2001-07-141-1/+2
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-131-1/+1
* Generate top.local.h and manpage dynamically, with sed(1) script.Ruslan Ermilov2001-07-122-72/+16