dragonfly.git
2004-07-27 Jeroen Ruigrok... Get rid of the CFLAGS with traditional-cpp, it compiles...
2004-07-27 Jeroen Ruigrok... Get rid of varargs.h.
2004-07-27 Jeroen Ruigrok... Get rid of varargs.h.
2004-07-27 Chris PresseyStyle(9) cleanup:
2004-07-26 Scott UllrichFix typo in Makefile syntax to unbreak the build. ...
2004-07-26 David RhodusPOSIX.1-2003: Changing the group ID is permitted to...
2004-07-26 Joerg SonnenbergerImport generic 802.11 layer.
2004-07-26 Joerg SonnenbergerDon't use cast as lvalues.
2004-07-26 Joerg SonnenbergerDon't cast lvalues.
2004-07-26 Joerg SonnenbergerAdd macro to test for broadcast / multicast Ethernet...
2004-07-26 Joerg SonnenbergerExtend the patch framework to handle non-compilable...
2004-07-26 Hiten PandyaAesthetic changes:
2004-07-26 Jeroen Ruigrok... Use stronger wording against using 'register' and ...
2004-07-26 Jeroen Ruigrok... Remove stray fr_checkp() declaration.
2004-07-26 Scott UllrichMinor comment update.
2004-07-26 Scott UllrichAllow options BRIDGE to be defined without having to...
2004-07-25 Matthew DillonAdd 'propolice' to the version string version_local...
2004-07-25 Hiten PandyaMerge revision 1.8 and 1.9 from FreeBSD -CURRENT, i...
2004-07-25 Hiten PandyaMerge mdoc(7) corrections from FreeBSD -CURRENT.
2004-07-24 Matthew DillonMove usched_debug out of the INVARIANTS conditional...
2004-07-24 Matthew DillonMake fstat() account for pending direct-write data...
2004-07-24 Matthew DillonHave DDBs 'ps' command display additional scheduler...
2004-07-24 Matthew DillonAdjust gd_vme_avail after ensuring that sufficient...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-07-24 Eirik NygaardAdd missing va_end(ap);
2004-07-24 Eirik Nygaardstyle(9) cleanup.
2004-07-24 Joerg SonnenbergerLast commit changed a NTOHL to ntohs, correct this.
2004-07-24 Eirik Nygaardstyle(9) cleanup:
2004-07-24 Eirik NygaardRemove a not needed main() definition.
2004-07-24 Jeroen Ruigrok... Bump version number for the 1.1-CURRENT tree.
2004-07-24 Hiten PandyaThe return-path is optional in a headline, therefore...
2004-07-23 David RhodusEmulate __FreeBSD__ till 3rd party applications later...
2004-07-23 Jeroen Ruigrok... Hook c99 up to the build for usr.bin.
2004-07-23 Hiten PandyaAdd the C99 utility, now that we have a decent C99...
2004-07-23 Joerg SonnenbergerRemove usage of NTOHS / NTOHL / HTONS / HTONL.
2004-07-23 Joerg SonnenbergerComment out extra token at end of #endif.
2004-07-23 Joerg SonnenbergerInstead of casting the function, cast the argument...
2004-07-23 Hiten PandyaIt is 'estcpu', not 'setcpu'.
2004-07-23 Eirik NygaardFix build with gcc34.
2004-07-23 Joerg SonnenbergerAdd RC4 to the crypto module / device. This will be...
2004-07-23 Joerg SonnenbergerRegenerate.
2004-07-23 Joerg SonnenbergerSync with FreeBSD 5-CURRENT.
2004-07-23 Jeroen Ruigrok... Add WARNS and set to level 3.
2004-07-23 Jeroen Ruigrok... Initialise to NULL to silence gcc.
2004-07-23 Jeroen Ruigrok... Make the second argument of interval() const, since...
2004-07-23 Jeroen Ruigrok... Fix two sign comparison mistakes.
2004-07-23 Jeroen Ruigrok... Use proper ANSI function definitions.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-23 Jeroen Ruigrok... Move a perror() to warn().
2004-07-23 Jeroen Ruigrok... Use err() instead of a perror()/exit() combination.
2004-07-23 Hiten PandyaAssorted spelling fixes from Christian Brueffer <brueff...
2004-07-23 Jeroen Ruigrok... Correct usage of the cvsup command.
2004-07-23 Hiten PandyaAdd new options to select different registries, basical...
2004-07-23 Hiten PandyaRespect locale settings from the environment.
2004-07-23 Hiten PandyaMechanically kill hard sentence breaks.
2004-07-22 Eirik NygaardForced commit to note that this fixes was submitted...
2004-07-22 Eirik Nygaard * Remove one of the two err.h include statements.
2004-07-22 Hiten PandyaFix compiler warnings; include <sys/types.h> and <netin...
2004-07-22 Hiten PandyaInclude <sys/types.h> and <netinet/in.h>, so that parse...
2004-07-22 Jeroen Ruigrok... Raise WARNS to level 6.
2004-07-22 Jeroen Ruigrok... Make usage() static.
2004-07-22 Jeroen Ruigrok... Rework the WARNS levels per FreeBSD's CURRENT source.
2004-07-22 Jeroen Ruigrok... Actually mark the function itself static as well.
2004-07-22 Jeroen Ruigrok... Mark filescope functions static.
2004-07-22 Jeroen Ruigrok... Mark the variables defined at file scope static.
2004-07-22 Jeroen Ruigrok... Garbage collect two unused variables (SaveFs, CountCopi...
2004-07-22 Jeroen Ruigrok... Make setthetime() static per the prototype.
2004-07-22 Jeroen Ruigrok... Also mark the function itself static, not just the...
2004-07-22 Jeroen Ruigrok... Make scanfiles() static since it is limited to the...
2004-07-22 Jeroen Ruigrok... Make f_stream static.
2004-07-22 Jeroen Ruigrok... Use static on file scoped function prototypes and varia...
2004-07-22 Jeroen Ruigrok... Garbage collect RETAINBITS, not used anywhere.
2004-07-22 Jeroen Ruigrok... Make unit_adjust() static as per its prototype.
2004-07-21 David RhodusDragonFly MP support, not fbsd anymore.
2004-07-21 David RhodusCleanout __FreeBSD__ defines which are not needed.
2004-07-21 David RhodusCleanout __FreeBSD__ defines which we don't need.
2004-07-21 David RhodusRemove __FreeBSD__ defines which were not needed and...
2004-07-21 Joerg SonnenbergerRemove unused variable _PATCHES.
2004-07-21 Hiten PandyaAesthatical change, move 'All rights reserved' to the...
2004-07-21 Joerg SonnenbergerAdd handling of patches to the module framework.
2004-07-21 Jeroen Ruigrok... Document PCIY_xxx.
2004-07-21 Jeroen Ruigrok... Inspired by rev 1.33 of FreeBSD, but which was not...
2004-07-21 Jeroen Ruigrok... Add identifiers for Serial Attached SCSI per dicussion...
2004-07-21 Matthew DillonReplace the perl man filter with a sed man filter,...
2004-07-21 Matthew DillonFix a device pager leak for the case where the page...
2004-07-20 Matthew DillonAdd a dire warning about PCI_ENABLE_IO_MODES.
2004-07-20 Matthew Dillonata-raid associates raw ata disk devices to record...
2004-07-20 Joerg SonnenbergerAdd llc_snap shortcut.
2004-07-20 Matthew DillonUnconditionally print startup 8254 and TSC calibrations.
2004-07-20 Hiten PandyaDisplay proper information when the verbose flag (...
2004-07-20 Matthew DillonSCSI CD devices require 'cd0c' to be specified instead...
2004-07-20 Hiten PandyaMinor KNF/style cleanups. No operational changes.
2004-07-19 Matthew DillonMAJOR BOOT CODE REVAMP / 30 hour+ hacking session ...
2004-07-19 Justin C. SherrillRemove my changes. PATH_PORTS is not checked for multi...
2004-07-19 Matthew DillonCorrect a bug in NXCCFLAGS generation.
2004-07-19 Jeroen Ruigrok... Update pciconf to print the recently added categories.
2004-07-19 Jeroen Ruigrok... Correct some PCIS to PCIC and PCIP prefixes.
2004-07-19 Jeroen Ruigrok... Add PCIS_ definitions per PCI specification 3.0.
2004-07-19 Jeroen Ruigrok... Update the PCIS_ definitions per the PCI 2.3 specification.
2004-07-19 Jeroen Ruigrok... Add rndcontrol.
next