dragonfly.git
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-17 Joerg SonnenbergerUse -pthread instead of adding -lc_r for linking the...
2005-02-17 Joerg SonnenbergerRename PACKAGES to REL_PACKAGES. PACKAGES is used by...
2005-02-17 Liam J. Foy- Better handling of a given(-p) invalid port number.
2005-02-16 Joerg SonnenbergerThe old USB ethernet code utilized a netisr to hand...
2005-02-16 Max OkumotoAdd better comments.
2005-02-16 Joerg SonnenbergerAdd __pure as attribute. A __pure function can only...
2005-02-16 Liam J. Foy- isupper(x) can be true for x in [128..255], but since...
2005-02-16 Simon SchubertImport of FreeBSD rev. 1.2 by mlaier:
2005-02-16 Simon SchubertTest for my existance
2005-02-15 Chris PresseyMake pgrep(1) print a newline at EOL, as expected,...
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Chris PresseyAdd "exit" command as a synonym for "quit".
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerForgotten in last commit.
2005-02-15 Chris PresseyRaise WARNS to 6.
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerFix lvalue cast.
2005-02-15 Joerg SonnenbergerReplace list of checks with loop. Fix lvalue casts.
2005-02-15 Joerg SonnenbergerFix lvalue cast.
2005-02-15 Joerg SonnenbergerChange second argument of dc_crc_le to c_caddr_t to...
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerMake the second argument to ncp_conn_asssert a const...
2005-02-15 Joerg SonnenbergerReplace lvalue cast.
2005-02-15 Joerg SonnenbergerReplace lvalue cast with explicit cast from u_short...
2005-02-15 Joerg SonnenbergerAvoid casts as lvalues.
2005-02-15 Joerg SonnenbergerDon't cast lvalues.
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerBe more careful when doing el_parse() - only do it...
2005-02-15 Liam J. Foy- Use strcasecmp() for upper and lower cases.
2005-02-15 Max OkumotoCreate two new functions VarParseShort() and VarParseLo...
2005-02-15 Max Okumoto- Remove more dead code, since VarExpand() is never...
2005-02-15 Max Okumoto- Push more variables into local scope of the if else...
2005-02-15 Max Okumoto- Killing some dead code, since the conditions can...
2005-02-15 Max Okumoto- Copy destroy code at end of Var_Parse() up into else...
2005-02-15 Max Okumoto- Cleanup Destroy code at end of Var_Parse()
2005-02-15 Max Okumoto- Clean up return statements at end of Var_Parse().
2005-02-15 Max Okumoto- Moved haveModifier handing up into else-if block...
2005-02-15 Max Okumoto- Factor out code into a new function VarExpand().
2005-02-15 Joerg SonnenbergerUse ifq_is_empty to allow USB drivers to support ALTQ.
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Chris PresseyHook ru.koi8-r.win.kbd up to Makefile and INDEX.keymaps.
2005-02-15 Chris PresseyImport (slightly modified) ru.koi8-r.win.kbd:1.1 from...
2005-02-15 Chris PresseyFurther cleanup:
2005-02-15 Chris PresseyMerge with FreeBSD, revision 1.30 (markm):
2005-02-15 Chris PresseyMerge with FreeBSD, revision 1.29 (imp):
2005-02-15 Max OkumotoMake sure the $FreeBSD$ tags are correct.
2005-02-15 Chris PresseyMerge with FreeBSD, revision 1.27 (fenner):
2005-02-15 Chris PresseyRaise WARNS to 6:
2005-02-14 Chris PresseyPartial merge with FreeBSD: revisions 1.23 through...
2005-02-14 Sascha WildnerMake VGA palette registers available.
2005-02-14 Chris PresseyChange type of find_compare() so that it doesn't need...
2005-02-14 Chris PresseyFix up a bug that crept in during the strcpy->strlcpy...
2005-02-14 Chris PresseyApply less dodgy range checks.
2005-02-14 Liam J. Foy- Remove unnecessary headers (string.h, sys/uio.h,...
2005-02-14 Joerg SonnenbergerALTQ support. Remove bogus check of ifq max len.
2005-02-14 Joerg SonnenbergerALTQ support.
2005-02-14 Joerg SonnenbergerSet ALTQ ready.
2005-02-14 Joerg SonnenbergerALTQ support.
2005-02-14 Joerg SonnenbergerRename IFM_homePNA to IFM_HPNA_1 and IFM_1000_TX to...
2005-02-14 Matthew DillonGreatly reduce the size of ISOFS's inode hash table...
2005-02-14 Joerg SonnenbergerAdd support for ICH6 and some nForce AC97 chips.
2005-02-14 Joerg SonnenbergerIncrease size of limit column by one character to bette...
2005-02-14 Max OkumotoExpand *n't contractions.
2005-02-14 Max Okumoto- Changed type of vlen from int to size_t.
2005-02-14 Max Okumoto- Remove adding of '\0' to a Buffer object, since that...
2005-02-14 Chris PresseyPartial merge with recent revisions from FreeBSD:
2005-02-14 Chris PresseyClean up:
2005-02-13 Chris PresseyPartial merge with recent revisions[1] from FreeBSD.
2005-02-13 Chris PresseyRaise WARNS to 6:
2005-02-13 Chris PresseyRaise WARNS to 6:
2005-02-13 Chris PresseyClean up:
2005-02-13 Max OkumotoCopy input parameter 'char *str' pointer into two varia...
2005-02-13 Max OkumotoMove statement into both branches of a if-statement...
2005-02-13 Max OkumotoMove statement into both branches of a if-statement...
2005-02-13 Max OkumotoUse strchr() instead of a switch statement to determine...
2005-02-13 Max OkumotoRe-order conditions in if-statement a group of so commo...
2005-02-13 Sascha WildnerRemove unneeded conditionals.
2005-02-13 Sascha WildnerScrap PC98 support.
2005-02-13 Sascha Wildner* Remove Alpha support and redundant flags from the...
2005-02-12 Sascha WildnerFix a little redundancy from my last commit. The border...
2005-02-12 Sascha WildnerIn VESA_800x600, never draw the mouse pointer in the...
2005-02-12 Eirik NygaardI have added a per cpu buffer for ktr, so this note...
2005-02-12 Eirik NygaardAdd per cpu buffer for storing KTR information.
2005-02-12 Eirik NygaardAllow numbers to be used after a letter in the modifier...
2005-02-12 Matthew DillonFix a cache_resolve() vs cache_inval() race which can...
2005-02-12 Joerg SonnenbergerMark it as ALTQ ready too.
2005-02-12 Joerg SonnenbergerALTQ support.
2005-02-12 Joerg SonnenbergerALTQ support.
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.
next