summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-10-18the BIGLOCK flag is gone so remove it from the %b fmt string.David Gwynne
2011-10-17Blacklist alps devices that might have a clitpad untill the driver get fixedMartin Pieuchot
2011-10-17Fix the synchronization of some alps pads, issue reported by Bryan (brakeb)Martin Pieuchot
2011-10-17Change to use r8,r9,r10 instead of r0,r1,r2. This is necessary becauseDale Rahn
2011-10-17Add which is incomplete, but needs love.Dale Rahn
2011-10-17Rules to build bsd.rd and bsd.umg, Should not be here, but until we getDale Rahn
2011-10-16Use m_pullup() instead of IP6_EXTHDR_GET() to get the carp headerMarco Pfatschbacher
2011-10-16Provide battery charge/discharge rate in proper units.Mark Kettenis
2011-10-16TCB address should be reset when execing, to provide a clean setup forPhilip Guenthe
2011-10-16align the read to the PCI config space.David Hill
2011-10-15syncPhilip Guenthe
2011-10-15"TLS-lite": add kernel support for a per-thread userspace pointer,Philip Guenthe
2011-10-15Respect the ToS setting in tcp syn+ack for IPv4, still need to fix forChristiano F. Haesbaert
2011-10-15dont define proxydl in nd6_na_output when NCARP = 0 as unusedNigel Taylor
2011-10-15Added "provision for rewound PPP frames" that allows receivingYASUOKA Masahiko
2011-10-14Make ath(4) send multicast frames once, not multiple times.Stefan Sperling
2011-10-14Prevent carp slaves from sending IPv6 neighbour advertisements for carpStefan Sperling
2011-10-14Return EINVAL when there's no config descriptor for a given index.Martin Pieuchot
2011-10-13Since the IPv6 madness is not enough introduce NAT64 -- which is actuallyClaudio Jeker
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-13Make WOL support do something that actually makes sense; effectivelyMark Kettenis
2011-10-13Fix definition of XL_PME_EN.Mark Kettenis
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-12Remove all MD diagnostics in cpu_switchto(), and move them to MI code ifMiod Vallat
2011-10-10Put the drive in standby mode when we're powering down the machine.Mark Kettenis
2011-10-10Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straightMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-10add tlphy everywhere tl is enabledJonathan Gray
2011-10-09add support for WCH CH352 serialJonathan Gray
2011-10-09regenJonathan Gray
2011-10-09WCH CH352 serialJonathan Gray
2011-10-09Pad the ECOFF output file to a 512 bytes boundary; older AViiON firmware willMiod Vallat
2011-10-09Cope with the recent pmap changes to prevent them from accidentally unmapMiod Vallat
2011-10-09Let BUS_DMA_COHERENT allocations return cache-inhibited pages.Miod Vallat
2011-10-09Finally fix the kernel mode apr to remove the forced write-through cacheMiod Vallat
2011-10-09Split the tlb invalidate routines into 88100 and 88110 specific routines, and...Miod Vallat
2011-10-09Correctly handle invalidate of partial cache lines, for the Nth time.Miod Vallat
2011-10-09Rework secondary processor initialization. cmmu initialization is nowMiod Vallat
2011-10-09Fix the backspace key under X11 and make the 'option' key behaves like inMartin Pieuchot
2011-10-07rename some vars and functionsHenning Brauer
2011-10-07remove inaccurate comment - we don't have state tableS any more, there isHenning Brauer
2011-10-07pf_poolqueue is long dead, remove corpses. from eurobsdcon, ryan okHenning Brauer
2011-10-07Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model checkTheo de Raadt
2011-10-07Interface cable for Yaesu ham radios, ok deraadtChris Kuethe
2011-10-07regenChris Kuethe
2011-10-07RT Systems interface cable (rebranded FTDI) for Yaesu ham radiosChris Kuethe
2011-10-06mark ccd(4) deprecated in a few more placesTheo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
2011-10-06An #ifdef without a #else in the middle of an indexed array is bad.Theo de Raadt
2011-10-06Introduce a kqfilter wrapper for the controlling tty device entryMike Belopuhov