dragonfly.git
2005-03-04 Liam J. Foy- perror() -> warn()
2005-03-04 Joerg SonnenbergerDon't use stdint.h on FreeBSD.
2005-03-04 Liam J. Foy- Write status information to stdout instead of stderr.
2005-03-04 Matthew Dillonmsf_buf_alloc() can be called with a NULL vm_page_t...
2005-03-04 Chris PresseySmall step towards WARNS=6:
2005-03-04 Matthew DillonRemove some of the nastier debugging printfs.
2005-03-04 Jeffrey HsuThe route in a syncache entry is cleared if the connect...
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Matthew DillonJournaling layer work. Write the actual data associate...
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Matthew Dillonmsf_buf_kva() now returns a char * rather then a vm_off...
2005-03-04 Matthew DillonMake msf_buf_kva() return the correct base address...
2005-03-04 Matthew DillonPass the memfifo option to the kernel.
2005-03-04 Jeffrey HsuPrefer rtlookup() to rtalloc() when not saving the...
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Jeffrey HsuCosmetic changes only.
2005-03-04 Jeffrey HsuChange a 'char *' to a 'void *' because that field...
2005-03-04 Jeffrey HsuReadability changes.
2005-03-04 Jeffrey HsuRemove (void) cast before a function call with an unuse...
2005-03-04 Jeffrey HsuNone of the callers of rtredirect() want to know the...
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...
next