| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include sys/syslimits.h if _ANSI_SOURCE is defined. | steve | 1997-12-27 | 1 | -1/+4 |
* | Changed pthread_detach to conform to POSIX, i.e. the single argument | alex | 1997-12-25 | 1 | -1/+1 |
* | Move nlist related defines from link.h into nlist.h. Clean up | jdp | 1997-12-06 | 2 | -24/+37 |
* | Remove the prototypes for dlopen and related functions. They don't | jdp | 1997-11-28 | 1 | -10/+1 |
* | Add Ids, from lite2. | charnier | 1997-11-24 | 3 | -3/+11 |
* | const correctness for dl*() | brian | 1997-11-22 | 1 | -8/+8 |
* | Remove sccsid, not present in Lite2. | charnier | 1997-11-20 | 3 | -14/+3 |
* | Add const to rcsid[] definition so that -Wall will not complain. | charnier | 1997-10-31 | 3 | -8/+17 |
* | Change usleep return type from void to int to match OpenGroup specs. | ache | 1997-10-22 | 1 | -1/+1 |
* | Declare the various 2-byte values in TFTP as being `unsigned short'. | joerg | 1997-10-19 | 1 | -3/+3 |
* | Reinsert telnet.h into the list of files installed into include/arpa/ | markm | 1997-10-03 | 1 | -2/+2 |
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 1 | -2/+2 |
* | Oops, fix typo in istype definition | ache | 1997-09-27 | 2 | -2/+2 |
* | 1) Bring '!!' back since we wan't overflow even a char | ache | 1997-09-27 | 2 | -34/+38 |
* | Oops, wrong version of digittoint fix was commited, step back to v1.8 | ache | 1997-09-25 | 2 | -16/+12 |
* | Fix digittoint broken long ago | ache | 1997-09-25 | 2 | -28/+16 |
* | Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not sure | peter | 1997-09-25 | 2 | -6/+6 |
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | julian | 1997-09-24 | 2 | -2/+20 |
* | Removed installhdrs target. It was an unnecessary complication. | bde | 1997-09-16 | 2 | -11/+4 |
* | SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includes | peter | 1997-09-14 | 1 | -2/+2 |
* | Add "options no_tld_query" to resolv.conf. | brian | 1997-09-01 | 1 | -1/+2 |
* | Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixed | bde | 1997-08-21 | 1 | -3/+1 |
* | Don't traverse subdirectories twice for normal installs. | bde | 1997-08-21 | 1 | -1/+4 |
* | Fix and simplify installhdrs target. It didn't install the headers in | bde | 1997-08-21 | 1 | -7/+4 |
* | fix a problem with headers not being installed properly... basicly the | jmg | 1997-08-21 | 2 | -5/+10 |
* | Prototypes for getsid() and getpgid(). Also, prefix type names in | peter | 1997-08-19 | 1 | -1/+3 |
* | split beforeinstall hook up so that the header install stuff is reachable | peter | 1997-08-18 | 1 | -2/+4 |
* | Make this compile with the -traditional cc flag. | steve | 1997-08-16 | 1 | -2/+2 |
* | Fix typo: "send" -> "end" | fenner | 1997-08-11 | 1 | -1/+1 |
* | Import strptime(3) into libc. We've got permission by Kevin Ruddy to | joerg | 1997-08-09 | 1 | -0/+1 |
* | Implement dlsym(RTLD_NEXT, symbol). | jdp | 1997-08-02 | 1 | -1/+3 |
* | Use relative symlinks so they work even when ${DESTDIR} is not empty. | asami | 1997-07-31 | 1 | -3/+3 |
* | kill the undead | peter | 1997-07-13 | 1 | -151/+0 |
* | merge in bind-4.9.6 changes (only effect is __res_send #define reverted) | peter | 1997-06-27 | 2 | -5/+5 |
* | Update histedit.h to match the new libedit. | msmith | 1997-06-25 | 1 | -8/+15 |
* | Add stringlist functions from NetBSD. (required for the new ftp(1) | msmith | 1997-06-25 | 2 | -4/+59 |
* | Move machine/types.h to non-standard section | ache | 1997-06-14 | 1 | -2/+3 |
* | Add arc4random family declaration | ache | 1997-06-14 | 1 | -0/+5 |
* | Instead of copying fallback code over and over in each program, | ache | 1997-06-14 | 1 | -1/+1 |
* | Go to SHARED=copies by default. | jkh | 1997-06-05 | 1 | -5/+6 |
* | Undo small change I accidentally left in while testing (files were | wpaul | 1997-05-28 | 1 | -3/+2 |
* | Add new files in include/rpc. | wpaul | 1997-05-28 | 1 | -2/+3 |
* | Resolve conflicts. | wpaul | 1997-05-28 | 12 | -20/+150 |
* | This commit was generated by cvs2svn to compensate for changes in r26209, | wpaul | 1997-05-28 | 5 | -0/+639 |
* | Resolve conflicts. | wpaul | 1997-05-28 | 15 | -60/+110 |
* | This commit was generated by cvs2svn to compensate for changes in r26206, | wpaul | 1997-05-28 | 11 | -0/+2307 |
* | Fill out the ELF header files to make them more or less complete. | jdp | 1997-05-21 | 3 | -2/+72 |
* | fix missing close comment in login_cap additions | peter | 1997-05-18 | 1 | -2/+2 |
* | struct timespec needs to be useable with just <time.h>, but needs to not | peter | 1997-05-13 | 1 | -7/+27 |
* | remove stray forward declaration for struct timespec | peter | 1997-05-13 | 1 | -3/+0 |