Age | Commit message (Expand) | Author |
2013-03-30 | Provide wrappers for scsi_io_get() and scsi_io_put(), that also include | Joel Sing |
2013-03-30 | Use getaddrinfo() to display multiple addresses including IPv6. | Florian Obser |
2013-03-30 | If the ws_{get|set}_param hooks are set, use those for brightness control | Mark Kettenis |
2013-03-30 | sync | Theo de Raadt |
2013-03-30 | Fix intel gmbus i2c code. Not all transactions were handled correctly, and | Mark Kettenis |
2013-03-30 | Restrict protocol numbers for raw sockets to the range from 0 to 255. | Alexander Bluhm |
2013-03-30 | Use --stderr to output pod2man problems at build time, rather than embed | Stuart Henderson |
2013-03-30 | Disable perlcn/perlko/perljp manpages which use EUC encodings, we produce | Stuart Henderson |
2013-03-30 | Remove debug printf that causes problems with framebuffer acceleration when | Mark Kettenis |
2013-03-30 | have smtpd temporarily refuse new messages if file system holding the queue | Gilles Chehade |
2013-03-30 | Fixed a memory leak during HTTP header parsing. | Tobias Stoeckmann |
2013-03-30 | tweak previous; | Jason McIntyre |
2013-03-30 | Back out previous; this needs more thought. | Mark Kettenis |
2013-03-30 | previous had one backslash too many; | Jason McIntyre |
2013-03-30 | don't ever skip reload the very first time; detective work by rpe@; ok eric@ | Otto Moerbeek |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-30 | enable com2. if it works on i386, we think it will work here. | Ted Unangst |
2013-03-30 | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but | Philip Guenther |
2013-03-30 | vrele() is a tricky beast. it can sleep if the refcount hits zero, | Ted Unangst |
2013-03-30 | Remove mentioning specific systems with embedded Ethernet chipsets or | Brad Smith |
2013-03-30 | Remove mentioning dual-port cards and being built into motherboards | Brad Smith |
2013-03-30 | go back to the old method of execbuffer pinning | Jonathan Gray |
2013-03-30 | Return ENOTDIR if an *at() syscall is passed a relative path and a | Philip Guenther |
2013-03-30 | Fix typos. | Lawrence Teo |
2013-03-30 | Return an exit code of 1 if the file cannot be opened (e.g. file does | Lawrence Teo |
2013-03-30 | Provide a default discipline interrupt handling function and migrate all of | Joel Sing |
2013-03-30 | Add a function to read the ARM MPCore base address. This let's us | Patrick Wildt |
2013-03-30 | Remove duplicate prototypes. | Patrick Wildt |
2013-03-29 | properly handle scope when parsing IPv6 addresses. | Eric Faurot |
2013-03-29 | Enable lazy binding by default. | Miod Vallat |
2013-03-29 | res_querydomain()'s code to terminate the domain with '.' had the assignment | Philip Guenther |
2013-03-29 | correctly show the scope for IPv6 addresses in getnameinfo() | Eric Faurot |
2013-03-29 | Add an explicit Pod-Escapes dependency to Pod-Functions, in addition to the | Miod Vallat |
2013-03-29 | More mg_data.h where uudmap.h is listed, for paranoia and consistency. | Miod Vallat |
2013-03-29 | Add an explicit dependency for mg_data.h, similar to uudmap.h; should help | Miod Vallat |
2013-03-29 | Do not fail in gethostbyname_async() if there are multiple addresses in | Eric Faurot |
2013-03-29 | Properly release ccbs when restarting a work unit. | Joel Sing |
2013-03-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-29 | Convert RAID 4/5/6 to new ccb completion code. | Joel Sing |
2013-03-29 | Prevent race conditions in db file handling. | Tobias Stoeckmann |
2013-03-29 | Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode | Gerhard Roth |
2013-03-29 | Replace hand-crafted loops in if.c with the FOREACH macro. | Alexander Bluhm |
2013-03-29 | Enable the response rate limiting code in NSD in the default build, | Stuart Henderson |
2013-03-29 | Decouple wakeups on work unit completion from the type of I/O being | Joel Sing |
2013-03-29 | sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are | Joel Sing |
2013-03-29 | Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL. | Brad Smith |
2013-03-29 | reduce the diff to linux in i915_gem_get/set_tiling | Jonathan Gray |
2013-03-29 | put urtwn in big ramdisks so I can use it for upgrades | Ted Unangst |
2013-03-29 | release the i2c bus in the error paths of fetching an edid | Jonathan Gray |
2013-03-29 | remove some of the unused fields from rndstats and stop printing zeroes. | Ted Unangst |