| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the wrong include file for a "prototype mismatch" error between | scrappy | 1996-10-08 | 1 | -3/+3 |
* | dlfcn.h and link.h have conflicting declarations for dlopen/dlsym, | scrappy | 1996-10-07 | 1 | -3/+3 |
* | Add support for storing a -R path in ld in the section dispatch table, | peter | 1996-10-01 | 1 | -2/+5 |
* | Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETV | peter | 1996-10-01 | 1 | -1/+8 |
* | Fixed CLEANFILES. osreldate was missing. | bde | 1996-09-20 | 1 | -3/+4 |
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 5 | -78/+75 |
* | install rpc header files | adam | 1996-09-01 | 1 | -1/+4 |
* | 'make install' is not supposed to touch anything. | peter | 1996-08-30 | 1 | -2/+2 |
* | missed these parts of Bruce's changes last time.. | peter | 1996-08-30 | 1 | -2/+2 |
* | echo -> ${ECHO} | peter | 1996-08-30 | 1 | -6/+6 |
* | Some bmake magic to clean up the install more. | peter | 1996-08-30 | 1 | -10/+6 |
* | Hand merge in the bind-4.9.4-P1 resolver updates. | peter | 1996-08-29 | 4 | -6/+56 |
* | replace cmp -s || install with ${INSTALL} -C, and @for with .for | peter | 1996-08-29 | 1 | -21/+10 |
* | Clean up include Makefile: | peter | 1996-08-29 | 1 | -75/+61 |
* | New version of routed.h to match new version of routed. | wollman | 1996-08-27 | 1 | -17/+20 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 3 | -191/+193 |
* | #if !ANSI !POSIX newly added collate_range_cmp function | ache | 1996-08-13 | 1 | -0/+2 |
* | There is so many places where range comparation (using collate) | ache | 1996-08-12 | 1 | -0/+1 |
* | Create FreeBSD copyright (c comment) for OS version | wosch | 1996-08-04 | 1 | -3/+4 |
* | New routed.h that goes with the new routed. | wollman | 1996-07-22 | 1 | -13/+1 |
* | Fixed new and old standards conformance bugs. The non-POSIX confstr() was | bde | 1996-07-17 | 1 | -3/+2 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -0/+2 |
* | Add netatalk symlink, ifconfig not compiled in other case | ache | 1996-07-09 | 1 | -2/+2 |
* | There are a few small additions to the protocol to make it | wpaul | 1996-07-04 | 1 | -5/+63 |
* | remove zopen, zopen is not part of libc. | wosch | 1996-07-02 | 1 | -1/+0 |
* | Added missing prototype for sigaltstack() | smpatel | 1996-06-28 | 1 | -0/+1 |
* | Add `netkey' to list of kernel directories to include in /usr/include. | wollman | 1996-06-15 | 1 | -2/+2 |
* | Add an independent implementation of addr2ascii(3) and ascii2addr(3) | wollman | 1996-06-13 | 1 | -1/+6 |
* | Now that Peter has been nice enough to bail me out of my last little | wpaul | 1996-06-05 | 1 | -4/+5 |
* | This commit was generated by cvs2svn to compensate for changes in r16119, | wpaul | 1996-06-05 | 1 | -0/+117 |
* | Install pccard includes. | phk | 1996-06-04 | 1 | -2/+2 |
* | Protocol definitions for RIPv2. | wollman | 1996-05-30 | 1 | -21/+88 |
* | Add an implementation of the gnu-ish asprintf() and vasprintf(). They are | peter | 1996-05-27 | 1 | -0/+2 |
* | Made this work with the documented prerequisite #includes (none). | bde | 1996-05-01 | 1 | -0/+8 |
* | Fixed longstanding namespace convolution involving rune_t vs wchar_t. | bde | 1996-05-01 | 5 | -39/+51 |
* | Fix sgetrune/sputrune arg type: was unsigned int instead of size_t | ache | 1996-04-18 | 1 | -2/+7 |
* | NIS cleanups and fixes, the next generation. | wpaul | 1996-04-16 | 1 | -4/+1 |
* | Slightly simplify inlined functions | ache | 1996-03-25 | 2 | -12/+6 |
* | Fix incorrect parameter types for ftell and fgets. | paul | 1996-03-24 | 1 | -2/+2 |
* | Don't reference ndbm(3) manpage. Everything is covered by db(3). | jkh | 1996-03-03 | 1 | -1/+1 |
* | Fix conflicts and merge into mainline (this may get cvs admined out and redon... | pst | 1996-02-27 | 2 | -76/+40 |
* | Add structure and procedure definitions for NIS v1. (This information | wpaul | 1996-02-26 | 1 | -2/+71 |
* | Add prototype for rfork(). | peter | 1996-02-23 | 1 | -0/+1 |
* | Don't install netns, it doesn't exist any more. | wollman | 1996-02-14 | 1 | -2/+2 |
* | Don't install netccitt and netiso, they are going away. | wollman | 1996-02-06 | 1 | -2/+2 |
* | Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the source | hsu | 1996-01-31 | 1 | -7/+3 |
* | Fix a bunch of spelling errors in the comment fields | mpp | 1996-01-30 | 20 | -51/+51 |
* | Add a missing "chmod 755 /usr/include/ufs" when copies of the include | mpp | 1996-01-23 | 1 | -1/+2 |
* | Submitted by: john birrel | julian | 1996-01-22 | 2 | -0/+321 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 3 | -4/+12 |