ache
124ff081c1
Add srandomdev() prototype
1997-03-23 22:44:27 +00:00
peter
d461670e14
Put text after #endif in a comment (it's illegal otherwise)
1997-03-14 17:53:35 +00:00
peter
c5ebecdfa9
Merge Lite2 changes -
...
move getopt etc declarations from stdlib.h to unistd.h
1997-03-11 11:18:25 +00:00
peter
05dfcb29c8
Merge Lite2 changes
...
(Just version number)
1997-03-11 11:16:27 +00:00
peter
8415e98f65
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
a7651ae03f
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
1c9bc538cc
Import CSRG 4.4BSD-Lite2 includes onto vendor branch
1997-03-11 11:11:37 +00:00
bde
7caf0a8569
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
alex
a20a95f89a
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
bde
76be8bdadf
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
ache
978f7b3034
increase L_cuserid because UT_NAMESIZE increased
1997-03-02 13:41:23 +00:00
peter
0e0dfca0f9
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
davidn
32c4d87971
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
d1044a244f
Submitted by: John Birrell
...
uthreads update from the author.
1997-02-05 23:26:09 +00:00
mpp
8656d26584
Change to comment for fs_passno to reflect that it applies
...
to fsck and not dump.
1997-01-28 06:11:45 +00:00
ache
34dcef988f
Change XOPEN constants to match FreeBSD reality and add some
...
comments to describe them
1997-01-16 08:27:18 +00:00
ache
66b5b74d7b
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
jkh
9c0cd3f9df
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
davidn
b48a2f8556
Internationalise "authorize".
1997-01-09 04:16:18 +00:00
davidn
220feab87c
Typo fix.
1997-01-07 13:04:38 +00:00
davidn
bd5fb406ac
Move typedef for rlim_t into sys/types.h (as per NetBSD).
1997-01-05 18:32:00 +00:00
sos
11df20f961
Add the forgotten login_cap.h
1997-01-04 20:40:34 +00:00
davidn
2c24678255
Header for login class capabilities handling.
1997-01-04 16:43:58 +00:00
ache
a063e1cb61
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
ache
ecf9ac6726
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
davidn
1b2d31aac3
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
adf3e68c3f
Missed prototype for svc_getreqset2()
1996-12-31 09:08:44 +00:00
peter
87147b124f
- Prototypes, including pointers to functions
...
- C++ safe
1996-12-30 14:01:12 +00:00
peter
01fe186ccd
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
6c9f5fc903
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
7fd89256f8
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
jkh
78628421ee
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
jkh
d4fcccc481
Add some missing ${DESTDIR}s here.
1996-12-30 04:52:54 +00:00
imp
ed3b2d55d7
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
ache
c16a2f004f
Fix compiler warning: /* inside comment
...
2.2 candidate
1996-12-05 14:46:57 +00:00
jkh
61bb20d91f
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
phk
2d3a80e08a
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
wollman
8cb5385369
Matching routed.h to go along with latest routed.
1996-11-19 21:22:18 +00:00
hsu
6f7bb7776f
Change prototypes for gmtime_r() and localtime_r() in accordance with
...
IEEE pthreads specification.
1996-11-11 09:22:13 +00:00
hsu
d76a6335ff
Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().
1996-11-11 09:21:19 +00:00
hsu
81fb20ff55
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
ache
0333cf4df1
Remove collate_range_cmp
1996-10-31 14:41:30 +00:00
wosch
f334537e79
improve comments for UT_NAMESIZE
1996-10-27 18:13:35 +00:00
bde
ea6cdba879
Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.
1996-10-24 04:05:54 +00:00
ache
0ab3891545
GNU-style changes:
...
1) Rename FNM_ICASE to FNM_CASEFOLD
2) Add FNM_LEADING_DIR
1996-10-23 16:42:33 +00:00
wosch
7a03305256
add flag FNM_ICASE for case insensitve search
...
Reviewed by: ache
1996-10-20 15:15:59 +00:00
jkh
91c672ea5c
Add back netns
1996-10-17 18:44:56 +00:00
scrappy
8807500c26
Fixed the wrong include file for a "prototype mismatch" error between
...
dlfcn.h and link.h
1996-10-08 01:38:36 +00:00
scrappy
97f58e564d
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
b4607335a6
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