dragonfly.git
2004-06-06 Hiten PandyaANSI-fication. No operational changes.
2004-06-06 Hiten PandyaRegister keyword removal. No operational changes.
2004-06-06 Hiten PandyaAdd a reference to the ulimit(3) manual page.
2004-06-06 Hiten PandyaImplement POSIX.1-2001 (XSI)'s ulimit(3) library call.
2004-06-06 Hiten PandyaDo not use the installed include files, instead, set...
2004-06-06 Hiten PandyaNow that we have clients that use m_getcl(9), set the...
2004-06-06 Hiten PandyaDiscard the first 1024 bytes of output as suggested by
2004-06-06 Jeffrey HsuClose race condition in accept(2).
2004-06-06 Chris PresseyFix typo in error message - there is no system call...
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 Hiten PandyaAdd a manual page describing the LSI Fusion family...
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-05 Chris PresseyFix typo.
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 Hiten PandyaRe-arrange the 'Executable' column for the '-l' option...
2004-06-04 Joerg SonnenbergerContinue cleaning em(4).
2004-06-04 Hiten PandyaAllow top(1) to toggle display of processes+threads...
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 DillonTEST
2004-06-04 Matthew DillonUse MPIPE instead of (the really aweful improper use...
2004-06-04 Matthew DillonANSIfication. No functional changes.
2004-06-03 Matthew Dillonms_cmd has changed to a union, update the test code.
2004-06-03 Hiten PandyaAdd a manual page which describes the vn_fullpath(9...
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 PandyaCleanup the manual page:
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 Matthew DillonAdd RLIMIT_POSIXLOCKS support to csh/tcsh.
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.
2004-06-01 Hiten PandyaCorrect spelling.
2004-06-01 Hiten PandyaRemove '-*- nroff -*-'.
2004-06-01 Chris PresseyStyle(9) cleanup:
2004-05-31 Jeffrey HsuPanic in udp_output() if a socket is found in an incons...
2004-05-31 Eirik NygaardRemove unused error variable.
2004-05-31 Matthew DillonSince RNDC does not yet support 'restart', use RCNG...
2004-05-31 Matthew DillonFix the path to named's pid file.
2004-05-31 Matthew DillonWhen doing a restart, sleep for 0.1 seconds after the...
2004-05-31 Matthew DillonIn the root fs search use the correct unit number when...
2004-05-31 Matthew DillonTwo unused arguments were recently removed from pmap_in...
2004-05-31 Hiten PandyaDo not use the display function if the -o (opaque)...
2004-05-31 Hiten PandyaRemove an unimplemented advisory function, pmap_pageabl...
2004-05-31 Hiten PandyaRemove a stale comment: PG_DIRTY and PG_FILLED were...
2004-05-29 Hiten PandyaForce commit to clarify that the previous revision...
2004-05-29 Hiten PandyaAdjust include path so that the machine.h in ${.OBJDIR...
2004-05-29 Hiten PandyaFirst pass at updating top(1):
2004-05-29 Matthew DillonMake sysctl_kern_proc() iterate through available cpus...
2004-05-28 David Rhodusoops.
2004-05-28 Matthew DillonAdd lwkt_setcpu_self(), a function which migrates the...
2004-05-27 Matthew DillonInitialize the FP unit earlier in the AP boot sequence...
2004-05-27 Matthew DillonAttach bind-9.2.4rc4 to the base system. Rip out bind...
2004-05-27 Matthew DillonBring in the fictitious page wiring bug fixes from...
2004-05-26 Matthew DillonMask bits properly for pte_prot() in case it is called...
2004-05-26 Matthew DillonANSIfication and cleanup. No functional changes.
next