Fix compile warning.
[dragonfly.git] / sys /
2004-06-21 Matthew DillonSome more M_NOWAIT->M_INTWAIT. Not sure if the sym...
2004-06-21 Matthew DillonGeneral M_NOWAIT -> M_INTWAIT work, except in periodic...
2004-06-21 Matthew DillonCorrect a known panic in the twe driver, M_NOWAIT ...
2004-06-21 Matthew Dillongcc-3.4 cleanups. missing break / goto labels.
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-21 Matthew DillonAdding missing break after default: (gcc-3.4).
2004-06-21 Matthew Dillongcc-3.4 cleanup.
2004-06-21 Matthew DillonAdd a missing break after default: for gcc-3.4 support.
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Hiten PandyaZero-out the whole pstats structure and then copy the...
2004-06-20 Hiten PandyaZero the interval timers on fork(2) rather than copying...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-17 David RhodusDefault the MMX/XMM kernel optimizations to the on...
2004-06-17 Matthew DillonDon't set prefetch mode on VIA chips, it causes problem...
2004-06-17 Hiten PandyaSpell 'written' properly.
2004-06-16 Hiten PandyaFix spelling in comment.
2004-06-15 Matthew DillonFix a race with the clearing of p->p_session->s_ttyvp...
2004-06-14 Hiten PandyaMake the procfs_validfile() function static.
2004-06-14 Hiten PandyaIf there was a cache hit, and the msf->m_flags was...
2004-06-12 Matthew Dillonstart_forked_proc() should not be called when rfork...
2004-06-12 Matthew DillonANSIfy the remaining K&R functions. Remove two bzero...
2004-06-12 Matthew DillonFix a bug in the reply port path related to aborts...
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-06-09 Hiten PandyaAdd some whitespace for clarity. No operational changes.
2004-06-08 David RhodusAdd the SysKonnect ethernet driver to the GENERIC kerne...
2004-06-08 Jeffrey HsuTry the ELF image activator first.
2004-06-08 Hiten PandyaReplace the use of specially reserved pbufs in NFS...
2004-06-08 Hiten PandyaRemove an accessory function called msf_buf_xio();...
2004-06-08 Hiten PandyaConditionally include the essential header files, sys...
2004-06-08 Hiten PandyaRe-order include, 'sys' includes first, 'vm' includes...
2004-06-07 Matthew DillonFix improper vm_object ref counting in procfs that...
2004-06-07 Matthew DillonConvert netproto/ns to the pr_usrreqs structure. This...
2004-06-07 Matthew DillonAdditional listhead->pcblisthead and marker support...
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-06-07 Matthew DillonRemove dtom() from comment.
2004-06-06 Matthew DillonAdd the prototype for the recently added XIO API call...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-06 Matthew DillonThe usbcom's device was being released too early in...
2004-06-06 Matthew DillonDeal with revoke()'d descriptors. The underlying vnode...
2004-06-06 Hiten PandyaNow that we have clients that use m_getcl(9), set the...
2004-06-06 Jeffrey HsuClose race condition in accept(2).
2004-06-06 Jeffrey HsuDetect and foil optimistic ACK attack with forced slow...
2004-06-05 Matthew DillonAdd the MSFBUF API. MSFBUFs are like SFBUFs but they...
2004-06-05 Matthew DillonM_NOWAIT is just wrong in the init code. The allocatio...
2004-06-05 Matthew DillonRearrange the kern_getcwd() procedure to return the...
2004-06-05 Joerg Sonnenbergerem(4) assumes that bus_dmamap_destroy of bus_dmamap_loa...
2004-06-05 Joerg SonnenbergerFix a small bug in the last commit. ether_ifdetach...
2004-06-05 Eirik NygaardSwap order of first and second argument in bcopy, forgo...
2004-06-05 Eirik NygaardUse MAXPATHLEN as the size of the checkpoint filename...
2004-06-05 Eirik NygaardPrint the entire path to where the checkpoint file...
2004-06-05 Eirik NygaardSplit the __getcwd syscall into a kernel and an userlan...
2004-06-05 Matthew DillonAllow dup_sockaddr() to block, otherwise the code becom...
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-06-04 Matthew DillonRemove dtom(). dtom() is no longer supported (precurso...
2004-06-04 Matthew DillonUse a normal malloc() for PCB allocations instead of...
2004-06-04 Joerg SonnenbergerContinue cleaning em(4).
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-04 Matthew DillonAdd MPF_INT (for mpipe_init()), which allows one to...
2004-06-04 Hiten PandyaFlush cached access mode after modifying a files attrib...
2004-06-04 Matthew DillonUse MPIPE instead of misusing m_getclr() (i.e. m_get...
2004-06-04 Matthew DillonUse MPIPE instead of the really hackish use of m_get...
2004-06-04 Matthew DillonRemove dtom() in unused (#ifndef notdef'd) code. Well...
2004-06-04 Matthew DillonUse MPIPE instead of (the really aweful improper use...
2004-06-04 Matthew DillonANSIfication. No functional changes.
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Hiten PandyaLock manipulation of the 'exec_res_list', i.e., the...
2004-06-03 Hiten PandyaSurround a multi-line conditional block with braces...
2004-06-03 Hiten PandyaRemove the compat macro textvp_fullpath(), and use...
2004-06-03 Hiten PandyaVM Resident Executables update:
2004-06-03 Joerg SonnenbergerMake pr_domain and pr_usrreqs pointers to const. The...
2004-06-03 Hiten PandyaCleanup the textvp_fullpath() function; summary of...
2004-06-03 Hiten PandyaQuotactl(2) should set the uid correctly, based on...
2004-06-03 Hiten PandyaRemove some long gone #defines, PFCLUSTER_BEHIND and...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-03 Joerg SonnenbergerMove extern declaration to file scope to fix warning
2004-06-03 Joerg SonnenbergerDon't cast away the const before dereferencing.
2004-06-03 Joerg SonnenbergerHide unused functions to silence GCC
2004-06-03 Joerg SonnenbergerHide unused function under #ifdef SMP
2004-06-03 Eirik NygaardAdd ref counting to the checkpoint handler and unload...
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
2004-06-02 Matthew DillonANSIfication and cleanup. No functional changes.
2004-06-02 Jeffrey HsuAllow an inp control block to be inserted on multiple...
2004-06-02 Hiten PandyaPlug a memory leak when the kernel initialiazes config_...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-02 Joerg SonnenbergerInclude ns.h to get prototyp for ns_cksum
2004-06-02 Joerg SonnenbergerImprove the way error message from ALART are printed.
2004-06-02 Joerg Sonnenbergerset_lapic_isrloc depends on APIC_IO for the prototype...
2004-06-02 Joerg SonnenbergerUse volatile and __DEVOLATILE to silence gcc warnings.
2004-06-02 Joerg SonnenbergerUse __DECONST to silence GCC. Make some private routine...
2004-06-02 Hiten PandyaMerge from FreeBSD, RELENG_4 branch, revision 1.250...
2004-06-01 Matthew DillonVM86 calls on some BIOSs, apparently mainly VESA calls...
2004-06-01 Matthew DillonANSIfication. No operational changes.
2004-06-01 Matthew DillonAdd a pfil_has_hooks() inline to shortcut calls to...
2004-06-01 Joerg SonnenbergerThe const call is linted, use proper cast to silence GCC
2004-06-01 Joerg SonnenbergerFix some const warnings
2004-06-01 Joerg SonnenbergerInitialize the magic cookie using real numbers instead...
2004-06-01 Joerg SonnenbergerExplicitly cast-away volatile since it should be save...
2004-06-01 Joerg SonnenbergerExplicitly cast away the volatile for conversions and...
2004-06-01 Joerg SonnenbergerUse struct thread for kernel threads, not struct proc.
next