summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-08-11Add infrastructure to manually kick off rebuilds.Marco Peereboom
2008-08-11Since we have ehci(4) isoc support now, don't demote USB2 uvideo(4)Marcus Glocker
2008-08-10Add support for the VAXstation 3[58][24]0 to the bootblocks, currentlyMiod Vallat
2008-08-10Fix other integer overflow vulnerability I introduced, this time inKenneth R Westerback
2008-08-10Use the STICK logic on UltraSPARC-IIe to generate clock interrupts.Mark Kettenis
2008-08-10Add hypervisor calls for the sun4v random number generator interface.Mark Kettenis
2008-08-10'flus' -> 'flush', 'waitinf' -> 'waiting'. From Dawe via tech@.Kenneth R Westerback
2008-08-10Prepare for ehci:Marcus Glocker
2008-08-10Don't assume the first LAPIC in the table corresponds to the boot processor.Mark Kettenis
2008-08-10Style fixes and use of tabs for the DRM bits.Brad Smith
2008-08-09Add isochronous xfer support for ehci(4). From NetBSD.Marcus Glocker
2008-08-09Add prom_set_sun4v_api_version().Mark Kettenis
2008-08-09MCP79 are also capable of Jumbo frames. Add the Jumbo support flag.Brad Smith
2008-08-09Fix counting of shared (PCI) interrupts. Remove some useless debug codeMark Kettenis
2008-08-09Prevent integer overflow in DL_BLKTOSEC().Mark Kettenis
2008-08-09Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getMiod Vallat
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