dragonfly.git
2004-08-25 Matthew DillonOutput an error message if the open fails.
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-25 Matthew DillonMinor cleanups. Document -j in usage.
2004-08-25 Matthew DillonCheck for a mkstemps() failure, generate a proper warni...
2004-08-25 Matthew DillonDocument the unorthordox use of getopt().
2004-08-25 Matthew DillonMinor cleanups. Also, change various exit(10) codes...
2004-08-25 Matthew DillonMinor cleanups.
2004-08-25 Matthew DillonMinor cleanups.
2004-08-25 Matthew DillonMinor cleanups, no operational changes other then to...
2004-08-25 Matthew Dillondoingdirectory is really a boolean, use an int rather...
2004-08-24 Matthew DillonM_EXT_CLUSTER was not being properly inherited in m_cop...
2004-08-24 Matthew DillonFix a SFBUF memory leak in sendfile(). We were not...
2004-08-24 Matthew DillonThe VFS work has made vnode_if.awk obsolete.
2004-08-24 Chris PresseyHook pkill up to the build.
2004-08-24 David RhodusClearly I need to wakeup all the way before starting...
2004-08-24 David RhodusSpelling.
2004-08-24 David RhodusAdd a few notes.
2004-08-24 David RhodusMinor cleanups. Make a type usage correction. Remove...
2004-08-24 David RhodusCheck error return value when creating the IPC service.
2004-08-24 Joerg SonnenbergerFix compilation of !PCI config.
2004-08-24 Joerg SonnenbergerUse sys/types.h here, since we don't want to restrict...
2004-08-23 Matthew DillonAdd missing extension return value for __byte_swap32_va...
2004-08-23 Joerg SonnenbergerRemove pre-FreeBSD4 compability code.
2004-08-23 Joerg SonnenbergerImprove the endian support for DragonFly by providing...
2004-08-23 Joerg SonnenbergerRemove ASR_MEASURE_PERFORMANCE, it doesn't work anyway.
2004-08-23 Joerg Sonnenbergerrev 1.35:
2004-08-20 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-20 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-20 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-20 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Matthew DillonAdd the standard DragonFly copyright with attribution...
2004-08-19 Matthew DillonInclude language describing the prefered method for...
2004-08-19 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Joerg Sonnenberger- include sys/param.h for ntohl
2004-08-19 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-19 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-19 Joerg SonnenbergerFix prototype for signal handlers
2004-08-19 Joerg SonnenbergerHide prototyp for loginit if ACULOG is false.
2004-08-19 Joerg SonnenbergerFix spurious warning
2004-08-19 Joerg Sonnenbergersys/types.h ==> sys/param.h for ntohl
2004-08-19 Joerg Sonnenberger- use WARNS?= 6 instead of a hard-wired list. -pedantic...
2004-08-19 Joerg SonnenbergerUse sys/param.h instead of sys/types.h for endian macros.
2004-08-19 Joerg SonnenbergerAdd implemenation of splay tree and red-black tree.
2004-08-19 Matthew DillonRemove the advertising clause where possible as per...
2004-08-19 David RhodusPlug in missing brelse calls as to fix a bug in the...
2004-08-19 Jeroen Ruigrok... Update to reflect DragonFly reality.
2004-08-19 Jeroen Ruigrok... Add the long overdue ehci(4) manual page.
2004-08-19 Matthew DillonAdd the vop_ops for ntfs before obtaining the root...
2004-08-18 Matthew DillonThe -D__FreeBSD__ must be -D__FreeBSD__=4 or sendmail...
2004-08-18 Matthew DillonMake the buildkernel and nativekernel targets completel...
2004-08-18 Matthew DillonProperly free the temporary sf_buf in uiomove_fromphys...
2004-08-18 Matthew Dillon[test format strings for cvs server config]
2004-08-18 Matthew Dillontest
2004-08-18 Matthew Dillon*** empty log message ***
2004-08-18 Matthew Dillon*** empty log message ***
2004-08-18 Matthew Dillonbleh
2004-08-18 Matthew Dillon*** empty log message ***
2004-08-18 Matthew Dillon*** empty log message ***
2004-08-18 Matthew Dillonmore testing
2004-08-18 Matthew Dillonyet more testing
2004-08-18 Matthew Dillontest
2004-08-18 Matthew Dillon*** empty log message ***
2004-08-18 Matthew Dillonfeh2
2004-08-18 Matthew Dillonfeh
2004-08-18 Matthew Dillonsigh
2004-08-18 Matthew Dillonmore testing 3
2004-08-18 Matthew Dillonmore testing
2004-08-18 Matthew DillonTest commits after machine upgrade.
2004-08-17 Matthew DillonAdd some robustness to the error-requeue code. FreeBSD...
2004-08-17 Matthew DillonProperly record and print 64 bit file sizes, do not...
2004-08-17 Chris PresseyUpdate list of installer packages to match installer...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-17 Matthew DillonAdd an installer-fetchpkgs target and other related...
2004-08-16 Joerg SonnenbergerMake this WARNS?=6 clean by explicitly using __DECONST...
2004-08-16 Joerg SonnenbergerIn cmd(), after the vsnprintf is a strcat done to appen...
2004-08-16 Joerg SonnenbergerFix various buffer overflows.
2004-08-16 Joerg SonnenbergerMore constify.
2004-08-16 Joerg SonnenbergerMake libftpio WARNS=6 clean.
2004-08-16 Joerg SonnenbergerFix the fprintf statement for overlong domainnames.
2004-08-15 Joerg Sonnenberger- use const for file names, static for local functions
2004-08-15 Joerg SonnenbergerMinor style changes.
2004-08-15 Joerg SonnenbergerAdd strotonum(3) into the !ANSI_SOURCE && !_POSIX_SOURC...
2004-08-15 Joerg Sonnenberger- WARNS ?= 6 clean
2004-08-15 Joerg SonnenbergerMake the addr parameter to kernacc and useracc const.
2004-08-15 Joerg SonnenbergerIOCTL mapping layer Part II/II
2004-08-15 Joerg Sonnenberger- remove prototype for main
2004-08-14 Matthew DillonAdd a missing uio_td assignment (that unionfs needs).
2004-08-14 Joerg SonnenbergerAdd DFOSVERSION for ports to check for DragonFly and...
2004-08-14 Joerg Sonnenberger- remove '?' from getopt switch case
2004-08-14 Jeffrey HsuMove a comment to the right place.
2004-08-13 Jeroen Ruigrok... Fix function definition {} placement according to our...
2004-08-13 Jeroen Ruigrok... Remove question mark (?) case statement.
2004-08-13 Jeroen Ruigrok... Split off code in print_all_info() into print_batt_life...
2004-08-13 Jeroen Ruigrok... Make all the local functions static.
2004-08-13 Jeroen Ruigrok... Use proper EXIT_FAILURE/EXIT_SUCCESS for exit() calls.
2004-08-13 Jeroen Ruigrok... Use proper ANSI prototypes and make sure all arguments...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-13 David RhodusRemove unused variable.
next