summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2011-10-05It is not safe to call sensor_task_unregister() from inside theTheo de Raadt
2011-10-05ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to beDavid Gwynne
2011-10-05Add the remaining parts of support for 82580 based devices such asJonathan Gray
2011-10-04In the coming future, we are more likely to need ehci(4) than sk(4) orTheo de Raadt
2011-10-04Add support for ALPS touchpads.Martin Pieuchot
2011-10-03Add a 'flag' locator to gpioiic(4), and define a first flagMatthieu Herrb
2011-09-30Change ni_dirfd's position in struct nameidata to eliminate alignmentPhilip Guenthe
2011-09-29Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,Miod Vallat
2011-09-29Remove assembly defines for various struct disklabel field offsets, now thatMiod Vallat
2011-09-29Get size of struct disklabel for the sake of the assembly code with aMiod Vallat
2011-09-29Avoid a potential NULL dereference if nports == 0.Stefan Sperling
2011-09-28Oops, do not do last minute edits before commit... Make the previous changeMiod Vallat
2011-09-28As requested by henning, move the mbuf pointer into struct pf_pdesc.Alexander Bluhm
2011-09-28disable the fifo on m series systems by telling the driver its a 16550David Gwynne
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-09-27Make struct label_t large enough for the kernel setjmp() purposes. Found afterMiod Vallat
2011-09-27Use a pool to allocate pv_entry from, instead of allocating whole pages andMiod Vallat