Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-21 | Remove unused global adapter linked list. | Brad Smith | |
From FreeBSD | |||
2005-10-21 | In em_process_receive_interrupts() cycle check IFF_RUNNING flag. | Brad Smith | |
2005-10-20 | spelling; | Jason McIntyre | |
ok ian@ | |||
2005-10-20 | Instead of keeping track of the index into the receive ring use the already | Brad Smith | |
implemented "sis_nextdesc" pointer to keep a pointer instead. From phk FreeBSD Tested by a few developers | |||
2005-10-20 | fix command and write rid handling and fix some fmt strings used on debug. | Federico G. Schwindt | |
should avoid several errors when using wicontrol(8) and make scanning work at some extent. tested by jsg, joris and todd at some extent. | |||
2005-10-20 | defintion -> definition; | Jason McIntyre | |
2005-10-20 | revert to revision 1.16 for now, 1.17 and 1.18 broke audio | Joris Vink | |
on a lot of macppc machines that use this driver; ok drahn@ | |||
2005-10-20 | cannot manipulate hid0 register yet in 64 bit mode (because we are running | Theo de Raadt | |
in 32 bit mode, and ibm moves the bits....) ok drahn | |||
2005-10-20 | fix a typo in a Via PCI product id. | Brad Smith | |
2005-10-20 | +YFLAGS= | Xavier Santolaria | |
2005-10-20 | fix output if -p is specified; joris ok | Xavier Santolaria | |
2005-10-20 | fix addr range in the comments | Michael Shalayeff | |
2005-10-20 | Enable IPMI on amd64. | Marco Peereboom | |
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 |