Go to file
bouyer be340e279e Some bus_dma(9)-related and memory allocation fixes:
- always bus_dmamap_unload() before recycling a receive descriptor
- make sure to not sleep from interrupt context: call bus_dmamap_load with
  M_NOWAIT, and create dma maps BUS_DMA_ALLOCNOW.
- if a receive descriptor has a NULL mbuf try to allocate a new one, don't
  try to receive it.
2011-03-30 18:11:37 +00:00
bin Fix bogus paranthesis, From Henning Peternse in PR bin/44773. 2011-03-26 12:01:06 +00:00
common Fix a typo and a punctuation nit. 2011-03-27 22:44:47 +00:00
compat if using MAKEOBJDIRPREFIX, make sure to unset it since it would override 2011-01-31 10:58:14 +00:00
crypto fix a repeated typo 2011-03-29 21:43:17 +00:00
dist 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
distrib Add some naive tests for the efun(3) family of debug functions. 2011-03-30 17:02:17 +00:00
doc Note TLS support for sparc and sparc64 2011-03-30 10:32:35 +00:00
etc Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
external Pull up upstream revision 648ed6360b2b7cda81a6079b00dc436d09c745b8: 2011-03-30 11:10:56 +00:00
extsrc
games Bug fix: in a game with 26 planes, the last one to be allocated wouldn't 2011-02-15 08:25:25 +00:00
gnu Don't install stddef.h and friends, they don't work as intended without 2011-03-24 13:31:30 +00:00
include finish the ieeefp.h vs fp_prec_t hack from the previous change and 2011-03-27 05:13:15 +00:00
lib .Li -> .Em. 2011-03-30 16:41:00 +00:00
libexec Add support for TLS relocations 2011-03-30 09:22:29 +00:00
regress Kill a redundant lvalue cast in assembler constrained. 2011-03-18 03:06:21 +00:00
rescue Add basic locking to ld.elf_so. 2011-03-25 18:07:04 +00:00
sbin Document biosboot. Xref boot(8) and installboot(8). 2011-03-27 01:01:07 +00:00
share Xref cdefs(3). 2011-03-30 15:37:15 +00:00
sys Some bus_dma(9)-related and memory allocation fixes: 2011-03-30 18:11:37 +00:00
tests Add missing __RCSID(3), again. 2011-03-30 17:03:02 +00:00
tools Enable support for --sysroot in binutils and gcc. 2011-03-24 13:33:42 +00:00
usr.bin Add long example describing how to find and configure multimedia 2011-03-30 11:35:25 +00:00
usr.sbin Don't cast return value of malloc 2011-03-30 05:24:05 +00:00
x11
build.sh Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00
BUILDING Pass down INSTALLSETS variable to installsets target. Use :Q to escape 2011-01-29 16:56:26 +00:00
Makefile Pass down INSTALLSETS variable to installsets target. Use :Q to escape 2011-01-29 16:56:26 +00:00
Makefile.inc
UPDATING fix typo in "-traditional-cpp" 2011-01-23 23:40:37 +00:00