Age | Commit message (Expand) | Author |
2006-03-10 | ansi. no binary change. | Jonathan Gray |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat |
2006-03-09 | Zero-fill the fake softc during probe, and put a plausible dv_xname, so that | Miod Vallat |
2006-03-09 | Unimplemented ioctl commands should return ENOTTY, not EINVAL. | Miod Vallat |
2006-03-09 | KNF, deregister, no functional change. | Miod Vallat |
2006-03-09 | Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>' | Tobias Weingartner |
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2006-03-09 | - Slightly more informative error message (requested by krw@) | Pedro Martelletto |
2006-03-09 | Better handling of ancient file systems that still have 4.2 BSD | Pedro Martelletto |
2006-03-09 | Used common aml_opname for debugger | Jordan Hargrave |
2006-03-09 | Remove bad XXX | Marco Peereboom |
2006-03-09 | Removed unused prototypes | Jordan Hargrave |
2006-03-09 | Fixed free before malloc. bad marco | Jordan Hargrave |
2006-03-09 | One more KNF nit. | Marco Peereboom |
2006-03-09 | Pretty. | Marco Peereboom |
2006-03-09 | Create separate function to parse name + scope. Should shave some bytes of | Marco Peereboom |
2006-03-09 | unbreak the tree. i dunno how this compiled on my box at home. | David Gwynne |
2006-03-08 | amdpmreg.h is only used by amdpm.c, so merge the header into the c file. | David Gwynne |
2006-03-08 | Glue showval into ddb. | Marco Peereboom |
2006-03-08 | Add showval to ddb interface. Now we can pretty much debug anything AML | Marco Peereboom |
2006-03-08 | Fix proto. | Marco Peereboom |
2006-03-08 | Fix device id typo introduced in r1.41; found the hard way by Daniel Hamlin. | Miod Vallat |
2006-03-08 | Properly route ISA interrupts through ioapics. | Mark Kettenis |
2006-03-08 | Really unbreak GENERIC.MP. | Mark Kettenis |
2006-03-08 | tweak the debug macros a bit | David Gwynne |
2006-03-08 | fix support for the smbus controller on nforce 1 chipsets. only try to | David Gwynne |
2006-03-08 | unbreak GENERIC.MP; from gklok | Theo de Raadt |
2006-03-08 | KNF. | Marco Peereboom |
2006-03-08 | KNF + alignment. | Marco Peereboom |
2006-03-08 | Patch from Gordon Klock to update AMD PowerNow K8 support on i386, | Uwe Stuehler |
2006-03-07 | Add hooks for "machine acpi disasm" | Marco Peereboom |
2006-03-07 | Add "disasm" code for ddb. With this one can disassemble AML code from DDB. | Marco Peereboom |
2006-03-07 | Add a few more SMSC devices. | Mark Kettenis |
2006-03-07 | Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask. | Uwe Stuehler |
2006-03-07 | Add the proper constant to replace a magic interrupt number. | Uwe Stuehler |
2006-03-07 | Improve adm1030/adm1031 detection. | Mark Kettenis |
2006-03-07 | - Use the correct initialization routine for the VIA VT8233 chipset | Brad Smith |
2006-03-07 | Don't issue I2O_EXEC_IOP_CLEAR to AMI boards, since some | Brad Smith |
2006-03-07 | Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us. | Miod Vallat |
2006-03-07 | On via-pmu systems, check whether the firmware has found adb devices on the | Miod Vallat |
2006-03-07 | use the cu_bridge_id rather than the cu_rootid for the bridge address. | Brad Smith |
2006-03-07 | whitespace fixes | David Gwynne |
2006-03-07 | advertisment -> advertisement; from leonardo chiquitto filho | Jason McIntyre |
2006-03-07 | Add support for the serial interface to the UMTS/GPRS/GSM modem | Jonathan Gray |
2006-03-07 | regen | Jonathan Gray |
2006-03-07 | Add id for the serial interface to the UMTS/GPRS/GSM modem on | Jonathan Gray |
2006-03-07 | regen | Jonathan Gray |
2006-03-07 | Add a few entries found in submitted dmesgs. | Jonathan Gray |
2006-03-07 | It does not make sense to check for IA64 CPUID flag here. | Jonathan Gray |
2006-03-07 | Check for a few additional CPUID flags. | Jonathan Gray |