summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-03-20VLAN tag info must be inserted into all descriptors of a multi-descriptorBrad Smith
2008-03-20An overoptimization in r1.15 introduced an evil race, back it out. For someMiod Vallat
2008-03-20we now have a higher count of kernel threads on many machines, so crankTheo de Raadt
2008-03-20Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to getMark Kettenis
2008-03-20regenBrad Smith
2008-03-20Add some NVIDIA MCP7B PCI IDs.Brad Smith
2008-03-20add the Silan vendor ID and some product IDs.Brad Smith
2008-03-20Add the PLX 8524 24 lane PCIe switch.Brad Smith
2008-03-20Rearrange some VIA entries so they're in numerical order by PCI id.Brad Smith
2008-03-20Fix whitespace.Mark Kettenis
2008-03-20Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of theBrad Smith
2008-03-20let maxusers go much higherTheo de Raadt
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2008-03-19enable fins(4)Theo de Raadt
2008-03-19Establish per-cpu locked mappings for `struct cpuinfo' through the PROM asMark Kettenis
2008-03-19add probe for Andigilog aSC7611; discussed with deraadtConstantine A. Murenin
2008-03-19Use PROM calls to enter locked kernel text and data mappings into the TLB.Mark Kettenis
2008-03-19Add prom_itlb_load() and prom_dtlb_load().Mark Kettenis
2008-03-19Driver for Fintek F71805F LPC sensor based on lm78 driver code;Theo de Raadt
2008-03-19Make sure we pass the right argument to isp_wdog() when setting timeouts.Mark Kettenis
2008-03-19label all interfaces we netboot from in group "netboot", in a MI fashionTheo de Raadt
2008-03-18Don't use ph after the m_pulldown() calls because the mbuf chain could beClaudio Jeker
2008-03-18Don't use MBUFLOCK() for ifqueue protection use the correct splnet() danceClaudio Jeker
2008-03-18Get rid of some dead wood.Mark Kettenis
2008-03-18Clear PSL_D when entering signal handlers; pointed out by dfly people;Mark Kettenis
2008-03-18IRZ MC35pu GSM TerminalJonathan Gray
2008-03-18regenJonathan Gray
2008-03-18IRZ MC35pu GSM TerminalJonathan Gray
2008-03-18regenJonathan Gray
2008-03-18Bring in some changes from DragonFly:Jonathan Gray
2008-03-17Clear PSL_D when entering signal handlers; pointed out by dfly people;Theo de Raadt
2008-03-17Remove KGDB code. It was never converted to 64-bit, and just makes locore.sMark Kettenis
2008-03-16Include <sparc64/dev/starfire.h> instead of having our own definitions.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16Set up interrupt translation for e10k.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.Mark Kettenis
2008-03-16regenOtto Moerbeek
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
2008-03-16for some reason the pchb dependency on agp got left in. kill it.Owain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-15Make GENERIC.MP work on the e10k. The e10k is a bit funky since UPA onlyMark Kettenis
2008-03-15In statclock(), fix local index type in the profiling code. AvoidsMiod Vallat
2008-03-15Support the old-prom XVideo boards by rewriting the sbus range registers;Miod Vallat
2008-03-15After 15 years of fun, fix Torek's ovbcopy() operation when copying shortsMiod Vallat
2008-03-15revert - I'm a dumbfuck who doesn't know his own APIDamien Miller
2008-03-15off by one at end of arrayDamien Miller
2008-03-15Because the ip_id code initialisation is a specific case of shufflingDamien Miller
2008-03-14Make sure the most often changing bits of tv_usec are used for lladdrMarc Balmer
2008-03-14Don't even try to attach pcons(4) if we have a real console.Mark Kettenis