| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove non-existent (missing?) fonts.alias from beforeinstall: target | ache | 2001-07-24 | 1 | -1/+1 |
* | Add -I${.OBJDIR} to pick generated font*.h | ache | 2001-07-24 | 1 | -1/+1 |
* | Expland `mymalloc' with malloc + error checking. | obrien | 2001-07-24 | 4 | -17/+10 |
* | Remove the misnamed `xmalloc' and replace its uses with the realloc (along | obrien | 2001-07-24 | 1 | -19/+11 |
* | Remove the misnamed `emalloc' and replace its uses with calloc (along | obrien | 2001-07-24 | 1 | -19/+13 |
* | Remove emalloc and expand to the malloc + error checking it was, where used. | obrien | 2001-07-24 | 3 | -20/+9 |
* | Remove the misnamed `emalloc' and replace its uses with the calloc (along | obrien | 2001-07-24 | 3 | -26/+14 |
* | Remove the local basename in favor of the libc version. | obrien | 2001-07-24 | 5 | -43/+22 |
* | Expland the emalloc to do the testing at the place of mallocing. | obrien | 2001-07-24 | 1 | -16/+6 |
* | Expand emalloc in-place, and remove the `rname' basename() implimenation. | obrien | 2001-07-24 | 2 | -24/+6 |
* | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | obrien | 2001-07-24 | 5 | -59/+56 |
* | Replace the local `rname' with the cannonical `basename'. | obrien | 2001-07-24 | 4 | -13/+11 |
* | Expand x{malloc,calloc,realloc,strdup} in-place. | obrien | 2001-07-24 | 8 | -79/+169 |
* | yyerror() is a printflike function | kris | 2001-07-24 | 1 | -1/+1 |
* | Clean up the code a bit: | tg | 2001-07-24 | 32 | -181/+205 |
* | Rewrite video emulation. Features: | tg | 2001-07-24 | 16 | -1583/+3136 |
* | Quiet a [useless] compiler warning. | obrien | 2001-07-23 | 1 | -1/+1 |
* | revert last commit. using %option nounput is better | assar | 2001-07-22 | 1 | -5/+1 |
* | Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' from | mike | 2001-07-22 | 1 | -0/+2 |
* | Fix some man page xrefs. | mpp | 2001-07-22 | 1 | -1/+1 |
* | add an unused attribute to yyunput to avoid warnings (errors) when | assar | 2001-07-21 | 1 | -1/+5 |
* | o Add phantom's gethostinfo() function to reduce duplicated code. | mike | 2001-07-20 | 1 | -49/+56 |
* | o Integrate security enhancements from OpenBSD. | mike | 2001-07-19 | 2 | -42/+74 |
* | Portability configuation for LukeM's ftp client. | obrien | 2001-07-19 | 1 | -0/+270 |
* | Fixed the race caused by not checking the result of fgets(3): | ru | 2001-07-19 | 1 | -3/+10 |
* | Embed $FreeBSD$ as an rcsid[] | kris | 2001-07-19 | 1 | -2/+4 |
* | If we're writing to stdout, we don't care about the size. | des | 2001-07-17 | 1 | -1/+1 |
* | WARNS cleanup + remove an unused macro and an unused function argument. | des | 2001-07-17 | 2 | -650/+654 |
* | Re-write the logic that finds the whois server to query. | mike | 2001-07-17 | 1 | -16/+30 |
* | Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables. | ru | 2001-07-16 | 1 | -1/+1 |
* | Add myself | kris | 2001-07-16 | 1 | -0/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 119 | -683/+683 |
* | Switch on SHA1 hashing. | markm | 2001-07-14 | 1 | -1/+2 |
* | mdoc(7) police: -xwidth has been fold into -width. | ru | 2001-07-13 | 1 | -1/+1 |
* | Generate top.local.h and manpage dynamically, with sed(1) script. | ru | 2001-07-12 | 2 | -72/+16 |
* | Build/install bzip2 documentation (info page). | sobomax | 2001-07-12 | 2 | -0/+16 |
* | Eliminate troff(1) warnings that were hiding some useful text. | ru | 2001-07-12 | 1 | -3/+2 |
* | Eliminate troff(1) warnings that were hiding some useful text. | ru | 2001-07-12 | 1 | -10/+10 |
* | mdoc(7) police: removed punctuation after the last SEE ALSO xref. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 98 | -98/+99 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | style nit | obrien | 2001-07-09 | 1 | -1/+1 |
* | Remove the S/Key key-handling apps, which are no longer needed, as | markm | 2001-07-09 | 10 | -616/+0 |
* | Provide a WANT_INSECURE_OPIE compile-time option, which is useful if | markm | 2001-07-09 | 3 | -0/+17 |
* | mdoc(7) police: eliminate -ww warnings. | ru | 2001-07-09 | 1 | -3/+3 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 12 | -18/+0 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 11 | -19/+19 |
* | Fix an embarassing if-test-reversal bug that broke scheme guessing. | des | 2001-07-08 | 1 | -2/+2 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 9 | -12/+12 |
* | mdoc(7) police: -column lists require column width specifiers. | ru | 2001-07-06 | 1 | -2/+2 |