summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Declare issetugid()peter1997-04-051-0/+1
| | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3200
* Declare lchown()..peter1997-03-311-0/+1
|
* Add srandomdev() prototypeache1997-03-231-0/+1
|
* Put text after #endif in a comment (it's illegal otherwise)peter1997-03-141-2/+2
|
* Merge Lite2 changes -peter1997-03-112-11/+12
| | | | move getopt etc declarations from stdlib.h to unistd.h
* Merge Lite2 changespeter1997-03-111-2/+2
| | | | (Just version number)
* Merge Lite2 changes onto mainline:peter1997-03-111-1/+9
| | | | | - declare opendir2(), which is used to control how readdir() handles whiteouts etc.
* This commit was generated by cvs2svn to compensate for changes in r23650,peter1997-03-112-4/+158
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import CSRG 4.4BSD-Lite2 includes onto vendor branchpeter1997-03-117-55/+254
| |
| * Incorporate v1.85 of the Berkeley DB code into the CSRG branchpst1996-02-272-75/+57
| |
| * recording cvs-1.6 file deathpeter1995-12-301-151/+0
| |
OpenPOWER on IntegriCloud