| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - update return type of an "internal but documented" function | peter | 1996-12-30 | 1 | -2/+10 |
* | - tags in correct order | peter | 1996-12-30 | 1 | -4/+6 |
* | - canonical function declaration | peter | 1996-12-30 | 1 | -9/+21 |
* | - don't close an unopen socket | peter | 1996-12-30 | 1 | -5/+8 |
* | - prototype moved to include file | peter | 1996-12-30 | 1 | -3/+1 |
* | - buffer overflow fix, from OpenBSD | peter | 1996-12-30 | 1 | -110/+58 |
* | - use standard function | peter | 1996-12-30 | 1 | -3/+7 |
* | - prototype now in common include file | peter | 1996-12-30 | 1 | -4/+2 |
* | - prototype now in include file, not here | peter | 1996-12-30 | 1 | -3/+1 |
* | - Man page fix, updates. | peter | 1996-12-30 | 2 | -8/+11 |
* | Add manpage links for rpc functions | peter | 1996-12-30 | 1 | -0/+68 |
* | - Missing prototypes, including pointers to functions | peter | 1996-12-30 | 7 | -150/+375 |
* | xdr manpage links | peter | 1996-12-30 | 1 | -0/+33 |
* | Tempt fate! 'cvs add' a file remotely which also exists in the Attic on | peter | 1996-12-30 | 1 | -0/+64 |
* | Here goes.. Bring the 4.9.5-P1 resolver into -current. This has the | peter | 1996-12-30 | 19 | -216/+1268 |
* | LIBMODE -> LIBOWN | jkh | 1996-12-30 | 2 | -4/+4 |
* | Argh, guys, LIBOWN, not LIBMODE for -o! :-) | jkh | 1996-12-30 | 1 | -2/+2 |
* | Back out max's rev 1.15. tclLoad.c and tclLoadDl2.c are most definately | peter | 1996-12-30 | 1 | -3/+4 |
* | Remove tclLoad.c and tclLoadDl2.c from SRCS as these files have been removed. | max | 1996-12-30 | 1 | -4/+3 |
* | Finally document the interfaces found in libutil. While being here, | joerg | 1996-12-29 | 7 | -2/+425 |
* | Unspam this file: replace spaces with tabs so make doesn't barf. (I smell | wpaul | 1996-12-29 | 1 | -5/+5 |
* | Sync with libc. | alex | 1996-12-29 | 4 | -5/+14 |
* | Added uthread_attr_destroy.c to SRCS. | alex | 1996-12-29 | 3 | -3/+6 |
* | _thread_kern_sig_unblock takes an integer, not a reference. | alex | 1996-12-29 | 1 | -2/+2 |
* | 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 |