dragonfly.git
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerUpdate in-tree GCC to 3.4.4.
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.
2005-05-14 Max OkumotoConstify ProcExec()
2005-05-14 Joerg SonnenbergerMove if_initname call before xl_reset to ensure correct...
2005-05-13 Joerg SonnenbergerAdd an explicit abort in printaddr to avoid unused...
2005-05-13 Joerg SonnenbergerFix pointer arithemetic.
2005-05-13 Joerg SonnenbergerWARNS=6 clean already.
2005-05-13 Joerg SonnenbergerDon't activate -funit-at-a-time with -O2 and higher...
2005-05-13 Sascha WildnerPerl is gone from base. You can use your own style...
2005-05-12 David RhodusFix kernel build issue. Missing function argument.
2005-05-11 Joerg SonnenbergerUse device_printf / if_printf and stop abusing the...
2005-05-11 Joerg SonnenbergerRemove unused second argument to tulip_intr_handler.
2005-05-11 Joerg SonnenbergerReplace local tulip_mbuf_compress with m_defrag call.
2005-05-11 Matthew DillonDocument additional work in last commit. Bumped librar...
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-05-11 Joerg SonnenbergerSimplify code by using IF_DRAIN.
2005-05-11 Joerg Sonnenbergertypo
2005-05-11 Joerg SonnenbergerRemove two unnecessary entries.
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 David XuI am lost. if thread is blocked on mutex, _thread_kern_...
2005-05-11 David XuOverride _flockfile_debug.
2005-05-11 David Xuo Fix obsolete comment.
next