dragonfly.git
2005-02-12 Joerg SonnenbergerALTQ support.
2005-02-12 Joerg Sonnenbergerlink in altq support.
2005-02-12 Joerg SonnenbergerInline some users of SC_STAT to avoid lvalue cast.
2005-02-12 Joerg SonnenbergerMove mac = NULL initialisation up and simplify second...
2005-02-12 Joerg SonnenbergerMark dead. Not supported and if we ever want to support...
2005-02-12 Joerg SonnenbergerClean-up.
2005-02-12 Joerg SonnenbergerGC local variable size.
2005-02-12 Joerg SonnenbergerGC strsize.
2005-02-12 Joerg SonnenbergerSeparate error handling path from normal return to...
2005-02-12 Joerg SonnenbergerRemove extra token after #endif introduced in last...
2005-02-12 Joerg SonnenbergerRemove unneeded packed attributes.
2005-02-12 Liam J. Foy- Fix a few grammar 'nits'.
2005-02-11 Joerg SonnenbergerRemove unnecessary packed attribute.
2005-02-11 Joerg Sonnenbergerinstall altq headers
2005-02-11 Joerg Sonnenbergeraltq include dir
2005-02-11 Max OkumotoHarti moved my comment.
2005-02-11 Max OkumotoRemoved period from end of sentence, to reduce diffs...
2005-02-11 Joerg SonnenbergerAdd ALTQ support to pfctl(8). Fix a small bug introduce...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-11 Joerg SonnenbergerRemove unused variable.
2005-02-11 Max OkumotoReduced diff between FreeBSD.
2005-02-11 Liam J. Foy- Fix some spelling mistakes.
2005-02-11 Liam J. Foy- Improve the debugging functionality in battd.
2005-02-11 Max OkumotoRenamed variable 'l' to 'ln'
2005-02-11 Max OkumotoLst_Append returns void, so the other case of the ...
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...
next