summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-05-08Format string fixes for m88k; remove -Wno-format from the m88k kernels.Miod Vallat
2014-05-08Format string fixes and removal of -Wno-format for landisk kernelsMiod Vallat
2014-05-08Format string fixes and removal of -Wno-format for hppa kernels.Miod Vallat
2014-05-08Update #include list after not-so-recent uvm includes cleanups.Miod Vallat
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-05-08Format string fixes for alpha kernels, and remove -Wno-formatMiod Vallat
2014-05-08Fix some potential integer overflows caused by converting a page number intoMark Kettenis
2014-05-08No longer build vax kernels with -Wno-format.Miod Vallat
2014-05-08Format string fixes.Miod Vallat
2014-05-08Format string fix in disabled code. Format bus_space_handle_t with %xl,Stefan Fritsch
2014-05-08Enable -Wno-format in the kernel on i386 & amd64Stefan Fritsch
2014-05-08Plug one more xfer leak.Martin Pieuchot
2014-05-08The pcexmem(4) and pcexio(4) should be attached on LUNA-88K2 only.Kenji Aoyama
2014-05-08Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.Martin Pieuchot
2014-05-07Fix whitespace mistakes.Paul Irofti
2014-05-07Remove the last hacks concerning the global list of IPv4 addresses in theMartin Pieuchot
2014-05-07Make sure to call uhidev_close() upon detach for every HID driver callingMartin Pieuchot
2014-05-07Kill the {nd6_,}useloopback buttons, using the loopback interface forMartin Pieuchot
2014-05-07Remove some m->m_pkthdr.rcvif dereference to help for upcomingMartin Pieuchot
2014-05-07Fix ext2fs atime and mtime handling that I broke from an airportPhilip Guenther
2014-05-06Enable brswphy(4) on the Octeon platform.Paul Irofti
2014-05-06Add support for the Broadcom PHY found on the Octeon-based DSR-500.Paul Irofti
2014-05-06Regen after Broadcom 53115 addition.Paul Irofti
2014-05-06Add an entry for the Broadcom 53115 model found on the DSR-500.Paul Irofti
2014-05-06remove cpsw_{read,write}_4 wrapper functions and just use the realJasper Lievisse Adriaanse
2014-05-06Include <sys/vmmeter.h> directly instead of relying on it beingMartin Pieuchot
2014-05-06Fix a memleak when lookup of SA fails during forwarding of encrypted IPv6Gerhard Roth
2014-05-06Plug two xfer leaks and a buffer one.Martin Pieuchot
2014-05-05Plug a memory leak, free the keymap's memory on detach.Martin Pieuchot
2014-05-05Plug a memory leak related to HID descriptor parsing.Martin Pieuchot
2014-05-05Tweak comment on struct _partitionv0. It's no longer the partitionKenneth R Westerback
2014-05-05Use a custom ifa_rtrequest function for point-to-point interfacesMartin Pieuchot
2014-05-05remove dead code: calling ether_attach which sets if_type to IFT_ETHER,Henning Brauer
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2014-05-04remove some hh and h format specifiersStefan Fritsch
2014-05-04format string fix for bus_space_tag_tStefan Fritsch
2014-05-04change type of handle var to u_int16_tStefan Fritsch
2014-05-04Make use of usbd_xfer_isread() instead of rerolling it everywhere.Martin Pieuchot
2014-05-04Get rid of EHCI_NULL. No functional change.Martin Pieuchot
2014-05-04Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM,Philip Guenther
2014-05-04When kern.nosuidcoredump=3, act like =2 but try to dump cores intoTheo de Raadt
2014-05-03If P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flags & PS_EXITING)Philip Guenther
2014-05-03Fix whitespace fail in previous commitPhilip Guenther
2014-05-03Move the u-area allocation and pmap-magic logic to its own functionPhilip Guenther
2014-05-03drm/radeon: call drm_edid_to_eld when we update the edidJonathan Gray
2014-05-03Skip intel_crt_init for Dell XPS 8700Jonathan Gray
2014-05-03drm/i915/tv: fix gen4 composite s-video tv-outJonathan Gray
2014-05-03drm/i915: quirk invert brightness for Acer Aspire 5336Jonathan Gray
2014-05-02Change BLKDEV_IOSIZE to PAGE_SIZETheo de Raadt
2014-05-02Make acpiprt(4) handle interrupts with non-standard polarity and trigger modeMark Kettenis