dragonfly.git
2005-02-07 Matthew DillonAdd support for pure kernel thread stack frames. Pure...
2005-02-07 Max OkumotoMore white space diff reduction with FreeBSD.
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2005-02-07 Max Okumoto- Reduce white space diffs with FreeBSD.
2005-02-07 Max Okumoto- Reduce white space diffs after harti commited my...
2005-02-07 Liam J. Foy- Remove two unnecessary headers
2005-02-06 Max Okumoto- Use a temp variable to simplify long condition in...
2005-02-06 Max Okumoto- Eliminate duplicate code.
2005-02-06 Max Okumoto- cleanup Var_Parse() by removing negtive logic in...
2005-02-06 Joerg SonnenbergerDon't cast lvavalues.
2005-02-06 Max Okumoto- Remove redundent code. Why check for isupper before a
2005-02-06 Max Okumoto- Define new typedef VarModifyProc and use it to clarif...
2005-02-06 Max OkumotoMoved WARNS?=6 out of subdir Makefiles in to src/bin...
2005-02-06 Max OkumotoMove WARNS?=6 into src/bin/Makefile.inc instead of...
2005-02-06 Joerg SonnenbergerAdd missing */.
2005-02-05 Joerg SonnenbergerRemove the conditionalized FreeBSD 5 code. Keep the...
2005-02-05 Joerg SonnenbergerDuring init time, we can savely allocate the mbuf clust...
2005-02-05 Joerg SonnenbergerAdd a macro SYSCTL_SET_CHILDREN. Use it to avoid lhs...
2005-02-05 Joerg Sonnenberger- Add support for DT_FLAGS.
2005-02-05 Joerg SonnenbergerDo initialise fp to NULL explicitly, the last comment...
2005-02-05 Liam J. Foy- Remove mode argument from open().
2005-02-05 Chris PresseyRaise WARNS to 6:
2005-02-05 Max Okumoto- Reduce diffs from FreeBSD.
2005-02-04 Max Okumoto- make a temporary copy of the name because Var_Subst...
2005-02-04 Max Okumoto- Pass NULL to brk_string() when we don't need the...
2005-02-04 Joerg SonnenbergerReadd the copystr for f_mntfromname of root. It wasn...
2005-02-04 Max Okumoto- Fix syntax error. That I added. :-P
2005-02-04 Max Okumoto- In main.c use NULL instead of 0
2005-02-04 Joerg SonnenbergerStop caring about GCC versions between 2.5 and 2.7...
2005-02-04 Max Okumoto- Constify Var_Delete()
2005-02-04 Max Okumoto- Removed unneeded variable 'internal'.
2005-02-04 Max Okumoto- Revert some white space changes, to keep us in sync...
2005-02-04 Chris PresseyRaise WARNS to 6:
2005-02-04 Chris PresseyRaise WARNS to 6.
2005-02-04 Max OkumotoMore white space insertion. Why does putting a blank...
2005-02-04 Max OkumotoPut back spaces at begining of functions that have...
2005-02-04 Chris PresseyRaise WARNS to 6:
2005-02-04 Matthew DillonThe last commit was not sufficient. Rework the code...
2005-02-04 Max OkumotoBack out constify of Parse_File(). It is assigned...
2005-02-04 Matthew DillonRevert the last device_print_child() change, it was...
2005-02-04 YONETANI Tomokazus/ich_arg/ich_desc/
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2005-02-04 Matthew DillonAnnotate the class byte with a class name in the bootve...
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
next