Age | Commit message (Expand) | Author |
2008-08-09 | Do not forget to set the ``specific EOI'' bit when sending a... specific EOI; | Miod Vallat |
2008-08-09 | Regen | Miod Vallat |
2008-08-09 | Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards. | Miod Vallat |
2008-08-09 | turn an MFREE() into an m_free() and garbage collect an | Thordur I. Bjornsson |
2008-08-09 | o nfs_vinvalbuf() is always called with the intrflag as 1, and then | Thordur I. Bjornsson |
2008-08-09 | Revert last commit, it doesn't always help, we need to find another | Marcus Glocker |
2008-08-09 | Prepare for ehci: If GET_DEF request has failed, wait a moment before | Marcus Glocker |
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback |
2008-08-08 | o sync comment with reality, we have never malloc()'ed filehandles | Thordur I. Bjornsson |
2008-08-08 | After beck@ changed the way nfsiod's are notified of work, the | Bret Lambert |
2008-08-08 | Remove code for variable-sized allocations of NFS filehandles by malloc(), | Bret Lambert |
2008-08-08 | remove an if notyet block from sys_fstatfs(), that will never be needed, | Thordur I. Bjornsson |
2008-08-08 | Do not latch the IPSec tdb to the inpcb unconditionally. This has | Alexander Bluhm |
2008-08-08 | Wrap long lines and remove useless comment. | Joel Sing |
2008-08-08 | use cgbase() instead of doing arthmetic on fs_fpg when calculating | Thordur I. Bjornsson |
2008-08-08 | sync | Damien Bergamini |
2008-08-08 | Make sgivol use the sgilabel struct from machine/disklabel.h, rather than | Joel Sing |
2008-08-08 | PCI IDs for Intel WiFi Link 5000 series (5100, 5300, 5350). | Damien Bergamini |
2008-08-08 | if we fail to extract the mbuf in the Rx routine, increment | Thordur I. Bjornsson |
2008-08-08 | sync | Reyk Floeter |
2008-08-08 | add eMPIA Technology EeePC 701 camera (currently unsupported uvideo(4) | Reyk Floeter |
2008-08-08 | spacing + wrap a line at 79chars. | Thordur I. Bjornsson |
2008-08-08 | plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf, | Thordur I. Bjornsson |
2008-08-08 | 'prey' -> 'pray' in comment as prayer rather than predation seems | Kenneth R Westerback |
2008-08-07 | Remove workaround used for the 4.4 release. More route prio stuff is comming | Claudio Jeker |
2008-08-07 | Use %sys_tick to generate clock interrupts on systems that have it. | Mark Kettenis |
2008-08-07 | Give each CPU its own `struct intrhand' for %tick interrupts. Fixes a | Mark Kettenis |
2008-08-07 | grow MINCLSIZE to MHLEN + MLEN + 1 again. we shrinked it just before the | Henning Brauer |
2008-08-07 | account spanning tree frames in if_obytes and if_omcasts. | Damien Bergamini |
2008-08-07 | do not touch m after IFQ_ENQUEUE()+if_start(). | Damien Bergamini |
2008-08-07 | - Enable ALTQ support. | Brad Smith |
2008-08-07 | don't wait for a free mbuf cluster in sosend() and enter the existing | Reyk Floeter |
2008-08-07 | we are at 4.4-current | Theo de Raadt |
2008-08-06 | fix trunk breakage that sneaked in with the lacp diff: | Reyk Floeter |
2008-08-06 | Backout the acpicpu_setpdc code and the code to allow est to use acpicpu | Gordon Willem Klok |
2008-08-06 | we are no longer in -beta | Theo de Raadt |
2008-08-05 | Fix spurious 0 values on batteries seen on laptopts that have an embedded | Marco Peereboom |
2008-08-05 | One last duplicate scsi initiator report in dmesg. | Miod Vallat |
2008-08-05 | Add support for reading the MAC address for newer re(4) chipsets. | Brad Smith |
2008-08-04 | do not count ethernet header twice in if_obytes stats. | Damien Bergamini |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-08-03 | Make buf_dealloc_mem() remove the mapping even if b_pobj is NULL. Otherwise | Mark Kettenis |
2008-08-03 | revert part of rev. 1.65 where we set the address earlier. this seems | Federico G. Schwindt |
2008-08-02 | Use correct terms as in the specs; | Marcus Glocker |
2008-08-02 | Better wording for a comment. | Marcus Glocker |
2008-08-02 | Spacing, sorting, and remove an unused prototype. | Marcus Glocker |
2008-08-02 | Woops, remove #undef which was committed by mistake. | Marcus Glocker |
2008-08-02 | Don't print error message if GET_DEF request fails, since this is common | Marcus Glocker |
2008-08-02 | compile inteldrm and radeondrm in GENERIC by default, but disabled. | Owain Ainsworth |
2008-08-02 | Make the drm attach messages a lot prettier. | Owain Ainsworth |