todd
d1765b60fd
Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticed
14 years ago
todd
7b7975687b
sync
14 years ago
todd
8756387387
to assist diskmap testing, lets make the character dev a character dev, doh!
ok jsing@
14 years ago
todd
8099a9d7e9
sync
14 years ago
todd
f1c1d6abc4
add diskmap entries, not on ramdisks yet
get it in! jsing@
14 years ago
todd
ee615a1b69
sync
14 years ago
todd
815cdaac8e
properly enable vscsi, fix incorrect major
ok jasper@ (also compile tested)
14 years ago
todd
6e87c6fc0d
sync
14 years ago
todd
bf4848a826
added vscsi a while back, add it here too
14 years ago
jsg
c64c4eb017
switch iked pki files to /etc/iked, discussed with reyk.
14 years ago
reyk
22d0cb2081
add iked.conf default configuration file example.
ok jsg@
14 years ago
martinh
95756ec554
Install a default ldapd.conf, and standard schema files in /etc/ldap.
ok deraadt@
14 years ago
reyk
5dc347b741
add _iked
pointed out by jsg@
14 years ago
reyk
8f584fd51d
Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user.
ok deraadt@
14 years ago
martinh
70789f1e71
enable ldapd and ldapctl in the build
ok deraadt@
14 years ago
millert
5cd2c72134
Avoid using and end pointer since strnlen(string, -1) is legal
and would otherwise result in overflowing the end pointer and
cause strnlen() to return 0. OK sthen@
14 years ago
matthieu
8dad4d1114
Create more doc sub-directories for proto docs.
14 years ago
sthen
dc836a92d7
typo; Ian McWilliam
14 years ago
nicm
8b7d56fe29
Move imsg into libutil and add a man page.
Minor bump for libutil.
Previous versions of this diff and man page looked at by various people.
"you should just commit" deraadt
14 years ago
nicm
62564ff79f
Rename some imsg bits to make namespace collisions less likely buf to
ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE.
ok henning gilles claudio jacekm deraadt
14 years ago
jmc
ffc1056ac2
oops - forgot to check for trailing whitespace;
14 years ago
thib
7087fc1c2f
reword the 'D' dump bit to make it clear that the malloc.out file needs
to exist before exit for malloc to dump stats in it.
tweaks from jmc@
ok otto@,jmc@
14 years ago
claudio
07c546c698
Add ldp (port 646) to services. Needs both udp and tcp.
Sure deraadt@
14 years ago
espie
8a6b06eab0
unlink g77 from the build.
as discussed with Theo, so that he can synch set.
(eventual gcc2 fallout to fix later)
14 years ago
millert
ec550b1dc0
Add HISTORY section, mostly for strnlen() but include strlen() for
completeness (verified).
14 years ago
chl
0809e538e1
remove unused variable.
ok millert@ tedu@
14 years ago
jmc
e009efae5d
tweak previous;
14 years ago
tedu
bbe8fdc923
add posix_madvise, posix_memalign, strndup, and strnlen. mostly from
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
14 years ago
naddy
f16e4922fe
create /usr/include/objc
14 years ago
drahn
d3043565eb
Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general mumbling of approval of others.
14 years ago
michele
158d63ae53
Uncomment a variable that is used later on.
ok claudio@
14 years ago
mk
2bccb87a49
incomming -> incoming
The ones found in gnu/ left out by intention.
ok jmc
14 years ago
nicm
f68c72e36f
imsg.h does not need sys/tree.h.
ok eric
14 years ago
otto
8378994e98
don't throw away exit status of various commands; ok sthen@ dcoppa@ halex@
14 years ago
matthieu
956d9e497f
Typo. Noticed by naddy@ who isn't around to commit it himself.
14 years ago
michele
f644eb61da
Add ldpd(8) to /etc/rc* files.
It needs to be started before the routing daemons.
In this way every new prefix learnt by them already has a label associated.
discussed with and ok'ed by claudio@
14 years ago
matthieu
cfd8549f57
Remove now empty XprintAppUtil and XprintUtil directories.
14 years ago
matthieu
f94cc1d928
New libXaw doc dir.
14 years ago
ratchov
99490bbb68
start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is
the default setting in rc.conf.
ok deraadt
14 years ago
ratchov
7c2f0fae99
Allow multiple users to share the same aucat server. If aucat is
run by root, it binds a shared address to the socket, cranks the
process priority and drops privileges. sio_open(3) will try to
connect to the private socket first (if any), then to the shared
socket. Only one user may have connections to aucat at a given
time.
based on discussions with henning, pyr and others
ok jacek, deraadt
14 years ago
deraadt
70f0799f54
Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled
by returning ENXIO instead of ENOENT, to essentially indicate hotplug
sensor that has gone away. Accessing beyond the end of the sensordev
list still returns ENOENT, so that you can see there are no further devices.
ok kettenis oga
14 years ago
sthen
20185cc478
Monitor {s,}pwd.db files for changes (in case somebody sneaks in a
change without touching {master.,}passwd).
ok phessler@ giovanni@ "not sure if that's an ok but it's at least an o" mk@
14 years ago
naddy
04c75363f2
format all man pages with -Tascii, like the pre-formatted pages in base
ok deraadt@
14 years ago
jmc
ae4224e9df
- nuke some unneeded Pp; from kristaps
- small tweak while here
14 years ago
nicm
b70ec51c0d
Remove XXX comment and just close received fd if calloc() fails.
If this happens the imsg may no longer be usable as there may be queued
messages, but this is a) already the case with the code now, and b)
would be the case if recvmsg() fails anyway, so we can document that -1
from imsg_read() invalidates the struct imsgbuf.
discussed with and ok eric
14 years ago
deraadt
8c4976cce3
double size of amd64 boot media
tested by krw
14 years ago
jmc
6adb9298b2
WARNINGS -> CAVEATS, and a little neccessary cleanup;
14 years ago
miod
c67e6cd724
Add bnx firmware on installation media; this causes a media oflow, so
enlarge bsd.rd filesystem; this in turn causes a cd oflow, so enlarge
cd filesystem.
ok jsing@ deraadt@
14 years ago
matthieu
5dd4e3af99
regen
14 years ago
matthieu
72ec4e3348
Add missing bthub device entries on arches that support bluetooth.
ok miod@, deraadt@, todd@.
14 years ago