dragonfly.git
2006-10-17 Sepherosa ZiehauMore Realtek chip IDs
2006-10-17 Simon SchubertWe're long on 1.7, so remove 1.5 subvers info
2006-10-17 Peter AvalosWARNS6 cleanups.
2006-10-17 Peter AvalosPull WARNS6 into sbin/Makefile.inc, and mark programs...
2006-10-16 Peter AvalosWARNS6 cleanup.
2006-10-16 Sepherosa ZiehauAdd comment that Rev.3 Linksys EG1032 is handled by...
2006-10-16 Sepherosa ZiehauAdd support for Linksys EG1032 rev.3 GigE
2006-10-16 Sepherosa Ziehausk(4) only supports Rev.2 of Linksys EG1032 GigE
2006-10-16 Sepherosa Ziehau- Use RE_RX_LIST_SIZE instead of RE_TX_LIST_SIZE while...
2006-10-16 Sepherosa ZiehauAdd support Corega CG-LAPCIGT Gigabit Ethernet(8169S)
2006-10-16 Sepherosa Ziehauregen
2006-10-16 Sepherosa ZiehauAdd device id for Corega CG-LAPCIGT (8169S)
2006-10-16 Simon SchubertRemove old, outdated headers
2006-10-16 Peter AvalosWARNS6 cleanups.
2006-10-15 Sascha Wildner* s/ports/pkgsrc/
2006-10-14 Sascha WildnerFix references and .Nm abuse.
2006-10-14 Sascha WildnerFix path names.
2006-10-14 Sascha WildnerRemove stone age man page checking tools. They don...
2006-10-14 Sascha WildnerRemove references to device.hints.
2006-10-14 Matthew DillonRemove inode free race warning messages. These were...
2006-10-14 Jeffrey HsuNever dereference a NULL pointer.
2006-10-12 Sascha WildnerAdd fsck's memzone.c to SRCS (needed by inode.c now).
2006-10-12 Matthew DillonGreatly reduce memory requirements when fsck'ing filesy...
2006-10-12 YONETANI TomokazuImplement suspend method and wait for channels to be...
2006-10-12 Jeffrey HsuFix missing malloc -> kmalloc conversions.
2006-10-11 Sascha WildnerRemove obsolete time zone.
2006-10-10 Sascha WildnerAdd a manpage stub for ecc(4).
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...
next