espie
2dbb411092
Add all arch subdirs to {cat1,cat4,cat8,man1,man4,man8}.
REMEMBER TO UPDATE YOUR TREE BEFORE REBUILD! This *will* be used shortly.
24 years ago
jason
58f9ba830f
add machdep.vsyncblank sysctl for controlling whether vsync is disabled
when the monitor is blanked.
24 years ago
espie
1d718f9408
typo (reported by Adam Rogoyski <rogoyski@cs.utexas.edu>)
24 years ago
deraadt
7ffc3bd02d
remove double specification of fa#; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
24 years ago
hin
34a1cb2222
Fix SBINDIR path the right way
24 years ago
itojun
485eb3c523
correct type of 2nd argument to meet RFC2553. (this should raise no ABI
problem due to type promotion). PR 1228.
24 years ago
niklas
d85f56691c
Add support for building libraries with debugging information in them.
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get
installed in /usr/lib/debug. This directory will be searched first if
gcc is given the -g flag during the link stage.
24 years ago
todd
ef843d3807
typo
24 years ago
deraadt
32bdb9a2aa
work around kerberos SBINDIR being misdefined; hin
24 years ago
todd
5a851dcb3d
fix dhcp 'NONE' ness from install to allow media parsing to work
.. ok deraadt@, millert@
24 years ago
miod
3243ec4578
Add the tape device nodes to the miniroot, for tape install, deraadt@ ok
24 years ago
deraadt
3e58441c72
2.7ify
24 years ago
deraadt
c97d048545
hmm... simplify this
24 years ago
markus
9874e413d8
add ssh_host_dsa_key
24 years ago
niklas
37277f48dc
A place to put isakmpd sample files
24 years ago
jakob
edc0bd8e4a
add id-tag
24 years ago
jakob
4ab7ba2f63
add id-tag. sync PATH.
24 years ago
hugh
646a4ed2b2
Document device lookup semantics.
24 years ago
miod
f1ed38156b
Clean up/update
24 years ago
bjc
e889a0502a
new makedev, partly from netbsd
24 years ago
ericj
22f99cb767
fix PR #1169 ; itojun@ OK
24 years ago
millert
54a539ff4c
crank minor
24 years ago
millert
192f7d89fb
Add OPENDEV_BLCK
24 years ago
millert
c67af3de41
Add OPENDEV_BLCK flag for opening the block devices (the character
device is opened by default).
Don't open the file w/o adding a /dev/ prefix unless the file has
a '/' in it. This prevents problems where someone says "disklabel
sd0" with a file called "sd0" in the cwd.
The OPENDEV_DRCT flag has been deprecated as it is the the default
behavior and always has been.
Add checks for >= MAXPATHLEN and return ENAMETOOLONG in that case.
24 years ago
bjc
8c24d2dab9
#ifdef vax -> #ifdef __vax__
24 years ago
deraadt
a29aff7d5b
handle .tgz files too
24 years ago
millert
4162a5f0f0
Prune /tmp traversal at .X11-unix
Since /tmp might be a link to /var/tmp, prune at ssh-* or .X11-unix
like the find on /tmp does.
24 years ago
espie
911f711c88
Bump miniroot to 8704... might be slight overkill, but at least
everything fits...
24 years ago
deraadt
ac4b5078d3
flesh
24 years ago
deraadt
944121c7c5
improve the english
24 years ago
deraadt
259d162278
type decl error
24 years ago
itojun
2ad1363310
use netstat -iv, not -i, to avoid truncation of ipv6 address. ok by deraadt
24 years ago
millert
0dfc322dda
Add port 587, message submission
24 years ago
deraadt
7c03c916ed
ssh_host_dsa_key not ssh_dsa_host_key
24 years ago
deraadt
5342edba6c
build DSA keys automatically at boot time
24 years ago
millert
d93b42ba80
Minor comment changes:
o utmp lives in /var/run, not /etc
o document EX_CONFIG
24 years ago
jakob
214e017d81
fix install mode for skel/dot.rhosts
24 years ago
jakob
51a445dbf2
/usr/share/skel removed
24 years ago
jakob
8023ddf3d5
skeletal login directory into /etc/skel
24 years ago
deraadt
3369ca98b5
correct example
24 years ago
todd
bc27b3b955
fix per pr1192; also == "xx" -> ~ /xx/, same thought
24 years ago
pjanzen
962ddc46f0
/etc/rc.conf.local, the default local_rcconf defined in /etc/rc.conf
24 years ago
deraadt
90d3a6dee4
rc.conf.local support, inspired by chuck yerkes
24 years ago
aaron
a1359f55ef
Add ERRORS section (the strdup(3) function may fail and set errno to any of the
errors specified by the library routine malloc(3)).
24 years ago
aaron
ef06e8e8a1
Check return value of strdup(3) for NULL in example code (duh).
24 years ago
aaron
b419710bcf
Flesh out libc string function man pages.
24 years ago
aaron
e985eebf26
Flesh out stdlib function man pages.
24 years ago
angelos
6fa4224578
Add /etc/resolv.conf.tail
24 years ago
deraadt
703da8f559
prototyping for p{read,write}{,v}
24 years ago
aaron
41c60d7ad7
- Formatting repairs and standardizations.
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list.
- Talk more about how using malloc() in signal handlers is bad.
24 years ago