| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for FILE v3.39. | ru | 2002-09-19 | 2 | -17/+21 |
* | Bootstrapping aid for systems without <stdint.h>. | ru | 2002-09-19 | 1 | -0/+4 |
* | Completely revamp the way getconf(1) works, for better adherence to the | wollman | 2002-09-19 | 10 | -189/+457 |
* | Update the usage string in the limits(1) manpage to include -b for | green | 2002-09-18 | 2 | -5/+6 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 14 | -141/+163 |
* | ARIN has annoyingly started using caps when referencing | mike | 2002-09-18 | 1 | -1/+3 |
* | Mostly rewrite the flag handling of uname(1) to be overridable, such as: | jmallett | 2002-09-18 | 2 | -70/+171 |
* | Make obrien happy. Add a bad awk script which emulates as much of | wollman | 2002-09-18 | 1 | -0/+57 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 13 | -431/+172 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 19 | -155/+155 |
* | Print debugging from DEBUG(VAR) level to stderr. About to macroise this. | jmallett | 2002-09-17 | 1 | -6/+6 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 7 | -156/+18 |
* | Backed out revs 1.32-1.33. The problem has been fixed better by | bde | 2002-09-16 | 1 | -2/+0 |
* | Update for version 3.39. | obrien | 2002-09-16 | 2 | -2/+46 |
* | Update for 3.39. | obrien | 2002-09-16 | 1 | -0/+1 |
* | Userland changes to go with vnode->v_tag change. | njl | 2002-09-14 | 1 | -23/+18 |
* | Promote gcore from i386-specific to the MI section. | peter | 2002-09-13 | 1 | -1/+1 |
* | Add #include <sys/queue.h> for sparc64's benefit. The MD includes there | peter | 2002-09-13 | 1 | -0/+1 |
* | Use a crowbar to move the a.out code out of gcore.c and into its own | peter | 2002-09-13 | 7 | -577/+68 |
* | Some uses of the variable n needed to be int, others needed to be | mike | 2002-09-11 | 1 | -8/+8 |
* | Unbreak world by fixing 4 syntax errors and 1 wrong variable type. | mike | 2002-09-11 | 1 | -5/+5 |
* | Fix style bugs in macros. | fanf | 2002-09-10 | 1 | -9/+6 |
* | Tidy up the base64 code and relax the error handling. | fanf | 2002-09-10 | 1 | -18/+28 |
* | Style: Don't treat pointers as booleans. | fanf | 2002-09-10 | 1 | -2/+2 |
* | Fix tilde-expansion of the filename obtained from the "begin" line in -s | fanf | 2002-09-10 | 1 | -95/+84 |
* | Replace a goto with continue. | fanf | 2002-09-10 | 1 | -2/+1 |
* | Remove register keyword. | fanf | 2002-09-10 | 1 | -2/+2 |
* | Style: space after return. | fanf | 2002-09-10 | 1 | -15/+15 |
* | Make the handling of -i neater. | fanf | 2002-09-10 | 1 | -14/+10 |
* | Only try to chmod the output if it's a regular file, rather than | fanf | 2002-09-10 | 1 | -4/+4 |
* | Prevent the wrapper from looping on itself forever, when there | thomas | 2002-09-10 | 2 | -1/+11 |
* | Add the 1109 incident. | grog | 2002-09-10 | 1 | -1/+2 |
* | Check for FD_SET overrun. | nectar | 2002-09-09 | 1 | -0/+4 |
* | Catch up with the ISO-C++ standard. | obrien | 2002-09-09 | 1 | -1/+2 |
* | Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix the | sobomax | 2002-09-07 | 1 | -0/+1 |
* | Add #include <netinet/ip.h> in attempt to fix the world. | sobomax | 2002-09-07 | 1 | -0/+1 |
* | Make it clear that the ":C" variable modifier expects an extended | archie | 2002-09-06 | 1 | -2/+2 |
* | Warns cleanups for netstat: | dwmalone | 2002-09-05 | 15 | -195/+194 |
* | Include stdint.h to make this compile. | iedowse | 2002-09-05 | 1 | -0/+1 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 74 | -747/+421 |
* | Avoid a signedness warning by casting chain_index to a size_t. | dwmalone | 2002-09-04 | 1 | -1/+1 |
* | No need to declare optind as an external int. | dwmalone | 2002-09-04 | 1 | -1/+0 |
* | Die on -D=foo, when parsing options - we can't let someone define (nil). | jmallett | 2002-09-04 | 1 | -0/+2 |
* | Don't try (and fail) to fchmod /dev/stdout. Revert the manual page | fanf | 2002-09-03 | 2 | -1/+3 |
* | Suggest -p instead of -o /dev/stdout. | fanf | 2002-09-03 | 1 | -1/+1 |
* | Remove spurious whitespace | fanf | 2002-09-03 | 1 | -8/+6 |
* | If the CC environment variable contains multiple words then split | iedowse | 2002-09-01 | 1 | -3/+7 |
* | Deal with bootstrapping from an old -current (almost exactly a year old) | peter | 2002-08-31 | 1 | -0/+3 |
* | Switch to new format which allows unlimited numbers of chains and | ache | 2002-08-31 | 1 | -16/+43 |
* | Add dates of foundation for Malaya, Malaysia and Singapore. | grog | 2002-08-30 | 1 | -0/+3 |