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
deraadt
ad4317f113
only scan sensors if they are configured
ok bcook
9 years ago
dtucker
bc25411e52
Update DH groups
9 years ago
dtucker
57d3e3720c
Remove 6k and 8k bit moduli fragments since they are now kept in
usr.bin/ssh/moduli-gen.
9 years ago
reyk
49b66b5ec1
No need to call tzset() and log_init() in the forked constraint
handler. It is run in a chroot, so tzset() wouldn't even succeed to
open the zone file. Found with tame.
OK deraadt@
9 years ago
millert
d3594a49cd
Remove function argument name from posix_spawnattr_getsigmask()
prototype to match other prototypes in the file. OK guenther@ deraadt@
9 years ago
reyk
043d0938c2
Remove hotplug(4) sensor support: the code has been disabled by
henning@ 9 years ago because of an issue with the /dev/hotplug device
- it does not support multiple readers opening it. Nobody ever cared
enough to fix it so it is time to sent the dead code to the Attic.
OK henning@ (feeling sad about it), mpi@ and others
9 years ago
jsg
fda0374f3f
Now all the socs use the same va entry point and don't have any
conflicting symbols we can combine the configs.
Multiple umg files are still required however. The bsd.umg target in
the kernel is replaced by targets for bsd.IMX.umg, bsd.OMAP.umg and
bsd.SUNXI.umg.
9 years ago
reyk
127f310cec
Get the rdomain from the newly exposed ifi_rdomain field in if_data
instead of calling the SIOCGIFRDOMAIN ioctl for every single address.
OK deraadt@
9 years ago