Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-28 | enter boot | Theo de Raadt | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | move the Siemens vendor id to the right location. | Brad Smith | |
2006-07-28 | First stab at an armish bootloader. It will load /bsd from the drive in the | Mark Kettenis | |
upper slot of the Thecus n2100. Glued together from bits from the NetBSD cobalt and evbarm ports. | |||
2006-07-28 | regen | Brad Smith | |
2006-07-28 | add some Broadcom, NVIDIA and Ricoh PCI ids. | Brad Smith | |
2006-07-28 | do not bother playing tag with the PCI_COMMAND_STATUS_REG | Mark Kettenis | |
tested by jolan@, ok brad@ | |||
2006-07-28 | Simplify autoneg code a bit. Tested on a few sk(4)'s and an axe(4). | Brad Smith | |
2006-07-28 | another Marvell Gig PHY. | Brad Smith | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | another Marvell Gig PHY. | Brad Smith | |
2006-07-28 | Make tftpd atoi() free. | Marcus Glocker | |
ok claudio@ | |||
2006-07-28 | factor out the code to build bgp messages, ok claudio a long time ago | Henning Brauer | |
2006-07-28 | avoid printing the server built date | Henning Brauer | |
2006-07-28 | avoid printing server built date, we set that to "unknown" anyway | Henning Brauer | |
leave the function there of course, it's part of the API | |||
2006-07-28 | A vulnerability has been reported in Apache HTTP Server, which potentially can | Henning 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-28 | Explain the effect of the --export-dynamic link option on the visibility | Kurt Miller | |
of the executable's symbols as well as improve the visibility paragraph a bit. okay drahn@ | |||
2006-07-28 | Remove $Log$ check from keyword expansion test, which is the only | Ray Lai | |
keyword we don't do yet. Now we can enable the test. OK niallo@ | |||
2006-07-28 | Recalculate buffer length after each expansion. | Ray Lai | |
OK niallo@ | |||
2006-07-27 | remove weird floppyboot garbage; ok miod | Theo de Raadt | |
2006-07-27 | unused function | Theo de Raadt | |
2006-07-27 | remove unused WCS stuff | Theo de Raadt | |
2006-07-27 | missing \n in ddb printf | Michael Shalayeff | |
2006-07-27 | new twe; reported by Randal Harisch <azar@eyeonvideo.com> | Michael Shalayeff | |
2006-07-27 | oops | Michael Shalayeff | |
2006-07-27 | new twe id | Michael Shalayeff | |
2006-07-27 | avoid confusing wording in HashKnownHosts: | Jason McIntyre | |
originally spotted by alan amesbury; ok deraadt | |||
2006-07-27 | typo | Theo de Raadt | |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat | |
offending code has been taken out and shot. ok deraadt@ | |||
2006-07-27 | Rework opl_find() so that it does not need to take a proto softc, shaves | Miod Vallat | |
more than 2.5KB of stack for its callers (and even more on 64 bit arches). | |||
2006-07-27 | Change some obvious atoi() to strtonum(). | Ray Lai | |
OK tedu@ | |||
2006-07-27 | enable cmpci(4) and enable midi@opl | Brad Smith | |
2006-07-27 | + opl* at cmpci? | Brad Smith | |
2006-07-27 | Second 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-27 | ok, opl/cmpci can go in now, got the workaround for upcoming issues | Theo de Raadt | |
2006-07-27 | Add checks to each write(2) attempt and try to keep fdisk in a | Ray Lai | |
consistent state upon write failure. OK krw@ and deraadt@. | |||
2006-07-27 | remove "snapshot" code, now that our snapshots are always actually | Theo de Raadt | |
releases... | |||
2006-07-27 | Pull 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-27 | Not were we allocating memory for a pointer array, it wasn't even for | Ray 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-27 | typo | Theo de Raadt | |
2006-07-27 | unused variable | Theo de Raadt | |
2006-07-27 | spacing | Theo de Raadt | |
2006-07-27 | unused variable | Theo de Raadt | |
2006-07-27 | unify these damnit! | Theo de Raadt | |
2006-07-27 | rearrange to be more like the others | Theo de Raadt | |
2006-07-27 | sorry, but proper boot cd building should be done in distrib/mvmeppc | Theo de Raadt | |
when the time comes (not here!) | |||
2006-07-27 | unify | Theo de Raadt | |
2006-07-27 | honestly, puc(4) belongs in the "serial port" block not "misc", because | Theo 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-27 | make these more similar (few steps to that) | Theo de Raadt | |
2006-07-27 | update cmpci(4) man page a bit. | Brad Smith | |