summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-28Only read 1 sensor at a time instead of all of them. This should helpMarco Peereboom
systems that have a burst of activity every 10 seconds. Also lower the polling frequency from 10 to 5 seconds. ok jordan@
2006-07-28Fix BT interface by waiting for BMC_BUSY on writes.Jordan Hargrave
Found and ok marco
2006-07-28make dmesg printing look a little bit nicer.Brad Smith
2006-07-28regenBrad Smith
2006-07-28add Intel IOP333, 5000 and 6321ESB PCI ids.Brad Smith
2006-07-28remove port startup code, it's all moved to the respective portNikolay Sturm
ok deraadt, toby, pedro, david
2006-07-28permit synchronous mountsNikolay Sturm
ok pedro
2006-07-28Pass the end of the symbol table to the kernel.Mark Kettenis
2006-07-28Use the correct major for /dev/pci (instead of giving it the same majorMark Kettenis
as /dev/raid). ok drahn@
2006-07-28Make option USER_PCICONF work.Mark Kettenis
ok drahn@
2006-07-28syncTheo de Raadt
2006-07-28no man page for nowTheo de Raadt
2006-07-28should install into /usr/mdec/Theo de Raadt
2006-07-28enter bootTheo de Raadt
2006-07-28regenBrad Smith
2006-07-28move the Siemens vendor id to the right location.Brad Smith
2006-07-28First stab at an armish bootloader. It will load /bsd from the drive in theMark Kettenis
upper slot of the Thecus n2100. Glued together from bits from the NetBSD cobalt and evbarm ports.
2006-07-28regenBrad Smith
2006-07-28add some Broadcom, NVIDIA and Ricoh PCI ids.Brad Smith
2006-07-28do not bother playing tag with the PCI_COMMAND_STATUS_REGMark Kettenis
tested by jolan@, ok brad@
2006-07-28Simplify autoneg code a bit. Tested on a few sk(4)'s and an axe(4).Brad Smith
2006-07-28another Marvell Gig PHY.Brad Smith
2006-07-28regenBrad Smith
2006-07-28another Marvell Gig PHY.Brad Smith
2006-07-28Make tftpd atoi() free.Marcus Glocker
ok claudio@
2006-07-28factor out the code to build bgp messages, ok claudio a long time agoHenning Brauer
2006-07-28avoid printing the server built dateHenning Brauer
2006-07-28avoid printing server built date, we set that to "unknown" anywayHenning Brauer
leave the function there of course, it's part of the API
2006-07-28A vulnerability has been reported in Apache HTTP Server, which potentially canHenning Brauer
be exploited by malicious people to compromise a vulnerable system. The vulnerability is caused by a off-by-one error in mod_rewrite and can be exploited to cause a one-byte buffer overflow. http://secunia.com/advisories/21197/ report "Alexey E. Suslikov" <cruel@texnika.com.ua>, the obvious fix mailed in by Stuart Henderson <stu@spacehopper.org>
2006-07-28Explain the effect of the --export-dynamic link option on the visibilityKurt Miller
of the executable's symbols as well as improve the visibility paragraph a bit. okay drahn@
2006-07-28Remove $Log$ check from keyword expansion test, which is the onlyRay Lai
keyword we don't do yet. Now we can enable the test. OK niallo@
2006-07-28Recalculate buffer length after each expansion.Ray Lai
OK niallo@
2006-07-27remove weird floppyboot garbage; ok miodTheo de Raadt
2006-07-27unused functionTheo de Raadt
2006-07-27remove unused WCS stuffTheo de Raadt
2006-07-27missing \n in ddb printfMichael Shalayeff
2006-07-27new twe; reported by Randal Harisch <azar@eyeonvideo.com>Michael Shalayeff
2006-07-27oopsMichael Shalayeff
2006-07-27new twe idMichael Shalayeff
2006-07-27avoid confusing wording in HashKnownHosts:Jason McIntyre
originally spotted by alan amesbury; ok deraadt
2006-07-27typoTheo de Raadt
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
offending code has been taken out and shot. ok deraadt@
2006-07-27Rework opl_find() so that it does not need to take a proto softc, shavesMiod Vallat
more than 2.5KB of stack for its callers (and even more on 64 bit arches).
2006-07-27Change some obvious atoi() to strtonum().Ray Lai
OK tedu@
2006-07-27enable cmpci(4) and enable midi@oplBrad Smith
2006-07-27+ opl* at cmpci?Brad Smith
2006-07-27Second try at adding binary file support to rcs_expand_keywords(),Ray Lai
using BUFs instead of C strings. Also remove initial keyword search, which is a premature optimization, slower, and apparently too hard for me to get right. OK niallo@
2006-07-27ok, opl/cmpci can go in now, got the workaround for upcoming issuesTheo de Raadt
2006-07-27Add checks to each write(2) attempt and try to keep fdisk in aRay Lai
consistent state upon write failure. OK krw@ and deraadt@.
2006-07-27remove "snapshot" code, now that our snapshots are always actuallyTheo de Raadt
releases...