dragonfly.git
2009-04-12 Sascha Wildnerrpc.lockd(8): Raise WARNS to 3 and fix warnings.
2009-04-12 Sascha Wildnerdhclient.conf(5) manual page: Use better mdoc (taken...
2009-04-12 Sascha Wildnerrcmd(3) manual page: Add missing .El
2009-04-12 Sascha Wildneri4b(4): Reorder includes slightly to silence some compi...
2009-04-12 Sascha Wildneri4b(4): Initialize callout handles before first accessi...
2009-04-12 Sascha Wildnersppp(4): Properly initialize keepalive_timeout.
2009-04-12 Stathis Kamperisbuild(7): mention Makefile_upgrade.inc
2009-04-12 Sepherosa ZiehauPut lwkt_serialize_array_{enter,try,exit}() into its...
2009-04-12 Sepherosa Ziehauifnet serializer split: Whack ifnet.if_serializer if...
2009-04-12 Sepherosa Ziehaupktgen: Use ifnet_{serialize,deserialize}_tx()
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa Ziehauemx(4): Add serialize/deserialize functions which just...
2009-04-12 Sepherosa ZiehauFactor out lwkt_serialize_array_{enter,try,exit}()
2009-04-12 Sepherosa ZiehauAdd IFNET_SERIALIZE_RX(idx)
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 3/many: We no longer need...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauMerge altq_cbq fix defc2f8f8d209ca94cc6f3d0a8f64c465258a43f
2009-04-12 Sepherosa ZiehauLet emx(4) install its own ifnet serialize functions
2009-04-12 Sepherosa ZiehauPut ifnet.if_serializer assertion under FIX_SERIALIZE_A...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2009-04-12 Stathis Kamperisfts(3): fix typo in MLINK
2009-04-12 Thomas Nikolajsenkdump: Add net/if_arp.h include
2009-04-12 Thomas NikolajsenRevert "kdump: Add net/if_arp.h include"
2009-04-12 Charliekdump: Add net/if_arp.h include
2009-04-11 Sascha Wildnerxdr(3): Add some missing MLINKS.
2009-04-11 Sascha Wildnerlibc/include/namespace.h: Add _getprogname().
2009-04-11 Sepherosa Ziehausln(4): Include <sys/param.h>
2009-04-11 Sepherosa ZiehauUnbreak GENERIC building
2009-04-11 Sepherosa Ziehaunetgraph/i4b: sppp struct should start with arpcom...
2009-04-11 Peter AvalosBump the version number for the OpenSSL-0.9.8k import.
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-11 Peter AvalosUpgrade to OpenSSL-0.9.8k.
2009-04-11 Peter AvalosAdd README.DELETED to the vendor branch for OpenSSL.
2009-04-11 Peter AvalosComment out granpt() from stdlib.h.
2009-04-10 YONETANI TomokazuAdd `set -o tabcomplete' to /bin/sh
2009-04-10 Stathis KamperisAdd missing MLINKS for fts(3)
2009-04-10 Stathis KamperisAdd missing MLINKS for bus_dma(9)
2009-04-10 Sascha Wildnercallbootd: Silence warnings.
2009-04-10 Stathis KamperisAdd missing MLINK for STAILQ_FOREACH_MUTABLE
2009-04-10 Stathis KamperisAdd missing MLINKS for strto{f,ld} functions
2009-04-09 Sascha Wildnerfpgetround(3): Sync manual page with FreeBSD.
2009-04-08 Sascha Wildnertrpt(8): Raise WARNS to 6 and fix warnings.
2009-04-08 Sascha Wildnertcp_{debug,timer}.h & protosw.h: Constify some strings.
2009-04-08 Sascha Wildnersemaphore.h: Revert the last commit. NULL is not define...
2009-04-08 Sascha Wildnerqueue(3): Sync MLINKS situation with the manual page.
2009-04-08 Sascha Wildnerqueue(3): Mention SLIST_FOREACH_PREVPTR (taken from...
2009-04-08 Sepherosa Ziehaualtq_cbq: In restart, release ALTQ serializer to avoid...
2009-04-08 Sascha WildnerSome mdoc fixes in various places.
2009-04-08 Sascha WildnerAdd MLINKS for getgrent_r(3), getgrgid_r(3) & getgrnam_...
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().
next