Age | Commit message (Expand) | Author |
2007-10-02 | regen | Brad Smith |
2007-10-02 | add new Intel E1000 and 10Gb PCIe PCI ids. | Brad Smith |
2007-10-02 | Fiddle Sun traditional disklabel recognition to eliminate union and | Kenneth R Westerback |
2007-10-02 | Apply (with slight variants) this elimination of bzero() with M_ZERO: | Kenneth R Westerback |
2007-10-01 | sort the fields in manual page in the same order as in fstat output; | Igor Sobrado |
2007-10-01 | Spacing. | Marcus Glocker |
2007-10-01 | Fix `bogus xmit rate setup' panic, which mostly happened while associating | Marcus Glocker |
2007-10-01 | Add NUMBER to hoststated's lexer, very similar to what has gone in | Pierre-Yves Ritschard |
2007-10-01 | pull form ragge's repo: | Otto Moerbeek |
2007-10-01 | pull fro ragge's repo: | Otto Moerbeek |
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-10-01 | remove rate_fb variable as it always gets set to the same value | Jonathan Gray |
2007-10-01 | Sync .nd with other parts of hoststated, prompted by jmc@ | Pierre-Yves Ritschard |
2007-10-01 | kill some remaining debug that snuk in. | Pierre-Yves Ritschard |
2007-10-01 | Print the MAC address. | Jonathan Gray |
2007-10-01 | Disable default debug setting, make tx power map printing debug only. | Jonathan Gray |
2007-10-01 | Backout NUMBER to string conversion. | Marco Pfatschbacher |
2007-10-01 | keep lines < 80. | Pierre-Yves Ritschard |
2007-10-01 | more btoc -> atop | Martin Reindl |
2007-10-01 | Use uint_* consistent. | Marcus Glocker |
2007-10-01 | typos in comment; from Pierre Riteau | Otto Moerbeek |
2007-10-01 | fix alot of whitespace problems... | Esben Norby |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-09-30 | Spacing. | Marcus Glocker |
2007-09-30 | Shows the real size of a register in the hex define. | Marcus Glocker |
2007-09-30 | Don't count interrupts with state "not of interest". | Marcus Glocker |
2007-09-30 | Move intrpending array into 'struct cpu_info'. | Mark Kettenis |
2007-09-30 | while rdr'ing port spamd to portsmtpis perfectly valid, it is at least | Henning Brauer |
2007-09-30 | Add support for the high-resulution timer found in the GPS170PCI card. | Marc Balmer |
2007-09-30 | compare of constants outside type range | Otto Moerbeek |
2007-09-30 | On i386, only call amd64_errata() on amd64 processors (family 0xf), | Gordon Willem Klok |
2007-09-30 | BWI_BBP_ATTEN is a 16-bit register, so use CSR_WRITE_2 to access it. | Mark Kettenis |
2007-09-30 | test case involving superfluous type warnings involving enums | Otto Moerbeek |
2007-09-30 | When printing the config always include the interface IP address. | Claudio Jeker |
2007-09-30 | unused static var; from Mark Lumsden | Otto Moerbeek |
2007-09-30 | s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change. | Mark Kettenis |
2007-09-30 | Enable Broadcom wireless, bwi(4). | Jonathan Gray |
2007-09-29 | Fix two panic's on macppc. Allows me first network communication over | Marcus Glocker |
2007-09-29 | At the requst of deraadt@, backpout the temporary hack for pcc. | Otto Moerbeek |
2007-09-29 | KNF. | Pierre-Yves Ritschard |
2007-09-29 | Add first part of queue magic to attach. | Marco Peereboom |
2007-09-29 | check if initializer element is a constant in MI code. ok ragge@ | Otto Moerbeek |
2007-09-29 | Avoid a member array overflow in the init code; ok ragge@ | Otto Moerbeek |
2007-09-29 | unneeded includes and whitespace police; from Igor Zinovik | Otto Moerbeek |
2007-09-29 | simple refactoring: replace convoluted code with simple equivalent test | Marc Espie |
2007-09-29 | use constant FD_CLOEXEC, more readable than 1. | Marc Espie |
2007-09-29 | remove comment that no longer apply. | Marc Espie |
2007-09-29 | default to svnds now to accomodate change in the vnd driver. | Felix Kronlage |