dragonfly.git
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew Dillon(add missing file related to last commit)
2005-05-24 Matthew DillonGet rid of the bad hack that was doing network polling...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-24 Joerg SonnenbergerUse ether_crc32_be.
2005-05-24 Joerg Sonnenbergerstyle
2005-05-24 Joerg SonnenbergerConvert to new m_ext API.
2005-05-24 Joerg SonnenbergerUse bus_alloc_resource_any when possible.
2005-05-24 Max OkumotoFreeBSD-Date: 2005/05/23 14:27:52
2005-05-24 Joerg Sonnenbergerif_printf / device_printf.
2005-05-24 Joerg SonnenbergerAdd a device ID for MPI350.
2005-05-24 Joerg SonnenbergerUse ether_crc32_le.
2005-05-24 Joerg SonnenbergerNo machine/clock.h needed.
2005-05-24 Joerg SonnenbergerNo FreeBSD 5/6 support here.
2005-05-24 Joerg Sonnenbergerif_printf / device_printf.
2005-05-24 Joerg SonnenbergerUse ether_crc32_be.
2005-05-24 Joerg SonnenbergerRevert to old local unit allocation until I find a...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerUpdate for GCC 3.4.4. Note that the prefered way to...
2005-05-24 Joerg SonnenbergerUpdate in-tree GCC to 3.4.4.
2005-05-24 Joerg SonnenbergerUpdate in-tree GCC to 3.4.4.
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Robert GarrettAdd support for dntpd to /etc/defaults/rc.d
2005-05-24 Robert GarrettAdd support for dntpd to /etc/rc.d
2005-05-23 Max OkumotoMove parseIncPath and sysIncPath out of global scope
2005-05-23 Max OkumotoMove the create list variable out of global scope and...
2005-05-23 Max Okumotoo Remove out of date comment about Compat_Init()
2005-05-23 Joerg SonnenbergerRemove spurious semicolon.
2005-05-23 Joerg SonnenbergerFake DES was removed a while ago, remove the prototypes...
2005-05-23 Max OkumotoPass queryFlag as a function paramter instead of a...
2005-05-23 Max OkumotoPass ENDNode as a function parameter instead of using...
2005-05-23 Max OkumotoMove signal handler setup code into its own function...
2005-05-23 Max OkumotoMove ProcExec() into proc.c
2005-05-23 Matthew DillonDo better range checking on the LDT. FreeBSD-SA-05...
2005-05-23 Joerg Sonnenbergerduplicate is
2005-05-23 Matthew DillonHave the EM device call the new interrupt enablement...
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-05-23 Max OkumotoSome comment header and whitespace cleanups.
2005-05-23 Joerg Sonnenbergerdevice_printf / if_printf cleanup.
2005-05-23 Joerg SonnenbergerCleanup bfe_probe.
2005-05-23 Joerg Sonnenbergerstyle(9) and nic style changes.
2005-05-23 Joerg SonnenbergerSpurious semicolon broke gcc2 build.
2005-05-22 Liam J. Foy- util.h -> libutil.h
2005-05-22 Liam J. Foy- More fixes for the debug code
2005-05-22 Joerg SonnenbergerConvert bge(4) to the new M_EXT API. This allows mergin...
2005-05-22 Liam J. Foy- WITHOUT_ERRNO should be 0, silly mistake.
2005-05-22 YONETANI TomokazuMore -Wwrite-strings cleanup and make sure you can...
2005-05-22 YONETANI TomokazuMinimum bandaid to the breakage due to the last gcc40...
2005-05-21 Simon SchubertAdd -t/--tag option to automatically add $DragonFly...
2005-05-21 Simon SchubertFix compilation with gcc40: Don't postincrement and...
2005-05-21 Joerg SonnenbergerUse ether_crc32_le instead of local hack.
2005-05-21 Joerg Sonnenbergerstyle(9)
2005-05-21 Joerg SonnenbergerExploit bus_alloc_resource_any.
2005-05-21 Joerg SonnenbergerUse bus_alloc_resource_any. Use pci helper functions...
2005-05-21 Joerg Sonnenbergerif_printf/device_printf cleanup. Remove minor junk.
2005-05-20 Joerg SonnenbergerRework TX EOF handling. We have to always check for...
2005-05-20 Max OkumotoCleanup str_concat() there is no need for special flags...
2005-05-20 Max OkumotoGet rid of shellPath global by adding another field...
2005-05-20 Max OkumotoRename functions since they are no longer part of job.c
2005-05-20 Max OkumotoRemove shells array and just use the const strings...
2005-05-20 Max OkumotoRemove string array called 'copy' and just use the...
2005-05-19 Max OkumotoAdd comments to shells array definition.
2005-05-19 Max OkumotoFreeBSD-Date: 2005/05/18 07:50:38
2005-05-19 Max OkumotoAdd the missing files. <sigh>
2005-05-19 Max Okumoto2nd Try. The correct version.
2005-05-19 Max OkumotoRevert patch on 2005/05/19 17:53:58 it was the wrong...
2005-05-19 Max OkumotoBackout last commit. It should be done after the next...
2005-05-19 Max OkumotoAdd comments to shells array definition.
2005-05-19 Max OkumotoMove shell code out of job.c into shell.[ch]
2005-05-19 Max OkumotoMove RLIMIT_NOFILE code into Proc_Init()
2005-05-19 Max OkumotoSmall cleanups
2005-05-19 Max OkumotoMove make global variables setup into a sepearate function.
2005-05-19 Max OkumotoGroup code that sets global variables (make MACROs)
2005-05-19 Max OkumotoMove code that reads in the input files into sepearte...
2005-05-19 Max OkumotoMove a few global variables into a struct and pass...
2005-05-19 Max OkumotoCleanup search for default Makefile, by adding comments and
2005-05-18 Max OkumotoSpelling error caught by harti.
2005-05-18 Max OkumotoReduce diff from FreeBSD.
2005-05-17 Liam J. Foy- Actually make the debug code work
2005-05-16 Robert GarrettAdd newbtconf to the build
2005-05-16 Robert GarrettAdd support for multiple boot profiles
2005-05-16 Max Okumoto o Move code to determine objdir into determine_o...
2005-05-16 Max OkumotoClean up objdir determination code. Create a local...
2005-05-16 Max OkumotoClean up chdir_verify_path() and add comments.
2005-05-16 Max OkumotoConstify the result of Var_Value().
2005-05-16 Max Okumotopatch-7.278
2005-05-16 Sascha WildnerRemove MGA/CGA/EGA rendering code.
2005-05-16 YONETANI Tomokazu("" < 3.4) always evaluates to true, which unconditionally
2005-05-16 YONETANI TomokazuDeal with "or later" notation of USE_GCC knob.
2005-05-15 Liam J. Foy- The AC Line state can be returned as 2 meaning 'backu...
2005-05-15 Max OkumotoFreeBSD-Date: 2005/05/13 14:47:40
2005-05-15 Max OkumotoMove print_flags() back into utils. Since harti decide...
2005-05-15 Max OkumotoFreeBSD-Date: 2005/05/13 07:31:45
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 17:40:16
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 15:16:44
2005-05-14 Max OkumotoUse strpbrk() instead of array to match characters...
2005-05-14 Joerg SonnenbergerRemove an incorrect free. The code path should normally...
2005-05-14 Joerg SonnenbergerReorder initialisation by calling if_initname before...
2005-05-14 Max OkumotoRemove extranious blankline.
2005-05-14 Max OkumotoFix spelling error.
next