dragonfly.git
2004-06-08 Hiten PandyaIf handed a bad file pointer that we can't write to...
2004-06-08 Hiten PandyaIEEE Std. 1003.1-2001 wants feof(3) to behave as if...
2004-06-08 Hiten PandyaIEEE Std. 1003.1-2001 dictates that fileno(3) behave...
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-08 Hiten PandyaC99 update: freopen(3) with NULL 'path' argument so...
2004-06-08 Hiten Pandyamdoc(7) corrections; use .Dv instead of .Em etc, fix...
2004-06-08 Hiten PandyaDocument security issues with gets(3) in a proper manner.
2004-06-07 Hiten PandyaSet the return value properly for fgetpos(3).
2004-06-07 Hiten PandyaFUNLOCKFILE(fp) *after* modifying the FILE pointer...
2004-06-07 Hiten PandyaUse ANSI C prototypes and remove the !__STDC__ varargs...
2004-06-07 Hiten PandyaAvoid a memory leak if vfprintf(3) by always calling...
2004-06-07 Hiten PandyaRemove useless __STDC__ junk.
2004-06-07 Hiten PandyaUse correct sentence structure.
2004-06-07 Hiten PandyaDissolve use of the 'register' keyword.
2004-06-07 Matthew DillonFix improper vm_object ref counting in procfs that...
2004-06-07 Matthew Dillonulimit.h needed to be added to the include file list...
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 DillonBack out the last change. Normal 'make' builds in...
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 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
next