summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-09Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.Mark Kettenis
2007-09-09better printing code, fixing certain properties; reported by kettenis,Federico G. Schwindt
tested by him and Johan Mson Lindman. ok kettenis.
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
to avoid collisions.
2007-09-09check fgets return valueCharles Longeau
use strcspn to properly overwrite '\n' in fgets returned buffer with help and ok from moritz@ and ray@
2007-09-09Only clear the message header if it is called from a sysctl walk. ThisClaudio Jeker
unbreaks RTM_GET. Problem reported by fkr@
2007-09-09Disable page zeroing in the idle loop, as it blasts the entire cache.Miod Vallat
Spotted by kettenis
2007-09-09sort synopsis and options in ssh-agent(1); usage is lowercaseIgor Sobrado
ok jmc@
2007-09-09Remove some more goo left over from sparc.Mark Kettenis
2007-09-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-09Properly prefix all functions with driver name.Jonathan Gray
2007-09-09comment inside commentTheo de Raadt
2007-09-09don't try to set the recording gain or balance through /dev/audio[ctl]Jacob Meuser
if the selected recording port is not a port the limited /dev/audio[ctl] interface to mixer controls supports. ok ratchov@
2007-09-09tmhc has only been seen on i386Theo de Raadt
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
USB capable archs.
2007-09-09more M_ZERO conversions; ok krw@.Federico G. Schwindt
2007-09-09syncTheo de Raadt
2007-09-09fix name, XrTheo de Raadt
2007-09-09new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenisTheo de Raadt
2007-09-08Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, andGordon Willem Klok
a bit of whitespace cleanup while here. ok otto, deraadt
2007-09-08typo; ok deraadt@Otto Moerbeek
2007-09-08regenFelix Kronlage
2007-09-08device id for the Huaweil Mobile E220Felix Kronlage
2007-09-08it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi.Otto Moerbeek
2007-09-08Fix lint warning about unreachable code.Chad Loder
OK deraadt@
2007-09-08more M_ZERO changesGilles Chehade
ok pyr@ and krw@
2007-09-08Fix false negatives in dealing with unreachable code after calls to __deadChad Loder
functions. Prodded by fgs@, but a different diff than his. "Makes sense" fgs@
2007-09-08Add prom functions to start secondary CPUs.Mark Kettenis
2007-09-08fix uaudio(4) devices using signed mixer controlsAlexandre Ratchov
ok jakemsr@, tested by jolan@ with 3 different devices
2007-09-08Make the ast on sparc64 per-process instead of global. Necessary to makeMark 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-08Clear 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-08syncTheo de Raadt
2007-09-08use M_ZERO.Martin Reindl
input from kettenis@
2007-09-08use M_ZERO.Martin Reindl
2007-09-08do not show tcp nfs mounts... somebody might think that would be a goodHenning Brauer
thing. From: Maurice Janssen <maurice@z74.net>
2007-09-08Add adl(4). Make comments for i2c devices a bit more consistent while I'mMark Kettenis
there.
2007-09-08make bioctl behave like a unix program and exit 1 on errorHenning Brauer
ok deraadt, silence dlg marco
2007-09-08sort previous;Jason McIntyre
2007-09-08Wrap DPRINTFN() macro up in do { } while(0).Jonathan Gray
2007-09-08Add nvram external hw config defines. ok marco@David Collins
2007-09-08Set external hw config according to nvram value.David Collins
2007-09-08we dont need net/rndvar.h since the code that used it has been moved toDavid Gwynne
if.c.
2007-09-08Driver 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-08Sync description of lookup() a bit more to reality.Hans-Joerg Hoexer
ok thib@
2007-09-07Properly send out rcs info header with "E " in server mode (stderr inTobias Stoeckmann
local mode). Format style change also enables opencvs to be used with cvsweb (+ adjustment). OK joris@
2007-09-07missing scale factor; from Mike BelopuhovTheo de Raadt
2007-09-07Do not fatal if getpwuid() fails, instead ignore user configuration files.Tobias Stoeckmann
OK joris@
2007-09-07Sprinkle some magic so checkout/update -p worksJoris Vink
in both local and server mode. OK tobias@
2007-09-07Xr adl 4Theo de Raadt
2007-09-07Initialize length variable slen properly to avoid possible EINVALAlexander Bluhm
errors from setsockopt(2) in function double_rbuf(). ok markus@ mpf@
2007-09-07Do not recalculate TCP payload length in pf_test_rule() as it hasAlexander Bluhm
been cached in pd->p_len. ok henning@ markus@