Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-18 | various knf; henning ok | Theo de Raadt | |
2004-04-18 | dhcpd may be invoked without any interface given | Henning Brauer | |
2004-04-18 | typo in a comment | Michael Shalayeff | |
2004-04-18 | 705/710 have timber graphics | Michael Shalayeff | |
2004-04-17 | c* and j* are the same, also add saic thing | Michael Shalayeff | |
2004-04-17 | betterer | Michael Shalayeff | |
2004-04-17 | note a chip used in tr cards | Michael Shalayeff | |
2004-04-17 | lots of fixes from jared yanovich; | Jason McIntyre | |
2004-04-17 | -w uses [[:<:]] and [[:>:]], not \< and \>, | Jason McIntyre | |
and it's documented in re_format(7), not ex(1); from jared yanovich; ok beck@ | |||
2004-04-17 | no no no nobody, _tftpd is better, theo ok | Henning Brauer | |
2004-04-17 | new user/group _tftpd, theo ok | Henning Brauer | |
2004-04-17 | oops, it is on the 2nd ID | Theo de Raadt | |
2004-04-17 | sync | Theo de Raadt | |
2004-04-17 | exsys EX41098 | Theo de Raadt | |
2004-04-17 | update from jared yanovich; | Jason McIntyre | |
2004-04-17 | Don't forget to apply the M_CLUSTER flag when copying flags in m_pullup2(). | Ryan Thomas McBride | |
Fixes pr3740. Confirmed with pb@, ok markus@. | |||
2004-04-17 | unbreak | Henning Brauer | |
2004-04-17 | when the input queue congestion flag is set stop evaluating the ruleset | Henning Brauer | |
and block unconditionally. when the inout queue is full, newly arriving packets are dropped anyway, and while the input queue is full we obviously have a CPU laod problem. with this change, we allow the machine to recover gracefully, dropping a few packets fast instead of a lot slowly over a long time while processing rather old stuff in the input queue, giving somebody a chance to log in on the console and fix stuff instead of going completely unresponsive, and as a nice side effect, let established connections alone. ok kjc@ markus@ beck@ | |||
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer | |
is full, along with a timer that unsets it again after 10ms. The input queue beeing full is a reliable indicator for CPU overload, and this flag allows other subsystems to cope with the situation. hacked with beck ok kjc@ markus@ beck@ | |||
2004-04-16 | Bounds check PCC2 and SYSCON interrupt vectors. | Miod Vallat | |
2004-04-16 | Do not attach if we could not get an interrupt. | Miod Vallat | |
2004-04-16 | When a VMEBus device needs to use two interrupt vectors, be nice and let it | Miod Vallat | |
actually use two distinct vectors, rather than twice the same. Because of this, print vector last in vmeprint() so that dmesg remains pretty in the multi-vector case. | |||
2004-04-16 | Do not register console as CN_NORMAL priority if we are not in cdevsw[]. | Miod Vallat | |
Also, in cl, print the correct device name instead of hardcoded cl0 in various diagnostic/warning messages. | |||
2004-04-16 | print clusters, not pages. half from millert@ ok deraadt@ millert@ | Ted Unangst | |
2004-04-16 | probe correct amount of RAM on cards that have 64KB memory | Xavier Santolaria | |
>From: NetBSD tested by Martin Reindl and nick@. ok nick@. | |||
2004-04-16 | bye bye, because miod wants a clean shack as much as i do | Theo de Raadt | |
2004-04-16 | spacing | Theo de Raadt | |
2004-04-16 | remove #GATEWAY junk | Theo de Raadt | |
2004-04-16 | fix niklas's panic and pr3672 with freebsd rev 1.54 (don't trust DIRSIZ) | Ted Unangst | |
extra testing otto@ sturm@ tdeval@ | |||
2004-04-16 | list/display fixes, and whitespace; | Jason McIntyre | |
2004-04-16 | not a pasto. ok millert@ | Ted Unangst | |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre | |
2004-04-16 | - a malicious server may send path names that translate out of the | Otto Moerbeek | |
local cvs tree on the client, enabling the server to overwrite files on the client. - a client may read files outside the repository using the -p flag with the checkout command. ok deraadt@ | |||
2004-04-16 | During bootup, only print the VMEChip2 decoder settings for those which are | Miod Vallat | |
enabled. | |||
2004-04-16 | When the abort button is pressed on 1x7, do not invoke the trap handler twice. | Miod Vallat | |
2004-04-16 | remote splaudio hack, now that all architectures that need it, | Peter Valchev | |
have it in MI includes; ok miod | |||
2004-04-16 | let getpeerbyip work for both v4 and v6 | Henning Brauer | |
2004-04-16 | provide MI splaudio(); ok miod | Peter Valchev | |
from RATT | |||
2004-04-16 | use getpeerbyaddr() instead of using the v4 part of the af independent | Henning Brauer | |
struct manually | |||
2004-04-16 | make log_conn_attempt work in an address family independent matter | Henning Brauer | |
2004-04-16 | in the neighbor view, add support for local/remote addr beeing v6 ones | Henning Brauer | |
2004-04-16 | a bunch of knf, ok henning | Theo de Raadt | |
2004-04-15 | chroot and drop privileges after startup | Henning Brauer | |
2004-04-15 | do not close and re-open the leases file all the time, instead open it once | Henning Brauer | |
and rewind as neccessary | |||
2004-04-15 | dhcpd actually does not listen on port 68 ... | Henning Brauer | |
2004-04-15 | knf + ansi | Hans-Joerg Hoexer | |
ok henning@ | |||
2004-04-15 | cleaning; from pedro | Henning Brauer | |
2004-04-15 | knf + ansi | Hans-Joerg Hoexer | |
ok henning@ | |||
2004-04-15 | chroot and drop privileges to _mopd:_mopd after initialization. | Henning Brauer | |
testing and ok hshoexer@ | |||
2004-04-15 | Since *ramread and *ramwrite are the same code, really, factorize them a la | Miod Vallat | |
memread/memwrite. |