dragonfly.git
2006-10-10 Matthew DillonAdd a device that attaches to the memory controller...
2006-10-10 Sascha WildnerSync zoneinfo database with tzdata2006n from elsie.
2006-10-10 Matthew DillonCorrect a compiler warning from the last commit.
2006-10-10 Matthew DillonNULLFS was not releasing a reference to the root of...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
2006-10-10 Matthew DillonFix a long-standing bug inherited from FreeBSD. It...
2006-10-10 Sepherosa ZiehauSet 'error' if we can't get Mac address from Xircom...
2006-10-10 Jeffrey HsuRemove unneeded assignments.
2006-10-09 Jeffrey HsuClear up mbuf usage statistics.
2006-10-09 Sascha WildnerRemove trailing whitespace.
2006-10-08 Peter AvalosSilence gcc41 warnings.
2006-10-08 Peter AvalosMove WARNS6 up into Makefile.inc for games/ and out...
2006-10-08 Peter AvalosUpgrade to less version 394.
2006-10-08 Peter AvalosAdd our READMEs.
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-10-08 Peter AvalosImport of less version 394
2006-10-08 Simon SchubertAdd missing parentheses to fix a segmentation fault...
2006-10-08 Sascha WildnerSync zoneinfo database with tzdata2006m from elsie.
2006-10-07 Sepherosa ZiehauSerializer is already held before calling rl_watchdog().
2006-10-06 Joerg SonnenbergerEnsure that exit_group actually returns a sane value...
2006-10-06 Sascha WildnerFix typo in comment.
2006-10-05 Sascha Wildner1) Document the new statistics report settings.
2006-10-04 Matthew DillonAdd Marc's monthly statistics script to DragonFly's...
2006-10-04 Matthew DillonDo not temporarily set signals to SIG_IGN when polling...
2006-10-04 Matthew DillonFix a bug where mmap()ing a revoked descriptor caused...
2006-10-04 Simon SchubertFix pathnames for gcc41
2006-10-03 YONETANI TomokazuBorrow the code from test/pcpu/cpustat.c to display...
2006-10-03 Sascha WildnerUse .Dx
2006-10-03 Sascha WildnerRemove obsolete disk size check.
2006-10-02 Simon SchubertNO_PKGTOOLS doesn't exist anymore
2006-10-02 Simon SchubertUnhook the old ports tools from the build
2006-10-02 Simon SchubertMake xlint work with gcc3+
2006-10-01 Sascha WildnerRegen.
2006-10-01 Victor Balada... Fix name collision on C++.
2006-10-01 Jeffrey HsuCombine two allocations into one.
2006-09-30 Sascha WildnerFix redefinition of M_IPMADDR malloc type.
2006-09-30 Sascha WildnerRemove unneccessary MALLOC_DECLARE (declared static...
2006-09-30 Sascha WildnerDe-staticize (previously declared extern).
2006-09-30 Sascha WildnerAdd missing header for struct pcb.
2006-09-30 Sascha WildnerRearrange stuff a bit to satisfy GCC 4.1.
2006-09-30 Sascha WildnerRemove wrong redeclarations.
2006-09-30 Sascha WildnerAvoid casts as lvalues.
2006-09-30 Sascha WildnerRemove incorrect extern declarations for stuff that...
2006-09-30 Sascha WildnerGCC 4.1 also needs memset() in a freestanding environment.
2006-09-30 Simon SchubertMark the static abi tag variable used, so gcc41 doesn...
2006-09-30 Sascha WildnerFix typo.
2006-09-30 Simon SchubertAlways zero out vpp, like the nresolve compat code...
2006-09-30 Simon SchubertFix smb panic, td might be NULL
2006-09-29 Victor Balada... Delete unused bind version.
2006-09-29 Simon SchubertUnbreak world build by including a now required header
2006-09-29 Jeffrey HsuWe're guaranteed m_pkthdr.fw_flags is already zero...
2006-09-29 Jeffrey HsuExplicitly mark places in the IPv6 code that require...
2006-09-28 Peter AvalosFix most compiler warnings. The last warnings at WARNS...
2006-09-28 Simon SchubertUpdate README.DELETED
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertImport erroneously removed header from OpenSSH-4.4p1
2006-09-28 Simon SchubertUpdate build infrastructure for openssh-4.4p1
2006-09-28 Simon SchubertUpdate our READMEs
2006-09-28 Simon SchubertImport stripped down sources of OpenSSH-4.4p1
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertUpdate strtonum(3) to the latest OpenBSD version, which...
2006-09-28 Peter AvalosThe "is_eof" commit made this WARNS 3.
2006-09-28 Peter AvalosFix compiler warnings by creating a new macro "is_eof...
2006-09-28 Peter AvalosRemove WARNS since it's in ../Makefile.inc.
2006-09-27 Peter AvalosGrammer fixes taken from OpenBSD.
2006-09-27 Peter AvalosRemove crufty build options that are not relevant.
2006-09-27 Simon SchubertWelcome the build infrastructure for gcc41
2006-09-27 Simon SchubertAdd our READMEs
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-27 Simon SchubertImport a stripped down version of gcc-4.1.1
2006-09-27 Simon SchubertRun trimdir in a subshell so that our cwd doesn't chang...
2006-09-26 Matthew DillonFollow up to kern_conf.c 1.16. We can't just ignore...
2006-09-26 Matthew DillonFix a bug in the device intercept code used by /dev...
2006-09-26 Matthew DillonFix an off-by-one error. Track #1 is index 0 in the...
2006-09-25 Simon SchubertAlways warn about identical target and source. Neverth...
2006-09-24 Simon SchubertDon't unlink the target if the source and target are...
2006-09-24 Matthew DillonTry to clean up any remaining filesystem references...
2006-09-23 Peter AvalosMake bsdtar our default tar. GNU tar is still installe...
2006-09-23 Sepherosa ZiehauWhitespace adjustment.
2006-09-22 Matthew DillonFix a compile error when DDB is not defined. db_print_...
2006-09-22 Sascha WildnerRemove some unnecessary -r options and use csh for...
2006-09-22 Scott UllrichM_WRITABLE() is not applicable to DFLY since if*mp...
2006-09-21 Victor Balada... Upgrade to bind-9.3.2-P1. Delete unused cat files for...
2006-09-21 Matthew DillonRecent dev_t work confused sysctl. Adjust the reported...
2006-09-21 Sascha WildnerRemove unused function.
2006-09-21 YONETANI TomokazuTypo in commented out line.
2006-09-21 Matthew DillonAdd an option that causes cpdup to skip CHR or BLK...
2006-09-21 Matthew DillonFix a bug in the script softlink code. The softlinks...
2006-09-20 Victor Balada... Merge from vendor branch BIND:
2006-09-20 Victor Balada... Add updated README files based on our previous version
2006-09-20 Victor Balada... Upgrade bind to bind-9.3.2-P1. This tools are no longer...
2006-09-20 Victor Balada... Upgrade bind to bind-9.3.2-P1
2006-09-20 Victor Balada... Import of bind-9.3.2-P1
2006-09-20 Victor Balada... Merge from vendor branch BIND:
2006-09-20 Sascha WildnerAs of the recent libarchive upgrade, archive_read_open_...
2006-09-19 Matthew DillonCheck that namecache references to the mount point...
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-18 Matthew DillonSet f_ncp in the struct file unconditionally. Previous...
2006-09-18 Matthew DillonDisallow writes to filesystems mounted read-only via...
next