dragonfly.git
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Chris PresseyWARNS=6 cleaning, stage 6/6:
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-04 Matthew DillonAlso, do not use M_NOWAIT for an allocation that must...
2005-03-03 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-03 Max OkumotoReduce diffs between FreeBSD
2005-03-03 Max OkumotoReduce diff between FreeBSD.
2005-03-03 Chris PresseyAdd the pfi_backend variable, which can be used to...
2005-03-03 Chris PresseyUpdate cdrtools package requirement to version 2.01.
2005-03-03 Jeffrey HsuUse malloc(M_ZERO) in preference to separate bzero...
2005-03-03 Max OkumotoMy regression test had a bug in it. Quoting a value...
2005-03-03 Joerg SonnenbergerRemove bad line breaks.
2005-03-03 Max Okumotoparse.c:
2005-03-03 Liam J. Foy- Remove unnecessary header
2005-03-03 Matthew Dillonoff_t is a signed value. The last commit caused the...
2005-03-03 Chris PresseyRemove 'pristine' file tree. It is no longer needed...
2005-03-02 Chris PresseyUpdate installer to version 1.1.4. Highlights include:
2005-03-02 Max OkumotoUse the LST_FOREACH macro instead of the Lst_ForEach...
2005-03-02 Liam J. Foy- Back out part of previous commit. I thought free...
2005-03-02 Matthew DillonPHOLD is a throwback to FreeBSD that we don't actually...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-03-02 Liam J. Foy- Make sure we free() 'modep' after setmode()
2005-03-02 Eirik NygaardBe consistent in the use of BOOLEAN.
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Eirik NygaardAdd ncurses 5.4 source code.
2005-03-02 Joerg SonnenbergerCorrect a mixup between NLSGRP and NLSOWN. Add LOCALE...
2005-03-02 Joerg SonnenbergerUse ULLONG_MAX, off_t is unsigned.
2005-03-02 Max OkumotoFixed bad result file.
2005-03-02 Max OkumotoAdd another. This one check if the behavior of ths...
2005-03-02 Max OkumotoHack update code since we now have separate src and...
2005-03-02 Joerg SonnenbergerFix prototypes. This functions actually need a parameter.
2005-03-02 Joerg SonnenbergerFix warning about pre-ANSI function types.
2005-03-02 Chris PresseyAdd WARNS?=6 to Makefile.
2005-03-02 Chris PresseyRaise WARNS to 6:
2005-03-02 Chris PresseyImprove data validation:
2005-03-02 Joerg SonnenbergerWARNS=6 cleanup.
2005-03-02 Joerg SonnenbergerDon't define isatty, it's already defined in unistd.h.
2005-03-02 Chris PresseySync with FreeBSD, random.c:1.17 and random.6:1.7-1...
2005-03-02 David XuIn kern_sigtimedwait, do not mask SIGKILL because a...
2005-03-02 Joerg SonnenbergerUse isdigit instead of isnumber.
2005-03-02 Joerg SonnenbergerReplace digittoint(c) with (c - '0'), we already know...
2005-03-02 Joerg SonnenbergerUse the standard isxdigit instead of the non-standard...
2005-03-02 Chris PresseyRaise WARNS to 6.
2005-03-02 Chris PresseyMerge with FreeBSD, revision 1.16 (stefanf):
2005-03-02 Chris PresseyRaise WARNS to 6:
2005-03-02 Joerg SonnenbergerUse NXCC to compile a runnable executable. The libc...
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-02 Joerg SonnenbergerAdd C++ ctype based on NetBSD-style ctype.h.
2005-03-02 Chris PresseyConstify filename variable.
2005-03-01 Joerg SonnenbergerRIP Alpha libc.
2005-03-01 Matthew DillonClean up the XIO API and structure. XIO no longer...
2005-03-01 Max Okumotopatch-7.100
2005-03-01 Max Okumotopatch-7.99
2005-03-01 Max Okumotopatch-7.98
2005-03-01 Max Okumotopatch-7.97
2005-03-01 Max Okumotopatch-7.96
2005-03-01 Max Okumotopatch-7.95
2005-03-01 Max Okumotopatch-7.94
2005-03-01 Max Okumotopatch-7.93
2005-03-01 Max Okumotopatch-7.92
2005-03-01 Max Okumotopatch-7.91
2005-03-01 Max OkumotoThis should have been part of the previous commit messs...
2005-03-01 Max OkumotoVar_Parse():
2005-03-01 Simon SchubertAdd compatibility with old style extended options to...
2005-03-01 Liam J. Foy- Use variable 'len' instead of making an unnecessary...
2005-03-01 Max OkumotoCleanup comment and add option so the working dir can...
2005-03-01 Chris PresseyDon't have binsrch() alter a global variable if it...
2005-03-01 Joerg SonnenbergerWARNS=6 cleaness, some constification, some cleanups.
2005-03-01 Max OkumotoChanged regression tests to write to /tmp instead of...
2005-03-01 Chris PresseyStyle(9):
2005-03-01 Max OkumotoAdd better comment for hack_cmp(), and reduced number...
2005-03-01 Chris PresseyRaise WARNS to 6:
2005-03-01 Chris PresseyIn the parent process, close the slave file descriptor...
2005-03-01 Liam J. Foy- Back out rev 1.6 noticed by Matt Dillon. However...
2005-03-01 Max OkumotoAdd comment harti made about outofdate comment.
2005-03-01 Chris PresseyStyle(9):
2005-03-01 Jeroen Ruigrok... Get rid off Alpha mentions.
2005-03-01 Joerg SonnenbergerReduce foot-shooting potential by adding -dP for cvs...
2005-03-01 Chris PresseyStyle(9):
2005-03-01 Hiten PandyaHeader include protection from userland.
2005-03-01 Hiten PandyaFix whitespace for function prototypes.
2005-03-01 Hiten PandyaRemove a comment that does not make sense; it was just...
2005-03-01 Max OkumotoCleanup FAIL message
2005-03-01 Simon SchubertFix a bug in the ioctl mapping (written by me), which...
2005-02-28 Simon SchubertSync with FreeBSD cp.
2005-02-28 Joerg SonnenbergerRest of last commit. Define SA_LEN in one place.
2005-02-28 Joerg SonnenbergerSimplify patches by defining SA_LEN in one place.
2005-02-28 Joerg SonnenbergerDefine __DECONST here for the sake of FreeBSD.
2005-02-28 Joerg SonnenbergerRearm receiver, it was lost in the conversion.
2005-02-28 Hiten PandyaMove the MALLOC_DECLARE into sys/msfbuf.h header file.
2005-02-28 Liam J. Foy- Static
2005-02-28 Liam J. Foy- Remove an unnecessary call to stat(). We can just...
2005-02-28 Matthew DillonJournaling layer work. Generate output for path names...
2005-02-28 Sascha WildnerRemove some unnecessary braces and fix a gcc 3.4 warning.
next