deraadt
5b90cccca7
add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatible
with our cross compilation/installation goals...
28 years ago
deraadt
a89aeed92c
sync with netbsd 960418
28 years ago
deraadt
4ba539fdc0
sync to netbsd 960418
28 years ago
mickey
c1ca1e3952
Add /sys/ddb to be installed in /usr/include.
28 years ago
tholo
e1dcf2c932
Substantially improve random number generation by using the largest prime
that fits inside 32 bits as the denominator; take care not to overflow.
Regenerate initial seed after replacing the generator
29 years ago
niklas
3e2185481f
From NetBSD: merge of 960317
29 years ago
niklas
0bb7b87429
Fixup /usr/include/g++ hierarchy specification
29 years ago
tholo
ac83ba9bc9
Add support for building lint(1) library
29 years ago
tholo
352b163d5e
Cannot do operations on a void pointer
29 years ago
tholo
077935535d
Update prototypes to match declarations
Remove unused variables
Install all man-page links
29 years ago
tholo
6ea1ec00cf
Add prototypes for internal functions
Change inline to __inline
29 years ago
tholo
bc790afcb1
initgroups(3) 2nd argument should be gid_t
29 years ago
tholo
b1e58002e4
Add prototypes for local functions, add const qualifiers where needed
29 years ago
tholo
cd5d45a618
Prefix "long long" with "/* LONGLONG */" to shut up lint(1)
29 years ago
tholo
346f9adabb
sethostid() actually do return a value
29 years ago
niklas
b3273638d0
From NetBSD: merge of 960317
29 years ago
niklas
90fc8bd6aa
From NetBSD: Add prototype for sigaltstack; from John Kohl in PR #2129
29 years ago
niklas
5ece56ae69
From NetBSD: 960217 merge
29 years ago
dm
a02728aa34
Identd ras as nobody.kmem. Changed it to root.
Running anything as nobody.kmem allows any "nobody" process to get into
the kmem group through ptrace(). Kmem is a privileged enough group that
we might as well just run identd as root.
29 years ago
mickey
56e40d8237
Added /usr/lkm directory.
29 years ago
niklas
7fd28a4ddf
From NetBSD:
Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance
29 years ago
dm
eb15958f85
netbsd: bind 4.9.3
29 years ago
niklas
e96fcc515c
From netbsd:
Make grf units 2 and 3.
29 years ago
niklas
061136d6b5
From netbsd:
fix PR/1245. From Rolf Grossmann <grossman@kiss.informatik.tu-muenchen.de>
29 years ago
niklas
661156e351
From netbsd:
Add fd to all; stdin, stdout, and stderr to std
29 years ago
david
8681f7d250
Welcome to 'OpenBSD'...
29 years ago
etheisen
7221f0e185
Install elf_abi.h in /usr/include.
29 years ago
etheisen
d6fda6cf50
Cleaned up comments.
29 years ago
etheisen
5f940fed58
ELF Application Binary Interface (ABI) compliant header file.
29 years ago
deraadt
327ae62632
need errno.h because err declerations have moved
29 years ago
deraadt
3085be1941
realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;
netbsd pr#1806
29 years ago
deraadt
ac6c0282ed
from netbsd; move sys_nerr/sys_errlist decls to errno.h
29 years ago
etheisen
89bbbb9a5d
Added /usr/local/info for consistency with /usr/share/info
29 years ago
deraadt
b2ebc1d48f
add the freebsd joystick driver; converted by matthieu@abel.laas.fr;
netbsd pr#1916
29 years ago
hvozda
dd5f52e26d
New devices for PCMCIA support
29 years ago
deraadt
03c672331e
Correct some typo's, add some virtual consoles and the tun devices
29 years ago
deraadt
ed2b04d66b
proto rfork()
29 years ago
deraadt
e4ef590082
from netbsd:
Define LD_HINTS_VERSION_2:
- no longer hash on minor version number in hints file.
- add list of ldconfig(8) search directories.
29 years ago
dm
f3263fa32a
added IP filter to netstat/rc and put examples in /usr/share/ipf
29 years ago
deraadt
e97369dbb6
from ragge:
Added 'all' option to create a reasonable amount of standard devices.
Tape devices now called after their kernel names, (ie. ts0, ht0) and
not mt? for all of them. mt? names are kept as symbolic links anyway
so that it don't break anything.
29 years ago
deraadt
6e1c629d43
from leo:
Add an nvram-driver. This driver makes it possible to read/write the
configuration info stored in the nvram on the mc146818
29 years ago
dm
fd8fa9da8f
created devices for the IP filter log on all architectures
29 years ago
deraadt
cc1caab09d
typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905
29 years ago
dm
6d01742fb6
from beurton@fnet.fr: Darren Reed's IP filter
29 years ago
deraadt
e623318039
from netbsd; add a way to build kbd and mouse devices
29 years ago
deraadt
367486d815
there is no such thing as "nntpd"
also, always enable identd -- many things expect it now
29 years ago
deraadt
4adbeaa4a5
from netbsd: start mrouted like routed
29 years ago
deraadt
cb76300c6c
from netbsd: Fixed %u to expand to a single digit
29 years ago
deraadt
c7aabb0c49
abort() and exit() need __dead tags in stdlib.h; mike.long@analog.com;
netbsd pr#1845
29 years ago
david
cf0ae70db0
Added entries for /etc/ppp to mtree files
29 years ago