summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | RFC 1350 isn't very explicit about this, but the use of signed integers doesn't seem to make sense. Should be in 2.2.5, but is probably too late to be verified completely. PR: bin/4502 Submitted by: Dirk Nehrling <nerle@pdv.de> via Lars Koeller
* Reinsert telnet.h into the list of files installed into include/arpa/markm1997-10-031-2/+2
| | | | I suspect a commit of mine had this (bogusly).
* Changes for KTH KerberosIV.markm1997-09-281-2/+2
| | | | telent.h is installed from libtelnet, not the include dir.
* 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
| | | | | | 2) Revive __maskrune, just return mask now 3) Express __istype via !!__maskrune 4) Use __maskrune in digittoint
* Oops, wrong version of digittoint fix was commited, step back to v1.8ache1997-09-252-16/+12
| | | | | instead just remove '!!' to make digittoint() work and re-arrange things a little
* Fix digittoint broken long agoache1997-09-252-28/+16
| | | | | Redesign to allow digittoint work for runes too __maskrune removed, __istype become a macro, __runeflags added
* Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not surepeter1997-09-252-6/+6
| | | | that this is right, but the old reference defaintely was not.
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-2/+20
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* 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
| | | | | | sys/poll.h). Just provide a link, it's close enough. :-) In an ideal world the prototype for poll() would be in <poll.h> but some code seems to expect it in <sys/poll.h>, so we can't win there.
* Add "options no_tld_query" to resolv.conf.brian1997-09-011-1/+2
| | | | | | Mention the capability in resolver(5). Mention that RES_OPTIONS can be used in resolver(5). Discussed with: -hackers
* Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixedbde1997-08-211-3/+1
| | | | better by not defining AUTH_NONE in login_cap.h.
* 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
| | | | ${HFILES} and it's simpler to install the non-headers in ${XFILES}.
* fix a problem with headers not being installed properly... basicly thejmg1997-08-212-5/+10
| | | | | | | installhdrs target was not being propagated to the subdirs... also fix rpcsvc's Makefile to have a installhdrs target to install the headers..
* Prototypes for getsid() and getpgid(). Also, prefix type names inpeter1997-08-191-1/+3
| | | | setpgrp() prototype with _ as per style(9).
* split beforeinstall hook up so that the header install stuff is reachablepeter1997-08-181-2/+4
| | | | without risking invoking ${SHARED}.
* Make this compile with the -traditional cc flag.steve1997-08-161-2/+2
| | | | | PR: misc/2189 Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
* Fix typo: "send" -> "end"fenner1997-08-111-1/+1
| | | | | PR: bin/3474 Submitted by: graphix@iastate.edu (Kent Vander Velden)
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-0/+1
| | | | | | | | modify the original `no modifications' copyright message, and i've included his mail into the source file. The common localization functions between strptime(3) and strftime(3) have been broken out into timelocal.[ch].
* 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
| | | | Reviewed by: jkh, bde
* 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
| | | | Obtained from: NetBSD
* Add stringlist functions from NetBSD. (required for the new ftp(1)msmith1997-06-252-4/+59
| | | | Obtained from: NetBSD
* Move machine/types.h to non-standard sectionache1997-06-141-2/+3
| | | | | Change order of arc4* functions Pointed-by: bde
* Add arc4random family declarationache1997-06-141-0/+5
|
* Instead of copying fallback code over and over in each program,ache1997-06-141-1/+1
| | | | | | implement (better) falback code inside srandomdev() itself. Change return type from int to void (binary compatibility surprisely achieved). Userland code will be changed soon.
* Go to SHARED=copies by default.jkh1997-06-051-5/+6
| | | | Agreed-upon by: lots-o-folks.
* Undo small change I accidentally left in while testing (files werewpaul1997-05-281-3/+2
| | | | | | installed with wrong ownerships). Pointed out by: bde
* 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
| | | | which included commits to RCS files with non-trunk default branches.
* Resolve conflicts.wpaul1997-05-2815-60/+110
|
* This commit was generated by cvs2svn to compensate for changes in r26206,wpaul1997-05-2811-0/+2307
| | | | which included commits to RCS files with non-trunk default branches.
* Fill out the ELF header files to make them more or less complete.jdp1997-05-213-2/+72
| | | | | Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h.
* 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
| | | | | | conflict with the kernel visible one. Make the new stuff not visible if _ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are not part of the base 1003.1-1990 standard (or ansi).
* remove stray forward declaration for struct timespecpeter1997-05-131-3/+0
| | | | Pointed out by: bde
* Add clockid_t definition like in sys/types.h to allow time.hache1997-05-131-0/+5
| | | | to be included without sys/types.h, it fixes broken groff compilation
* Oops, move clock_*() and nanosleep() to time.hpeter1997-05-122-4/+4
| | | | Submitted by: Peter Dufault <dufault@hda.com>
* prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().peter1997-05-121-0/+7
|
* Build osreldate.h at build time rather than install time. This fixespeter1997-05-121-15/+20
| | | | a breakage with 'make reinstall' on a read-only source tree.
* Removed login_cap.h, now moved to src/lib/libutil.davidn1997-05-102-142/+2
|
* Back out all of yesterdays include file changes.eivind1997-05-0726-81/+18
|
* Back out part of yesterdays changes. They were obviously not tested welleivind1997-05-071-4/+1
| | | | | | | enough :-( (With backout on this file, libc compiles. 'make world' isn't finished yet.) Pointed out by: Oliver Roberts
OpenPOWER on IntegriCloud