niklas
d0902edd55
s/netbsd/bsd/
28 years ago
niklas
e072143089
Add ISA devices, renumber ipf device, add SCSI scanner device.
28 years ago
deraadt
ae3ae2b568
db release 1.85
28 years ago
deraadt
b75dc149e0
hard-code the include installation path (mostly for speed)
28 years ago
deraadt
3cd33e2f7e
document largest possible value; netbsd pr#2338; from banshee@gabriella.resort.com
28 years ago
deraadt
6abc0151d3
this is installed from elsewhere now..
28 years ago
deraadt
16b816ca63
yp.no -> yp
28 years ago
deraadt
02ee8d4774
strdup re-generated path in pwd_mkdb; "make distribution" passwd files with
proper arguments
28 years ago
deraadt
e8b9de78bd
pretty comments, run ypxfrd with ypserv
28 years ago
deraadt
dfc590c42c
new arm32 port
28 years ago
deraadt
a28fb630c7
realinstall -> includes
28 years ago
deraadt
3d0a701e00
from netbsd: Add kvm_dump* prototypes
28 years ago
deraadt
064637dcea
from netbsd; Added private functions
28 years ago
deraadt
9133d3ab3c
typo in __STRICT_ANSI__
28 years ago
deraadt
6393fb019e
switch on _KERNEL to load proper include file
28 years ago
hvozda
d702182d7c
Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work
(original PCMCIA framework by Stefan Grefen).
28 years ago
deraadt
9fe9746845
yp depends on /var/yp/bindings, not only /var/yp
28 years ago
deraadt
9855f61aa6
intuit whether ypbind, ypserv, and rpc.yppasswdd should run
28 years ago
etheisen
d52de1054d
Added section header type SHT_OPENBSD - value 0xffffffff, section
header name ELF_OPENBSD - value ".openbsd", and elf_hash() prototype
in preparation for Per's import of the ELF RTLD.
Every OpenBSD ELF bin/so should contain a "empty" section header of
type SHT_OPENBSD, and this string ".openbsd" in the .dynstr section.
This will allow us to determine the exe/lib's target OS. Note that
use of SHT_OPENBSD and ELF_OPENBSD is not ABI compliant. GNU binutils
will require mods to met this goal.
The relocation settings are now re-enabled.
28 years ago
deraadt
4d8563d564
start ypserv & rpc.yppasswdd automatically
28 years ago
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