| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the fix. | joerg | 1996-12-13 | 1 | -1/+2 |
* | Close PR#2198: | jkh | 1996-12-13 | 2 | -3/+5 |
* | Don't free the line buffer, since getttynam(3) might still reference | joerg | 1996-12-12 | 1 | -5/+4 |
* | Fix an embarassing and rather obscure incarnation of an uninitialized | joerg | 1996-12-12 | 1 | -1/+1 |
* | POSIX.4 defines MAP_FAILED to be the error return from mmap(). | alex | 1996-12-12 | 1 | -1/+1 |
* | Don't look for encumbered objects, but encumbered sources. | phk | 1996-12-11 | 1 | -2/+2 |
* | Get struct ether_addr directly from <net/ethernet.h> rather than pulling | wollman | 1996-12-10 | 2 | -8/+4 |
* | Change another reference to host names to domain names, and restore some | mpp | 1996-12-09 | 1 | -4/+3 |
* | English pedantry : affect -> effect | msmith | 1996-12-09 | 1 | -1/+1 |
* | Turn POSIX_SAVED_IDS off | ache | 1996-12-06 | 1 | -20/+20 |
* | I asked Bill Paul why _getnetbynis() was only being called with 2 parameters, | jkh | 1996-12-06 | 1 | -3/+3 |
* | Remove more instances of passing arrays by address when they should | jkh | 1996-12-05 | 1 | -7/+7 |
* | Eliminate 3 more examples of gratutiously passing arrays by address. | jkh | 1996-12-05 | 1 | -3/+3 |
* | sethostname() returns int, not long. I could get used to having this | jkh | 1996-12-05 | 1 | -2/+2 |
* | _key is a char array and we don't need to pass its address to _buildkey() | jkh | 1996-12-05 | 1 | -1/+1 |
* | gethostname() returns int, not long. Answered my own question by | jkh | 1996-12-05 | 1 | -1/+1 |
* | make u_char * -> char * conversion explicit. | jkh | 1996-12-05 | 1 | -1/+1 |
* | The semget man page uses the incorect symbol for alter | mpp | 1996-12-03 | 1 | -7/+7 |
* | Add support for detecting and hopefully using the passwd.adjunct.byname | wpaul | 1996-12-03 | 1 | -13/+65 |
* | upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro | wosch | 1996-12-02 | 28 | -91/+100 |
* | Update getdomainname(3) to reflect that it operates on | mpp | 1996-12-01 | 1 | -11/+13 |
* | Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better. | phk | 1996-11-27 | 5 | -65/+57 |
* | Add rcsid[] | ache | 1996-11-27 | 1 | -13/+19 |
* | Add Id | ache | 1996-11-26 | 1 | -35/+43 |
* | Move PATH_LOCALE handling to setlocale.c, simplify locale path building, | ache | 1996-11-26 | 1 | -10/+9 |
* | PATH_LOCALE: use this non-standard env variable first time only, i.e. | ache | 1996-11-26 | 3 | -72/+98 |
* | get_myaddress() wasn't following the interface array properly | pst | 1996-11-22 | 1 | -12/+9 |
* | Oops, we still want to build/install the static libraries. | wollman | 1996-11-20 | 1 | -2/+1 |
* | Copy a slightly modified version of the `libgnumalloc hack' to allow | wollman | 1996-11-20 | 1 | -2/+24 |
* | Fixed execvp() of an empty pathname to fail POSIXly. Previously it | bde | 1996-11-18 | 1 | -0/+6 |
* | Fixed uninitialized variables for the '/'-in-pathname case in execvp(). | bde | 1996-11-18 | 1 | -1/+2 |
* | Oops, back out previous optimization, don't work as I expect | ache | 1996-11-14 | 1 | -4/+12 |
* | Since ftpPutURL not use hostname cache, optimize it by always closing | ache | 1996-11-14 | 1 | -13/+5 |
* | For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know | ache | 1996-11-14 | 4 | -20/+44 |
* | Oops, forget the fact that several ftp connections can be active | ache | 1996-11-14 | 2 | -10/+6 |
* | 1) Don't allow endless recursion in ftp_close when it attempts to | ache | 1996-11-14 | 1 | -2/+8 |
* | Slight rewording of the BUGS section. | alex | 1996-11-13 | 1 | -4/+4 |
* | Parameters for localtime_r() and gmtime_r() definitions changed. | hsu | 1996-11-11 | 1 | -8/+8 |
* | Parameters pthread_getspecific() changed. | hsu | 1996-11-11 | 1 | -1/+1 |
* | Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np(). | hsu | 1996-11-11 | 6 | -0/+366 |
* | Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c, | hsu | 1996-11-11 | 3 | -3/+21 |
* | Moved enum pthread_mutextype to pthread.h. | hsu | 1996-11-11 | 3 | -18/+24 |
* | Make pthread_getspecific() compliant with the final IEEE pthreads | hsu | 1996-11-11 | 3 | -27/+27 |
* | kvm_malloc: | ache | 1996-11-11 | 1 | -3/+3 |
* | Merge from the 2.2 branch: describe MNT_FORCE for mount(2). | joerg | 1996-11-10 | 1 | -0/+3 |
* | Added to MNT_FORCE option description after seeing Bruce's commit message | obrien | 1996-11-10 | 1 | -3/+24 |
* | - Avoid possible SEGVs: never call clnt_destroy() without checking | wpaul | 1996-11-08 | 1 | -8/+36 |
* | Document that the `old' count is returned for the ENOMEM case. | bde | 1996-11-04 | 1 | -1/+2 |
* | Compile libtelnet from eBones, not secure. | markm | 1996-11-03 | 1 | -2/+2 |
* | Doc updates and cleanups made with the bind-4.9.4 update some time ago. | peter | 1996-11-01 | 4 | -24/+102 |