| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct the old length argument passed to sysctl to be a pointer to a | Thomas Moestl | 2001-07-29 | 1 | -1/+2 |
| * | Enable the new libmp in the build, and disable libgmp and its | Dima Dorfman | 2001-07-29 | 2 | -2/+2 |
| * | Properly handle wgetch(3) returning ERR. This prevents an abnormal exit | Mark Peek | 2001-07-28 | 1 | -9/+4 |
| * | Include value of command line argument that causes an error message or | Stefan Eßer | 2001-07-28 | 1 | -6/+9 |
| * | Fix the environment handling: | Mark Murray | 2001-07-28 | 1 | -12/+11 |
| * | Prevent chpass(1) from writing -1 in the UID or GID fields | Mike Barcroft | 2001-07-26 | 3 | -8/+13 |
| * | When -n is specified, don't attempt to turn hostnames found in utmp | Brian Somers | 2001-07-26 | 3 | -43/+42 |
| * | - Do not handle the per-CPU containers in mbuf code as though the cpuids | Bosko Milekic | 2001-07-26 | 2 | -19/+12 |
| * | Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version. | Thomas Gellekum | 2001-07-26 | 1 | -1/+8 |
| * | Correct font names. Now, how on earth did this work on my system? | Thomas Gellekum | 2001-07-26 | 1 | -3/+3 |
| * | Fix bugs introduced in 1.26: | Thomas Gellekum | 2001-07-26 | 1 | -10/+8 |
| * | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 19 | -54/+73 |
| * | Fix 64 bit issues so that sockstat && fstat work correctly on alpha. | Matt Jacob | 2001-07-25 | 2 | -10/+9 |
| * | Use sysctl to export multicast routing stats | Bill Fenner | 2001-07-25 | 1 | -5/+13 |
| * | Fix breakage introduced in rev 1.26, with the introduction of | Sheldon Hearn | 2001-07-25 | 1 | -3/+3 |
| * | Remove non-existent (missing?) fonts.alias from beforeinstall: target | Andrey A. Chernov | 2001-07-24 | 1 | -1/+1 |
| * | Add -I${.OBJDIR} to pick generated font*.h | Andrey A. Chernov | 2001-07-24 | 1 | -1/+1 |
| * | Expland `mymalloc' with malloc + error checking. | David E. O'Brien | 2001-07-24 | 4 | -17/+10 |
| * | Remove the misnamed `xmalloc' and replace its uses with the realloc (along | David E. O'Brien | 2001-07-24 | 1 | -19/+11 |
| * | Remove the misnamed `emalloc' and replace its uses with calloc (along | David E. O'Brien | 2001-07-24 | 1 | -19/+13 |
| * | Remove emalloc and expand to the malloc + error checking it was, where used. | David E. O'Brien | 2001-07-24 | 3 | -20/+9 |
| * | Remove the misnamed `emalloc' and replace its uses with the calloc (along | David E. O'Brien | 2001-07-24 | 3 | -26/+14 |
| * | Remove the local basename in favor of the libc version. | David E. O'Brien | 2001-07-24 | 5 | -43/+22 |
| * | Expland the emalloc to do the testing at the place of mallocing. | David E. O'Brien | 2001-07-24 | 1 | -16/+6 |
| * | Expand emalloc in-place, and remove the `rname' basename() implimenation. | David E. O'Brien | 2001-07-24 | 2 | -24/+6 |
| * | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | David E. O'Brien | 2001-07-24 | 5 | -59/+56 |
| * | Replace the local `rname' with the cannonical `basename'. | David E. O'Brien | 2001-07-24 | 4 | -13/+11 |
| * | Expand x{malloc,calloc,realloc,strdup} in-place. | David E. O'Brien | 2001-07-24 | 8 | -79/+169 |
| * | yyerror() is a printflike function | Kris Kennaway | 2001-07-24 | 1 | -1/+1 |
| * | Clean up the code a bit: | Thomas Gellekum | 2001-07-24 | 32 | -181/+205 |
| * | Rewrite video emulation. Features: | Thomas Gellekum | 2001-07-24 | 16 | -1563/+3116 |
| * | Quiet a [useless] compiler warning. | David E. O'Brien | 2001-07-23 | 1 | -1/+1 |
| * | revert last commit. using %option nounput is better | Assar Westerlund | 2001-07-22 | 1 | -5/+1 |
| * | Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' from | Mike Barcroft | 2001-07-22 | 1 | -0/+2 |
| * | Fix some man page xrefs. | Mike Pritchard | 2001-07-22 | 1 | -1/+1 |
| * | add an unused attribute to yyunput to avoid warnings (errors) when | Assar Westerlund | 2001-07-21 | 1 | -1/+5 |
| * | o Add phantom's gethostinfo() function to reduce duplicated code. | Mike Barcroft | 2001-07-20 | 1 | -49/+56 |
| * | o Integrate security enhancements from OpenBSD. | Mike Barcroft | 2001-07-19 | 2 | -42/+74 |
| * | Portability configuation for LukeM's ftp client. | David E. O'Brien | 2001-07-19 | 1 | -0/+270 |
| * | Fixed the race caused by not checking the result of fgets(3): | Ruslan Ermilov | 2001-07-19 | 1 | -3/+10 |
| * | Embed $FreeBSD$ as an rcsid[] | Kris Kennaway | 2001-07-19 | 1 | -2/+4 |
| * | If we're writing to stdout, we don't care about the size. | Dag-Erling Smørgrav | 2001-07-17 | 1 | -1/+1 |
| * | WARNS cleanup + remove an unused macro and an unused function argument. | Dag-Erling Smørgrav | 2001-07-17 | 2 | -629/+633 |
| * | Re-write the logic that finds the whois server to query. | Mike Barcroft | 2001-07-17 | 1 | -16/+30 |
| * | Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables. | Ruslan Ermilov | 2001-07-16 | 1 | -1/+1 |
| * | Add myself | Kris Kennaway | 2001-07-16 | 1 | -0/+1 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 119 | -683/+683 |
| * | Switch on SHA1 hashing. | Mark Murray | 2001-07-14 | 1 | -1/+2 |
| * | mdoc(7) police: -xwidth has been fold into -width. | Ruslan Ermilov | 2001-07-13 | 1 | -1/+1 |
| * | Generate top.local.h and manpage dynamically, with sed(1) script. | Ruslan Ermilov | 2001-07-12 | 2 | -72/+16 |