| Commit message (Expand) | Author | Age | Files | Lines |
* | BINMODE != BINOWN - I was wondering why the output files were owned by | jkh | 1996-12-23 | 3 | -6/+6 |
* | In the spirit of Christmas, I give ye a gift! | peter | 1996-12-23 | 31 | -0/+23457 |
* | Add the appropriate MLINKS for the new skey.3 man page. | mpp | 1996-12-22 | 1 | -0/+3 |
* | Fix a spelling error. | mpp | 1996-12-22 | 1 | -3/+3 |
* | Add __dns_getanswer() hook to allow access to the gethostanswer() | wpaul | 1996-12-22 | 1 | -1/+11 |
* | Back out rev 1.5: the overflow condition is already handled elsewhere. | joerg | 1996-12-22 | 1 | -2/+4 |
* | The fix for PR#bin/722 made it into 2.1.5 and 2.1.6, but not into -current. | mckay | 1996-12-22 | 1 | -2/+2 |
* | Manpage for public functions in libskey. | davidn | 1996-12-22 | 1 | -0/+156 |
* | Incorporate new manpage for libskey. | davidn | 1996-12-22 | 1 | -0/+1 |
* | Just pick up the real thing from <sys/md5.h> | phk | 1996-12-22 | 1 | -39/+1 |
* | Make this compile in the kernel too, major cosmetic cleanup. | phk | 1996-12-22 | 1 | -260/+277 |
* | Speeling fix. | davidn | 1996-12-22 | 1 | -1/+1 |
* | Convert to mdoc format. | mpp | 1996-12-21 | 4 | -178/+122 |
* | Add a missing #ifdef YP/#endif pair so that this module will | wpaul | 1996-12-21 | 1 | -0/+2 |
* | Fix for bug noticed by Christoph Kukulies. | wpaul | 1996-12-20 | 1 | -2/+3 |
* | Removed references to nonexistent functions log2() and log2f(). | bde | 1996-12-18 | 1 | -3/+1 |
* | Back out change. The last argument to semctl() IS union semun | swallace | 1996-12-18 | 1 | -1/+1 |
* | Last argument to semctl() is union semun *, not union semun. | jkh | 1996-12-17 | 1 | -2/+2 |
* | Sanitize and extend SIGALRM timeout handling. | jkh | 1996-12-17 | 1 | -34/+59 |
* | Regenerate. This picks up the new CFLAGS for the PR#2006 fix. | peter | 1996-12-17 | 1 | -3/+3 |
* | Fix yet another buffer overflow. :-( | joerg | 1996-12-16 | 2 | -9/+5 |
* | Rerun configure for updates | peter | 1996-12-16 | 2 | -3/+3 |
* | Mention FreeBSD explicitly along with 4.2BSD so that the | mpp | 1996-12-15 | 1 | -2/+4 |
* | Correct some xrefs/mlinks. | mpp | 1996-12-14 | 3 | -2/+7 |
* | Fixed fiddling with the control word. Use the stack space reserved for | bde | 1996-12-14 | 2 | -12/+12 |
* | Clean up the FPU stack before returning. One stack slot was leaked on | bde | 1996-12-14 | 2 | -2/+4 |
* | Merge Lite2 mods, and -Wall cleaning. undelete(2) cruft | steve | 1996-12-14 | 4 | -8/+28 |
* | 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 |