dragonfly.git
2011-03-06 Venkatesh Srinivaskernel -- file desc malloc zone overflow handling.
2011-03-06 Matthew Dillonkernel - Fix a few MP races against process status
2011-03-05 Matthew Dillonps - Handle unexpected output order when sorting by...
2011-03-05 Matthew Dillonkernel - Major bridging functionality added (bug fixes 2)
2011-03-05 Venkatesh Srinivaskernel -- vm_map: Remove infork field from vm_map.
2011-03-05 Sascha Wildnerifconfig.8: Fix a typo.
2011-03-04 Sascha Wildnerie(4): Fix a gcc44 warning.
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 2: Lockup a few vm_obj...
2011-03-04 Sascha WildnerUPGRADING: Fix typo.
2011-03-04 Sascha WildnerAt long last, switch us to using GCC 4.4 as the default...
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 1: Primitives
2011-03-04 Venkatesh Srinivaskernel -- POSIX Message Queues: Remove objcache for...
2011-03-04 Venkatesh Srinivaskernel -- Prevent POSIX MQ from overflowing malloc...
2011-03-03 Sascha WildnerUPDATING: Use '-' instead of '=' for underlining to...
2011-03-03 Sascha Wildner<float.h>: Use compiler builtins for some constants...
2011-03-03 Sascha Wildnergroff: Fix a gcc44 warning.
2011-03-03 Sascha Wildnercsh(1): Remove redundant check (silences gcc44 warning).
2011-03-03 Sascha WildnerFix buildworld (netstat(1)).
2011-03-03 Sepherosa Ziehaumptable: Assign index for each IOAPIC
2011-03-03 Sascha Wildnergrowfs(8): Silence a gcc44 warning.
2011-03-03 Sepherosa Ziehaumptable: Simplify bus id duplication check logic
2011-03-03 Peter AvalosUpdate queue(3) for the REMOVE_NEXT -> REMOVE_AFTER...
2011-03-03 Peter AvalosFix forgotten _REMOVE_NEXT -> _REMOVE_AFTER rename.
2011-03-03 Sascha Wildneratmarpd(8) & scspd(8): Silence some gcc44 warnings.
2011-03-03 Sascha Wildnerppp(8): Silence some gcc44 warnings.
2011-03-03 Sascha Wildnerspppcontrol(8): Silence some gcc44 warnings.
2011-03-03 Sascha Wildnerwindow(1): Fix a gcc44 warning.
2011-03-03 Peter Avalos<sys/queue.h>: Sync with FreeBSD
2011-03-03 Peter AvalosRemove insque()/remque() from kernel code.
2011-03-03 Peter AvalosIPX/SPX: Remove unused code.
2011-03-02 Sascha Wildnerkernel: Fix the remaining gcc44 warnings for the kernel.
2011-03-02 Sascha Wildneraicasm: Add two YY_NO_INPUTs (silences gcc44 warnings).
2011-03-02 Sepherosa Ziehaugcc44: Don't emit warning about inline failure due...
2011-03-01 Matthew Dillonkernel - Refactor dsched ref/unref routines
2011-03-01 Matthew Dillonkernel - Use do/while sequences to protect multi-line...
2011-03-01 Sascha Wildnerlibstand/printf.c: Oops, fix a braino.
2011-03-01 Sascha Wildnerlibstand: Sync libstand's printf() with FreeBSD.
2011-03-01 Sepherosa Ziehaukern.mk: Prevent gcc4.4 from generating SSSE3, SSE4...
2011-03-01 Sepherosa Ziehaukernel: Don't store FPU status into the reserved area...
2011-03-01 Sascha Wildnerps(1): Use alias syntax for the 'comm' alias.
2011-02-28 Matthew Dillonkernel - Major bridging functionality added (bug fixes)
2011-02-28 Sascha WildnerUse g++ 4.4 from base for CCVER=gcc46.
2011-02-28 Sascha WildnerAdd 'pcc' as a CCVER value (using /usr/pkgsrc/lang...
2011-02-27 Sascha Wildnerkernel: Use the system's offsetof() macro instead of...
2011-02-27 Sascha Wildnergnu/lib/csu: Add -fno-asynchronous-unwind-tables to...
2011-02-27 Sascha Wildnerkernel: Remove some variables that are set but not...
2011-02-27 Sepherosa Ziehaulib/csu: Fix typo
2011-02-27 Sascha Wildnerlib/csu: Remove a redundant -Wall in the Makefile.
2011-02-27 Sascha Wildnerkernel: Comment out some unused functions.
2011-02-27 Sascha Wildnermly(4): Put mly_timeout() under MLY_DEBUG where it...
2011-02-26 Matthew Dillonkernel - Fix incorrect inode wait code in HAMMER
2011-02-26 Sascha Wildnerlibrt: Fix buildworld by putting some unused variables...
2011-02-26 Sascha Wildnerifconfig(8): Change constructor priorities from 100...
2011-02-26 Sascha WildnerAdd YY_NO_INPUT to a number of lex(1) input files ...
2011-02-26 Venkatesh Srinivaslibrt -- AIO: Implement SIGEV_THREAD for AIO completion...
2011-02-25 Sascha Wildnerlibevtr: Add YY_NO_INPUT to ktrfmt.l and regenerate...
2011-02-25 Sascha WildnerAdd 'gcc46' as a CCVER value (using /usr/pkgsrc/lang...
2011-02-25 Sepherosa Ziehaugcc44: Make i486 the default arch
2011-02-25 Sepherosa Ziehaumk: Rearrange bsd.cpu.gcc44.mk
2011-02-25 Sepherosa Ziehaumk: Add FORCE_CPUTYPE which overrides user's CPUTYPE...
2011-02-25 Sascha WildnerRemove an old header via 'make upgrade'.
2011-02-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-24 Matthew Dillonkernel - Major bridging functionality added (bonding)
2011-02-24 Sascha WildnerRemove the meteor(4) driver.
2011-02-24 Antonio Huete... procfs - Fix open() for procfs.
2011-02-24 Matthew Dillonkernel - Major bridging functionality completed
2011-02-24 Sascha WildnerLINT: Comment out meteor(4) for now (it doesn't build...
2011-02-24 Matthew Dillonkernel - Fix serious bug w/non-blocking commit
2011-02-24 Peter AvalosFix typo in last commit.
2011-02-23 Venkatesh Srinivaskernel -- Add O_FRNONBLOCKING, to allow reads which...
2011-02-23 Sascha Wildnermy(4): Add a missing '=' (although in an #if 0'd section).
2011-02-23 Matthew Dillonkernel - Greatly enhance if_bridge
2011-02-22 Sascha Wildnerrtld(1), headers, manual pages: Bring in some whitespac...
2011-02-22 Sascha Wildner<sys/link_elf.h>: Fix include guard.
2011-02-22 Matthew Dillonkernel - Unconditionally clear BRIDGE_MBUF_TAGGED in...
2011-02-22 Sepherosa Ziehaukernel/i386: Add -msoft-float to CFLAGS
2011-02-22 Sepherosa Ziehaulibstand: Make sure that -march=i386 is specified
2011-02-22 Sepherosa Ziehaudloader: Make sure that -march=i386 is specified
2011-02-22 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-02-22 Sepherosa Ziehaumptable: Implement stub I/O APIC enumerator
2011-02-22 Matthew Dillonkernel - More if_bridge work + misc fixes
2011-02-21 Venkatesh SrinivasAdd definitions for SIGEV_THREAD.
2011-02-21 Sascha Wildnerrtld.1: Staticize the variable in the _rtld_functrace...
2011-02-21 Sascha Wildnerrtld.1: Add an example on how to set up _rtld_functrace.
2011-02-21 Sepherosa Ziehautcp: Allow listen(2) to be called on the same socket...
2011-02-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-21 Matthew Dillonkernel - Fix extra rel_mplock() in if_tap
2011-02-21 Sepherosa Ziehauinpcb: Exclusive the usage of wildcard hash and connect...
2011-02-21 Matthew DillonHAMMER - Fix long stalls when writing out core files
2011-02-20 Peter Avalosnewsyslog: Sync with FreeBSD.
2011-02-20 Peter AvalosSync /bin/sh regression tests with FreeBSD.
2011-02-20 Sascha Wildner<sys/elf_generic.h>: Fix typo in a #warning.
2011-02-20 Sascha WildnerRemove some kref(9) related files via 'make upgrade'.
2011-02-20 Sascha WildnerLINT: Fix wording and remove a duplicate option from...
2011-02-19 Matthew Dillonkernel - Clear BRIDGE_MBUF_TAGGED for NAT translations
2011-02-19 Matthew Dillonkernel - Add a transparent MAC bridging feature to...
2011-02-19 Matthew Dillonkernel - Fix minor mistake corrupting an allocation...
2011-02-19 Matthew Dillonkernel - Fix fairq, PF table hash was not being initialized
2011-02-19 Matthew Dillonkernel - Allow rn_inithead() to be called early
2011-02-18 Antonio Huete... vkernel64 - Enable function name resolution in DDB.
next