| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -V expand it's arguments. This means that instead of 'make -V OBJS' | peter | 1998-06-13 | 1 | -6/+8 |
* | Introduce std_pps_ioctl() to automagically DTRT. | phk | 1998-06-13 | 4 | -51/+71 |
* | Allow a protocol to specify that it does NOT want to be looped back | julian | 1998-06-13 | 1 | -3/+6 |
* | join(1) is used by lorder, add it to build-tools. (otherwise, things get | peter | 1998-06-13 | 1 | -1/+2 |
* | Update to draft-mogul-pps-api-02.txt as submitted to IETF | phk | 1998-06-12 | 2 | -18/+54 |
* | Note which version of Kirk's sources this corresponds to. | julian | 1998-06-12 | 3 | -6/+6 |
* | Fix the case when renaming to a file that you've just created and deleted, | julian | 1998-06-12 | 3 | -66/+129 |
* | Add the ``clear'' function. | brian | 1998-06-12 | 5 | -6/+121 |
* | Remove 3 occurances of __FUNCTION__ | julian | 1998-06-12 | 2 | -6/+5 |
* | Fix stupid typo, I had only tested this in elf mode. | peter | 1998-06-12 | 1 | -2/+2 |
* | Remove '\n' from `show throughput'. ctime() already does | brian | 1998-06-12 | 1 | -3/+3 |
* | Correct arg hack | brian | 1998-06-12 | 2 | -6/+6 |
* | o Maintain a link-type mask for open datalinks as well as | brian | 1998-06-12 | 5 | -65/+92 |
* | Always support an elf kernel when given one. | peter | 1998-06-12 | 1 | -2/+0 |
* | #include <arpa/inet.h> | peter | 1998-06-12 | 1 | -1/+2 |
* | "./strip maybe_stripped" doesn't work too well if maybe_stripped is an | peter | 1998-06-12 | 1 | -1/+1 |
* | The doscmd build process and doscmd.kernel loader is very a.out specific | peter | 1998-06-12 | 1 | -2/+5 |
* | Only build rtld-aout if we're in an a.out build environment. | peter | 1998-06-12 | 1 | -2/+5 |
* | Understand elf library naming rules for libtermlib alias. | peter | 1998-06-12 | 1 | -0/+9 |
* | Add -DFREEBSD_AOUT to CFLAGS, to ensure that <link.h> gives us the correct | peter | 1998-06-12 | 1 | -2/+2 |
* | Use the elf libalias name when compiled under elf. | peter | 1998-06-12 | 1 | -1/+5 |
* | Make nlist() understand elf unconditionally | peter | 1998-06-12 | 2 | -5/+2 |
* | #include <arpa/inet.h> instead of rolling own prototype. | peter | 1998-06-12 | 1 | -3/+1 |
* | #include <arpa/inet.h> for inet_* definitions. | peter | 1998-06-12 | 2 | -4/+8 |
* | #include <arpa/inet.h> | peter | 1998-06-12 | 2 | -2/+4 |
* | Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions | peter | 1998-06-12 | 1 | -2/+2 |
* | #include <arpa/inet.h> | peter | 1998-06-12 | 1 | -3/+5 |
* | #include <arpa/inet.h> | peter | 1998-06-12 | 2 | -4/+3 |
* | #include <arpa/inet.h> | peter | 1998-06-12 | 1 | -3/+2 |
* | Move bsd.own.mk after make.conf, this allows BINFORMAT to be set in | peter | 1998-06-12 | 1 | -3/+3 |
* | Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf. | peter | 1998-06-12 | 1 | -2/+2 |
* | Increased MAXTSIZ to 128MB...there are binaries that get quite large. | dg | 1998-06-12 | 2 | -6/+6 |
* | Go through the loopback code with a broom.. | julian | 1998-06-12 | 8 | -208/+155 |
* | include opt_ipdivert.h so we get correct options | julian | 1998-06-12 | 1 | -1/+2 |
* | Add poll to the list of hidden syscalls so that it gets renamed. This | jb | 1998-06-12 | 3 | -6/+6 |
* | Update the caller's descriptor masks even if there are none ready for | jb | 1998-06-12 | 3 | -3/+3 |
* | Allow diverted packets from the transmit side to remember if they | julian | 1998-06-12 | 1 | -27/+26 |
* | Install motd once. | guido | 1998-06-11 | 1 | -7/+3 |
* | Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL. | julian | 1998-06-11 | 3 | -12/+12 |
* | Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8 | peter | 1998-06-11 | 1 | -3/+0 |
* | Damn, bind8 includes added <arpa/nameser.h> as a prerequisite for | peter | 1998-06-11 | 1 | -15/+17 |
* | Reimplement spl*() as function calls. Implement software interrupts. | dfr | 1998-06-11 | 3 | -41/+139 |
* | bsd.dep.mk doesn't know about -idirafter, and doesn't parse -I the | peter | 1998-06-11 | 1 | -3/+4 |
* | Sigh, mkdep doesn't know about all the CFLAGS to pass during depend | peter | 1998-06-11 | 1 | -2/+3 |
* | Activate libbind | peter | 1998-06-11 | 2 | -2/+4 |
* | libbind.a and associated makefile goo is only used for named and named-xfer | peter | 1998-06-11 | 1 | -4/+10 |
* | Remove components that would duplicate those in libc now that the | peter | 1998-06-11 | 1 | -16/+7 |
* | Update the resolver parts to bind-8.1.2 level. I have not touched the | peter | 1998-06-11 | 25 | -1733/+3219 |
* | Install arpa/nameser_compat.h | peter | 1998-06-11 | 1 | -2/+2 |
* | Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?) | peter | 1998-06-11 | 5 | -268/+604 |