| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge Lite2 mods, and -Wall cleaning. undelete(2) cruft | steve | 1996-12-14 | 3 | -6/+21 |
* | Fix the fix. | joerg | 1996-12-13 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Doc updates and cleanups made with the bind-4.9.4 update some time ago. | peter | 1996-11-01 | 4 | -24/+102 |
* | Add an "officially undocumented" tweak for squid so that it can see the | peter | 1996-11-01 | 1 | -2/+7 |
* | Correct a "spelling" error in a comment. | dyson | 1996-10-31 | 2 | -4/+4 |
* | collate_range_cmp -> __collate_range_cmp | ache | 1996-10-31 | 1 | -4/+5 |
* | collate_range_cmp -> __collate_range_cmp | ache | 1996-10-31 | 2 | -6/+8 |
* | Rename collate_range_cmp to __collate_range_cmp for internal usage | ache | 1996-10-31 | 2 | -5/+14 |
* | If you run with option Z and malloc fails, memset gets called | phk | 1996-10-29 | 1 | -4/+6 |
* | Fix an off-by-one error in getvfsent(). | joerg | 1996-10-26 | 1 | -1/+1 |
* | Note that streams are now flushed on abort. | alex | 1996-10-26 | 1 | -2/+2 |
* | Various cosmetics | phk | 1996-10-26 | 1 | -48/+28 |
* | POSIX requires stdio buffers be flushed on abort. | alex | 1996-10-26 | 1 | -0/+8 |
* | GNU-style changes: | ache | 1996-10-23 | 2 | -11/+21 |
* | Simplify debug output | ache | 1996-10-23 | 2 | -5/+14 |
* | Fix a potential memory leak i've introduced with my recent patch. | joerg | 1996-10-21 | 1 | -2/+2 |
* | add flag FNM_ICASE for case insensitve search | wosch | 1996-10-20 | 2 | -1/+25 |
* | malloc_pages should be static. | phk | 1996-10-20 | 1 | -187/+103 |