summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-3114-42/+42
* Sort options, remove unknown option 'f'.tg2001-07-311-68/+67
* Add a "X KBytes of wired memory reserved" metric that representsbmilekic2001-07-311-11/+14
* Don't use ".nofinger" as a string constant from within the codeyar2001-07-302-1/+3
* - Add some more x86 instructions to emulate,tg2001-07-304-136/+267
* - Fix file names <:-(,tg2001-07-301-14/+12
* Fixed bitrot in DPADD in previous commit.bde2001-07-302-12/+8
* Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4.bde2001-07-301-3/+0
* Update to version 3.36.obrien2001-07-301-1/+7
* Update to version 3.36.obrien2001-07-301-2/+6
* Correct the old length argument passed to sysctl to be a pointer to atmm2001-07-291-1/+2
* Enable the new libmp in the build, and disable libgmp and itsdd2001-07-292-2/+2
* Properly handle wgetch(3) returning ERR. This prevents an abnormal exitmp2001-07-281-9/+4
* Include value of command line argument that causes an error message orse2001-07-281-6/+9
* Fix the environment handling:markm2001-07-281-12/+11
* Prevent chpass(1) from writing -1 in the UID or GID fieldsmike2001-07-263-8/+13
* When -n is specified, don't attempt to turn hostnames found in utmpbrian2001-07-263-43/+42
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-262-19/+12
* Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version.tg2001-07-261-1/+8
* Correct font names. Now, how on earth did this work on my system?tg2001-07-261-3/+3
* Fix bugs introduced in 1.26:tg2001-07-261-10/+8
* 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
OpenPOWER on IntegriCloud