dragonfly.git
2009-04-07 Peter AvalosSync fts(3) with FreeBSD.
2009-04-07 Peter AvalosAdd getfstab(3) and setfstab(3).
2009-04-07 Peter AvalosReplace frexp(3) with MI code and add a frexpl(3) funct...
2009-04-07 Peter AvalosMake FLT_ROUNDS reflect the dynamic rounding mode and...
2009-04-07 Peter AvalosSync fnmatch(3) with FreeBSD.
2009-04-07 Peter AvalosSync fmtcheck(3) with FreeBSD, teaching it some new...
2009-04-07 Peter AvalosAdd posix_spawn() and posix_spawnp().
2009-04-07 Peter AvalosAdd a few new errnos and improve documentation.
2009-04-07 Peter AvalosFix a few namespace issues in err.c.
2009-04-07 Peter AvalosSync daemon(3) with FreeBSD:
2009-04-07 Peter AvalosSync confstr(3) with FreeBSD:
2009-04-07 Peter AvalosSync assert with FreeBSD:
2009-04-07 Peter AvalosSync arc4random with FreeBSD:
2009-04-07 Peter AvalosFix format strings and a spelling errors.
2009-04-07 Peter AvalosUse pread/pwrite instead of lseek followed by read...
2009-04-07 Peter AvalosFix a sizeof error in __bt_put.
2009-04-07 Peter AvalosWhitespace cleanup.
2009-04-07 Peter AvalosAdd a __printflike.
2009-04-07 Peter AvalosDon't clobber CFLAGS.
2009-04-07 Peter AvalosSync libc/gmon with FreeBSD:
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-04-07 Peter AvalosSync libc/quad with FreeBSD:
2009-04-07 Peter AvalosSync libc/regex with FreeBSD:
2009-04-07 Peter AvalosReplace our strtod with the gdtoa package.
2009-04-07 Peter AvalosConfigure gdtoa for DragonFly:
2009-04-07 Peter AvalosAdd a <fenv.h> implementation.
2009-04-07 Peter AvalosSync libc/stdlib with FreeBSD (ignoring jemalloc, pts...
2009-04-07 Peter AvalosReduce lock contention for simple cases in stdtime.
2009-04-07 Peter AvalosRemove unused source files.
2009-04-07 Peter AvalosAdd the restrict qualifier to strftime(3) and strptime(3).
2009-04-07 Peter AvalosAdd routines to convert time_t to/from fixed-bit fields.
2009-04-07 Peter AvalosSync strptime with NetBSD:
2009-04-07 Peter AvalosRemove the timezone() function.
2009-04-07 Peter AvalosUse snprintf instead of sprintf.
2009-04-07 Peter AvalosMake sure that %r honors the LC_TIME t_fmt_ampm.
2009-04-07 Peter AvalosDon't depend on lcl_mutex being a recursive mutex.
2009-04-07 Peter AvalosSync lib/libc/string with FreeBSD:
2009-04-07 Peter AvalosImport the uuid_enc_le(), uuid_dec_le(), uuid_enc_be...
2009-04-07 Peter AvalosSync libc/yp with FreeBSD:
2009-04-06 Thomas NikolajsenMerge commit 'chlamydia/master'
2009-04-06 Thomas Nikolajsenbattd update: fix some errors and improve battd.8
2009-04-06 Sascha WildnerSync zoneinfo database with tzdata2009e from elsie.
2009-04-05 Sepherosa Ziehauether_input(): Remove unapplied comment
2009-04-05 Sepherosa Ziehauvlan(4): Support IFF_PROMISC and IFF_ALLMULTI
2009-04-05 Sepherosa Ziehauether_input: Defer promiscous packet discarding until...
2009-04-05 Sepherosa ZiehauUse ETHER_IS_MULTICAST, which is more expressive.
2009-04-05 Sepherosa Ziehauserializer manpage: Remove IS_SERIALIZED(), which is...
2009-04-05 Sepherosa Ziehaumbuf: Don't discount the objcache limits required by...
2009-04-05 Sepherosa Ziehaualtq: ifq needs protection here; not ifnet
2009-04-04 Sascha Wildnerumount(8): Raise WARNS to 6 and fix all warnings.
2009-04-04 Sascha Wildnersh(1): Fix warnings when compiling with -DNO_HISTORY.
2009-04-04 Sascha Wildnervkernel: Comment out unused variable.
2009-04-04 Sascha WildnerRename some log() -> dolog() to not conflict with built...
2009-04-04 Sepherosa Ziehausystat(1): Correct TCP statistics reporting
2009-04-04 Sepherosa Ziehaubridge(4): if_snd.ifq_maxlen does not need explicit...
2009-04-04 Matthew DillonHAMMER - Fix extra TAILQ_REMOVE in HAMMER shutdown...
2009-04-04 Matthew DillonAMD64 Test Environment - add SDL support to the qemu...
2009-04-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-03 Matthew DillonAMD64 - Enhance help target for src/test/amd64 build
2009-04-03 Sascha WildnerUse .Va for tunables in manual pages.
2009-04-03 Matthew DillonRedo last commit. Do not require that SRCDIR be specif...
2009-04-03 Matthew DillonRequire that SRCDIR be specified or exist in the enviro...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 2/2.
2009-04-03 Matthew DillonAdd programs to test revocation of open files in the...
2009-04-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2009-04-03 Sascha Wildnerusched_dummy: Silence warning
2009-04-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-02 Matthew DillonAMD64 - Fixes to make dynamic binaries run
2009-04-02 Stathis Kamperisvnconfig(8): remove code with no effect
2009-04-02 Sascha Wildnerpppstats(8): Convert manual page to mdoc.
2009-04-02 Matthew DillonAMD64 - More signal handler work. Signals now appear...
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2009-04-02 Matthew DillonAMD64 - Remove some debugging.
2009-04-02 Matthew DillonAMD64 - Make signals operational, fix reg mappings...
2009-04-02 Matthew DillonAMD64 - Minor rtld syncs from FreeBSD
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-01 Matthew DillonCorrect elf hash element types for 64 bit ELF.
2009-04-01 Matthew DillonFix quickworld for crossbuilding - use ln -hsf to repla...
2009-04-01 Matthew Dillonamd64 test builds - add additional targets
2009-04-01 Sascha WildnerRemove CVS ID from the loader help file.
2009-04-01 Simon Schubertusched_dummy: just proceed if the current thread is...
2009-04-01 Hasso TepperSimplify the radeon microcode loading.
2009-04-01 Hasso TepperAdd a comment for reminder about nocache.
2009-04-01 Hasso TepperLoad the right microcode for RS780.
2009-04-01 Peter AvalosFix typo in cpdup.1.
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-01 Matthew Dillonvkernel: Fix startup race with I/O cothread support.
2009-04-01 Matthew Dilloncpdup: '#' in cpignore files is no longer interpreted...
2009-03-31 Matthew DillonUse atomic_fetchadd_int() in fdrop() instead of the...
2009-03-31 Matthew DillonAdjust vfinddev() to return a referenced vnode in ...
2009-03-31 Sascha WildnerMarkup fixes in several manual pages.
2009-03-31 Stathis Kamperisvnconfig(8): document -S default size modifier
2009-03-30 Sascha WildnerSort SEE ALSO in some manual pages.
2009-03-30 Stathis Kamperisvnconfig: remove unnecessary casts
2009-03-30 Stathis Kamperisvnconfig -l: print an error if supplied vn is unknown
2009-03-29 Sascha Wildnerrpc.rstatd(8): Silence warnings.
2009-03-29 Sascha Wildner<sys/tree.h>: Add __unused (fixes warning in undo(1)).
2009-03-29 Sascha Wildnerrpc.rusersd(8): Silence warnings.
2009-03-29 Sascha Wildnerrpc.rwalld(8): Silence warnings.
next