Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-09 | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | Theo de Raadt | |
2007-09-08 | Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, and | Gordon Willem Klok | |
a bit of whitespace cleanup while here. ok otto, deraadt | |||
2007-09-08 | typo; ok deraadt@ | Otto Moerbeek | |
2007-09-08 | regen | Felix Kronlage | |
2007-09-08 | device id for the Huaweil Mobile E220 | Felix Kronlage | |
2007-09-08 | it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi. | Otto Moerbeek | |
2007-09-08 | Fix lint warning about unreachable code. | Chad Loder | |
OK deraadt@ | |||
2007-09-08 | more M_ZERO changes | Gilles Chehade | |
ok pyr@ and krw@ | |||
2007-09-08 | Fix false negatives in dealing with unreachable code after calls to __dead | Chad Loder | |
functions. Prodded by fgs@, but a different diff than his. "Makes sense" fgs@ | |||
2007-09-08 | Add prom functions to start secondary CPUs. | Mark Kettenis | |
2007-09-08 | fix uaudio(4) devices using signed mixer controls | Alexandre Ratchov | |
ok jakemsr@, tested by jolan@ with 3 different devices | |||
2007-09-08 | Make the ast on sparc64 per-process instead of global. Necessary to make | Mark Kettenis | |
signal delivery more reliable once we go smp (although the code for that is still missing). "in principle, this looks good" art@ | |||
2007-09-08 | Clear the message header (and only the message header) in rt_msg2. | Claudio Jeker | |
By doing so we ensure that all the memory is initialised and we no longer have to ensure that none of the structure elements is forgotten in sysctl_iflist() and sysctl_dumpentry(). This solves the route flush issues seen by aanriot@ OK henning@ | |||
2007-09-08 | sync | Theo de Raadt | |
2007-09-08 | use M_ZERO. | Martin Reindl | |
input from kettenis@ | |||
2007-09-08 | use M_ZERO. | Martin Reindl | |
2007-09-08 | do not show tcp nfs mounts... somebody might think that would be a good | Henning Brauer | |
thing. From: Maurice Janssen <maurice@z74.net> | |||
2007-09-08 | Add adl(4). Make comments for i2c devices a bit more consistent while I'm | Mark Kettenis | |
there. | |||
2007-09-08 | make bioctl behave like a unix program and exit 1 on error | Henning Brauer | |
ok deraadt, silence dlg marco | |||
2007-09-08 | sort previous; | Jason McIntyre | |
2007-09-08 | Wrap DPRINTFN() macro up in do { } while(0). | Jonathan Gray | |
2007-09-08 | Add nvram external hw config defines. ok marco@ | David Collins | |
2007-09-08 | Set external hw config according to nvram value. | David Collins | |
2007-09-08 | we dont need net/rndvar.h since the code that used it has been moved to | David Gwynne | |
if.c. | |||
2007-09-08 | Driver for WinChipHead CH341/340 USB serial adapters. | Jonathan Gray | |
originally written by Takuya SHIOZAKI <tshiozak@netbsd.org> Currently untested due to lack of hardware. | |||
2007-09-08 | Sync description of lookup() a bit more to reality. | Hans-Joerg Hoexer | |
ok thib@ | |||
2007-09-07 | Properly send out rcs info header with "E " in server mode (stderr in | Tobias Stoeckmann | |
local mode). Format style change also enables opencvs to be used with cvsweb (+ adjustment). OK joris@ | |||
2007-09-07 | missing scale factor; from Mike Belopuhov | Theo de Raadt | |
2007-09-07 | Do not fatal if getpwuid() fails, instead ignore user configuration files. | Tobias Stoeckmann | |
OK joris@ | |||
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink | |
in both local and server mode. OK tobias@ | |||
2007-09-07 | Xr adl 4 | Theo de Raadt | |
2007-09-07 | Initialize length variable slen properly to avoid possible EINVAL | Alexander Bluhm | |
errors from setsockopt(2) in function double_rbuf(). ok markus@ mpf@ | |||
2007-09-07 | Do not recalculate TCP payload length in pf_test_rule() as it has | Alexander Bluhm | |
been cached in pd->p_len. ok henning@ markus@ | |||
2007-09-07 | use new malloc M_ZERO flag + replace MALLOC with malloc | Damien Bergamini | |
2007-09-07 | properly acknowledge interrupts. this fixes the interrupts storm i was | Damien Bergamini | |
seeing with vmstat -i. re-enable interrupts coalescing. | |||
2007-09-07 | Fix code that figures out the PCI bus number for a _PRT configuration object. | Mark Kettenis | |
This should get rid of the "multiple bus 0" problem seen on some machines, and fix PCI interrupt routing on them. ok marco@ (a while ago) | |||
2007-09-07 | Added support for single file checkout. | Tobias Stoeckmann | |
OK joris@ | |||
2007-09-07 | make sure the length of the first segment of a Tx descriptor is a multiple | Damien Bergamini | |
of 4 by inserting padding bytes when necessary. 802.11 QoS headers have a length that is not a multiple of 4. | |||
2007-09-07 | adl(4) | Mark Kettenis | |
2007-09-07 | Do not use global option -V (GNU cvs doesn't understand it), be very | Tobias Stoeckmann | |
verbose per default on server-side instead. OK joris@ | |||
2007-09-07 | Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov. | Mark Kettenis | |
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini | |
remove <malloc.h> from files where malloc is not used. | |||
2007-09-07 | nfe supports MCP73; diff from brad, confirmed by ckuethe | Jason McIntyre | |
2007-09-07 | sprinkle some M_ZERO love. | Federico G. Schwindt | |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | check fgets return value | Charles Longeau | |
use sizeof buf instead of TP_BSIZE use strcspn to properly overwrite '\n' in fgets returned buffer ok moritz@ ray@ | |||
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | IPv6 is not an ARPA protocol; | Jason McIntyre | |
from Robert Elz, netbsd-bugs pr#36933 ok otto deraadt |