dragonfly.git
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case. Merge cases which...
2005-05-27 Joerg SonnenbergerFall through to ether_ioctl and merge those cases which...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case in dc_ioctl. Merge...
2005-05-27 Liam J. Foy- Use pidfile(3). The pid file can be used as a quick...
2005-05-27 Sascha WildnerFix CVS root directory name.
2005-05-27 Sascha WildnerFix supfile name.
2005-05-27 Sascha WildnerUse M_ZERO instead of an explicit bzero().
2005-05-27 Sascha WildnerFix misspelled filename.
2005-05-26 Sascha WildnerRemove DEC Alpha support.
2005-05-26 Sascha WildnerRemove an extra comma and fix two typos.
2005-05-26 Jeffrey HsuFix typo with last commit.
2005-05-26 Joerg Sonnenbergerstyle. remove some unused variables.
2005-05-26 Joerg SonnenbergerAdd missing splx(s) in sk_detach.
2005-05-26 Sascha Wildner* Declare vtb_buffer as a pointer to uint16_t and get...
2005-05-26 Matthew DillonProperly initialize the serializer by calling lwkt_seri...
2005-05-26 Matthew DillonFix a bug in the serializer's race detection code....
2005-05-26 Matthew DillonRemove some debugging that crept int othe last commit.
2005-05-25 Matthew DillonFix a race in the serializer's use of atomic_intr_cond_...
2005-05-25 Jeffrey HsuPrefer m_getcl() to separate calls to MGETHDR() and...
2005-05-25 Matthew DillonProperly conditionalize a call to ether_poll_deregister via
2005-05-25 Jeffrey HsuRemove redundant assignment.
2005-05-25 Matthew DillonGet rid of IFCAP_POLLING for now.
2005-05-25 Matthew DillonChange ifconfig 'poll' to ifconfig 'polling', the same...
2005-05-25 Joerg SonnenbergerRemove some compat junk, deindent a switch.
2005-05-25 Joerg SonnenbergerConvert to new m_ext API.
2005-05-25 Joerg SonnenbergerForce jumbo buffers to be a multiple of 64bit.
2005-05-25 Joerg SonnenbergerRemove compat junk.
2005-05-25 Joerg SonnenbergerUse ether_crc32_le.
2005-05-25 Joerg Sonnenbergerif_printf / device_printf and some more cleanup.
2005-05-25 Joerg SonnenbergerNuke further compatibility junk.
2005-05-25 Joerg Sonnenbergerif_printf / device_printf and some further cleanup.
2005-05-25 Matthew DillonFix a bugaboo in the last commit. We can't move to...
2005-05-25 YONETANI TomokazuDon't treat an empty command buffer as parse error.
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...
next