Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-29 | Add an explicit dependency for mg_data.h, similar to uudmap.h; should help | Miod Vallat | |
building with -j. | |||
2013-03-29 | Do not fail in gethostbyname_async() if there are multiple addresses in | Eric Faurot | |
a DNS packet... | |||
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 | |
avoid ugly casts. OK krw@ tedu@ | |||
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 | |
ok gilles | |||
2013-03-29 | Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode | Gerhard Roth | |
so that all "set" requests will be rejected. ok reyk@ | |||
2013-03-29 | Replace hand-crafted loops in if.c with the FOREACH macro. | Alexander Bluhm | |
OK tedu@ claudio@ | |||
2013-03-29 | Enable the response rate limiting code in NSD in the default build, | Stuart Henderson | |
see http://www.nlnetlabs.nl/blog/2012/10/11/nsd-ratelimit/ for more information. camield, phessler and deraadt agree this is a sane default. | |||
2013-03-29 | Decouple wakeups on work unit completion from the type of I/O being | Joel Sing | |
performed. ok krw@ | |||
2013-03-29 | sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are | Joel Sing | |
called. As a result, factor out the the sd_sync check/wakeup code and move it to after the scsi_done() call in sr_scsi_done(). Perform the same sd_sync check/wakeup after scsi_io_put() calls (including the addition of some that were previously missed). ok krw@ | |||
2013-03-29 | Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL. | Brad Smith | |
ok deraadt@ | |||
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 | |
print labels before stats so people can tell what's what. | |||
2013-03-29 | sadly, we are going to need machine/cpu.h here for a while to get machdep | Ted Unangst | |
noticed by naddy | |||
2013-03-28 | sync | Theo de Raadt | |
2013-03-28 | as DRM_LOG_KMS is called with partial lines make it a simple printf | Jonathan Gray | |
2013-03-28 | add support for relaxed deltas | Jonathan Gray | |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst | |
slipped by on i386, but the zaurus doesn't automagically pick it up. spotted by patrick | |||
2013-03-28 | Add missing locking in i915_gem_retire_work_handler() and call | Mark Kettenis | |
intel_mark_idle() when idle. | |||
2013-03-28 | allow passing a full path to a .pc file, instead of just the module name. | Jasper Lievisse Adriaanse | |
fd.o pkg-config allows this and some ports landry's working on depend on it. tested in a bulk by landry@, thanks | |||
2013-03-28 | regen for vscsi(8) -> vscsi(4); | Jason McIntyre | |
2013-03-28 | vscsi(8) -> vscsi(4); | Jason McIntyre | |
2013-03-28 | no Pp before/after Sh; | Jason McIntyre | |
2013-03-28 | Reduce diffs with Linux now that we have i915_enable_hangcheck. | Mark Kettenis | |
2013-03-28 | shuffle the KERNEL BUILDING text a little; from daniel dickman | Jason McIntyre | |
2013-03-28 | Prevent a panic during rtsx(4) attachment. If a card is inserted while booting | Stefan Sperling | |
the interrupt handler can be triggered before sdmmc(4) is attached. In which case the interrupt handler's futile attempt to handle the newly inserted card would crash the kernel. ok miod@ | |||
2013-03-28 | pathconf/fpathconf are now compliant with POSIX-2008. | Philip Guenther | |
Adjust the errnos a bit. | |||
2013-03-28 | Call intel_mark_busy() in the right place, and call intel_mark_fb_busy() | Mark Kettenis | |
where we used to call intel_mark_busy(). | |||
2013-03-28 | Add i915_enable_hangcheck parameter. | Mark Kettenis | |
2013-03-28 | sync | Theo de Raadt | |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus | |
where appropriate. Among other things makes the symbols consistent across all architectures (notably where ldbl mantissa is 53 bits). While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there to trick lint into recording the right prototypes for aliased functions. Most of the work done at the awesome n2k13 hackathon. Agreed by kettenis@, guenther@, matthew@. | |||
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus | |
libm. While at it, remove now unused workarounds for lint. Agreed by kettenis@, guenther@, matthew@. | |||
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus | |
another symbol without weak attribute. To be used in libc and libm soon. Agreed by kettenis@, guenther@, matthew@. | |||
2013-03-28 | Let mii_attach() know where the PHY is located instead of scanning | Brad Smith | |
for it since we know where it will be anyway and remove the code from the MII bus read/write functions to force reading/writing from the predetermined location. Copied from bge(4) and this is what the upstream FreeBSD bce(4) driver has done once FreBSD gained a mii_attach(). ok dlg@ sthen@ | |||
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat | |
minor changes. | |||
2013-03-28 | sys/param.h gets you sys/types.h automatically | Theo de Raadt | |
2013-03-28 | the ramdisk is a bit special, and some tedu arguments do apply. # out | Theo de Raadt | |
the drivers which were disabled. | |||
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt | |
.h files to pull it in, if needed ok tedu | |||
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst | |
2013-03-28 | switch to the new resolver implementation. | Eric Faurot | |
requested by many. | |||
2013-03-28 | separate memory poisoning code to a new file and make it usable kernel wide | Ted Unangst | |
ok deraadt | |||
2013-03-28 | remove excesss includes | Theo de Raadt | |
2013-03-28 | Enable fmemopen(3) and open_{w,}memstream(3) | Eric Faurot | |
commiting on behalf of mpi@ | |||
2013-03-28 | Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already | Theo de Raadt | |
know it from the machine. ok miod | |||
2013-03-28 | If -s to swap-pane is not given, use the current pane. | Nicholas Marriott | |
2013-03-28 | Make copy-mode -u still scroll up if already in copy mode, handy for | Nicholas Marriott | |
people who bind it with -n. |