dragonfly.git
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Matthew DillonHAMMER VFS - Fix edge case in mirroring code.
2009-04-07 Sascha WildnerSync a couple of prototypes (mknod(), mktemp() & friend...
2009-04-07 Thomas NikolajsenMerge commit 'chlamydia/master'
2009-04-07 Thomas Nikolajsensys/types.h: Add protection of typedefs
2009-04-07 Sascha Wildnertimed(8): Include <string.h> instead of <strings.h...
2009-04-07 Sascha Wildnerncplogin(1): Include <string.h> instead of <strings...
2009-04-07 Sascha Wildnerlibncp: Include <string.h> instead of <strings.h> for...
2009-04-07 Sascha Wildnerpw(8): setgrent()'s return type is void.
2009-04-07 Sascha Wildnernewsyslog(8): Silence warning.
2009-04-07 Sascha Wildnersh(1): Deconstify unsetvar()'s argument when passing...
2009-04-07 Sascha WildnerInclude <string.h> instead of <strings.h> in various...
2009-04-07 Stathis KamperisAdd missing MLINKS for {getchar,putchar}_unlocked functions
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha Wildner<sys/un.h>: #include <sys/file.h> for struct file.
2009-04-07 Sascha Wildnerindent(1): Sync with FreeBSD and raise WARNS to 6.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerUse NULL instead of 0 in various places.
2009-04-07 Sascha Wildnergetnetgrent(3): Improve markup.
2009-04-07 Sascha Wildnersys/dev/usbmisc/Makefile: Remove duplicate entry.
2009-04-07 Peter AvalosBump libc's version and __DragonFly_version for recent...
2009-04-07 Peter AvalosClean up sysconf and associated headers.
2009-04-07 Peter AvalosFix some namespace issues with grp.h and pwd.h.
2009-04-07 Peter AvalosRevert "Temporary hack out reentrant user database...
2009-04-07 Peter AvalosSync ttyname with FreeBSD:
2009-04-07 Peter AvalosSync times() with FreeBSD:
2009-04-07 Peter Avalostime() C99 compliance:
2009-04-07 Peter AvalosAdd a tcgetsid() function that returns session id.
2009-04-07 Peter AvalosSync syslogd with FreBSD:
2009-04-07 Peter AvalosSimplify the return value of sysctlnametomib.
2009-04-07 Peter AvalosWARNS: Add a prototype for __sysctl.
2009-04-07 Peter AvalosSync stringlist with FreeBSD:
2009-04-07 Peter AvalosReduce setproctitle's memory footprint on libc.
2009-04-07 Peter AvalosSync setmode(3) with FreeBSD:
2009-04-07 Peter AvalosSync popen(3) with FreeBSD:
2009-04-07 Peter AvalosSync sys/queue.h with FreeBSD:
2009-04-07 Peter Avalosinitgroups(): Remove unneeded includes and use gid_t.
2009-04-07 Peter AvalosSync glob(3) with FreeBSD:
2009-04-07 Peter Avalosgetttyent(3) fixes from FreeBSD:
2009-04-07 Peter AvalosSync getnetgrent with FreeBSD:
2009-04-07 Peter AvalosSync gethostname() with FreeBSD:
2009-04-07 Peter AvalosSync getcap() with FreeBSD:
2009-04-07 Peter AvalosIncrease "max" to a more reasonable maximum in getbsize.
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...
next