| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some more problems: | peter | 1996-12-28 | 4 | -25/+24 |
* | Remove these.. umm.. "interesting".. hacks now that they are not needed. | peter | 1996-12-28 | 2 | -18/+0 |
* | When linking with no rtld support, provide stub dl*() functions that | peter | 1996-12-28 | 1 | -1/+43 |
* | Add comment that range checking is already done at upper level | ache | 1996-12-28 | 3 | -4/+9 |
* | Small yet significant tweaks/cleanups: | wpaul | 1996-12-27 | 3 | -10/+14 |
* | Small yet significant tweaks/cleanups: | wpaul | 1996-12-27 | 5 | -15/+17 |
* | Make a note in the standards section that sysconf isn't completely | alex | 1996-12-27 | 1 | -2/+3 |
* | Use dynamic allocated buffers instead static buffers. No member or | wosch | 1996-12-25 | 1 | -19/+91 |
* | Another one-liner: remember to NUL terminate local copy of NIS host | wpaul | 1996-12-24 | 1 | -2/+3 |
* | Make the __dns_getanswer() wrapper work right. For the newer versions | wpaul | 1996-12-24 | 1 | -1/+14 |
* | comma typos | wosch | 1996-12-23 | 9 | -20/+27 |
* | 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 |