dragonfly.git
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.
2004-05-26 Matthew DillonCorrect a bug in the last commit, udev must be assigned...
2004-05-26 Matthew DillonCleanup warnings. No operational changes. Note that...
2004-05-26 Matthew DillonCleanup warnings. No operational changes.
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-05-26 Matthew Dillonpreload_delete_name() needs to use the same path mungin...
2004-05-26 Matthew Dilloncount_udev() was being called with the wrong argument.
2004-05-26 Matthew DillonANSIfication and general cleanup. No operational changes.
2004-05-26 Matthew DillonCleanup cdevsw and dev reference counting ops to fix...
2004-05-26 Matthew DillonIncrement v_opencount before potentially blocking in...
2004-05-25 Matthew DillonANSIfication and cleanup. No operational changes.
2004-05-25 Matthew DillonThe extended mbr handling code was improperly using...
2004-05-25 Jeroen Ruigrok... Add missing . before An macro at the end.
2004-05-24 Justin C. SherrillAdded mention of using MAKEDEV for when the target...
2004-05-24 Hiten PandyaWrap the VM MAP locking routines with _KERNEL, user...
2004-05-21 David RhodusRemove unneeded typecast.
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-21 Hiten PandyaFix SYSCTL description style.
2004-05-21 Hiten PandyaDocument the pmap_kenter_quick(9) function. While...
2004-05-21 Hiten PandyaIt is DragonFly BSD, not FreeBSD. Correct config(8...
2004-05-21 Chris PresseyThe default shell for the user `man' is nologin(8)...
2004-05-21 Matthew DillonPass the proper mask/match arguments to cdevsw_add...
2004-05-20 Matthew DillonGet rid of VM_WAIT and VM_WAITPFAULT crud, replace...
2004-05-20 Matthew DillonCleanup pass. No operational changes.
2004-05-20 Matthew DillonGet rid of obsolete PQ_ options.
2004-05-20 Matthew DillonCleanup pass. No operational changes.
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-20 Matthew DillonMake the primary PQ_ macros available to modules by...
2004-05-20 Chris PresseyClarify how our `test -w' is a superset of POSIX' requi...
2004-05-20 Hiten PandyaUpdate the mlock(2) manual page:
2004-05-20 Chris PresseyStyle(9) cleanup to src/usr.sbin: remove remaining...
2004-05-20 Chris PresseyCorrect sort order of SUBDIRs.
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/netinet6:
2004-05-20 David RhodusPoint the remote site to use gobsd.com so the remote...
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 21/21: unionfs.
2004-05-20 Jeffrey HsuPut snd_recover in the same cache line as snd_una....
2004-05-20 Jeffrey HsuTrade off more writes for a simpler check for when...
2004-05-20 Matthew DillonUsing the new contrib rev mechanism, bring cvs up to...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-18 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 20/21: umapfs.
2004-05-18 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 19/21: ufs.
2004-05-17 Hiten PandyaQuickly fix an MLINK while no one is looking...
2004-05-17 Hiten PandyaDocument the ``resource management'' (rman) abstraction...
2004-05-17 Chris PresseyFix catman(1) so that it recognizes valid manpage names...
2004-05-17 Matthew DillonBring in a better seeding and random number generation...
2004-05-17 Matthew DillonFix more ^T panics. calcru() and p_comm also need...
2004-05-17 Matthew DillonFix another race in ^T. ttyprintf() can block, during...
2004-05-17 Matthew DillonINCSLINKS cannot be used to make softlinks within machi...
2004-05-16 Eirik NygaardRemove two mis-added .orig files.
next