| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use ".nofinger" as a string constant from within the code | yar | 2001-07-30 | 2 | -1/+3 |
* | - Add some more x86 instructions to emulate, | tg | 2001-07-30 | 4 | -136/+267 |
* | - Fix file names <:-(, | tg | 2001-07-30 | 1 | -14/+12 |
* | Fixed bitrot in DPADD in previous commit. | bde | 2001-07-30 | 2 | -12/+8 |
* | Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4. | bde | 2001-07-30 | 1 | -3/+0 |
* | Update to version 3.36. | obrien | 2001-07-30 | 1 | -1/+7 |
* | Update to version 3.36. | obrien | 2001-07-30 | 1 | -2/+6 |
* | Correct the old length argument passed to sysctl to be a pointer to a | tmm | 2001-07-29 | 1 | -1/+2 |
* | Enable the new libmp in the build, and disable libgmp and its | dd | 2001-07-29 | 2 | -2/+2 |
* | Properly handle wgetch(3) returning ERR. This prevents an abnormal exit | mp | 2001-07-28 | 1 | -9/+4 |
* | Include value of command line argument that causes an error message or | se | 2001-07-28 | 1 | -6/+9 |
* | Fix the environment handling: | markm | 2001-07-28 | 1 | -12/+11 |
* | Prevent chpass(1) from writing -1 in the UID or GID fields | mike | 2001-07-26 | 3 | -8/+13 |
* | When -n is specified, don't attempt to turn hostnames found in utmp | brian | 2001-07-26 | 3 | -43/+42 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 2 | -19/+12 |
* | Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version. | tg | 2001-07-26 | 1 | -1/+8 |
* | Correct font names. Now, how on earth did this work on my system? | tg | 2001-07-26 | 1 | -3/+3 |
* | Fix bugs introduced in 1.26: | tg | 2001-07-26 | 1 | -10/+8 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 19 | -54/+73 |
* | Fix 64 bit issues so that sockstat && fstat work correctly on alpha. | mjacob | 2001-07-25 | 2 | -10/+9 |
* | Use sysctl to export multicast routing stats | fenner | 2001-07-25 | 1 | -5/+13 |
* | Fix breakage introduced in rev 1.26, with the introduction of | sheldonh | 2001-07-25 | 1 | -3/+3 |
* | 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 |