jcs
ec251c522e
nvram driver for i386 through /dev/nvram
currently read-only
ok grange@, marius@
20 years ago
espie
ed5989fb23
let stdbool.h work with recent gcc, since they modified the interface,
again...
okay millert@ a while back, needed some more paranoid testing from my
part...
20 years ago
henning
bd051447a7
comment out the listen on statements, we don't want any by default,
and some minor tweaks
20 years ago
jsg
32715ebf87
add some missing $, ok djm@ 'That looks fine to me' millert@
20 years ago
henning
c25a5d5725
now that we connect() the client sockets we need to handle ECONNREFUSED as
non-fatal too, from camield@
20 years ago
drahn
aa39de2207
sync
20 years ago
drahn
0c20b65be2
Move ksym to a more reasonable number. (matches committed ksym entry)
20 years ago
henning
8b435b2e5d
kill double whitespace, PR3934, for rea this time and without unrelated
changes
20 years ago
henning
4f76d817e0
ooopppssss, backout last, lots of unrelated changes creeped in, noticed
by jmc
20 years ago
henning
eb0e629233
double whitespace, one from PR3934
20 years ago
henning
944ef50b12
connect() the client-side sockets. idea & test & ok camield@
20 years ago
henning
75dafda684
reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it
a kill then - tiny possible race there
pointed out by Brian Poole <raj@cerias.purdue.edu>
20 years ago
hshoexer
d634356675
it's net.inet.esp.udpencap and not net.inet.udpencap.enable
ok ho henning msf
20 years ago
miod
a97609a2f0
Regen
20 years ago
miod
ccb4a7f1cf
Add missing devices (pci, systrace...) and sort sections so that the
manpage will not look ugly.
20 years ago
millert
306ca78d1d
Add HISTORY; from Jose Nazario
20 years ago
miod
8a0dd23586
Regen
20 years ago
miod
507f1059c1
/dev/ptm support for sgi.
20 years ago
henning
2a5d85f042
greatly improved by jmc with some tweaks by yours truly
20 years ago
henning
b676d8a001
jmc says S before s and not s before S, sssssssso we do.
20 years ago
henning
8cf519f664
implement -S to override earlier -s, requested by theo
20 years ago
henning
d756895955
say when we run settimeofday() with -s and when not, help from bob
20 years ago
jmc
b2a79b2f2e
back out my previous commit: beck@ says spamd-setup(8) is correct;
20 years ago
henning
2f6447073a
don't call settimeofday() when the offset is smaller than 180 seconds,
adjtime() will fix that fast enough, from discussion in theo's living room
ok mcbride beck
20 years ago
henning
c30879d621
unconditionally add -s to ntpd_flags in rc and suggest "" for normal
use in the comment in rc.conf again, idea & ok theo
20 years ago
henning
67e13a77ac
adjust comment for ntpd_flags, "-s" is the normal use in the rc scripts now
20 years ago
henning
80548b0292
add a new -s option, that tells ntpd to set the time using settimeofday()
once at startup. ntpd delays daemonizing until it has done the intial
time setting (or ran into the timeout) in this mode to make sure stuff started
later in rc is not subject to time jumps.
this eleminates the need to run rdate -n beforehands.
with some input from & ok ryan and bob, march music from mickey
20 years ago
deraadt
a088bfecd9
label a switch fallthrough
20 years ago
deraadt
2245b99438
avoid aliasing over library symbol
20 years ago
deraadt
3a5df51764
cast not needed
20 years ago
henning
25a5d7fd19
do not bother overallocating and shrinking the pfd and idx2peer arrays,
doesn't by us anything. discussed with ryan during dinner at original joe's
20 years ago
mcbride
9e4175976e
Set up alternate keyboard encoding earlier in rc.
ok miod@ henning@ deraadt@
20 years ago
jmc
0815f339e3
correct comment: spamd flags in spamd(8), not spamd-setup(8);
from frank bax on misc@;
ok deraadt@
20 years ago
millert
9d799d1171
Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again.
From Peter Galbavy.
20 years ago
otto
ad963acdf7
fix 1099512676352 -> 2.0T; ok miod@
20 years ago
henning
1952adadc6
the "type" param to imsg_compose and imsg_create is really an
enum imsg_type and not an int
20 years ago
henning
19e1a3d9e7
in imsg_compose:
-don't buf_free() on imsg_add() errors, it already does that for us
-use imsg_close() instead of buf_close(), does error handling already
20 years ago
henning
5d20af9c99
use imsg_add instead of the lower level buf_add in imsg_create; it already
does the error checking for us.
20 years ago
henning
ca742b9675
ewps...
20 years ago
henning
88ad9df9d9
need buf_free() to free buf, free() is not good enough
20 years ago
henning
7b3f946188
imsg framework cleanup:
-kill the _pid flavors of imsg_create and imsg_compose, and just add pid as
argument to those
-use imsg_create in imsg_compose instead of duplicating code
-check for datalen overflow
20 years ago
henning
1376183807
malloc the imsg buffers instead of having them statically, suggested by
micsky some time ago, ok otto
20 years ago
mickey
116349bcbc
regen
20 years ago
mickey
0331b2949a
make pdc device too
20 years ago
henning
10cacbacd8
kill another unused function and two debugging printfs
20 years ago
henning
364aac1c51
remove the unused variable/macro code, ok theo
20 years ago
henning
af877d3b2a
unused variables, theo
20 years ago
henning
3113a84826
missing include, from theo
20 years ago
henning
062c33dcbf
remove buf_write(), not used in ntpd. found by theo
20 years ago
deraadt
efb1c5583a
do the char * to u_char * song and dance back and forth explicitly as
we match API's against each other, fun eh; millert ok
20 years ago