Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-28 | Only read 1 sensor at a time instead of all of them. This should help | Marco 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-28 | Fix BT interface by waiting for BMC_BUSY on writes. | Jordan Hargrave | |
Found and ok marco | |||
2006-07-28 | make dmesg printing look a little bit nicer. | Brad Smith | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | add Intel IOP333, 5000 and 6321ESB PCI ids. | Brad Smith | |
2006-07-28 | remove port startup code, it's all moved to the respective port | Nikolay Sturm | |
ok deraadt, toby, pedro, david | |||
2006-07-28 | permit synchronous mounts | Nikolay Sturm | |
ok pedro | |||
2006-07-28 | Pass the end of the symbol table to the kernel. | Mark Kettenis | |
2006-07-28 | Use the correct major for /dev/pci (instead of giving it the same major | Mark Kettenis | |
as /dev/raid). ok drahn@ | |||
2006-07-28 | Make option USER_PCICONF work. | Mark Kettenis | |
ok drahn@ | |||
2006-07-28 | sync | Theo de Raadt | |
2006-07-28 | no man page for now | Theo de Raadt | |
2006-07-28 | should install into /usr/mdec/ | Theo de Raadt | |
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... |