deraadt
8d41697c27
toss a /dev/crypto copy into /var/www/dev; millert ok
22 years ago
matthieu
914397f1b9
Add a port of FreeBSD/alpha's libio as libalpha. This library enable
access to devices I/O ports from userland. Only BWX machines supported
for now. Added a man page.
Ok deraadt@, miod@.
22 years ago
matthieu
dcad0f8f9a
add /dev/wskbd, /dev/wsmouse and /dev/ttyCcfg
ok millert@
22 years ago
millert
8605e7d157
Replace strtou?q() with the more standard strtou?ll(), using weak
aliases to fake up strtou?q(). espie@ OK.
22 years ago
deraadt
d230ad86d5
go back to running these as root from inetd. however once rpc.{rusersd,rstatd}
starts, do a chroot to /var/empty and change to user nobody.
hi mom, i'm in jail!
22 years ago
millert
f6d2dac36d
define RPP_STDIN; missed in previous commit
22 years ago
deraadt
695e261e2d
%u for uid/gid; millert ok
22 years ago
drahn
355b7c09eb
Use mkhybrid, mkisofs is no longer installed.
22 years ago
fgsch
fd9be05b82
spell.
22 years ago
brad
a07542f39b
add postgresql port.
22 years ago
millert
b013f0d14d
Now that we don't have a trailing newline we need to explicitly check
that the first char in the line is not NUL after killing comments.
22 years ago
hugh
460127ec42
Add xfs device; seems to work.
22 years ago
henning
b06f8fd325
add a commented out scrub example
ok frantzen@
22 years ago
millert
6cea6780f6
Use strtok_r() instead of strsep() since the latter treats consecutive
field separators as empty field. This is not what we want for
whitespace-delimited fields.
22 years ago
millert
fab5e38f3f
login_fbtab(3) fixes:
o make first arg const since we don't modify it
o use strsep() instead of strtok() as strtok() changes internal state
o add some bounds checking and use strlcat() instead of pointer arithmetic
o ANSI function headers
Originally based on a patch from Lars J. Buitinck but much modified.
22 years ago
millert
53b891e676
Updates from lite2 via NetBSD; fixes license.
22 years ago
fgsch
4938721619
regen.
22 years ago
fgsch
580d3a1491
this is better.
22 years ago
fgsch
6cc3fafaf7
Add gpr, i386 only; this may change in the near future to something more
generic as /dev/smartcard or similar.
deraadt@ ok.
22 years ago
henning
7878b8988c
merge nat.conf here as well
add more simple filter rule examples
"commit it" deraadt@
22 years ago
pvalchev
649c27a936
No more nat.conf; blessed by deraadt
22 years ago
deraadt
4a71305849
this goes away
22 years ago
deraadt
0e62974bea
we no longer do this. why was it edited incorrectly?
22 years ago
miod
2192c38981
More nat.conf(5) -> pf.conf(5) updates
22 years ago
naddy
3c97953878
install headers from libevent; ok miod@
22 years ago
hugh
6fe302298c
Not much point supplying /boot by itself.
22 years ago
jason
b116be5994
sync
22 years ago
jason
af6adb6295
add bpf0 to ramdisk target
22 years ago
beck
5d21ae4712
another bit that got missed
22 years ago
dhartmei
0b36d72022
pfctl -f instead of -N/-R, ok deraadt@
22 years ago
espie
61573f5c84
back-out header change for now.
22 years ago
espie
6704871eeb
put back in the assert changes for ISO C 99 (put __func__ in it)
22 years ago
fgsch
fb18813faf
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
22 years ago
hin
cb9854a47e
Update to the latest and greatest from arla.
22 years ago
hin
e33b71da5e
Remove startup stuff for Kerberos 4 servers.
ok deraadt@
22 years ago
itojun
baf5dbc5c2
backout previous
22 years ago
itojun
ba0bf33dd5
pax -s <regex> is botched, don't use it.
22 years ago
todd
04869e8b3d
rm trailing whitespace
22 years ago
todd
c9c7aafc44
sync
22 years ago
todd
d551db44ea
remove the `real' Id string in generated output, keeps conflicts down
miod@ ok, requested a long time ago by misc
22 years ago
art
5839a65488
Add a flag - KVM_NO_FILES which tells kvm_openfiles to not
open any files, just return an kvm handle that we can use to some
of the functions.
22 years ago
millert
3cf01bfdce
spool dirs should be group daemon, mode 0775
22 years ago
drahn
5f741cd067
Switch powerpc to using new split (aout/elf) link.h
22 years ago
beck
919740d17e
clear /var/authpf on bootup - ensure we don't kill things we shouldn't
22 years ago
beck
f58c32557d
make /var/authpf owned and writable by group authpf
22 years ago
beck
5732c0634b
authpf group, for authpf
22 years ago
miod
e1a577905d
Backout previous change. Since it requires people to upgrade gcc, we want
to give them a larger timeslot to do that.
Requested by deraadt@ and various people on icb or vocally.
22 years ago
art
dd4b550c8e
split link.h into three parts. The MI parts are left in link.h
a.out stuff in link_aout.h and ELF stuff in link_elf.h.
Switch sparc64 back to MI link.h.
drahn@ ok (powerpc will switch soon).
22 years ago
mpech
ab52f4dc26
Path to 'bootpd' is /usr/sbin. From dfa@solo.ee
millert@ ok
22 years ago
art
f4ed53b67c
Don't use MI dlfcn.h that are identical to the MD one.
22 years ago