summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-30Remove mentioning dual-port cards and being built into motherboardsBrad Smith
2013-03-30go back to the old method of execbuffer pinningJonathan Gray
2013-03-30Return ENOTDIR if an *at() syscall is passed a relative path and aPhilip Guenther
2013-03-30Fix typos.Lawrence Teo
2013-03-30Return an exit code of 1 if the file cannot be opened (e.g. file doesLawrence Teo
2013-03-30Provide a default discipline interrupt handling function and migrate all ofJoel Sing
2013-03-30Add a function to read the ARM MPCore base address. This let's usPatrick Wildt
2013-03-30Remove duplicate prototypes.Patrick Wildt
2013-03-29properly handle scope when parsing IPv6 addresses.Eric Faurot
2013-03-29Enable lazy binding by default.Miod Vallat
2013-03-29res_querydomain()'s code to terminate the domain with '.' had the assignmentPhilip Guenther
2013-03-29correctly show the scope for IPv6 addresses in getnameinfo()Eric Faurot
2013-03-29Add an explicit Pod-Escapes dependency to Pod-Functions, in addition to theMiod Vallat
2013-03-29More mg_data.h where uudmap.h is listed, for paranoia and consistency.Miod Vallat
2013-03-29Add an explicit dependency for mg_data.h, similar to uudmap.h; should helpMiod Vallat
2013-03-29Do not fail in gethostbyname_async() if there are multiple addresses inEric Faurot
2013-03-29Properly release ccbs when restarting a work unit.Joel Sing
2013-03-29Declare struct pf_state_key in the mbuf and in_pcb header files toAlexander Bluhm
2013-03-29Convert RAID 4/5/6 to new ccb completion code.Joel Sing
2013-03-29Prevent race conditions in db file handling.Tobias Stoeckmann
2013-03-29Patch from Ilya Bakulin that allows to put snmpd(8) into read-only modeGerhard Roth
2013-03-29Replace hand-crafted loops in if.c with the FOREACH macro.Alexander Bluhm
2013-03-29Enable the response rate limiting code in NSD in the default build,Stuart Henderson
2013-03-29Decouple wakeups on work unit completion from the type of I/O beingJoel Sing
2013-03-29sd_wu_pending is only decremented when scsi_done() or scsi_io_put() areJoel Sing
2013-03-29Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL.Brad Smith
2013-03-29reduce the diff to linux in i915_gem_get/set_tilingJonathan Gray
2013-03-29put urtwn in big ramdisks so I can use it for upgradesTed Unangst
2013-03-29release the i2c bus in the error paths of fetching an edidJonathan Gray
2013-03-29remove some of the unused fields from rndstats and stop printing zeroes.Ted Unangst
2013-03-29sadly, we are going to need machine/cpu.h here for a while to get machdepTed Unangst
2013-03-28syncTheo de Raadt
2013-03-28as DRM_LOG_KMS is called with partial lines make it a simple printfJonathan Gray
2013-03-28add support for relaxed deltasJonathan Gray
2013-03-28code that calls timeout functions should include timeout.hTed Unangst
2013-03-28Add missing locking in i915_gem_retire_work_handler() and callMark Kettenis
2013-03-28allow passing a full path to a .pc file, instead of just the module name.Jasper Lievisse Adriaanse
2013-03-28regen for vscsi(8) -> vscsi(4);Jason McIntyre
2013-03-28vscsi(8) -> vscsi(4);Jason McIntyre
2013-03-28no Pp before/after Sh;Jason McIntyre
2013-03-28Reduce diffs with Linux now that we have i915_enable_hangcheck.Mark Kettenis
2013-03-28shuffle the KERNEL BUILDING text a little; from daniel dickmanJason McIntyre
2013-03-28Prevent a panic during rtsx(4) attachment. If a card is inserted while bootingStefan Sperling
2013-03-28pathconf/fpathconf are now compliant with POSIX-2008.Philip Guenther
2013-03-28Call intel_mark_busy() in the right place, and call intel_mark_fb_busy()Mark Kettenis
2013-03-28Add i915_enable_hangcheck parameter.Mark Kettenis
2013-03-28syncTheo de Raadt
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus