bcook
c723f066b5
replace _PATH_DEVNULL with "/dev/null", assume it will not move
ok deraadt@ phessler@ claudio@
9 years ago
tedu
8cf39d5a4a
set errno in null cases, just in case.
9 years ago
tedu
ece73ab6e1
standards compliant error return (null). will make ruby happier, at least.
ok deraadt jeremy
9 years ago
bcook
cdb73978a9
replace bzero with memset
ok phessler@ deraadt@
9 years ago
rpe
1c5ec3825b
- remove trailing blanks introduced in previous commit
- no space in redirections like </foo or >$bar
- few other minor whitespaces
OK krw@
9 years ago
rpe
6cc979ddd8
Improve comments
- Add comments for functions
- Start comments with capital letters
- End comments with a full stop
- Allow comments to extend up to column 80
OK krw@
9 years ago
sthen
06c363ecd2
Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb
multi-user builds. Discussed with espie, ajacoutot, ok deraadt
9 years ago
ajacoutot
56a4837fb4
Add an example for doas(1) logging and drop sudo and chat.
ok tedu@ rep@
9 years ago
jsg
00eb18eeae
enable exynos
9 years ago
ajacoutot
e739f461a7
Drop comments; we already have a fully documented file under
/etc/examples/ntpd.conf
ok deraadt@ benno@ schwarze@
9 years ago
sobrado
f38d8c1811
typo in manual page.
ok jsing@
9 years ago
ajacoutot
41bd3eb188
Fix base rc.d scripts after the recent rc.subr change.
ok halex@
9 years ago
ajacoutot
8e30a3b2d0
By default, require an exact match of the process name and argument list.
This allows running several instances of the same rc.d(8) script by just
linking it to different name.
e.g.
ln -s ftpproxy ftpproxy6
echo 'ftpproxy6_flags=-6' >>/etc/rc.conf.local
This is likely to break some rc.d scripts in ports. I will try and fix them all
in the next few days but I'd appreciate reports if I missed some.
ok halex@
9 years ago
ajacoutot
b88e81ed5f
Always use the default flags when running !start.
This is necessary so that rc.d scripts launched with `-f' can be properly
stopped, checked and reloaded.
ok schwarze@
9 years ago
ajacoutot
7010e004e3
Merge comments.
9 years ago
millert
8fc6c5c63a
The first argument to devname(3) should be dev_t, not int.
The man page was already correct.
9 years ago
nicm
cac6c14d57
Use memset instead of bzero for better portability.
ok gilles claudio doug
9 years ago
deraadt
4db28c17f3
typo in embedded code block; from Ben Cornett
9 years ago
ajacoutot
708043a7d8
/var/unbound/db/root.key can be stored in plain text actually; that's just
the public key.
prodded by semarie@
ok sthen@
9 years ago
ajacoutot
aa80fa88a8
Only store checksums for:
/var/nsd/etc/nsd.conf (may contain a key)
/var/unbound/db/root.key (fix path as well)
from Tim van der Molen
ok millert@ sthen@
9 years ago
millert
9eb85f0322
Remove sudoers
9 years ago
brynet
1493b9464e
bzero cmsgbuf before using it, silences valgrind warnings.
henning@ "sure"
9 years ago
jsg
52f52b9d20
enable vexpress
9 years ago
jmatthew
9e79bd343f
regen
9 years ago
jmatthew
f9274d667c
add usb devices
9 years ago
doug
2ad9757f45
Fix pointer to unsigned long conversion.
bcook@ notes that this check really only impacted 64-bit Windows. Also,
changed the check to be unsigned for consistency.
ok bcook@
9 years ago
giovanni
b1600d2c48
fix emacs pkg names
9 years ago
deraadt
ec1eb0ab47
sync
9 years ago
deraadt
12cbb68cb6
5.9 base key
9 years ago
millert
7b99cfa53d
Just return if nmemb is 0. Avoids a NULL dereference and is
consistent with the behavior of the other libc sort functions.
OK deraadt@
9 years ago
doug
d205ffb326
Crank major for libcrypto, ssl and tls due to MDC-2DES removal.
ok miod@ jsing@
9 years ago
doug
d353d6b2bc
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
9 years ago
millert
482e9aac5b
Remove needless casts. There's no reason to cast delim to char *
when we can just make spanp const char * to match it. OK deraadt@
9 years ago
naddy
8e50019635
add 5.9 packages key
9 years ago
bcook
2236cfa979
Disable ENGINE_load_dynamic (dynamic engine support).
We do not build, test or ship any dynamic engines, so we can remove the dynamic
engine loader as well. This leaves a stub initialization function in its place.
ok beck@, reyk@, miod@
9 years ago
miod
c7af249c23
I'm afraid it will be a sunday.
9 years ago
sthen
8b829eee7e
add 5.9 firmware key
9 years ago
deraadt
cb0971f74c
crank to 5.8-beta
9 years ago
ajacoutot
ac115ca06b
Really make daemon_class read-only; it's set to "daemon" of a matching
login class.
9 years ago
miod
75595b9b9d
Typos in comments; Ville Valkonen
9 years ago
jasper
62d2322ca7
add miniroot to MDEXT
9 years ago
bcook
fd9b2358f2
Remove unneeded sys/sysctl.h on linux.
This only provides the sysctl wrapper in glibc, which we do not use and is not available in other libc implementations for Linux. Thanks to ncopa from github.
9 years ago
reyk
13bb9544ea
The correct semantic is to check msgbuf_write() for <= 0, not just < 0.
Fix one occurence in imsg_flush() and clarify it the man page.
Discussed with at least blambert@ jsg@ yasuoka@.
OK gilles@
9 years ago
jasper
e7e1d5d3a4
miniroot for octeon; tested on edgerouter lite with local usb storage
ok jmatthew@ miod@
9 years ago
florian
6b29f984ec
Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1.
"inet6 autoconf" was working before and rtsol should behave the same.
OK phessler
9 years ago
millert
157c2c8d07
Do not assume that asprintf() clears the pointer on failure, which
is non-portable. Also add missing asprintf() return value checks.
OK deraadt@ guenther@ doug@
9 years ago
jsg
bd46959cea
Rename the imx miniroot to nitrogen as it creates "6x_bootscript".
Add a miniroot for the CuBox-i which needs u-boot at a particular
offset in the sd image to boot. Based on changes made by Patrick
Wildt in bitrig.
9 years ago
deraadt
e808a4913f
detect crashes from constraint sub-processes, instead of ignoring them.
if this happens, we want to tear down all of ntpd, so that people will
report it, any such bug can be found, and fixed.
ok bcook
9 years ago
dtucker
e4d1208116
Remove 1k bit groups. ok deraadt@, markus@
9 years ago
naddy
830def10dc
Create aliases.db from the installed aliases file, so we get the correct
owner and group. Reported by Mark Patruck. ok deraadt@ miod@
9 years ago