dragonfly.git
2013-04-01 Sascha Wildnerlock(1): Use %jd for printing intmax_t.
2013-03-29 Sascha Wildnerlock(1): Do not require 'options COMPAT_43' in the...
2013-03-28 Matthew Dillonlibc - MFC dmalloc -> nmalloc for 3.2-REL x86-64
2013-03-23 Sascha Wildnernatacontrol(8): Add commands to tweak power/acoustic...
2013-03-22 Markus Pfeifferlibthread_xu: Remove unnecessary calls to _thr_check_init()
2013-03-22 Markus Pfeifferlibc/libthread_xu - Fix segfault caused by libpthread...
2013-03-22 Sascha Wildnerkernel/mfi: Move the dereference of 'sc' below the...
2013-03-14 Sascha WildnerSync zoneinfo database with tzdata2013b from ftp:/...
2013-03-09 Sascha Wildnervarsym.1: Use EXIT STATUS.
2013-03-09 Sascha WildnerRevert "ddb.4 - Mention recently added 'show tokens...
2013-03-09 Antonio Huete... ddb.4 - Mention recently added 'show tokens' command.
2013-03-07 Sascha WildnerSync zoneinfo database with tzdata2013a from ftp:/...
2013-03-05 Antonio Huete... varsym(1) - Fix return codes.
2013-03-01 Sascha Wildnerlibc/regex: Fix setting the maximum of the range.
2013-03-01 Sascha Wildnerkernel/ic: Fix allocation of the output buffer.
2013-03-01 Sascha Wildnerndis(4): Fix a wrong assignment.
2013-03-01 Sascha Wildnermfi(4): Fix a wrong assignment.
2013-02-28 Sascha Wildnerkernel/u4b: sc is NULL here, so don't dereference it.
2013-02-28 Matthew Dillonkernel - Fix incorrectly ordered lwkt_reltoken() call...
2013-02-26 Sascha Wildnerisp(4): Remove a duplicate xpt_alloc_ccb() that was...
2013-02-24 Sascha Wildnerccd(4): Fix operator precedence.
2013-02-22 Sepherosa Ziehaualtq/hfsc: Fix wrong malloc size
2013-02-21 Sascha Wildnermake upgrade: Remove another manpage (an MLINK) which...
2013-02-18 John Marinocsu: Fix .eh_frame_hdr errors seen on i386
2013-02-17 John Marinobsd.cpu.gcc47.mk: Add default cpu extensions
2013-02-16 Sepherosa Ziehaubridge: Disable TSO on member interface
2013-02-13 Peter AvalosUpdate files for OpenSSL-1.0.1e import.
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL' into DragonFly_RELEASE_3_2
2013-02-13 Peter AvalosImport OpenSSL-1.0.1e.
2013-02-10 Peter AvalosUpdate files for OpenSSL-1.0.1d import.
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL' into DragonFly_RELEASE_3_2
2013-02-10 Peter AvalosImport OpenSSL-1.0.1d.
2013-02-07 Sascha Wildnergames/atc: Fix a logic bug.
2013-02-04 Venkatesh Srinivaskernel -- ffs: Softdep lock fix (lk unheld in process_w...
2013-02-02 John MarinoUnbreak world (gcc47 plugin)
2013-02-02 John Marinogcc47: Fix plugin mechanism
2013-01-31 John Marinolibstdc++47: Fix iostream bug 2478
2013-01-23 Matthew Dillonkernel - Fix improper tmpfs resource limit check
2013-01-23 Sepherosa Ziehauudp6: Remove pcb from wildcard table before calling...
2013-01-22 Sascha Wildnerkernel/amr: Extend the visibility of AMR_DEBUG.
2013-01-19 Peter Avalosm4: Sync with FreeBSD.
2013-01-16 Sascha Wildnerkernel/netgraph7: Remove <sys/ktr.h>. There's no Dragon...
2013-01-16 Sascha Wildnerkernel/netgraph7: Add a missing header to the Makefile.
2013-01-14 Sascha Wildnerkernel/usb4bsd: Fix sizeof().
2013-01-08 François TigeotVFS quota: hpfs is now read-only, remove support
2013-01-08 Antonio Huete... hpfs - Fix a couple panics and a little cleanup.
2013-01-03 Sascha Wildnerkprintf(9): Implement optional 'precision' for numbers.
2012-12-18 Adam SakareassenFix INVARIANT build issue
2012-12-17 Sascha Wildnerkernel/atm: Fix wrong rt_tables[] access.
2012-12-17 Sepherosa Ziehauif_start: Fix a race that could delay the packets trans...
2012-12-14 Matthew Dillonkernel - ufs softdep fix under heavy load v3.2.2
2012-12-14 Matthew Dillonkernel - Fix sync() system call
2012-12-14 Matthew Dillonkernel - Fix missing B_ORDERED inheritance
2012-12-14 Matthew Dillonkernel - Reduce the size of the callout wheel
2012-12-14 Matthew Dillonkernel - Fix softupdates panic with UFS
2012-12-14 Matthew Dillonkernel - Fix bug (not reached in normal operation)...
2012-12-14 Matthew Dillonkernel - Fix debug output label
2012-12-14 Matthew Dillonkernel - Fix improper assertion panic in vinvalbuf()
2012-12-14 Matthew Dillonkernel - Adjust NFS server for new allocvnode() code
2012-12-14 Matthew Dillonkernel - Change allocvnode() to not recursively block...
2012-12-14 Matthew Dillonkernel - Fix filesystem lookup error due to parent...
2012-12-14 Matthew Dillonkernel - Fix issues where tmpfs loses file data
2012-12-06 Matthew Dillonkernel - Fix memory starvation issue w/tmpfs
2012-12-01 Sascha WildnerUPDATING: Note that aic(4) was deISAized (forgot to...
2012-11-30 Sascha Wildnerint64_t is long on x86_64, and not always equivalent...
2012-11-29 Sascha Wildner<sys/errno.h>: Try to fix errno's declaration a bit...
2012-11-28 Matthew Dillonkernel - Fix proc_reparent() race/assertion panic
2012-11-27 Matthew Dilloninstaller: Clarity language when asking the user for...
2012-11-27 Sascha Wildnerinstaller: Fix handling of CMOS set to UTC vs. CMOS...
2012-11-22 Sascha Wildnervkernel: Make "options IPX" compilable into the vkernel.
2012-11-20 Sascha Wildneraac(4): Add a missing unlock.
2012-11-19 Antonio Huete... ext2fs - Clear CNP_PDIRUNLOCK flag after a lookup.
2012-11-19 John Marino/usr/Makefile: Add pkgsrc-create-shallow option
2012-11-19 Sascha Wildnermake distribution: Remove some symlinks before (re...
2012-11-18 Sascha Wildnermpt(4): Fix a panic in RAID operation.
2012-11-15 Matthew Dillonkernel - Fix off-by-1 error in semexit
2012-11-15 John Marinobug 2450: Allow build of RELEASE 3.2 from master's...
2012-11-15 John MarinoTweak some makefiles to prepare for bmake
2012-11-14 Sascha Wildnermount{,_ufs}: Fix wrong mountctl(2) error check.
2012-11-13 Sascha WildnerSync zoneinfo database with tzdata2012j from ftp:/...
2012-11-13 Sascha Wildneripcs(1): Fix the "ipcs: kvm_nlist: No such file or...
2012-11-13 Sascha WildnerReally fix systat(1).
2012-11-13 Antonio Huete... systat - Do not use ccpu for %cpu calculation in pigs...
2012-11-11 Sascha Wildnerhammer.8: Add back an .El that was removed by mistake.
2012-11-10 John Marinogetline(3): Fix segfault caused by NULL pointer
2012-11-10 Alex Hornungboot - some VIA processors also have long mode!
2012-11-07 Sepherosa Ziehauigb: Configure TX head write back before turn enable...
2012-11-04 Sascha WildnerSync zoneinfo database with tzdata2012i from ftp:/...
2012-11-03 Sepherosa Ziehaubge: Fix a bug in the polling code when status tag...
2012-11-03 Sepherosa ZiehauRevert "bge: Always configure MII mode register"
2012-11-03 Sascha Wildnerkernel: Fix some wrong cam_simq_release() calls.
2012-11-02 Sascha Wildner/usr/Makefile: Bring back creating a master branch.
2012-11-01 Justin C. SherrillMake sure that upgrading to master doesn't happen autom...
2012-11-01 Sepherosa Ziehauioapic/i386: Allow GSI > 191
2012-11-01 Sepherosa Ziehauioapic/x86_64: Allow GSI > 191
2012-10-27 Sascha WildnerSync zoneinfo database with tzdata2012h from ftp:/...
2012-10-26 Sascha Wildnermdoc: Fix .Os version.
2012-10-26 John Marinolibssp47, libobjc47: install headers
2012-10-26 John Marinolibgomp47: Install libgomp.spec and omp.h
2012-10-21 Sascha Wildnervkernel64: Add a missing 'break'.
next