dragonfly.git
2005-02-04 Jeffrey HsuTemporarily disable non-working Path MTU discovery...
2005-02-04 Joerg SonnenbergerDo not depend on existence of _end symbol in obj_from_a...
2005-02-04 Joerg SonnenbergerIf we change obj_rtld.path after initialising __prognam...
2005-02-04 Matthew Dillonm_clalloc() was improperly assuming that an mcl malloc...
2005-02-04 Joerg Sonnenbergergive out a little more information in case of a missing...
2005-02-04 Joerg SonnenbergerRemove -DFREEBSD_ELF.
2005-02-04 Joerg SonnenbergerNo need to zero fill memory, mmapped anonymously. Kerne...
2005-02-03 Matthew DillonGenerate more useful -v information on the console...
2005-02-03 Max OkumotoRemove duplicate #include of <sys/sysctl.h>
2005-02-03 Joerg SonnenbergerProvide a mechanism for dumping relocation information.
2005-02-03 Joerg SonnenbergerRemove the default VINUMDEBUG option for now. I'll...
2005-02-03 Joerg SonnenbergerForced commit to note that I'm removing the default...
2005-02-03 Joerg Sonnenbergerstrcmp() needs string.h
2005-02-03 Joerg Sonnenbergerexit() needs stdlib.h
2005-02-03 Joerg SonnenbergerUse M_ZERO instead of manual bzero.
2005-02-03 Max OkumotoCleanup whitespace at end of file.
2005-02-03 Max OkumotoCleanup some white space.
2005-02-03 Joerg SonnenbergerRemove debug flag which slipped into last commit.
2005-02-03 Joerg SonnenbergerDon't define _Bool for GCC 3.0 and later. It was added...
2005-02-03 Joerg SonnenbergerFully separate the kcore initialisation and the kinfo...
2005-02-03 Joerg SonnenbergerNo namespace pollution in sys/cdefs.h. Rename VM_CACHEL...
2005-02-03 Joerg SonnenbergerRead eaddr in two parts (32 bit read and 16 bit read...
2005-02-03 Joerg SonnenbergerGCC 1.x is dead.
2005-02-03 Joerg SonnenbergerFree temporary buffer in the buffer overflow case too.
2005-02-03 David RhodusAdd information about return code for immutable files.
2005-02-03 David RhodusAdd information about return code for immutable files.
2005-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2005-02-02 Liam J. Foy- Remove unnecessary header (time.h)
2005-02-02 Matthew DillonFix a hard-to-find bugaboo in the struct file list...
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Joerg SonnenbergerDon't cast int ==> unsigned char ==> char, int ==>...
2005-02-02 Liam J. Foy- Reduce the size of msg (1024 -> 80)
2005-02-02 Hiroki SatoQuery A records before AAAA records in getaddrinfo...
2005-02-02 Joerg SonnenbergerFix CPP buglet.
2005-02-02 Joerg SonnenbergerChange default perl version to 5.8.6
2005-02-02 Max OkumotoAdd __dead2 to enomem()
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Jeffrey HsuIf dhclient fails, an interface could be left with...
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Matthew DillonMinor adustments to avoid a signed/unsigned comparison...
2005-02-02 Matthew DillonThe last commit broke ttyname(), which broke ssh -1...
2005-02-02 Matthew DillonFix type-o in last commit.
2005-02-01 Joerg SonnenbergerChange the ALTQ macro stubs to actually work. For the...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2005-02-01 Matthew DillonFix an invariant test that tries to catch locked tokens...
2005-02-01 Joerg SonnenbergerGCC 3.4 doesn't include a #pragma weak reference, if...
2005-02-01 Matthew DillonCount time spent in interrupts in the overall runtime...
2005-02-01 Max Okumoto- Fix some duplicate commenting for struct Job, struct...
2005-02-01 Joerg SonnenbergerDon't double assign -W -Wall and some more warning...
2005-02-01 Matthew DillonFix bug in last commit that broke 'df'. 'sfsp' is...
2005-02-01 Liam J. Foy- Improve how we handle the APM device. Much cleaner...
2005-02-01 Hiroki SatoMove to ND_IFINFO().
2005-02-01 Liam J. Foy- Large cleanup/changes to man page.
2005-02-01 Liam J. Foy- Do not depend on stat_warn_cont when executing commands.
2005-02-01 Liam J. Foy- Tie battd into the build
2005-02-01 Eirik Nygaardstyle(9)
2005-02-01 Liam J. Foy- Initial import of the battd utility.
2005-02-01 Joerg Sonnenberger*_load_pallete's second argument should be const.
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-02-01 Joerg SonnenbergerAlways honor fdp->fd_nrdir as root. Once the loop reach...
2005-02-01 Joerg SonnenbergerRemove SCARG junk.
2005-02-01 Max Okumoto- Add comments to clarify code
2005-02-01 David XuImport initial version of 1:1 pthread library.
2005-02-01 Max OkumotoAdded code to handle DragonFly tags in expected results...
2005-02-01 Max OkumotoAdd regression test infrastructure.
2005-02-01 Matthew Dillonencap_getarg() was not properly loading the pointer...
2005-02-01 Joerg SonnenbergerHide pure kernel threads from jailed processes.
2005-02-01 Joerg SonnenbergerMake const correct.
2005-02-01 Joerg SonnenbergerAdd prototype for ciss_print0 in place.
2005-02-01 Joerg SonnenbergerRemove compat code for anything, but DragonFly.
2005-02-01 Joerg SonnenbergerRemove unused variable.
2005-01-31 Joerg SonnenbergerRemove GPLed fpemulation, old rp, old awe and pcic.
2005-01-31 David XuMy first commit.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-31 Matthew DillonRemove _THREAD_SAFE depenendancies. Create weakly...
2005-01-31 Joerg SonnenbergerInclude jail.h after proc.h to get struct ucred.
2005-01-31 Joerg SonnenbergerAdd missing "return(error)".
2005-01-31 Joerg SonnenbergerDefine in_inithead in net/route.h, it's purpose is...
2005-01-31 Joerg SonnenbergerRemove unused local variable.
2005-01-31 Joerg SonnenbergerBuglet in last commit, the first argument of bpf_ptap...
2005-01-31 Joerg SonnenbergerUse PRIx32 to fix compiler warning correctly.
2005-01-31 Joerg SonnenbergerFix warning by adding explicit () around addition.
2005-01-31 Joerg Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Joerg Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Max Okumoto- Move deallocation of Buffer object to end of routine.
2005-01-31 Max OkumotoFixes in main.c
2005-01-31 YONETANI TomokazuThe last commit couldn't handle cases when $GZIP contained
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerCleanup last commit. Remove local ncp, it shadows the...
2005-01-31 Matthew DillonTake advantage of our new namecache topology to generat...
2005-01-31 Joerg SonnenbergerDon't copy blindly MAXPATHLEN byte from fullpath. vn_fu...
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerAdd jail_attach syscall.
2005-01-31 Joerg SonnenbergerUncomment the entry for kern_chrot in kern_syscall...
2005-01-31 Joerg SonnenbergerSplit vn_fullpath into cache_fullpath and vn_fullpath...
2005-01-31 Joerg Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Joerg SonnenbergerIn preparation for the jail commit, include sys/param...
2005-01-31 Joerg SonnenbergerRemove unused compat code like FXP_LOCK, a fake struct...
next