dragonfly.git
2004-11-23 Hiten PandyaCorrect spelling.
2004-11-22 Matthew DillonFix the PRI field to not display bogus process prioriti...
2004-11-22 Matthew DillonThe fp argument to vn_open() is optional but the code...
2004-11-22 Matthew DillonAdd support for adjusting the interrupt throttling...
2004-11-21 Matthew DillonCleanup the 'cache_lock: blocked on..' warning message...
2004-11-21 YONETANI Tomokazulwkt_runnable is declared in <sys/thread2.h>
2004-11-20 Matthew DillonFix a number of SMP issues.
2004-11-20 Matthew Dillonsendfile() was seriously broken. It was calling vm_pag...
2004-11-20 Matthew DillonAdd code to the BIOS VM86 emulator to detect writes...
2004-11-20 Matthew DillonFix a conditional. sdl was not unconditionally being...
2004-11-20 Matthew DillonGive init the ability to chroot to a directory based...
2004-11-19 Eirik NygaardMake the code WARNS= 6 clean.
2004-11-19 Liam J. Foy- Add WARNS?= 6
2004-11-19 Liam J. Foy- Add $DragonFly$ tag
2004-11-18 Matthew DillonRe-enable SACK by default. Jeff fixed the corruption...
2004-11-18 Matthew DillonCleanup some dangling issues with cache_inval(). A...
2004-11-18 Joerg SonnenbergerReplace lvalue cast.
2004-11-18 Joerg SonnenbergerUse kinfo_get_vfs_bufspace instead of kvm.
2004-11-18 Joerg SonnenbergerAdd kinfo_get_vfs_bufspace(). Remove some junk from...
2004-11-18 Joerg SonnenbergerInclude Makefile
2004-11-18 Joerg SonnenbergerAdd a new system library, libkinfo. It is intended...
2004-11-18 Joerg SonnenbergerRevert a part of the last commit. The changes to use...
2004-11-18 Matthew DillonLots of bug fixes to the checkpointing code. The big...
2004-11-18 Joerg SonnenbergerMake pstat WARNS=6 clean.
2004-11-18 Joerg SonnenbergerChange the name entry in struct nlist to const char *.
2004-11-18 Jeroen Ruigrok... Merge FreeBSD SA 04:16 security fix.
2004-11-18 Matthew DillonClear the NOCORE flag on any text mappings that the...
2004-11-18 Matthew DillonBring in various fixes from FreeBSD:
2004-11-18 Matthew DillonDo a cleanup pass on the mbuf allocator. Reorder the...
2004-11-17 Matthew DillonRemove unused junk from the slab allocator.
2004-11-17 Jeffrey HsuProperly propagate the FIN flag from the following...
2004-11-17 Joerg SonnenbergerNormally we want to warn if the local IP address is...
2004-11-17 Jeffrey HsuFix bug with wrong length being used when coalescing...
2004-11-17 Matthew DillonFollow NOFSCHG if defined. (It's needed to be able...
2004-11-17 Matthew DillonCave in and remove NULL checks for M_WAITOK mallocs...
2004-11-17 Matthew DillonFix a bug in the checking of malloc()'s return value...
2004-11-17 Joerg SonnenbergerUse the YACC source for c-exp.y and f-exp.y, not the...
2004-11-17 Joerg SonnenbergerAlways use the width field from the varent, not the...
2004-11-17 Matthew DillonTemporarily change the net.inet.tcp.sack default from...
2004-11-16 Joerg SonnenbergerReplace spkrtest script with a shell version.
2004-11-16 Joerg SonnenbergerDon't install the undocumented scriptdump Perl script.
2004-11-16 Joerg SonnenbergerOverride USE_GCC=3.4, we want to use our system compile...
2004-11-16 Liam J. Foy- Use the correct error functions
2004-11-16 Liam J. Foy- Set the clnt error functions 's' argument to const...
2004-11-16 Liam J. Foy- Set the clnt error functions protos from char * ...
2004-11-16 YONETANI TomokazuDo not overwrite z*grep commands with shell wrappers...
2004-11-16 Eirik NygaardMove away from GNU traceroute and use the BSD licensed...
2004-11-16 Eirik NygaardFix traceroute.
2004-11-16 Joerg SonnenbergerFix a bug in parsefmt where a string still referenced...
2004-11-16 Joerg Sonnenberger- use STAILQ, instead of hand grown implementation
2004-11-15 Eirik NygaardWARNS= 6 cleanup.
2004-11-15 Joerg SonnenbergerAdd some more hacks for dfport handling, to allow make...
2004-11-15 Eirik NygaardBack out constification. This caused a SIGBUS becaus...
2004-11-15 Joerg SonnenbergerCleanup send-pr and ptx on next update.
2004-11-15 Joerg SonnenbergerRemove the old release infrastruture. Certain parts...
2004-11-15 Joerg SonnenbergerSync with FreeBSD. This removes the need for perl.
2004-11-15 Joerg SonnenbergerAdd preprocessor handling for newer processor, they...
2004-11-15 Joerg SonnenbergerThe code and sources here haven't been used since FreeB...
2004-11-15 Joerg SonnenbergerRemove ptx, it isn't maintained and hasn't been used...
2004-11-15 Joerg SonnenbergerSync with FreeBSD. Most importantly, this removes the...
2004-11-14 Matthew DillonFix an inverted conditional which could lead to nameBuf...
2004-11-14 Liam J. Foy- Remove sys/time.h
2004-11-14 Matthew DillonContinuing synchronization from FreeBSD.
2004-11-14 Joerg SonnenbergerFix a lhs-cast by casting first to unsigned char and...
2004-11-14 Joerg SonnenbergerRemove the dependency on either asprintf or va_copy...
2004-11-14 Joerg SonnenbergerRemove CFLAGS?= 2
2004-11-14 Joerg Sonnenberger-Wall -Wstrict-prototypes already in CFLAGS.
2004-11-14 Joerg Sonnenberger-W is included in CFLAGS already.
2004-11-14 Joerg SonnenbergerFix an endian bug in pflog. The DragonFly version of...
2004-11-14 Eirik NygaardRemove xpt_release_simq_timeout(), this function has...
2004-11-14 Joerg SonnenbergerIf the first slot is empty, don't continue scanning...
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-14 Joerg SonnenbergerAdd solib-legacy.c, it is needed for proper attach...
2004-11-14 Joerg SonnenbergerAdd solib-legacy.c, it is needed for proper attach...
2004-11-14 Eirik NygaardConstify VAR.
2004-11-14 Matthew Dillondirect sysargs to /dev/null for the emualtion system...
2004-11-14 Matthew DillonPartial sync from FreeBSD, add dummy syscalls for exten...
2004-11-14 Jeffrey HsuImplement SACK.
2004-11-13 Matthew Dillon* Restore indentation to tabs.
2004-11-13 Matthew DillonAdd support for the ATI Radeon 9600 XT and XT_S.
2004-11-13 Matthew DillonSpelling corrections.
2004-11-13 Joerg SonnenbergerRemove left-over '{'.
2004-11-13 Joerg SonnenbergerFix the condition under which yacc -o is used. This...
2004-11-13 Liam J. Foy- Remove main proto
2004-11-13 Joerg SonnenbergerShow the CPU used by the multi-threaded network stack...
2004-11-13 Joerg SonnenbergerRemove ntpdate from FILES list as well.
2004-11-13 Matthew DillonMake both arguments to str_concat() const char *'s...
2004-11-13 Chris PresseyDocument the slightly surprising behaviour of 'ifconfig...
2004-11-13 Matthew DillonSplit var.c into var.c and var_modify.c and move all...
2004-11-13 Matthew DillonSplit var.c into var.c and var_modify.c and move all...
2004-11-12 Matthew DillonPossibly expand the variable name's embedded variables...
2004-11-12 Matthew DillonConvert make(1) to use ANSI style function declarations...
2004-11-12 Matthew DillonMake the DEBUGF() macro portable by (ugh) adding a...
2004-11-12 Matthew DillonDiff reduction for great justice against NetBSD, cast...
2004-11-12 Matthew DillonPartial sync from FreeBSD/jmallet:
2004-11-12 Matthew DillonDo some deregisterization.
2004-11-12 Matthew Dillonefree()->free(). remove #define efree (which was defin...
2004-11-12 Matthew DillonThe strings package passes back a pointer via brk_strin...
2004-11-12 Matthew DillonRemove various forms of NULL, and cleanup types. This...
2004-11-12 Matthew DillonAdd a missing com_unlock() to the serial port drain...
next