aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* const correctness for dl*()Brian Somers1997-11-221-8/+8
* Remove sccsid, not present in Lite2.Philippe Charnier1997-11-203-14/+3
* Add const to rcsid[] definition so that -Wall will not complain.Philippe Charnier1997-10-313-8/+17
* Change usleep return type from void to int to match OpenGroup specs.Andrey A. Chernov1997-10-221-1/+1
* Declare the various 2-byte values in TFTP as being `unsigned short'.Joerg Wunsch1997-10-191-3/+3
* Reinsert telnet.h into the list of files installed into include/arpa/Mark Murray1997-10-031-2/+2
* Changes for KTH KerberosIV.Mark Murray1997-09-281-2/+2
* Oops, fix typo in istype definitionAndrey A. Chernov1997-09-272-2/+2
* 1) Bring '!!' back since we wan't overflow even a charAndrey A. Chernov1997-09-272-34/+38
* Oops, wrong version of digittoint fix was commited, step back to v1.8Andrey A. Chernov1997-09-252-16/+12
* Fix digittoint broken long agoAndrey A. Chernov1997-09-252-28/+16
* Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not surePeter Wemm1997-09-252-6/+6
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-242-2/+20
* Removed installhdrs target. It was an unnecessary complication.Bruce Evans1997-09-162-11/+4
* SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includesPeter Wemm1997-09-141-2/+2
* Add "options no_tld_query" to resolv.conf.Brian Somers1997-09-011-1/+2
* Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixedBruce Evans1997-08-211-3/+1
* Don't traverse subdirectories twice for normal installs.Bruce Evans1997-08-211-1/+4
* Fix and simplify installhdrs target. It didn't install the headers inBruce Evans1997-08-211-7/+4
* fix a problem with headers not being installed properly... basicly theJohn-Mark Gurney1997-08-212-5/+10
* Prototypes for getsid() and getpgid(). Also, prefix type names inPeter Wemm1997-08-191-1/+3
* split beforeinstall hook up so that the header install stuff is reachablePeter Wemm1997-08-181-2/+4
* Make this compile with the -traditional cc flag.Steve Price1997-08-161-2/+2
* Fix typo: "send" -> "end"Bill Fenner1997-08-111-1/+1
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-091-0/+1
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-021-1/+3
* Use relative symlinks so they work even when ${DESTDIR} is not empty.Satoshi Asami1997-07-311-3/+3
* kill the undeadPeter Wemm1997-07-131-151/+0
* merge in bind-4.9.6 changes (only effect is __res_send #define reverted)Peter Wemm1997-06-272-5/+5
* Update histedit.h to match the new libedit.Mike Smith1997-06-251-8/+15
* Add stringlist functions from NetBSD. (required for the new ftp(1)Mike Smith1997-06-252-4/+59
* Move machine/types.h to non-standard sectionAndrey A. Chernov1997-06-141-2/+3
* Add arc4random family declarationAndrey A. Chernov1997-06-141-0/+5
* Instead of copying fallback code over and over in each program,Andrey A. Chernov1997-06-141-1/+1
* Go to SHARED=copies by default.Jordan K. Hubbard1997-06-051-5/+6
* Undo small change I accidentally left in while testing (files wereBill Paul1997-05-281-3/+2
* Add new files in include/rpc.Bill Paul1997-05-281-2/+3
* Resolve conflicts.Bill Paul1997-05-2812-20/+150
* This commit was generated by cvs2svn to compensate for changes in r26209,Bill Paul1997-05-285-0/+639
|\
| * Step two: import Secure RPC changes to include/rpc.Bill Paul1997-05-2817-305/+1288
* | Resolve conflicts.Bill Paul1997-05-2815-60/+110
* | This commit was generated by cvs2svn to compensate for changes in r26206,Bill Paul1997-05-2811-0/+2307
|\|
| * Hold onto your hats folks, here it comes: the first stage of theBill Paul1997-05-2829-122/+3730
| * This commit was manufactured by cvs2svn to create branch 'WPAUL'.cvs2svn1996-01-1229-0/+4259
* Fill out the ELF header files to make them more or less complete.John Polstra1997-05-213-2/+72
* fix missing close comment in login_cap additionsPeter Wemm1997-05-181-2/+2
* struct timespec needs to be useable with just <time.h>, but needs to notPeter Wemm1997-05-131-7/+27
* remove stray forward declaration for struct timespecPeter Wemm1997-05-131-3/+0
* Add clockid_t definition like in sys/types.h to allow time.hAndrey A. Chernov1997-05-131-0/+5
* Oops, move clock_*() and nanosleep() to time.hPeter Wemm1997-05-122-4/+4