dragonfly.git
2005-07-02 Sascha Wildnergmp.h wasn't cleaned because of a typo.
2005-07-02 Sascha WildnerClean up stale supfile examples.
2005-07-02 Max OkumotoUse LST_FOREACH() macro instead of for-loop
2005-07-02 Max OkumotoAvoid comments using the word "variable", since it...
2005-07-02 Max OkumotoMove code out of InitVariables() back into main(), to
2005-07-02 Max OkumotoRemove white space between function name and paramter...
2005-07-02 Max OkumotoMove code in Proc_Setupsignals() into Proc_Init().
2005-07-02 Max OkumotoReduce usage of commandShell global by adding a shell...
2005-07-02 Max OkumotoReduce usage of commandShell global by assigning it...
2005-07-02 Max OkumotoPass commandShell is a paramter to Proc_Exec() instead of
2005-07-02 Max OkumotoMoved exit status code into subroutine Make_Run()
2005-07-02 Sascha WildnerFix typo and add more obsolete man pages.
2005-07-02 Sascha WildnerAdd link for localeconv.3 man page.
2005-07-02 Sascha WildnerAdd link for termcap.3 man page.
2005-07-01 Sascha WildnerAdd missing curses.3 man page link.
2005-07-01 Sascha WildnerClean up obsolete cccp.1 man page.
2005-07-01 Sascha WildnerAdd missing man page links.
2005-07-01 Joerg SonnenbergerFix some stupid style bugs. Call bus_setup_intr after...
2005-07-01 Joerg SonnenbergerRemove a bunch of breaks after return, merge a return...
2005-07-01 Joerg SonnenbergerRemove some unused macros. Constify. Minor style changes.
2005-07-01 Joerg SonnenbergerPush device_t's down to vxattach, not the softc.
2005-07-01 Sascha WildnerDon't remove gcc34's /usr/bin/CC.
2005-07-01 Liam J. Foy- Whoops, some test code slipped in. Remove it
2005-07-01 Joerg SonnenbergerAdd support for Broadcom BCM4401-B0.
2005-07-01 Joerg SonnenbergerRegen.
2005-07-01 Joerg SonnenbergerAdd PCI ID for BCM4401-B0.
2005-06-30 Sascha WildnerClean up obsolete files in /usr/bin.
2005-06-30 Simon SchubertWe are DragonFly. Besides, FreeBSD doesn't include...
2005-06-30 Sascha WildnerClean up obsolete stuff in /usr/sbin.
2005-06-30 Sascha WildnerClean up obsolete info files.
2005-06-30 Sascha WildnerNo need to remove the .gz files since we just gunzipped...
2005-06-30 Joerg SonnenbergerTear down interrupt in wi_free when necessary.
2005-06-30 Joerg Sonnenbergerdon't include regression tests, we don't use them anywa...
2005-06-30 Joerg Sonnenbergersort
2005-06-30 Matthew DillonRe-commit usched_bsd4.c (losing the history) to try...
2005-06-30 Joerg SonnenbergerRemove now unnecessary messing with PCI command register.
2005-06-30 Joerg SonnenbergerUse if_printf, especially for DPRINTF. Merge two DPRINT...
2005-06-30 Simon SchubertRemove unreferenced files. Seems they now live in sys...
2005-06-30 Simon SchubertFix references to bzip2
2005-06-29 Simon SchubertFix bzip2 vulnerability.
2005-06-29 Simon Schubertremove old bzip2
2005-06-29 Simon SchubertSwitch to bzip2-1.0.3
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-29 Simon SchubertImport bzip2-1.0.3 modulo unneeded files.
2005-06-29 Simon SchubertImport bzip2-1.0.3 modulo unneeded files.
2005-06-29 Sascha WildnerFor quickrel, use our quick{world,kernel} targets.
2005-06-29 Matthew DillonYet more scheduler work. Revamp the batch detection...
2005-06-29 Simon SchubertSync with FreeBSD to fix (a genuine DragonFly) bug...
2005-06-28 Joerg SonnenbergerHack in support for ar(4) based devices.
2005-06-28 Matthew DillonThe recent commit to propogate kernel options to module...
2005-06-27 Matthew DillonRemove an assertion that does not compile due to a...
2005-06-27 Jeremy C. Reedtesting cvs commit
2005-06-27 Matthew DillonAllow the CTYPE macros to be disabled, forcing procedur...
2005-06-27 Matthew DillonPrint out additional information for a magic number...
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-27 Liam J. Foy- Introduce new -g option. This allows for the broadcas...
2005-06-27 Joerg SonnenbergerRemove redundant verbosity. The description of the...
2005-06-27 Simon SchubertRemove references to NBPFILTER. We unconditionally...
2005-06-27 Simon SchubertIf compiling a module with the kernel, suck in opt_glob...
2005-06-27 Simon SchubertDon't unconditionally compile in ALTQ.
2005-06-27 Sascha WildnerRemove PC98 support.
2005-06-27 Sascha WildnerChange spl*() to critical sections.
2005-06-27 Sascha WildnerFix wrong list head which crept in with the last commit.
2005-06-26 Matthew DillonMove more scheduler-specific defines from various place...
2005-06-26 Matthew DillonMove remaining scheduler-specific functions into the...
2005-06-25 Matthew DillonCleanup indentation, no operational changes.
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2005-06-25 Matthew DillonRemove unused variables (from prior spl->critical secti...
2005-06-25 Matthew DillonRepo-copy kern_switch.c to usched_4bsd.c, remove kern_s...
2005-06-25 Matthew DillonDo a quick cleanup pass on the userland scheduler and...
2005-06-25 Matthew DillonFix a race between fork() and ^Z. If the ^Z is handled...
2005-06-22 Max OkumotoRenamed struct MakeFlags to struct CLI.
2005-06-22 Max OkumotoSplit Dir_Init() into two functions.
2005-06-22 Max OkumotoMove sections of init code that do not take any input...
2005-06-22 Max OkumotoCleanup Dir_Init*() functions.
2005-06-22 Joerg SonnenbergerInstead of emulating a userland system call via stackga...
2005-06-22 Joerg SonnenbergerDefancy the infinite loop. Fix a bug where the loop...
2005-06-22 Matthew DillonThe recent file descriptor work is significant enough...
2005-06-22 Matthew DillonDocument cleanvar_enable in rc.conf.5 and document...
2005-06-22 Matthew DillonRandomize the initial stack pointer for a user process...
2005-06-22 Max OkumotoRemove extra semi colin and a few remove redundent...
2005-06-22 Max OkumotoSome cleanup
2005-06-22 Joerg SonnenbergerSuSE includes a special .note.SuSE section descriping...
2005-06-22 Matthew DillonSynchronize the ipfilter contrib code with recent file...
2005-06-22 Matthew DillonSynchronize libkcore with recent file descriptor cleanups.
2005-06-22 Matthew DillonSynchronize the fstat program with recent file descript...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-21 Jeffrey HsuReplace the linear search in file descriptor allocation...
2005-06-21 Max OkumotoUse strsep() instead of custom loop.
2005-06-21 Max OkumotoMove compatMake test up.
2005-06-21 Max Okumotocleanup ReadInputFiles()
2005-06-21 Max Okumotofix comments
2005-06-21 Max OkumotoMove code from main into subroutine.
2005-06-21 Max Okumotocleanup built_stuff()
2005-06-21 Matthew DillonBump fd_lastfile, freefile, and refcnt to 32 bit ints...
2005-06-21 Joerg SonnenbergerAdd BCM5751.
2005-06-21 Joerg SonnenbergerRegen.
2005-06-21 Joerg SonnenbergerAdd BCM5751.
2005-06-21 Joerg SonnenbergerRestore copy of revid in softc.
2005-06-21 David XuFix off-by-one error.
next