Age | Commit message (Expand) | Author |
2006-09-20 | Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 | Pedro Martelletto |
2006-09-19 | Enable pgt(4) on amd64. Missing entry spotted by brad@. | Marcus Glocker |
2006-09-19 | A bit of microoptimisation that doesn't hurt readability: Don't do | Michael Knudsen |
2006-09-19 | Typo fixes. | Michael Knudsen |
2006-09-19 | attach and enable the newer chipset generations AR2413, AR5413, and | Reyk Floeter |
2006-09-19 | add missing sys/device.h. | Brad Smith |
2006-09-19 | detect the newer single chip generations AR2413, AR5413 and AR5224 but | Reyk Floeter |
2006-09-19 | "pure g" is a special, non-standard ofdm-only mode. use the standard | Reyk Floeter |
2006-09-19 | better mode setup in the ar5211 and ar5212 reset functions | Reyk Floeter |
2006-09-19 | sync | Reyk Floeter |
2006-09-19 | add atheros AR2413 and AR5413 device ids | Reyk Floeter |
2006-09-19 | fix 11a/b antenna mode setup | Reyk Floeter |
2006-09-19 | use the correct antenna mode settings and fix a bug in the tx | Reyk Floeter |
2006-09-19 | disable 11g mode for now | Reyk Floeter |
2006-09-19 | ansi/deregister | Jonathan Gray |
2006-09-19 | fix all malloc()s to nowait|canfail and do not ignore errors reading sensor s... | Michael Shalayeff |
2006-09-19 | no externs on protots ad no casts from void * | Michael Shalayeff |
2006-09-19 | add a missing space to a DMA load error printf. | Brad Smith |
2006-09-19 | add 82801GHM and 82801H | Brad Smith |
2006-09-18 | Fix for re_stop() being called from re_cardbus_shutdown() with the | Dimitry Andric |
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher |
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher |
2006-09-18 | Import a slightly stripped down strtoll(3) from stdlib | Marco Pfatschbacher |
2006-09-18 | Add a hand rolled 64bit hex printf that can be used outside of | Marco Pfatschbacher |
2006-09-18 | fix my 1.7 commit. | Damien Bergamini |
2006-09-18 | Extend the .text and .data segments to 64MB. This allows programs with | Marco Peereboom |
2006-09-18 | better uath_set_rates(). | Damien Bergamini |
2006-09-18 | cleanup the list of supported devices. | Damien Bergamini |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini |
2006-09-18 | macros and types for event notifications from the hardware. | David Gwynne |
2006-09-18 | tiny whitespace nit | David Gwynne |
2006-09-18 | get rid of the usb_port.h macros that wrap our kthread create functions. | David Gwynne |
2006-09-18 | allow RST from TCP client, even if client does not send data after SYN; | Markus Friedl |
2006-09-18 | fix tos (type-of-service) comparisons. for rules which use 'tos x', compare | Daniel Hartmeier |
2006-09-18 | regen | Gordon Willem Klok |
2006-09-18 | Add some pci device types for Integrated Micro Solutions. | Gordon Willem Klok |
2006-09-18 | g/c unused SK_{SET,CLR}BIT macros | Brad Smith |
2006-09-18 | There's no need to walk the list of devices to find the SCSI bus we | Pedro Martelletto |
2006-09-18 | regen | Brad Smith |
2006-09-18 | add entries for unknown Marvell SATA and ServerWorks IDE PCI ids. | Brad Smith |
2006-09-18 | regen | Brad Smith |
2006-09-18 | - fix typo in Corollary vendor name | Brad Smith |
2006-09-18 | More uath devices, also properly mark some of the UB52/AR5005UX devices | Jonathan Gray |
2006-09-18 | regen | Jonathan Gray |
2006-09-18 | More uath devices. | Jonathan Gray |
2006-09-17 | add a flag to indicate which boards are only capable of 10/100 modes of | Brad Smith |
2006-09-17 | No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latter | Miod Vallat |
2006-09-17 | Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in the | Miod Vallat |
2006-09-17 | Time to leave the bus. | Miod Vallat |
2006-09-17 | Readd the Dell PHY LED setup workaround and the Jumbo capability flag. | Brad Smith |