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
Bruce Evans
5f9b5b67b8
Don't use a dot in the chown command. In fact, don't use a chown command.
...
Use mtree instead of mkdir+chown+chmod to build the subdirectory hierachy.
The corresponding mtree command in src/etc/Makefile can't be relied on
because the hierachy gets blown away in the default SHARED=symlinks case.
1997-03-09 07:12:37 +00:00
Alexander Langer
b7fee247fd
Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported
...
at this time.
Reviewed by: John Birrell <jb@cimlogic.com.au>
1997-03-04 01:30:50 +00:00
Bruce Evans
4eaa194dcd
Install headers for isofs/cd9660 and msdosfs. The mount utilities need
...
them now that <sys/mount.h> no longer declares filesytem-specific mount
args structs.
Renamed some macros to be less ufs-centric.
Fixed order of mkdirs. The order has been broken since the backwards
`.for' loop bug was fixed in `make' on 1996/09/21.
1997-03-02 14:06:24 +00:00
Andrey A. Chernov
3b96d4d951
increase L_cuserid because UT_NAMESIZE increased
1997-03-02 13:41:23 +00:00
Peter Wemm
79403fe300
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
David Nugent
a60c8a80bc
Allow commonly-used "insecure" as a valid keyword in /etc/ttys.
...
This prevents keywords after "insecure" occurs being errnoeously
parsed as comments.
1997-02-15 05:45:00 +00:00
Julian Elischer
c840cec7c5
Submitted by: John Birrell
...
uthreads update from the author.
1997-02-05 23:26:09 +00:00
Mike Pritchard
b6febe7acf
Change to comment for fs_passno to reflect that it applies
...
to fsck and not dump.
1997-01-28 06:11:45 +00:00
Andrey A. Chernov
71b9b9d8e6
Change XOPEN constants to match FreeBSD reality and add some
...
comments to describe them
1997-01-16 08:27:18 +00:00
Andrey A. Chernov
eca6bf6ad9
Activate _POSIX_* stuff if !_ANSI_SOURCE
...
Add _XOPEN constants set, needed mainly to sense position arguments
in printf (vi cares at this moment)
Obtained from: NetBSD
1997-01-16 07:57:56 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
David Nugent
e0f530a531
Internationalise "authorize".
1997-01-09 04:16:18 +00:00
David Nugent
587151228b
Typo fix.
1997-01-07 13:04:38 +00:00
David Nugent
7431589cd8
Move typedef for rlim_t into sys/types.h (as per NetBSD).
1997-01-05 18:32:00 +00:00
Søren Schmidt
66f27e5c7d
Add the forgotten login_cap.h
1997-01-04 20:40:34 +00:00
David Nugent
a87a87a21c
Header for login class capabilities handling.
1997-01-04 16:43:58 +00:00
Andrey A. Chernov
791a338bdb
Oops, remove FNM_NOCASE alias: really I can't remember any system
...
with this define, it was ftpd-inspired.
1997-01-02 19:05:16 +00:00
Andrey A. Chernov
e1a1573d6f
Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLD
...
for better compatibility with other systems
1997-01-02 18:27:22 +00:00
David Nugent
4ae89ecddd
Added group= facility to /etc/ttys for tty grouping for more
...
more manageable and convenient referencing by login.conf (login
class database) and (e.g.) login.access.
This is the first of a group of commits which implements the login
class capabilities database.
1997-01-02 08:05:43 +00:00
Peter Wemm
91f0745a28
Missed prototype for svc_getreqset2()
1996-12-31 09:08:44 +00:00
Peter Wemm
2a053fb1ae
- Prototypes, including pointers to functions
...
- C++ safe
1996-12-30 14:01:12 +00:00
Peter Wemm
70de0abf48
First commit of a series of cleanups for the libc rpc code which has been
...
suffering a bad case neglect for the last few years.
- Add full prototypes, including to function pointers.
- Make the wire protocols 64-bit type safe, eg: 32 bit quantities are
int32_t, not long. The orginal rpc code was implemented when an int
could be 16 bits.
Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code.
1996-12-30 13:59:41 +00:00
Peter Wemm
f3f42e9672
Update 4.9.4-P1 -> 4.9.5-P1
...
Included here are definitions for the DNSSEC key management stuff.
1996-12-30 13:10:35 +00:00
Peter Wemm
315d6d9c3b
Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level.
...
(More commits to come)
1996-12-30 13:08:54 +00:00
Jordan K. Hubbard
89eac9644c
Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'll
...
go to bed. :-) Revert this change which would have broken the ${DESTDIR}
relative link when chrooted.
Pointed-Out-To-My-Embarassment-By: bde
1996-12-30 07:38:51 +00:00
Jordan K. Hubbard
cb9de2a646
Add some missing ${DESTDIR}s here.
1996-12-30 04:52:54 +00:00
Warner Losh
2ad334cde8
string.h defines nonstandard routines when _POSIX_SOURCE is
...
defined. It has been fixed to not do that.
Submitted by: Jake Hamby <jehamby@lightside.com>
Closes PR: 1954
1996-12-17 19:35:43 +00:00
Andrey A. Chernov
00b18da210
Fix compiler warning: /* inside comment
...
2.2 candidate
1996-12-05 14:46:57 +00:00
Jordan K. Hubbard
96b2533ed1
Bump maximum username length to 16 characters. This brings us into
...
line with BSD/OS and Linux's username limits, making transitioning from
either operating system a lot easier than it is now. I'm currently
running with this change on my system, as are several others, and have
experienced no ill effects.
This is not for 2.2! This needs to get shaken out longer term in 3.0.
Previously-approved-by: davidg
1996-12-04 11:31:14 +00:00
Poul-Henning Kamp
f5daa1a513
Update to more current reality.
...
Reviewed by: phk
Submitted by: Robin Carey <robin@mailgate.dtc.rankxerox.co.uk>
1996-11-28 09:57:31 +00:00
Garrett Wollman
2832011fa2
Matching routed.h to go along with latest routed.
1996-11-19 21:22:18 +00:00
Jeffrey Hsu
b0e998dc26
Change prototypes for gmtime_r() and localtime_r() in accordance with
...
IEEE pthreads specification.
1996-11-11 09:22:13 +00:00
Jeffrey Hsu
7d9120c451
Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().
1996-11-11 09:21:19 +00:00
Jeffrey Hsu
9362f73db8
Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now that
...
we use it in the uthreads implementation.
Moved enum pthread_mutextype here from libc_r/uthread/pthread_private.h.
Change prototype for pthread_getspecific().
1996-11-11 09:19:54 +00:00
Andrey A. Chernov
9623470623
Remove collate_range_cmp
1996-10-31 14:41:30 +00:00
Wolfram Schneider
8c372bd8a2
improve comments for UT_NAMESIZE
1996-10-27 18:13:35 +00:00
Bruce Evans
70cd2f632d
Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.
1996-10-24 04:05:54 +00:00
Andrey A. Chernov
d9de4eee40
GNU-style changes:
...
1) Rename FNM_ICASE to FNM_CASEFOLD
2) Add FNM_LEADING_DIR
1996-10-23 16:42:33 +00:00
Wolfram Schneider
95e4966c47
add flag FNM_ICASE for case insensitve search
...
Reviewed by: ache
1996-10-20 15:15:59 +00:00
Jordan K. Hubbard
cf3c4df72d
Add back netns
1996-10-17 18:44:56 +00:00
Marc G. Fournier
524e95de2b
Fixed the wrong include file for a "prototype mismatch" error between
...
dlfcn.h and link.h
1996-10-08 01:38:36 +00:00
Marc G. Fournier
0e9cb8bed8
dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,
...
with dlfcn.h declaring them as:
void *dlopen __P((const char *, int));
void *dlsym __P((void *, const char *));
while link.h declared them as
extern void *dlopen __P((char *, int));
extern void *dlsym __P((void *, char *));
Fix link.h to match dlfcn.h
1996-10-07 20:49:03 +00:00
Peter Wemm
f62b417ba5
Add support for storing a -R path in ld in the section dispatch table,
...
support LD_HINTS_VERSION_2 that has the ldconfig pathname stored in the
ld.so.hints file (ie: a new library can be installed and used without
needing to run ldconfig -m first)
Reviewed by: nate, jdp
Obtained from: NetBSD (mostly)
1996-10-01 00:25:32 +00:00
Peter Wemm
8bd5578830
Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETV
1996-10-01 00:01:43 +00:00
Bruce Evans
976cca3578
Fixed CLEANFILES. osreldate was missing.
...
Cleaned up LDIRS line.
1996-09-20 13:42:26 +00:00
Bruce Evans
eaa86f9d7f
Don't use __dead or __pure in user code. They were obfuscations
...
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
1996-09-14 03:00:32 +00:00
Adam David
a2480c3cfd
install rpc header files
1996-09-01 17:54:25 +00:00
Peter Wemm
8b7156a207
'make install' is not supposed to touch anything.
1996-08-30 22:36:45 +00:00
Peter Wemm
20c5124b62
missed these parts of Bruce's changes last time..
...
Submitted by: bde (again :-)
1996-08-30 21:57:39 +00:00
Peter Wemm
1133312c37
echo -> ${ECHO}
...
do the rm -rf and ln -s in two seperate commands to allow a fork/exec
without a "sh -c" in the middle.
Submitted by: bde
1996-08-30 19:37:14 +00:00
Peter Wemm
0fd77885de
Some bmake magic to clean up the install more.
...
fix another missed -c typo of mine.
clean the rpcgen implicit rule more
Submitted by: bde
1996-08-30 19:31:28 +00:00
Peter Wemm
74b3fad642
Hand merge in the bind-4.9.4-P1 resolver updates.
1996-08-29 20:01:00 +00:00
Peter Wemm
230a383d0d
replace cmp -s || install with ${INSTALL} -C, and @for with .for
1996-08-29 19:59:48 +00:00