summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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...
2006-07-27Pull in improper memory allocation from RCS:Ray Lai
> Not were we allocating memory for a pointer array, it wasn't even for > the right variable! Fixes make regress with MALLOC_OPTIONS=PR. > > Found by and fix worked on with Joris.
2006-07-27Not were we allocating memory for a pointer array, it wasn't even forRay Lai
the right variable! Fixes make regress with MALLOC_OPTIONS=PR. Found by and fix worked on with Joris. OK niallo@, tested by pedro@.
2006-07-27typoTheo de Raadt
2006-07-27unused variableTheo de Raadt
2006-07-27spacingTheo de Raadt
2006-07-27unused variableTheo de Raadt
2006-07-27unify these damnit!Theo de Raadt
2006-07-27rearrange to be more like the othersTheo de Raadt
2006-07-27sorry, but proper boot cd building should be done in distrib/mvmeppcTheo de Raadt
when the time comes (not here!)
2006-07-27unifyTheo de Raadt
2006-07-27honestly, puc(4) belongs in the "serial port" block not "misc", becauseTheo de Raadt
most people when they want serial should see it (even if maybe 0.1% of our users use a parallel port puc)
2006-07-27make these more similar (few steps to that)Theo de Raadt
2006-07-27update cmpci(4) man page a bit.Brad Smith