dlg
2362239f24
ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv.
this diff starts ypldap before ypbind instead of after.
ok deraadt@ ajacoutot@
12 years ago
dlg
8b575c2acb
add tftpd to the network daemons list just after ftpd and ftpproxy.
reminded by mikeb@
ok sthen@
12 years ago
dlg
48e7b29449
tftpd doesnt get run from inetd now.
12 years ago
dlg
4f6d7a7784
add rc.d bits for the new standalone tftpd daemon.
mostly from Kent R. Spillner
ok sthen@ robert@
12 years ago
matthieu
6b813ac8a7
New dirs for libICE and libSM docs
12 years ago
ajacoutot
a9219b74c9
Don't include ou=People in the basedn. ypldap(8) has had netid support
for a while now and groups are usually stored outside of People.
ok sthen@
12 years ago
aoyama
65916a5a8e
Add luna88k GENERIC.MP configuration file, based on mvme88k.
ok miod@
12 years ago
otto
c5909da5cf
- Test for the retrieved page address not being NULL. This turns free((void*)1)
into an bogus pointer error instead of a segfault.
- Document that we use the assumption that a non-MAP_FIXED mmap() with
hint 0 never returns NULL.
12 years ago
robert
fcf01602a4
enable nginx
12 years ago
robert
0f4ae4469a
these files are not needed here, they are going to get installed from
usr.sbin/nginx using the distribution target
12 years ago
krw
b50dd6d963
Fix previous fix for /altroot processing. Should now work for both
duid and device entries in fstab. As a bonus make commented out
lines in fstab in-eligable for altroot detection.
ok halex@ deraadt@
12 years ago
david
f7e9a65a75
install popa3d script; ok robert@ deraadt@
12 years ago
krw
f46ceee925
Let /altroot work with a duid-based fstab.
Reported by & fix tested by Dave Anderson. Thanks!
ok deraadt@
12 years ago
sobrado
702ebd8167
add missing authentication styles.
initially intended for YubiKey, jmc@ noted that list was out of date.
ok deraadt@, jmc@
12 years ago
guenther
b9eb8d7d32
Revert previous diff as it resulted in the wrong return code when
the last node is deleted. Instead, resolve the Coverity warning
by returning (node *)1 when you delete the root node.
based an idea from millert@. ok otto@
12 years ago
giovanni
5aafe9b60b
Update pkg names revision for 5.1
12 years ago
dhill
2390f01b84
hook login_yubikey to the build
ok deraadt
12 years ago
sthen
7d90310832
Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting.
From danh@, ok aja@ giovanni@
12 years ago
jmc
12a4b62866
fix SEE ALSO;
12 years ago
guenther
53bd3de409
Add stpcpy() and stpncpy(), pointless crap that made it into POSIX.
Includes friendly linker warning to wake up those dumb enough to use it.
Committing for kettenis@, who ran away to the hills after writing it
12 years ago
deraadt
1add16fe72
net_addrcmp() dies. found out to be a horrific function by eric
ok guenther
12 years ago
camield
8e1bed947f
Use nsdc to reliably stop nsd.
ok ajacoutot sthen
12 years ago
jmc
ba1b360181
grammar;
13 years ago
espie
5f50153fda
this is sparta^WPOSIX 2008
okay millert@
13 years ago
nigel
765277c366
Replace _SELECT_DECLARED with _SELECT_DEFINED_
Ok sthen@, millert@, dcoppa@
13 years ago
deraadt
4aadf85516
crank to 5.1-beta
13 years ago
miod
2a00e439f5
Add disabled getty lines for acpi(4) and dca(4) lines, better late than never.
13 years ago
guenther
da4f3c5cb1
Add rtable id and thread id to struct kinfo_proc (and fix process id)
and add an 'rtableid' keyword to ps.
Add rtable id, thread id, and socket splice info to struct kinfo_file2
and make fstat display socket splice information.
Remove old KVM_PROC2 and kinfo_proc2 interfaces; bump libkvm major
Socket splice info and corrections from bluhm@ "Lovely" deraadt@
13 years ago
kettenis
512ab376b6
C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX.
ok beck@, guenther@, millert@, miod@
13 years ago
kettenis
3333a3c88c
The prototype for pthread_sigmask(2) is supposed to live in <signal.h>
instead of <pthread.h>.
ok guenther@, millert@
13 years ago
phessler
b318654d5a
only add the rdomain for hostname lookups, when we have a hostname to lookup.
noticed by zepard at gmail
OK henning@
13 years ago
ajacoutot
979dc6adeb
sndiod(1) does not 'reload', so set rc_reload to NO.
ok ratchov@
13 years ago
miod
c62ea48338
regen
13 years ago
miod
72f5df483a
Add audio nodes on hp300.
13 years ago
ajacoutot
0c53f1364d
Adapt after recent rc scripts change.
with input from and ok sthen@
13 years ago
ajacoutot
feab9b84d0
Move mandatory flags from daemon_flags to daemon.
ok sthen@
13 years ago
sobrado
ad486a01df
use a FQDN (i.e. one ending with a period) as tsig key example's name;
rename key1 to tsig1 to clearly identify this name as a transaction
signature digest; consistently use tsig key name on slave zone.
ok jakob@
13 years ago
ajacoutot
7341c2c314
Set rc_reload to NO. In rc.d(8), `reload' means reloading the
configuration without service disruption which is not what -HUP does for
nsd(8).
Anyway, zone operations (...) should be done using nsdc(8) and not with
an rc script.
discussed with and ok sthen@
13 years ago
ratchov
d5988520df
Handle aucat -> sndiod name change, and enable sndiod by default. Mostly
from ajacoutot@.
ok deraadt ajacoutot
13 years ago
lum
85192fb304
strdup and strndup both use malloc. Make this fact explicit.
ok jmc@
13 years ago
halex
fa31551ce9
closing fd 0-2 is indeed bad style and potentially dangerous, as pointed
out by Arne Becker, who also supplied the diff, thanks!
ok schwarze@
agreed by many
13 years ago
ajacoutot
510e3b9553
Fix an issue when uid != euid (e.g. when running shutdown(8) as a
regular user, member of the operator group); rm(1) was waiting for
interactive input to remove the runfiles which made no sense, so just
use `-f'.
issue spotted by weerd@
ok weerd@ robert@
13 years ago
guenther
deb097fad0
sigstack() is long dead, and the compat sigaltstack syscall is gone too.
Correct the namespace protections for sigreturn(), sigwait(), and psignal()
ok millert@
13 years ago
schwarze
1babd3d2a4
Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.
All facts from http://minnie.tuhs.org/cgi-bin/utree.pl , checked by sobrado@.
Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).
13 years ago
fgsch
abb53c9f3f
getcwd() buffer's length can be smaller than 1024. In that case it will
fail with errno set to ERANGE if not enough room is provided. Similar for
getlogin_r() so remove minbytes enforcement attribute.
ok kettenis@ guenther@ deraadt@ on getcwd, deraadt@ on getlogin_r.
13 years ago
dtucker
04872c0bfe
regenerated moduli file; ok deraadt
13 years ago
ajacoutot
1be9f1cf5d
Add a sample mixerctl.conf(5).
Pretty terse for now but will eventually come with some more complex
examples when ratchov@ finishes some ongoing work on aucat(1).
ok ratchov@ jmc@ deraadt@
13 years ago
miod
3dbf7c2cbf
regen
13 years ago
miod
985c9639af
Move the audio* device creation stanzas from MI to MD, and reduce the
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable
vax can receive another audio device as expansion (until we get TURBOchannel
support with DMA on VS4k/90).
ok deraadt@ todd@
13 years ago
uwe
9fc24ad2c0
Add etc/etc.beagle (copied from armish); ok drahn@
13 years ago