Apply less dodgy range checks.
[dragonfly.git] / sys /
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...
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-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2005-02-02 Matthew DillonFix a hard-to-find bugaboo in the struct file list...
2005-02-02 Joerg SonnenbergerFix CPP buglet.
2005-02-02 Jeffrey HsuIf dhclient fails, an interface could be left with...
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 Matthew DillonFix bug in last commit that broke 'df'. 'sfsp' is...
2005-02-01 Hiroki SatoMove to ND_IFINFO().
2005-02-01 Eirik Nygaardstyle(9)
2005-02-01 Joerg Sonnenberger*_load_pallete's second argument should be const.
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-02-01 Joerg SonnenbergerAlways honor fdp->fd_nrdir as root. Once the loop reach...
2005-02-01 Joerg SonnenbergerRemove SCARG junk.
2005-02-01 Matthew Dillonencap_getarg() was not properly loading the pointer...
2005-02-01 Joerg SonnenbergerHide pure kernel threads from jailed processes.
2005-02-01 Joerg SonnenbergerMake const correct.
2005-02-01 Joerg SonnenbergerAdd prototype for ciss_print0 in place.
2005-02-01 Joerg SonnenbergerRemove compat code for anything, but DragonFly.
2005-02-01 Joerg SonnenbergerRemove unused variable.
2005-01-31 Joerg SonnenbergerRemove GPLed fpemulation, old rp, old awe and pcic.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-31 Joerg SonnenbergerInclude jail.h after proc.h to get struct ucred.
2005-01-31 Joerg SonnenbergerAdd missing "return(error)".
2005-01-31 Joerg SonnenbergerDefine in_inithead in net/route.h, it's purpose is...
2005-01-31 Joerg SonnenbergerRemove unused local variable.
2005-01-31 Joerg SonnenbergerBuglet in last commit, the first argument of bpf_ptap...
2005-01-31 Joerg SonnenbergerUse PRIx32 to fix compiler warning correctly.
2005-01-31 Joerg SonnenbergerFix warning by adding explicit () around addition.
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerCleanup last commit. Remove local ncp, it shadows the...
2005-01-31 Joerg SonnenbergerDon't copy blindly MAXPATHLEN byte from fullpath. vn_fu...
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerAdd jail_attach syscall.
next