Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-20 | fix a long-standing bug in "preserving" bios mapped irqs. | Michael Shalayeff | |
in case bios did not provide routing info for those they would be falsely routed often to wrong pins. also testing by henning@ | |||
2005-10-20 | add 8237 support and repair 8231 that was confused very bad; lots of testing ↵ | Michael Shalayeff | |
help by henning@ | |||
2005-10-20 | fix up the licey entry; from form@ | Michael Shalayeff | |
2005-10-20 | s/mtrspr/mtsprg in ddblow | Mark Kettenis | |
ok drahn@ | |||
2005-10-20 | Don't try to match VIA ide chips as ISA bridges. | Alexander Yurchenko | |
2005-10-20 | put HISTORY in the right order; | Jason McIntyre | |
2005-10-20 | A library should not return EFAULT. Just segfault if a bogus or | Otto Moerbeek | |
NULL pointer is passed in. ok espie@ | |||
2005-10-20 | talk about choices when describing -y; from chris.kuethe@gmail.com ok fgsch | Theo de Raadt | |
2005-10-20 | add arrays of initial rf register values. | Reyk Floeter | |
ok jsg@ btw., life would be much easier if chipset vendors would implement a digital rf interface instead of this analog voodoo all the time. | |||
2005-10-20 | Always give user a chance to confirm/modify TERM and keymap when | Kenneth R Westerback | |
running install or upgrade. ok deraadt@ | |||
2005-10-20 | KNF; marco ok | Theo de Raadt | |
2005-10-19 | Fixup case statements to use #define's | Jordan Hargrave | |
suggested by deraadt ok marco@ | |||
2005-10-19 | KNF fixes | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Oops.. part of ipmi_thread fixes | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Added readable case names for ipmi device types | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Added length test for ipmi_sensor_name string | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | make this compile with AUDIO_DEBUG; reported in tech@ by | Federico G. Schwindt | |
Gordon Willem Klok (gklok at cogeco dot ca). | |||
2005-10-19 | Changed poll to use kernel threads instead of in timer context | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Added status for chassis intrusion (critical if open) | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Changed order of reading sensor vs sensor status, failed sensors had invalid | Jordan Hargrave | |
reading ok marco@ | |||
2005-10-19 | small cleanups while reading; ok claudio@ | Kevin Steves | |
2005-10-19 | Added code to properly read power supply installed/power state | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Add -h option to display human-readable numbers. | Marc Espie | |
okay otto@, deraadt@, jmc@. (note that is mostly useless from scripts, hence okay as a non-standard option). | |||
2005-10-19 | Add neighbor ID in warning and use correct function names. | Claudio Jeker | |
2005-10-19 | fix some spellings in comments. | Claudio Jeker | |
2005-10-19 | Added SMIC interface code | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | kill trailing space; | Jason McIntyre | |
2005-10-19 | sync | Theo de Raadt | |
2005-10-19 | add support to change the channel from ifconfig; tested by some, | Federico G. Schwindt | |
deraadt@ ok. | |||
2005-10-19 | Teach unwinder about StackGhost. | Mark Kettenis | |
ok deraadt@ | |||
2005-10-19 | once again: library routines should not check pointers and what errno | Theo de Raadt | |
with EFAULT. programmers ignore the error returns. please, please, please -- we want to crash so that the programmer will become aware of the bug and fix it instead. ok otto | |||
2005-10-19 | library routines should not be checking for NULL pointers passed in, | Theo de Raadt | |
and then setting errno to EFAULT. that is balony programming! they should keep stumbling along to purposely create a crash, so that the programmer stops doing that kind of stupid crap. ok otto | |||
2005-10-19 | add missing header for HISTORY section; ok jmc awhile ago | Jared Yanovich | |
2005-10-19 | sync usage(); | Xavier Santolaria | |
2005-10-19 | EFAULT corrections; ok millert and otto | Jared Yanovich | |
2005-10-19 | regen | Brad Smith | |
2005-10-19 | Add the DeLorme Earthmate GPS. | Brad Smith | |
From NetBSD | |||
2005-10-19 | v_lock is also gone, noted by tedu@ | Pedro Martelletto | |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto | |
2005-10-19 | .Xr rcsmerge(1) + one style nitpick; | Xavier Santolaria | |
2005-10-19 | header cleaning; ok claudio@ | Kevin Steves | |
2005-10-19 | Add smu(4) man page. | Mark Kettenis | |
2005-10-19 | Add smu(4). | Mark Kettenis | |
ok drahn@ | |||
2005-10-19 | use string.h; ok claudio@ | Kevin Steves | |
2005-10-19 | for "bgpctl neighbor foo up/down/clear", make bgpctl not exit after sending | Henning Brauer | |
the request, but wait for the new IMSG_CTL_RESULT message, which contains a status code to indicate wether the request was processed successfully or wether an error occured and if so what kind of error. no more "IMSG_CTL_NEIGHBOR_ with unknown neighbor foobaz" in the log when you mistyped foobar - no bgpctl itself complains claudio ok | |||
2005-10-19 | - make a bunch of changes to how we handle verbose output. this brings us | Niall O'Higgins | |
much closer in line with GNU RCS and cleans things up in general. ok joris@, "looks fine to me" xsa@ | |||
2005-10-19 | tsc tsc tsc, tabs are not always holy | Henning Brauer | |
2005-10-19 | new keyword "down" in neighbor spec, when givenm, the session is not | Henning Brauer | |
started on bgpd startup but stays in IDLE. requested by claudio | |||
2005-10-19 | mark links being extracted with `zap', so that they do not get recorded | Marc Espie | |
into partial plists until they've gone through an actual install. Prevents partial replacements from destroying genuine links in packages when they get uninstalled. | |||
2005-10-19 | on "bgpctl neighbor foo clear", we used to send a STOP event immediately | Henning Brauer | |
followed by a START event. Instead of sending START immediately, start the IdleHoldTimer with a very low value (5 seconds) so that we restart the session these seconds later. some other implementations deal poorly with our previously superfast reconnects, namely, that commercial one from san jose, claudio ok |