dragonfly.git
2009-02-23 Sascha Wildnerrpc(3): Adjust the manual page's struct XDR to reality.
2009-02-22 Nicolas Therymsdosfs: remove useless code.
2009-02-22 Sascha Wildnercommitter(7): Add some lines about MFCing.
2009-02-21 Nicolas TheryPotential fix for panic during shutdown.
2009-02-21 Nicolas Therymsdosfs: replace bzero() with M_ZERO.
2009-02-21 Sascha Wildnerinstaller: Re-add the TEST_DEV command which was remove...
2009-02-21 Sascha Wildnerasf(8): Fix example and clean up a bit.
2009-02-20 Sascha Wildneramr: style(9)
2009-02-20 Matthias SchmidtSync with FreeBSD
2009-02-20 Sascha Wildnermake/Makefile: Adjust hash table creation for pkgsrc.
2009-02-20 Sascha Wildnermake/Makefile: Remove CVS id handling.
2009-02-20 Sascha Wildnermakesyscalls.sh: Remove CVS id handling and clean up...
2009-02-19 Sascha WildnerConstify yp_dir in various places (unbreaks buildworld).
2009-02-19 Sascha Wildnerrpcgen(1): Raise WARNS to 6.
2009-02-19 Sascha Wildnerypmatch(1): Raise WARNS to 6 & fix warnings.
2009-02-19 Sascha Wildnernl(1): Raise WARNS to 6 & fix warnings.
2009-02-19 Sascha Wildnerypcat(1): Raise WARNS to 6 & fix warnings.
2009-02-19 Sascha WildnerRemove cxconfig, which was never compiled and never...
2009-02-19 Sascha Wildnerypxfr(8): Ansify, raise WARNS to 3, fix warnings.
2009-02-19 Sascha Wildnerman9/Makefile: Add missing backslash.
2009-02-19 Sascha WildnerAdd an ioctl(9) manual page.
2009-02-18 Sascha WildnerLiveDVD: Fix installer when it is run in the console.
2009-02-18 Simon Schubertfsck_msdosfs: check next cluster index for validity...
2009-02-16 Nicolas TheryFix warning in kernel.
2009-02-16 Nicolas TheryFix typo.
2009-02-17 Sascha Wildnergetent(1): Raise WARNS to 6.
2009-02-17 Sascha Wildnertruncate(1): Raise WARNS to 6 and fix all warnings.
2009-02-17 Sascha Wildnerfind(1): Raise WARNS to 6 and fix all warnings.
2009-02-17 Sascha Wildnerfinger(1): Raise WARNS to 6 and fix all warnings.
2009-02-17 Sascha WildnerRemove WARNS?=6 from Makefiles where it is already...
2009-02-17 Sascha Wildnerm4(1): Oops, WARNS?=6 is in usr.bin/Makefile.inc already.
2009-02-17 Sascha Wildnerm4(1): Raise WARNS to 6 and fix warnings.
2009-02-17 Sepherosa Ziehauroute: Replicate mask_rnhead to each CPU; unbreak genma...
2009-02-17 Sepherosa Ziehaubacktrace: Use print_backtrace()
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs on ARP input path.
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs on route_output(RTM_C...
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs generated by rtlookup...
2009-02-17 Sepherosa Ziehaurtsock: Fill in the correct rtm_index for RTM_ADD and...
2009-02-17 Sepherosa Ziehaurtsock: Use M_ASSERTPKTHDR()
2009-02-17 Sepherosa Ziehaurtsock: Break long line
2009-02-17 Sepherosa Ziehaurtsock: Fill in the rtm_index field whenever we have...
2009-02-17 Sepherosa Ziehaurtsock: White space
2009-02-17 Sepherosa Ziehaurtsock: Use rtsearch_global() for RTM_GET
2009-02-17 Sepherosa Ziehaurtsock: Unbreak RTM_LOCK support by using rtsearch_global()
2009-02-17 Sepherosa Ziehauroute: Add rtsearch_global(), which is used to fix...
2009-02-17 Sepherosa Ziehaurtsock: Minor style change
2009-02-17 Sepherosa Ziehaurtsock: Fix a reversed condition
2009-02-17 Sepherosa Ziehaurtsock: Fix !SO_USELOOPBACK support in route_output()
2009-02-17 Sepherosa Ziehaubusdma(9): Dup i386 busdma_machdep.c to vkernel
2009-02-17 Sepherosa Ziehaubusdma(9): Dup i386 busdma_machdep.c to amd64
2009-02-17 Sepherosa ZiehauUnbreak LINT build
2009-02-17 Sepherosa Ziehausis(4): Rework busdma(9) related bits
2009-02-17 Sepherosa Ziehausis(4): Move software specific fields out of hardware...
2009-02-17 Sepherosa Ziehaubce(4): Remove unnecessary bus_dmamap_sync()
2009-02-17 Sepherosa Ziehaubce(4): Adjust RX path to avoid fatal error caused...
2009-02-17 Sepherosa Ziehaubce(4): Factor RX desc setup out of bce_newbuf_std()
2009-02-17 Sepherosa Ziehaubce(4): Utilize bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehaubce(4): Use coherent for non-buffer data storage
2009-02-17 Sepherosa Ziehaubce(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehaustge(4): Remove unnecessary bus_dmamap_sync()
2009-02-17 Sepherosa Ziehaustge(4): Adjust TX path
2009-02-17 Sepherosa Ziehaustge(4): Utilize bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaustge(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehaustge(4): Adjust the error handling code on stge_dma_alloc()
2009-02-17 Sepherosa Ziehaustge(4): Utilize bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehaustge(4): Regroup busdma tag creation; prepare for the...
2009-02-17 Sepherosa Ziehaustge(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehauet(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}()
2009-02-17 Sepherosa Ziehauet(4): Split RX/TX mbuf busdma tag
2009-02-17 Sepherosa Ziehauet(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehauet(4): Utilize bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehauet(4): Utilize bus_dmamem_coherent()
2009-02-17 Sepherosa Ziehauet(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehaumsk(4): Align TX buffer to 64bytes boundary instead...
2009-02-17 Sepherosa Ziehaumsk(4): Align TX buffer to 8bytes boundary to improve...
2009-02-17 Sepherosa Ziehaubusdma(9): Obey alignment constraint by default
2009-02-17 Sepherosa Ziehaumsk(4): Avoid busdma map leakage on error handling...
2009-02-17 Sepherosa Ziehaumsk(4): Adjust TX path
2009-02-17 Sepherosa Ziehaumsk(4): Utilize bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaumsk(4): Utilize bus_dmamem_coherent() and don't sync...
2009-02-17 Sepherosa Ziehaumsk(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehausk(4): Utilize bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehausk(4): Adjust RX path a little bit
2009-02-17 Sepherosa Ziehausk(4): Rework busdma(9) related bits
2009-02-17 Sepherosa Ziehausk(4): Adjust TX path a little bit.
2009-02-17 Sepherosa Ziehaurl(4): Don't use magic number
2009-02-17 Sepherosa Ziehaurl(4): Rework busdma(9) related bits
2009-02-17 Sepherosa Ziehaubge(4): Remove unnecessary bus_dmamap_sync()
2009-02-17 Sepherosa Ziehaubge(4): Utilize bus_dmamap_load_mbuf_{defrag,segment}()
2009-02-17 Sepherosa Ziehaubge(4): Rework bge_newbuf_{std,jumbo}()
2009-02-17 Sepherosa Ziehaubge(4): Split RX/TX mbuf busdma tags
2009-02-17 Sepherosa Ziehaubge(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehaubge(4): Utilize bus_dmamem_coherent()
2009-02-17 Sepherosa Ziehaubge(4): Correct busdma parameters
2009-02-17 Sepherosa Ziehauif_bgereg.h: Remove extra white space
2009-02-17 Sepherosa Ziehaubusdma(9): Update FreeBSD RSCID.
2009-02-17 Sepherosa Ziehaubusdma(9): Don't record/use boundary in bounce zone
2009-02-17 Sepherosa Ziehaubusdma(9): Use the passed in 'flags' instead of hard...
2009-02-17 Sepherosa Ziehaujme(4): Don't sync coherent memory
next