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