ALTQ support.
[dragonfly.git] / sys /
2005-02-19 Joerg SonnenbergerALTQ support.
2005-02-19 Joerg SonnenbergerDon't inline lnc_rint and lnc_tint, it's useless and...
2005-02-19 Joerg SonnenbergerALTQ support.
2005-02-18 Joerg SonnenbergerALTQ support.
2005-02-18 Joerg SonnenbergerALTQ support.
2005-02-18 Joerg SonnenbergerUse ifq_set_maxlen and don't change the field directly.
2005-02-18 Joerg SonnenbergerALTQ support.
2005-02-18 Joerg SonnenbergerALTQ support.
2005-02-18 Joerg SonnenbergerALTQ support.
2005-02-18 Joerg SonnenbergerALTQ support.
2005-02-18 Sascha Wildner* For the direct modes, get rid of the predefined palet...
2005-02-18 Joerg SonnenbergerALTQ support.
2005-02-18 Simon SchubertAdd support for building modules with configured kernel...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-16 Joerg SonnenbergerThe old USB ethernet code utilized a netisr to hand...
2005-02-16 Joerg SonnenbergerAdd __pure as attribute. A __pure function can only...
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerALTQ support.
2005-02-15 Joerg SonnenbergerForgotten in last commit.
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 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-14 Sascha WildnerMake VGA palette registers available.
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-13 Sascha WildnerRemove unneeded conditionals.
2005-02-13 Sascha WildnerScrap PC98 support.
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 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 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-11 Joerg SonnenbergerRemove unnecessary packed attribute.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-11 Joerg SonnenbergerRemove unused variable.
2005-02-10 Joerg SonnenbergerAdd the 'All rights reserved.'. It's not entirely clear...
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 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-07 Matthew DillonUp the initial interrupt configuration hook delay to...
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2005-02-06 Joerg SonnenbergerDon't cast lvavalues.
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-04 Joerg SonnenbergerReadd the copystr for f_mntfromname of root. It wasn...
2005-02-04 Joerg SonnenbergerStop caring about GCC versions between 2.5 and 2.7...
2005-02-04 Matthew DillonThe last commit was not sufficient. Rework the code...
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 Matthew Dillonm_clalloc() was improperly assuming that an mcl malloc...
2005-02-03 Matthew DillonGenerate more useful -v information on the console...
2005-02-03 Joerg SonnenbergerRemove the default VINUMDEBUG option for now. I'll...
2005-02-03 Joerg SonnenbergerUse M_ZERO instead of manual bzero.
2005-02-03 Joerg SonnenbergerNo namespace pollution in sys/cdefs.h. Rename VM_CACHEL...
next