deraadt
318e1c55ba
make alpha bootfloppy fit again
26 years ago
millert
a59c5089a8
put zone files in /var/named/namedb. That way only /var/named/namedb must be owned by user named
26 years ago
deraadt
8792aead82
squish program args together more
26 years ago
millert
9fe2fbfc57
No need to cast to they type we already are. Also minor KNF
26 years ago
millert
151b095049
remove bogus divide, fixes pr #656
26 years ago
form
ca72058365
chdir to ${DESTDIR}/ to create sys -> usr/src/sys link.
This avoids creating of incorrect symlink ${HOME}/sys -> usr/src/sys when
DESTDIR="".
26 years ago
deraadt
bf5f67be75
no need for Subject: line, crontab does it
26 years ago
espie
e28e39375b
.Xr strlcat, strlcpy
26 years ago
millert
76aec2bc38
remove bogus comment about pty use; chris@sefl.satelnet.org
26 years ago
deraadt
a03ba0b014
mention RFC 1918 hosts
26 years ago
deraadt
aad99d26ce
make /var/backups same as mtree says; mickey
26 years ago
deraadt
901a859ab9
bad long
26 years ago
d
31570910f0
Add thread-safety to libc, so that libc_r will build (on i386 at least).
All POSIX libc api now there (to P1003.1c/D10)
(more md stuff is needed for other libc/arch/*)
(setlogin is no longer a special syscall)
Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS).
Doc some re-entrant routines
Add libc_r to intro(3)
dig() uses some libc srcs and an extra -I was needed there.
Add more md stuff to libc_r.
Update includes for the pthreads api
Update libc_r TODO
26 years ago
dugsong
82fae659b0
add support for more ptys
26 years ago
deraadt
8be72764ad
add getpgid() proto; form
26 years ago
aaron
8337cf556e
add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@
26 years ago
deraadt
71c0d453e0
preserve errno; christos
26 years ago
art
182bf2571d
update entries for a few cells
26 years ago
niklas
1087e93cc4
ISAKMP on UDP port 500
26 years ago
espie
775006271f
Fix `typo', proves that strlcpy/strlcat is a very good idea.
26 years ago
downsj
444833e1f4
Only run msgs -c if /var/msgs exists and is not a symlink.
26 years ago
downsj
5a392362ae
Add option for running ftpd out of rc.
26 years ago
espie
87a2f09149
getenv() result is read-only, unless you're looking for trouble.
26 years ago
millert
f790a1a138
typo
26 years ago
millert
d99cf3e5db
Add ramdisk support for pmax; untested but compiles
26 years ago
wvdputte
1ad600adae
add missing const to match prototype in string.h
26 years ago
brian
659615a342
Suggest using ``iface clear'' under certain circumstances
in ppp.linkdown.
26 years ago
millert
c10d7a59ff
protos for strlcat, strlcpy
26 years ago
aaron
b64b2d03bb
parition -> partition
26 years ago
aaron
37002d7653
it's -> its
26 years ago
downsj
3f5b4716bb
Actually use $xdm_flags.
26 years ago
millert
035396a89b
Run mtree with -q in distrib-dirs target
26 years ago
millert
864d99beea
fix up comments in ssl portion to be consistent with the rest
26 years ago
millert
267be6463e
Kill the awful hack used to match and split /etc/hostname.* We now use
a function, isalphanumeric, to determine whether an interface name is
likely to be valid. This means that things like /etc/hostname.le0.bak,
/etc/hostname.le0#, /etc/hostname.le0~, etc. will be ignored as they
should. There is no longer an implicate assumption that /etc/hostname.*
only contains a single '.'.
26 years ago
art
30ae865c62
use xfs, not afs when mounting afs. Making mount_afs work correctly is too hard.
26 years ago
deraadt
b8e4d6d3b4
make 8mb installs work
26 years ago
deraadt
4a229c8dcf
unimportant grammaer errrrooeoerr
26 years ago
rahnds
389e313c09
Mix kernels are no longer necessary, Generic will work sufficiently.
26 years ago
marc
7f0b78986f
update package section of message
26 years ago
marc
e04d3b8b35
fix magma device generation; three cards supported
ttym*, ttyn*, and ttyo* plus bppm{unit}{0,1}
26 years ago
deraadt
5b4e611203
create empty /var/db/pkg dir; art
26 years ago
art
c5073ca670
add missing entries for xfs in all
26 years ago
deraadt
37ee56c7e7
shrink ramdisk filesystem
26 years ago
art
f7a376a667
startup code for AFS
26 years ago
rahnds
b804e1cd54
ksyms currently does not work on powerpc, to work around
this problem, dont make the device node.
This partially has to do with the fact that the powerpc port does
not try to load symbols from the kernel image.
26 years ago
art
c539fb03e5
add a path to afsd
26 years ago
deraadt
40dbd6d743
install /usr/include/ssl/
26 years ago
deraadt
45be7903a0
move ipnat to end of netstart, to support dhcp+ipnat
26 years ago
beck
1391292607
mtree stuff for ssl libs
26 years ago
millert
25614289d3
add missing powerpc man dirs
26 years ago