jasper
b1e7ac9bbe
no bootblocks yet, so keep the empty target for now.
11 years ago
jmc
a338631fa2
vscsi(8) -> vscsi(4);
11 years ago
martynas
bdad368f75
Switch libc and libm to use strong aliases rather than weak aliases
where appropriate. Among other things makes the symbols consistent
across all architectures (notably where ldbl mantissa is 53 bits).
While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there
to trick lint into recording the right prototypes for aliased
functions. Most of the work done at the awesome n2k13 hackathon.
Agreed by kettenis@, guenther@, matthew@.
11 years ago
eric
edb5d34b17
Enable fmemopen(3) and open_{w,}memstream(3)
commiting on behalf of mpi@
11 years ago
jasper
16e2a9b82e
more octeon bits
11 years ago
jasper
b975be90f7
hookup octeon
ok deraadt@
11 years ago
jasper
a7a300b1da
add octeon bits, mostly from sgi
11 years ago
deraadt
4121cd483e
the unused palm code goes away.
11 years ago
deraadt
98fb0d8d89
I can see no reason for #ifndef _KERNEL check in a /usr/include
(ie. non-kernel) .h file
11 years ago
ajacoutot
8f05be18c0
Match documented rc.conf(5) flags.
ok deraadt@
11 years ago
deraadt
46cf8cf9ab
document default operation of identd; mentioned by creamy@nocrater.com
11 years ago
deraadt
670afe993e
dlerror() should not return const char *, as noted by landry
ok guenther
11 years ago
dtucker
6c1c1252fa
Regenerate moduli file for next release.
11 years ago
robert
146a63f073
keep track of nginx.conf and nginx's mime.types file
from Ryan Kavanagh <rak@debian.org>
11 years ago
deraadt
6a0d40e854
Do not install the dev/pci/drm/i915 directory to /usr/include
11 years ago
todd
99a25686c3
fix lies in netstart; replacement wording from halex@
pointed out by Ryan Kavannagh rak at debian dot org
11 years ago
deraadt
afb10da73d
forget about this for now; wait till later
11 years ago
deraadt
cf8aea6099
Skip another irrelevant leaf when descending into sys/dev
ok kettenis
11 years ago
tedu
181aae0056
threadsafe random().
reported by ajacoutot and (much earlier, sorry) by Alexey Suslikov
11 years ago
ratchov
3c99aa53da
regen after sequencer removal
11 years ago
ratchov
878c009fc4
Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani.
ok miod, mpi, jsg and help from sthen
11 years ago
giovanni
3b625a67be
Tell security(8) how to check npppd(8) configuration files
11 years ago
jmc
e21741f91f
correct path for op.me; from J??r??mie Courr??ges-Anglas
ok millert
11 years ago
deraadt
4154a395ca
the world has changed, and identd is now less important. turn it off by
default.
ok guenther millert
11 years ago
deraadt
4337331ee4
RAMDISKC wil be needed for alphabook1
11 years ago
sobrado
5b485617f6
comment out example code.
ok mikeb@
11 years ago
miod
a9366630a7
Add a commented out machdep.led_blink entry for DEC 3k systems.
11 years ago
guenther
d274f83381
Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines
to <unistd.h> and confstr(3) per POSIX 1003.1-2008
Change confstr(_CS_PATH) to operate directly instead of calling sysctl(3)
ports build tested by espie@
11 years ago
guenther
7cc976045a
Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008
ports build tested by espie@
11 years ago
guenther
46fc691d3b
Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX
defines.
ok deraadt@ millert@
11 years ago
ajacoutot
c7e527023d
Add 106/tcp (pop3pw/poppasswd) to the unofficial services list.
ok sthen@ deraadt@
11 years ago
halex
2c9096e015
Add a 'block' rule prior to the state creating 'pass' rule. This
way, TCP packets of e.g. timed out states are blocked rather than
passed by the implicit default pass rule.
sthen@ benno@ phessler@ mikeb@ agrees
11 years ago
ajacoutot
3784399e83
regen
11 years ago
ajacoutot
f45502a471
Increase default number of ldoms to 8 (+ 8 virtual consoles and 16
virtual disks).
input and ok kettenis@
11 years ago
ajacoutot
c5f5ee0d92
There is no /usr/libexec/uucp/uucico in base; uucico (8) is provided by
the net/uccp package and is installed under /usr/local/. Since we don't
want a shell that default to /usr/local/..., use /sbin/nologin.
The uucp package will automatically change to the correct shell on
pkg_add / pkg_delete.
idea from and ok miod@
11 years ago
halex
e03b25c53f
Make sure new config is valid before SIGHUP'ing sshd, which would
otherwise just kill it.
ok ajacoutot@ djm@ pirofti@, quite some time ago
11 years ago
gilles
b8be040212
fix memleak in imsg_read() when hitting the fd reserve check
ok millert@, mikeb@, lteo@
11 years ago
phessler
128fa55f11
rev 1.318 made this MI parallel-make clean, however it inadvertantly
changed the build order.
Have release-sets depend on the kernels target, which restores the
order.
OK espie@
11 years ago
miod
c30e660aed
welcome to 5.3-BETA
11 years ago
yasuoka
98b8fc6c05
regen
11 years ago
yasuoka
55625a2334
Create /dev/pppx by default.
11 years ago
brad
75abb31084
Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).
Feedback from millert@ guenther@
OK guenther@ man page bits OK jmc@
11 years ago
claudio
d42b8f001d
Give an example of how to increase the state limit. The 10k limit is too
small for production servers now that pf is on by default.
OK phessler@
11 years ago
gilles
e7c79ed63b
update smtpd.conf, map API gone and replaced with table API
11 years ago
ajacoutot
8ef813d63b
Do not allow stopping/restarting mountd using the rc.d(8) framework;
if there is need to send a SIGTERM to mountd(8), it should be done
manually as there is too much involved with RPC daemons to make it
automagic.
ok beck@
11 years ago
martynas
b74edb3b39
Don't pull <math.h> just because it can return HUGE_VAL in the
corner cases. OK millert@.
11 years ago
miod
0ec4ae37af
typo
11 years ago
deraadt
f46b14faba
backout atactl check; I had warned that this would try a lot of code
paths which are rarely tried. Problem reported by a few on the list.
12 years ago
gonzalo
2a04a9080d
sync; new IPv4 address for d.root-servers.net
Ok sthen@
12 years ago
schwarze
eb4ad4a3ee
Do not mail out diffs of the /etc/moduli file.
They are not interesting, but they are annoying during system upgrades.
ok sthen@ ajacoutot@ henning@ dtucker@
12 years ago