miod
eb4a91e755
Regen
18 years ago
miod
63855ae4f5
wskbd and wsmouse nodes.
18 years ago
david
a5e388a48b
crank the OpenBSD version to 4.0; Opera 9.0 on OpenBSD verified by sturm@
18 years ago
sturm
3aef52f26f
remove port startup code, it's all moved to the respective port
ok deraadt, toby, pedro, david
18 years ago
kettenis
8b7caedcb1
Use the correct major for /dev/pci (instead of giving it the same major
as /dev/raid).
ok drahn@
18 years ago
deraadt
839e46fdf0
remove unused WCS stuff
18 years ago
deraadt
14b1d8c825
remove "snapshot" code, now that our snapshots are always actually
releases...
18 years ago
deraadt
3548e4d6da
typo
18 years ago
deraadt
b7aaabec70
unify these damnit!
18 years ago
deraadt
938c182746
rearrange to be more like the others
18 years ago
deraadt
263ba158ee
sorry, but proper boot cd building should be done in distrib/mvmeppc
when the time comes (not here!)
18 years ago
deraadt
94382e6bbf
unify
18 years ago
deraadt
f5f6c0d543
make these more similar (few steps to that)
18 years ago
deraadt
b80d7dc5f3
crank to 4.0-beta
18 years ago
deraadt
c36eddfe27
TIMEOUT* values are not part of the protocol. tftp.h is a namespace
export of the protocol. you shall not add non-protocol stuff to such
a file, period.
18 years ago
jmc
6f4268b385
wording/grammar tweaks;
18 years ago
jmc
6485bc1a81
better macros;
18 years ago
jmc
08179dfcf0
document `iv';
from eren elci; tweaked by djm
ok djm
18 years ago
mglocker
f8d26986fd
Fixing several timeout quirks at tftpd and tftp:
- move TIMEOUT* defines to arpa/tftp.h, as they are used several times
in tftpd and tftp, and the values are part of the RFC definition.
- tftpd and tftp did count the total retransmission time in retries
instead in seconds. fixed.
- tftpd rexmt timeout was hardcoded by a define and therefore didn't
changed when the timeout option was sent. fixed.
- limit total retransmission timeout in tftp to also 255 seconds.
- replace obvious atoi()'s by strtonum().
ok claudio@
18 years ago
kettenis
e6393c420b
Remove /dev/iop and /dev/pci.
ok drahn@
18 years ago
jmc
b931f74c98
updates from nicholas marriott;
re-worded and ok djm
18 years ago
miod
a2138cb0fb
regen
18 years ago
miod
d154837a44
wsdisplay nodes
18 years ago
miod
9fb4b267ad
Build wscons stuff on vax (but no for bsd.rd yet)
18 years ago
deraadt
ad5a60e16a
do a make depend phase
18 years ago
miod
04fe3b6941
Here cometh the blinkenlichten on VAXens.
Register information from NetBSD (except for KA53), logic from OpenBSD/sparc.
18 years ago
mglocker
9d2c42b78a
Add blksize option support for tftpd according to RFC 2348.
Note:
While testing the new option, we noticed that our stable tftpd has
a problem if any option is set (e.g. tsize) and you try to put a file.
This has nothing todo with our new blksize option. We fix this as
next.
ok claudio@
18 years ago
fkr
829edebc3f
add information about umts devices to the comment, rename the gprs example
into mobile. discussed with and spelling by jmc@
18 years ago
jmc
2f52f563ae
add a gprs example; from stuart henderson
ok henning
18 years ago
brad
b91eb0957d
add some more C99 functions: round(3) and roundf(3).
By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu>
From FreeBSD
18 years ago
brad
d5e9846a62
add missing prototypes for trunc/truncf.
18 years ago
djm
1920d9c269
remove the spamhaus SBL entry
SpamHaus no longer publish their SBL in a free, downloadable form
suitable for use with spamd. They obviously care more about
subscription dollars than really fighting spam - very sad.
ok deraadt@
18 years ago
miod
78205999fc
Remove zaurusisms which are not on the reality plane (yet).
18 years ago
ray
9aa64733dd
Match sysctl with comment.
OK deraadt@
18 years ago
otto
8c5ca2a673
allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio
dot org>; ok djm@ deraadt@
18 years ago
otto
b10a9a26fe
remove some unneeded includes; one found by vetinari
18 years ago
deraadt
9801d84234
spaces
18 years ago
otto
7c32f0a09d
don't write anything to log until we are daemonized. spotted by
david@; ok henning@
18 years ago
todd
bd81c371ae
do not add an extra space; nwid and description come out wrong
fix as proposed by maja@, thanks!
18 years ago
otto
45a03a18d6
increase polling intervbal, but only after we are synced and have done
a few frequency adjustments. ok henning@
18 years ago
otto
2e46737551
Reset adjtime() on startup; having an adjtime() active while starting
up causes overcompensation and confusing debug log entries; noticed
by dtucker@
18 years ago
otto
68bc275e60
Document /var/db/ntpd.drift; ok jmc@
18 years ago
otto
041bde21e5
Save the computed clock drift and use it on startup. ok deraadt@
henning@
18 years ago
deraadt
d75d4da0b7
ok there is a good reason not to do this yet
18 years ago
deraadt
451702b140
make powerdown the default; discussed with jason
18 years ago
jason
642ed07041
add the machdep.kbdreset logic to sparc64 (stuff to use it is coming)
18 years ago
otto
8746f65b53
avoid a race by installing SIGCHLD handler before fork() is called.
ok henning@ ckuethe@
18 years ago
otto
086410730e
tsk, tsk, tsk... the rule is simple: any define consisting of
more than one token MUST be put in parentheses!
18 years ago
otto
abf6b82fcd
Import frequency conrrection code from dragonfly, whith some changes:
only do frequency compensation if the clock is synced, and a slightly
diffent way of computing the linear regression.
You'll need a recent kernel and libc to use this.
Testing by naddy@ and ckuethe@ and others, thanks!
ok henning@
18 years ago
krw
a85347343d
Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long
marked obsolete since the opendev() behaviour it turned on is now the
default.
'it can go' deraadt@
'no API of mine has ever made it into a standard' downsj@
18 years ago