games.git
2010-09-17 Matthew Dillonnetwork - Fix race in accept()
2010-09-17 Matthew Dillonutilities - Correct variable types to match kernel
2010-09-17 Sascha Wildnerkernel: Staticize some dev_ops and adjust a name in...
2010-09-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-17 Matthew Dillonkernel - Adjust AHCI driver to deal with AMD braindamag...
2010-09-17 Sascha Wildnerpf(4): Fix a kprintf() warning on x86_64.
2010-09-16 Matthias Schmidtrconfig(8) - Add new script to setup an encrypted root...
2010-09-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-09-16 Venkatesh Srinivaskernel - tmpfs: Convert tmpfs name malloc zone to a...
2010-09-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-16 Matthew Dillonkernel - Fix NFS panic
2010-09-16 Sascha WildnerMake bluetooth(4) compileable into the kernel and add...
2010-09-16 Sascha Wildnerbluetooth(4): Remove an unused variable.
2010-09-16 Matthew Dillonnetwork - Fix unconverted netmsg function
2010-09-16 Matthew DillonHAMMER Utility - Adjust documentation
2010-09-16 Matthew Dillonnetwork - Fix if_gif build when no INET6
2010-09-16 Alex Hornunginitrd - Allow realroot to not have /dev for paths
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-16 Matthew Dillonnetwork - Allow asynchronous shutdown and fix a MP...
2010-09-16 Matthew Dillonnetwork - Add assertions for direct messaged calls
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-16 Matthew Dillonkernel - Make interrupt thread preemption programmable
2010-09-16 Matthew Dillonnetwork - Fix nasty bug in udp6_send()
2010-09-16 Alex Hornungcrashinfo - (hopefully) fix hang
2010-09-16 Matthew Dillonnetwork - Fix MP races in GIF
2010-09-16 Matthew Dillonvknetd - Adjust unsecure mode (-U) to also pass any...
2010-09-16 Samuel J. Greearkernel - Rename the sndtok to sndtok
2010-09-15 Matthew Dillonkernel - Fix MADV_NOSYNC and MAP_NOSYNC, improve vkerne...
2010-09-15 Matthew Dillonkernel - Increase x86_64 & vkernel kvm, adjust vm_page_...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 2
2010-09-15 Alex Hornungdloader - Add support for kernel_options=""
2010-09-15 Alex Hornungdloader - Allow foo_name for modules
2010-09-15 Alex Hornungdloader - Allow foo_type for modules
2010-09-15 Alex Hornungmkinitrd - Adjust initrd.img path to new loader
2010-09-15 Sascha Wildnersyscons(4): Move tty token release and acquirement...
2010-09-15 YONETANI Tomokazuips - Issue IPS_CACHE_FLUSH_CMD to the controller on...
2010-09-15 YONETANI TomokazuMake it easier to find proper manual page for newer...
2010-09-15 YONETANI Tomokazuips - Add Adaptec ServeRAID 7x IDs. IDs taken from...
2010-09-15 Matthew Dillonnetwork - Protect so_rcv sockbuf in udp and unix domain...
2010-09-15 Matthew Dillonnetwork - Increase basic mbuf size from 256 to 384...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Matthew Dillonvkernel - Improve memory image file startup
2010-09-14 Sascha Wildnertwa(4): Sync with FreeBSD (twa(4) version 3.80.06.003).
2010-09-14 Sascha Wildnerie(4): This driver is ISA only, so remove some unneeded...
2010-09-14 Jan Lentferpf: Make pf work w/ the MPSAFE network stack
2010-09-14 Jan Lentferpf: Revert commit 5165ac2
2010-09-14 Sepherosa ZiehauACPI P-State: Force P-State to use the first usable...
2010-09-14 Sepherosa ZiehauACPI P-State: When there is no _PSD, create one CPU...
2010-09-14 Sepherosa Ziehautest commit
2010-09-14 Matthew Dillonnetwork - UDP currently only going to one proto thread
2010-09-14 Matthew Dillonnetwork - Protect soreceive() from backend
2010-09-14 Matthew Dillonnetwork - Fix udp self-referential panic
2010-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-13 Matthew Dillonkernel - swapoff - regenerate system calls
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-09-13 Sascha WildnerFix some mdoc issues in tcp.4's SEE ALSO.
2010-09-13 Sascha WildnerFix two typos in manual pages and messages.
2010-09-13 Matthew Dillonbuild - Fix vkernel installation target for /usr/src...
2010-09-13 Matthew Dillondevfs - Fix use-after-free case when making pty's invisible
2010-09-13 Venkatesh SrinivasFix !INVARANTS build and reformat token asserts for...
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races (2)
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-13 Matthew Dillonnetwork - remove the redispatch local
2010-09-13 Peter Avalossavecore: Fix typo in comment.
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-12 Matthew Dillonkernel - Fix one-cycle MP race in vshouldmsync()
2010-09-12 Sascha Wildnerpfctl.8: Adjust date.
2010-09-12 Sascha Wildnercrashinfo.8: Remove trailing whitespace.
2010-09-12 Matthew Dillonnetwork - Assert that the packet's data has not overrru...
2010-09-11 Sascha Wildnerpfctl(8): Fix some printf issues (and buildworld on...
2010-09-11 Matthew Dillonnetwork - Fix tcp inpcb race
2010-09-11 Matthew Dillonnetwork - More tokens for ipsec
2010-09-11 Matthew Dillonkernel - cleanup & assertions in mbuf code
2010-09-11 Matthew Dillonkernel - Fix mprace in kern_objcache
2010-09-11 Sascha WildnerRe-add RSS_DEBUG to LINT.
2010-09-11 Alex HornungFix manual break to debugger
2010-09-11 Alex Hornungsavecore,crashinfo - fix several problems
2010-09-11 Venkatesh Srinivaskernel: bzeront() - Switch out loop instruction in...
2010-09-11 Sascha Wildnerftp-proxy.8 & pflogd.8: Fix some mdoc issues.
2010-09-11 Sascha WildnerFix LINT build.
2010-09-11 Matthew Dillonnetwork - Correct double free of mbuf during reboot
2010-09-11 Matthew Dillonbuild - Fix netgraph
2010-09-11 Matthew Dillonnetwork - raw_input needs further protection
2010-09-11 Samuel J. Greeardevfs - Let devfs assume degenerate knotes when a devic...
2010-09-11 Matthew Dillonnetwork - Fixes for wpa, general sockets.
2010-09-10 Matthew Dillonnetwork - Tokenize NFS, fix MP races
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Jan Lentferpf: Fix some byte ordering
2010-09-10 Venkatesh Srinivaskernel - tmpfs: Set M_NULLOK on node allocations and...
2010-09-10 Alex Hornungsavecore - Allow automatic text summary generation
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew Dillonbuild - Fix kernel build issue
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-10 Alex Hornungcrashinfo - Add script to gather info from dumps
2010-09-10 Alex Hornunggdb.kernel - Add commands for tokens
2010-09-10 Matthew Dillonbuild - Fixup world/kernel build
2010-09-10 Matthew Dillonsystat - Fix overflow in page calculation on display
2010-09-10 Sascha WildnerHopefully fix mountroot on our LiveCDs.
next