msmith
0349f8963a
Add stringlist functions from NetBSD. (required for the new ftp(1)
...
Obtained from: NetBSD
1997-06-25 08:04:52 +00:00
ache
f9302eec85
Move machine/types.h to non-standard section
...
Change order of arc4* functions
Pointed-by: bde
1997-06-14 10:45:25 +00:00
ache
cbd380e632
Add arc4random family declaration
1997-06-14 01:33:52 +00:00
ache
98ddc15c28
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
jkh
d1abd2cb44
Go to SHARED=copies by default.
...
Agreed-upon by: lots-o-folks.
1997-06-05 21:20:58 +00:00
wpaul
7b004237fc
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
wpaul
088fb5121b
Add new files in include/rpc.
1997-05-28 04:46:38 +00:00
wpaul
db46899f5a
Resolve conflicts.
1997-05-28 04:45:15 +00:00
wpaul
3be3c10157
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
wpaul
fd6d99f49e
Resolve conflicts.
1997-05-28 04:38:30 +00:00
wpaul
4b109a080d
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
jdp
a57b7759a5
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
26a980720c
fix missing close comment in login_cap additions
1997-05-18 08:12:14 +00:00
peter
bbffd7053b
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
b5da4216b3
remove stray forward declaration for struct timespec
...
Pointed out by: bde
1997-05-13 09:25:15 +00:00
ache
e43c7e0e2a
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
28bb5a5088
Oops, move clock_*() and nanosleep() to time.h
...
Submitted by: Peter Dufault <dufault@hda.com>
1997-05-12 12:58:40 +00:00
peter
892e2dec90
prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().
1997-05-12 09:57:39 +00:00
peter
71199e7776
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
davidn
4ca868f8b8
Removed login_cap.h, now moved to src/lib/libutil.
1997-05-10 12:50:03 +00:00
eivind
1ab5f06651
Back out all of yesterdays include file changes.
1997-05-07 20:01:10 +00:00
eivind
93aa89ea52
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
379be4bd69
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
bde
173bd2da2e
Fixed missing __P() to complete the K&R support in this header.
1997-05-07 00:58:23 +00:00
asami
90e3a3c005
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
jmz
48749204e4
This file is a duplicate of src/usr.bin/f2c/f2c.h
...
Reviewed by: bde
1997-04-24 17:03:41 +00:00
dfr
2a33e0bbd9
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
bde
2e2bf64395
Fixed spelling of isnetworktty.
...
Fixed stray whitespace.
1997-04-14 13:33:20 +00:00
bde
efb4d7374b
Fixed some style bugs.
1997-04-13 15:52:26 +00:00
bde
3db3e02ae7
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
bde
1c9db9a173
#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
davidn
3887e465a5
Add bitflags TTY_NETWORK/TTY_DIALUP and interface functions which
...
make use of them.
1997-04-13 15:09:46 +00:00
paul
4e19bb4d34
This file is deprecated not "obsoleted".
1997-04-13 11:33:17 +00:00
jmz
5d93c9d5fb
Upgrade to the 1997/02/19 version.
1997-04-13 01:13:52 +00:00
peter
d68928491c
Declare issetugid()
...
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3200
1997-04-05 13:03:15 +00:00
peter
4731f0b7dd
Declare lchown()..
1997-03-31 12:52:52 +00:00
ache
e53bc8d1c3
Add srandomdev() prototype
1997-03-23 22:44:27 +00:00
peter
f3f3306126
Put text after #endif in a comment (it's illegal otherwise)
1997-03-14 17:53:35 +00:00
peter
f635e3d3fe
Merge Lite2 changes -
...
move getopt etc declarations from stdlib.h to unistd.h
1997-03-11 11:18:25 +00:00
peter
9eaf75f7d0
Merge Lite2 changes
...
(Just version number)
1997-03-11 11:16:27 +00:00
peter
e486fd79fb
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
e6661ddbf7
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
53b81178e2
Import CSRG 4.4BSD-Lite2 includes onto vendor branch
1997-03-11 11:11:37 +00:00
bde
bf5cb4af6f
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
2194c5e96a
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
3ae3c61865
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
56a4d1b13d
increase L_cuserid because UT_NAMESIZE increased
1997-03-02 13:41:23 +00:00
peter
f173325ac8
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
davidn
611c96cfb8
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
c2f7c3e489
Submitted by: John Birrell
...
uthreads update from the author.
1997-02-05 23:26:09 +00:00