dragonfly.git
2005-02-11 Max OkumotoInitialise the status variable. W_SETTERMSIG uses its...
2005-02-10 Liam J. FoyMore cleaning:
2005-02-10 Joerg SonnenbergerAdd the 'All rights reserved.'. It's not entirely clear...
2005-02-10 Max OkumotoTemporarily create new scope and reindent section which...
2005-02-10 Max OkumotoFix comment indention.
2005-02-10 Max OkumotoMove assignment of variables {freePtr, dynamic, start...
2005-02-10 Max OkumotoMove some variables at top of Var_Parse() into local...
2005-02-10 Joerg SonnenbergerRemove stale local variable ifq.
2005-02-10 Joerg SonnenbergerUse ifp->if_snd directly. Use IFQ_SET_MAXLEN.
2005-02-10 Joerg SonnenbergerDon't assign &ifp->if_snd to a temporary variable,...
2005-02-10 Joerg SonnenbergerDirectly use ifp->if_snd, it's type will change soon.
2005-02-09 Joerg SonnenbergerAdd -DIN_TARGET_LIB to prevent libobjc from depending...
2005-02-09 Max OkumotoCleanup white space (removed spc between tabs)
2005-02-09 David RhodusConnect our 1:1 threading library to the build.
2005-02-09 Max OkumotoChanged renamed macros *_BRACKET to *_BRACE.
2005-02-09 Max OkumotoUntangle VarFind and, while rewriting most of the funct...
2005-02-09 Max OkumotoMove VarCreate() and VarDestroy() close to top of file...
2005-02-09 Max OkumotoRemoved uneeded white space.
2005-02-09 Max Okumoto- Move Error case to top of elseif chain.
2005-02-09 Max Okumoto- Split out error case where input to Var_Parse() is...
2005-02-09 Matthew DillonFix a case that can prevent the vnlru_proc vnode recycl...
2005-02-08 Jeffrey HsuEliminate conditional check for initialized 'fp' on...
2005-02-08 Jeffrey HsuNow that 'so_pcb' is properly declared as a 'void ...
2005-02-08 Joerg SonnenbergerSet so->so_pcb directly to NULL to avoid lvalue cast.
2005-02-08 Joerg SonnenbergerInclude pci_private.h to get pci_class_to_string.
2005-02-08 Joerg Sonnenberger- convert to bus_space macros
2005-02-08 David RhodusRemove call to readdir() that was missed durning the...
2005-02-08 Max Okumoto- Removed declaration of VarModify() since it is define...
2005-02-08 Max OkumotoChange whitespace to match with FreeBSD. But to reduce...
2005-02-08 Max Okumoto- Add brace around switch statement.
2005-02-07 Matthew DillonUp the initial interrupt configuration hook delay to...
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.
next