summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-0727-19/+89
| | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
* Fixed missing __P() to complete the K&R support in this header.bde1997-05-072-3/+3
|
* Don't try to install f2c'h now that it's installed fromasami1997-04-251-2/+2
| | | | /usr/src/usr.bin/f2c. :)
* This file is a duplicate of src/usr.bin/f2c/f2c.hjmz1997-04-241-223/+0
| | | | Reviewed by: bde
* Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to getdfr1997-04-182-4/+1001
| | | | | | the new protocol. Obtained from: rfc1813
* Fixed spelling of isnetworktty.bde1997-04-141-2/+2
| | | | Fixed stray whitespace.
* Fixed some style bugs.bde1997-04-131-2/+2
|
* Removed nonstandard #include of <sys/types.h>.bde1997-04-131-8/+29
| | | | | | | Use _BSD_OFF_T_ instead of off_t so that we're still self-sufficent. Copied the ftruncate/lseek()/mmap()/truncate() redeclaration hacks from <sys/types.h> so that things depending on them don't break.
* #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn'tbde1997-04-131-0/+10
| | | | | | | | cause noise. Duplicated the lseek() redeclaration hack for all functions involving off_t's (ftruncate(), mmap() and truncate()) to help broken programs work.
* Add bitflags TTY_NETWORK/TTY_DIALUP and interface functions whichdavidn1997-04-131-0/+6
| | | | make use of them.
* This file is deprecated not "obsoleted".paul1997-04-131-1/+1
|
* Upgrade to the 1997/02/19 version.jmz1997-04-131-1/+10
|
OpenPOWER on IntegriCloud