summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the prototypes for dlopen and related functions. They don'tjdp1997-11-281-10/+1
* Add Ids, from lite2.charnier1997-11-243-3/+11
* const correctness for dl*()brian1997-11-221-8/+8
* Remove sccsid, not present in Lite2.charnier1997-11-203-14/+3
* Add const to rcsid[] definition so that -Wall will not complain.charnier1997-10-313-8/+17
* Change usleep return type from void to int to match OpenGroup specs.ache1997-10-221-1/+1
* Declare the various 2-byte values in TFTP as being `unsigned short'.joerg1997-10-191-3/+3
* Reinsert telnet.h into the list of files installed into include/arpa/markm1997-10-031-2/+2
* Changes for KTH KerberosIV.markm1997-09-281-2/+2
* Oops, fix typo in istype definitionache1997-09-272-2/+2
* 1) Bring '!!' back since we wan't overflow even a charache1997-09-272-34/+38
* Oops, wrong version of digittoint fix was commited, step back to v1.8ache1997-09-252-16/+12
* Fix digittoint broken long agoache1997-09-252-28/+16
* Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not surepeter1997-09-252-6/+6
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-2/+20
* Removed installhdrs target. It was an unnecessary complication.bde1997-09-162-11/+4
* SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includespeter1997-09-141-2/+2
* Add "options no_tld_query" to resolv.conf.brian1997-09-011-1/+2
* Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixedbde1997-08-211-3/+1
* Don't traverse subdirectories twice for normal installs.bde1997-08-211-1/+4
* Fix and simplify installhdrs target. It didn't install the headers inbde1997-08-211-7/+4
* fix a problem with headers not being installed properly... basicly thejmg1997-08-212-5/+10
* Prototypes for getsid() and getpgid(). Also, prefix type names inpeter1997-08-191-1/+3
* split beforeinstall hook up so that the header install stuff is reachablepeter1997-08-181-2/+4
* Make this compile with the -traditional cc flag.steve1997-08-161-2/+2
* Fix typo: "send" -> "end"fenner1997-08-111-1/+1
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-0/+1
* Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-021-1/+3
* Use relative symlinks so they work even when ${DESTDIR} is not empty.asami1997-07-311-3/+3
* kill the undeadpeter1997-07-131-151/+0
* merge in bind-4.9.6 changes (only effect is __res_send #define reverted)peter1997-06-272-5/+5
* Update histedit.h to match the new libedit.msmith1997-06-251-8/+15
* Add stringlist functions from NetBSD. (required for the new ftp(1)msmith1997-06-252-4/+59
* Move machine/types.h to non-standard sectionache1997-06-141-2/+3
* Add arc4random family declarationache1997-06-141-0/+5
* Instead of copying fallback code over and over in each program,ache1997-06-141-1/+1
* Go to SHARED=copies by default.jkh1997-06-051-5/+6
* Undo small change I accidentally left in while testing (files werewpaul1997-05-281-3/+2
* Add new files in include/rpc.wpaul1997-05-281-2/+3
* Resolve conflicts.wpaul1997-05-2812-20/+150
* This commit was generated by cvs2svn to compensate for changes in r26209,wpaul1997-05-285-0/+639
* Resolve conflicts.wpaul1997-05-2815-60/+110
* This commit was generated by cvs2svn to compensate for changes in r26206,wpaul1997-05-2811-0/+2307
* Fill out the ELF header files to make them more or less complete.jdp1997-05-213-2/+72
* fix missing close comment in login_cap additionspeter1997-05-181-2/+2
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-131-7/+27
* remove stray forward declaration for struct timespecpeter1997-05-131-3/+0
* Add clockid_t definition like in sys/types.h to allow time.hache1997-05-131-0/+5
* Oops, move clock_*() and nanosleep() to time.hpeter1997-05-122-4/+4
* prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().peter1997-05-121-0/+7
OpenPOWER on IntegriCloud