claudio
f550b55122
Resync our strstr.c with the musl version. Removes some debug code and
optimizes one statement in two-way string compare.
OK tb@ millert@
4 years ago
millert
1889360b16
Use the new random interval support in cron instead of a random sleep.
The random intervals used can be adjusted as needed. OK deraadt@
4 years ago
otto
4b4dd01e9a
If all addresses are numeric no use for dns probe; ok florian@ sthen@
4 years ago
otto
956b4239d9
Zap double definition of conf and make ibuf_dns static to avoid double
definition; from Michael Forney
4 years ago
tb
59e49a85f9
adjust day of the week and year
4 years ago
deraadt
716537964e
crank to 6.7-beta
4 years ago
deraadt
2f72a23ff5
clang bsd.rd is a bit bigger..
4 years ago
jsg
fb6f45cf6d
increase rdroot size
ok kettenis@ deraadt@
4 years ago
martijn
dc5460d356
"eventually" came and went back in 2004.
OK schwarze@
4 years ago
patrick
66d9927207
Run getty on all /dev/ttyC* apart from ttyC0, since it might conflict
with /dev/console.
Feedback from and ok kettenis@
4 years ago
patrick
d81c100e97
sync
4 years ago
patrick
137b8be262
Add /dev/drm[0-3].
ok deraadt@
4 years ago
deraadt
03c838fd51
grow limits a bit because clang is a pig.
4 years ago
naddy
f8b2b5d3a2
Bump the pbuild data size limit to 7G; Firefox 74 no longer builds in 6G.
ok deraadt@
4 years ago
sthen
08fd45ee08
add 6.8 fw pubkey
4 years ago
robert
322c090103
add 6.8 syspatch public key
4 years ago
deraadt
019c0ae172
oops some snapshot tests fell in
4 years ago
deraadt
efd3cf5fde
sync
4 years ago
naddy
2b79dd81e6
6.8 packages key
4 years ago
deraadt
44cfda0f30
add 6.8 base key
4 years ago
ratchov
a5a367a7df
Add API to control audio device parameters exposed by sndiod.
The API exposes controls of modern audio hardware and sndiod software
volume knobs in a uniform way. Hardware knobs are exposed through
sndiod. Multiple programs may use the controls at the same time
without the need to continuously scan the controls.
For now sndiod exposes only its own controls and the master output and
input volumes of the underlying hardware (if any), i.e. those
typically exposed by acpi volume keys.
ok deraadt
4 years ago
ajacoutot
12aaacbc19
Do not run _rc_parse_conf of /var/run/rc.d/foobar on "start".
This is needed in case a foobar fails to start but still returns 0. Changing its
flags (in rc.conf.local) would then get ignored because of this cache (which is
around to handle stop/check/reload on flags changes).
claudio@ reported this issue when struggling with prometheus several weeks ago
4 years ago
otto
062f16708b
Typo in log message
4 years ago
dtucker
2d2cade277
Import regenerated moduli.
4 years ago
kn
1e76fb294b
Remove trailing backslashes
"prefix-set" blocks work with line breaks just fine,
probably old macro leftover.
OK job claudio
4 years ago
jung
71bd3d55f3
do not propagate TMPDIR and override value from /etc/locate.rc in weekly
effectively reverting r1.9 to follow principal of least surprise
"this is fine" millert
"i agree with direction" schwarze
4 years ago
otto
c1869dec59
If constraints are configured but do not work for whatever reason ntpd
does not work. Make that more clear in the log and ntpdctl -s status.
report by and ok benno@
4 years ago
schwarze
710f7b7cc1
Standardize argument naming for "sourceaddr" and unify the wording a bit,
similar to what deraadt@ recently did in other manual pages.
4 years ago
schwarze
cc18f18839
briefly mention /etc/examples/ in the FILES section of all the
manual pages that document the corresponding configuration files;
OK jmc@, and general direction discussed with many
4 years ago
jsg
13a479140a
correct Research Unix edition "appeared in" use in HISTORY
Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.
Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6) v6 v7
printf(3) v2 v4
abort(3) v5 v6
system(3) v6 v7
fmod(3) v5 v6
ok schwarze@
4 years ago
otto
0e2d622180
Properly determine era 0 or era 1, making it possible to move past
the ntp timestamp wrapping in 2036.
4 years ago
naddy
8afdfdd16a
sort
4 years ago
tedu
7dcf84dae0
try disconnecting old world boot.mac bootloader for a bit
4 years ago
sthen
eae5f9e9f3
sync rc.d/sshd with sshd proctitle change - listener has been modified to
keep command-line arguments again; ok aja@ djm@
4 years ago
mpi
9d01c2cb3c
regen
4 years ago
mpi
ccd34c60b6
Use major 32 for dt(4).
ok visa@, kettenis@, deraadt@
4 years ago
tedu
d4185b3522
retire rebound etc bits to the attic
4 years ago
okan
41b9a3d17d
revert previous; guenther noted that the csh(1) part belongs in dot.login
because each invocation will grow the path, but that exposed an interaction
with loginShell:true in our dot.Xdefaults...
4 years ago
okan
18cbbc86a7
Extend PATH from login(1)/setusercontext(3) instead of overriding.
OK millert@
4 years ago
dlg
378fc90e54
regen after adding pppac
4 years ago
dlg
5b261d8055
wire up pppac(4).
with help from claudio@
4 years ago
sthen
9a6e199a26
update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener]
1 of 10-100 startups'). "makes sense" deraadt@
Beware if you have multiple sshd processes (e.g. on different ports) and
want to restart/stop just one - with the current proctitle there's no way
to distinguish between these so rc.d/rcctl will match all of them.
4 years ago
mpi
ea9f48efe4
regen
4 years ago
mpi
89505fee3d
Add /dev/dt
4 years ago
deraadt
01616a9745
6.4 keys not needed anymore
4 years ago
kn
4851620986
Do not redirect already quiet stdout for IPv6 reject routes
"route -q" already silences all standard output; if it still prints
something, that's a bug to fix in route.
OK bluhm
4 years ago
stsp
e1ef5dc1be
Document how to make getopt_long(3) process arguments in order and stop
at the first non-option argument.
I had to read source code to figure it out.
4 years ago
martijn
1355e20716
Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in the
wild fits inside 32 elements, like UsmUserEntry objects.
OK rob@, claudio@
4 years ago
espie
e4cad6bb04
don't suppress error output from running updatelocatedb
check that the resulting db works instead of some more specific test
okay schwarze@
4 years ago
kettenis
6397b13301
regen
4 years ago