John Polstra
7e7344e2f4
Implement dlsym(RTLD_NEXT, symbol).
1997-08-02 04:56:44 +00:00
Satoshi Asami
3b29be9bb9
Use relative symlinks so they work even when ${DESTDIR} is not empty.
...
Reviewed by: jkh, bde
1997-07-31 11:32:25 +00:00
Peter Wemm
65b3003d2d
kill the undead
1997-07-13 14:26:00 +00:00
Peter Wemm
4ebe87f9cc
merge in bind-4.9.6 changes (only effect is __res_send #define reverted)
1997-06-27 08:32:38 +00:00
Mike Smith
750520a18c
Update histedit.h to match the new libedit.
...
Obtained from: NetBSD
1997-06-25 09:47:31 +00:00
Mike Smith
cf44448e71
Add stringlist functions from NetBSD. (required for the new ftp(1)
...
Obtained from: NetBSD
1997-06-25 08:04:52 +00:00
Andrey A. Chernov
439c8bda4b
Move machine/types.h to non-standard section
...
Change order of arc4* functions
Pointed-by: bde
1997-06-14 10:45:25 +00:00
Andrey A. Chernov
b24d5f1d6b
Add arc4random family declaration
1997-06-14 01:33:52 +00:00
Andrey A. Chernov
96c31b2618
Instead of copying fallback code over and over in each program,
...
implement (better) falback code inside srandomdev() itself.
Change return type from int to void (binary compatibility surprisely
achieved). Userland code will be changed soon.
1997-06-14 00:14:29 +00:00
Jordan K. Hubbard
b97151f21b
Go to SHARED=copies by default.
...
Agreed-upon by: lots-o-folks.
1997-06-05 21:20:58 +00:00
Bill Paul
c3a87c6d45
Undo small change I accidentally left in while testing (files were
...
installed with wrong ownerships).
Pointed out by: bde
1997-05-28 16:26:05 +00:00
Bill Paul
1ec6937fdc
Add new files in include/rpc.
1997-05-28 04:46:38 +00:00
Bill Paul
f26dae2bb4
Resolve conflicts.
1997-05-28 04:45:15 +00:00
Bill Paul
08516c6c61
This commit was generated by cvs2svn to compensate for changes in r26209,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 04:42:53 +00:00
Bill Paul
f7e2700f42
Step two: import Secure RPC changes to include/rpc.
...
Reviewed by: Mark Murray
1997-05-28 04:42:53 +00:00
Bill Paul
9bd1654ae3
Resolve conflicts.
1997-05-28 04:38:30 +00:00
Bill Paul
3b0f74670a
Hold onto your hats folks, here it comes: the first stage of the
...
Secure RPC import I've been threatening.
This step adds some necessary protocol definition files and headers to
rpcsvc, including the ones needed for NIS+.
Reviewed by: Mark Murray
1997-05-28 04:35:55 +00:00
Bill Paul
4728e9f6ac
This commit was generated by cvs2svn to compensate for changes in r26206,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 04:35:55 +00:00
John Polstra
5851a3655a
Fill out the ELF header files to make them more or less complete.
...
Fix a macro name that was misspelled both in brandelf.c and
imgact_elf.h.
1997-05-21 23:07:31 +00:00
Peter Wemm
b6e649bc7b
fix missing close comment in login_cap additions
1997-05-18 08:12:14 +00:00
Peter Wemm
f154fbdaa1
struct timespec needs to be useable with just <time.h>, but needs to not
...
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).
1997-05-13 09:33:24 +00:00
Peter Wemm
02b4ac7c05
remove stray forward declaration for struct timespec
...
Pointed out by: bde
1997-05-13 09:25:15 +00:00
Andrey A. Chernov
9e0eb33e2f
Add clockid_t definition like in sys/types.h to allow time.h
...
to be included without sys/types.h, it fixes broken groff compilation
1997-05-13 09:25:03 +00:00
Peter Wemm
2c97335b81
Oops, move clock_*() and nanosleep() to time.h
...
Submitted by: Peter Dufault <dufault@hda.com>
1997-05-12 12:58:40 +00:00
Peter Wemm
5add7c72fa
prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().
1997-05-12 09:57:39 +00:00
Peter Wemm
3672faea8d
Build osreldate.h at build time rather than install time. This fixes
...
a breakage with 'make reinstall' on a read-only source tree.
1997-05-12 09:50:19 +00:00
David Nugent
26b2d5c033
Removed login_cap.h, now moved to src/lib/libutil.
1997-05-10 12:50:03 +00:00
Eivind Eklund
f756433e8b
Back out all of yesterdays include file changes.
1997-05-07 20:01:10 +00:00
Eivind Eklund
3c9cc90091
Back out part of yesterdays changes. They were obviously not tested well
...
enough :-( (With backout on this file, libc compiles. 'make world' isn't
finished yet.)
Pointed out by: Oliver Roberts
1997-05-07 19:10:49 +00:00
Eivind Eklund
48ea0bec18
Make a lot of include-files self-contained. I excluded the patches changing
...
int's to gid_t and uid_t - should I commit these, too?
Closes PR misc/2625.
Submitted by: Julian Assange <proff@iq.org>
1997-05-07 02:27:18 +00:00
Bruce Evans
89ee8ac3d6
Fixed missing __P() to complete the K&R support in this header.
1997-05-07 00:58:23 +00:00
Satoshi Asami
d206682bfd
Don't try to install f2c'h now that it's installed from
...
/usr/src/usr.bin/f2c. :)
1997-04-25 09:58:24 +00:00
Jean-Marc Zucconi
18f9d8a402
This file is a duplicate of src/usr.bin/f2c/f2c.h
...
Reviewed by: bde
1997-04-24 17:03:41 +00:00
Doug Rabson
7538921e31
Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to get
...
the new protocol.
Obtained from: rfc1813
1997-04-18 12:31:27 +00:00
Bruce Evans
b2280d1b63
Fixed spelling of isnetworktty.
...
Fixed stray whitespace.
1997-04-14 13:33:20 +00:00
Bruce Evans
c628fb0743
Fixed some style bugs.
1997-04-13 15:52:26 +00:00
Bruce Evans
15aa51b01c
Removed nonstandard #include of <sys/types.h>.
...
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.
1997-04-13 15:50:07 +00:00
Bruce Evans
fc632680ed
#ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn't
...
cause noise.
Duplicated the lseek() redeclaration hack for all functions involving
off_t's (ftruncate(), mmap() and truncate()) to help broken programs
work.
1997-04-13 15:38:10 +00:00
David Nugent
54065f6b44
Add bitflags TTY_NETWORK/TTY_DIALUP and interface functions which
...
make use of them.
1997-04-13 15:09:46 +00:00
Paul Richards
fdca1af56c
This file is deprecated not "obsoleted".
1997-04-13 11:33:17 +00:00
Jean-Marc Zucconi
8609d4594f
Upgrade to the 1997/02/19 version.
1997-04-13 01:13:52 +00:00
Peter Wemm
44c1d774da
Declare issetugid()
...
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3200
1997-04-05 13:03:15 +00:00
Peter Wemm
61714b4e17
Declare lchown()..
1997-03-31 12:52:52 +00:00
Andrey A. Chernov
767b268b5d
Add srandomdev() prototype
1997-03-23 22:44:27 +00:00
Peter Wemm
670fdefe24
Put text after #endif in a comment (it's illegal otherwise)
1997-03-14 17:53:35 +00:00
Peter Wemm
c59376af7a
Merge Lite2 changes -
...
move getopt etc declarations from stdlib.h to unistd.h
1997-03-11 11:18:25 +00:00
Peter Wemm
161f948dd3
Merge Lite2 changes
...
(Just version number)
1997-03-11 11:16:27 +00:00
Peter Wemm
48eaae4831
Merge Lite2 changes onto mainline:
...
- declare opendir2(), which is used to control how readdir() handles
whiteouts etc.
1997-03-11 11:15:46 +00:00
Peter Wemm
76cb9ce853
This commit was generated by cvs2svn to compensate for changes in r23650,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 11:11:37 +00:00
Peter Wemm
dee7a427ff
Import CSRG 4.4BSD-Lite2 includes onto vendor branch
1997-03-11 11:11:37 +00:00