dragonfly.git
2005-04-12 David XuFix brokeness by using _pthread_xxx functions instead.
2005-04-12 Max OkumotoRemoved un-nessisary comment. We can get a zero length...
2005-04-11 Hiten PandyaUse the correct macro for printing TCP statistical...
2005-04-11 Hiten PandyaIck! Seems I was under a placebo, correct a last minut...
2005-04-11 Hiten PandyaMechanical cleanup of IP per-cpu statistics code, bette...
2005-04-11 Hiten PandyaForced commit to note previous change, of introducing...
2005-04-11 Hiten PandyaRemove the '_GD' macro hack:
2005-04-11 Hiten PandyaMechanical cleanup of TCP per-cpu statistics code,...
2005-04-11 Hiten PandyaAdd 'mycpuid', a #define for accessing mycpu->gd_cpuid.
2005-04-11 Matthew DillonClearly state when ACPI is overriding APM's device...
2005-04-10 Chris PresseyBack out revision 1.31. The 'release' target alone...
2005-04-10 David RhodusClean up some register keyword usage.
2005-04-10 David RhodusAdd in a 'livecd' taget for those who don't want to...
2005-04-10 Max OkumotoRemove previous hack, for now just use strtoull() inste...
2005-04-10 Max OkumotoAdded #ifdef to aid people upgrading from before March 17.
2005-04-10 Hiten PandyaAdd standard entries for libcaps, libkinfo and libkcore...
2005-04-10 Hiten PandyaAdd entry for DragonFly 1.2.
2005-04-09 Hiten PandyaAdd manual page for closefrom(2) system call and hook...
2005-04-09 YONETANI TomokazuMerge from FreeBSD:
2005-04-09 YONETANI TomokazuMerge revision 1.5 from FreeBSD:
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/08 10:03:40
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 15:39:38
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 12:29:39
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 12:26:15
2005-04-08 Joerg SonnenbergerSimply the loop based on the knowledge that fd <= fdp...
2005-04-08 Joerg SonnenbergerDon't just undefine USE_RC_SUBR, because it does define...
2005-04-08 Joerg SonnenbergerTell the world that we have closefrom.
2005-04-08 Joerg SonnenbergerUse kernel's closefrom.
2005-04-08 Joerg SonnenbergerAdd userland prototype for closefrom.
2005-04-08 Joerg SonnenbergerRegen.
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-04-08 Matthew DillonBump HEAD's official release #define to 130000.
2005-04-08 Matthew DillonThe release is 1.2, bump the HEAD of the tree to 1...
2005-04-08 Matthew DillonSync up to the latest installer packages (with netboot...
2005-04-08 Matthew DillonAdd a hardwired dhcpd.conf for the installer's netboot...
2005-04-08 Matthew DillonThe cdrom MNT_ROOTFS check was interfering with the...
2005-04-07 Max OkumotoMake should set optreset to one before it calls getopt...
2005-04-07 Max OkumotoDate: 2005/04/01 16:24:25
2005-04-07 Max OkumotoFreeBSD-Date: 2005/04/01 13:35:35
2005-04-07 Max OkumotoFreeBSD-Date: 2005/04/01 10:53:43
2005-04-07 Max OkumotoFreeBSD-Date: 2005/03/31 11:35:56
2005-04-07 Max OkumotoAdd compat code so code that uses types defined by c99
2005-04-06 Matthew Dillonadd ports/polish
2005-04-06 Matthew DillonUpdate the various DragonFly supfiles, rename some...
2005-04-06 Matthew DillonInclude fsid information in the mount point dump.
2005-04-06 Matthew DillonCorrect an NFS bug related to ftruncate() operations...
2005-04-06 Matthew Dillonlibstand is used by the boot loader, make sure the...
2005-04-06 YONETANI TomokazuBring in long-forgotten man pages for ACPI components...
2005-04-05 David XuRemove unused strong reference.
2005-04-05 Matthew DillonAdd some minor in-code documentation.
2005-04-05 Matthew DillonAdd cases for the nvidia nForce3 PRO and PRO S1. Who...
2005-04-05 Matthew DillonMake sure neither the boot loader nor the kernel is...
2005-04-05 Matthew DillonAutomatically calculate the kernel revision for release...
2005-04-05 Joerg SonnenbergerAdd nv(4) man page.
2005-04-05 Joerg SonnenbergerDon't reset getopt after each loop, we don't use the...
2005-04-05 Joerg SonnenbergerRevamp getopt(3) usage:
2005-04-05 Joerg SonnenbergerSince optind=0 has a special meaning for GNU getopt...
2005-04-05 Matthew DillonApply same bug fix as last commit to IPV6.
2005-04-05 Matthew DillonFix a bug in the distributed PCB wildcardhash code...
2005-04-05 Matthew DillonA program which dumps the wildcard hash table for the...
2005-04-05 Matthew DillonAdd the 'webstress' utility. This program will fork...
2005-04-04 Joerg SonnenbergerSync nv(4) with nvnet-src-20050312.
2005-04-04 Joerg SonnenbergerReplace TIMER_USE_1 kernel option with hw.i8254.walltim...
2005-04-04 Matthew DillonWARNS?=6 cleanup for fstat.
2005-04-04 Joerg SonnenbergerWhen ALTQ was detached from an interface queue, the...
2005-04-04 Joerg SonnenbergerAdd a macro to print the list of current processes...
2005-04-04 Liam J. Foy- WARNS -> WARNS?
2005-04-03 Sascha WildnerKKASERT -> KKASSERT
2005-04-03 Sascha WildnerRemove newline so that it looks nice in Postscript...
2005-04-03 Joerg SonnenbergerWARNS=6
2005-04-03 Joerg SonnenbergerRemove pre-FreeBSD 3 compat conditionals.
2005-04-03 Joerg Sonnenbergerconst changes.
2005-04-03 Joerg SonnenbergerWARNS=6.
2005-04-03 Joerg SonnenbergerWARNS=6.
2005-04-03 Matthew DillonA cache invalidation race that generates a warning...
2005-04-02 Matthew DillonBring in some work from FreeBSD:
2005-04-02 Matthew DillonWARNS=6 cleanup.
2005-04-02 Matthew DillonWARNS=6 cleanup.
2005-04-02 Matthew DillonWARNS cleanup of array initializer.
2005-04-02 Matthew DillonGeneral WARNS cleanups: staticize functions. Adjust...
2005-04-02 Matthew DillonWARNS=6 cleanup.
2005-04-02 Joerg SonnenbergerWARNS=6.
2005-04-02 Joerg SonnenbergerSplit pcm into the generic framework (pcm) and the...
2005-04-02 Joerg SonnenbergerRemove VoxWare related entries, don't list drivers...
2005-04-02 Joerg SonnenbergerRemove reminders of VoxWare.
2005-04-02 Matthew DillonThe vnode recycler was not handling a hardlinking case...
2005-04-02 Liam J. Foy- Clearly state that errno is set
2005-04-02 Liam J. Foy- Cosmetic
2005-04-02 Joerg SonnenbergerMove the processing of flags out of the loop. The excep...
2005-04-02 Joerg SonnenbergerMove the processing of malloc flags out of the loop...
2005-04-01 Liam J. Foy- warn() -> warnx(). The global variable errno will...
2005-04-01 YONETANI TomokazuMove unused version into Attic. Remove DragonFly_Stable...
2005-04-01 Max OkumotoFreeBSD-Date: 2005/03/31 11:12:45
2005-04-01 Max OkumotoDate: 2005/03/30 15:18:58
2005-04-01 Max OkumotoFreeBSD-Date: 2005/03/23 16:28:57
2005-04-01 Max OkumotoThe previous patch had conflicts with our version....
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 16:14:41
2005-03-31 Max OkumotoReduce white space diffs between FreeBSD.
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 12:56:15
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/22 12:59:02
next