Add ethernet port of JVC MP-PRX1.
[dragonfly.git] / sys /
2005-08-07 Joerg SonnenbergerAdd ethernet port of JVC MP-PRX1.
2005-08-07 Joerg SonnenbergerRemove redundant assignment.
2005-08-07 Joerg SonnenbergerDon't depend on struct dirent == struct direct, but...
2005-08-07 Joerg SonnenbergerANSIfy.
2005-08-07 Hiten PandyaBUF/BIO cleanup 6/99:
2005-08-07 Hiten PandyaAdd 'debug.sizeof.buf' sysctl for determining size...
2005-08-07 Joerg SonnenbergerAdd rman_set_device.
2005-08-06 Joerg SonnenbergerAdd SYSCTL_NODE_CHILDREN.
2005-08-06 Hiten PandyaUpdate copyright notice. Use standard DF copyright.
2005-08-05 Hiten PandyaBUF/BIO cleanup 5/99:
2005-08-04 Hiten PandyaBUF/BIO cleanup 4/99:
2005-08-04 Hiten PandyaInitialize buf->b_iodone to NULL during bufinit(9)...
2005-08-04 Joerg SonnenbergerRemove unused include of sys/dirent.h.
2005-08-04 Hiten PandyaPut unused flag space definitions back to their origina...
2005-08-04 David RhodusMake print statements more verbose.
2005-08-04 David RhodusRemove scheduler define which was never used.
2005-08-03 Matthew DillonAdd a new system config directive called "nonoptional...
2005-08-03 Hiten PandyaBring name of an unused flag field in line with the...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-03 Hiten PandyaAdd a workaround to make 3COM cardbus cards to propagat...
2005-08-03 Hiten PandyaBUF/BIO cleanup 2/99:
2005-08-02 Joerg SonnenbergerRegen.
2005-08-02 Joerg SonnenbergerBump version to 1.3.4 for stat changes.
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-01 Joerg SonnenbergerAdd new option COMPAT_DF12, used for ABI compatibility...
2005-08-01 Hiten PandyaUpdate description of msfbufs sysctls.
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-31 Matthew DillonBump the development branch sub-version from 1.3.2...
2005-07-31 Matthew DillonStephan believes that this patch, just committed to...
2005-07-30 Joerg SonnenbergerFix macro name in comment.
2005-07-30 Joerg SonnenbergerRegen.
2005-07-30 Joerg SonnenbergerMove ostat definition from sys/stat.h into emulation43b...
2005-07-30 Joerg SonnenbergerGC unused variable.
2005-07-30 Joerg SonnenbergerSince we have a table for each device anyway, we can...
2005-07-30 Sascha Wildner-malign-functions is obsolete, use -falign-functions.
2005-07-30 Hiten PandyaRemove items from TODO list that have been implemented...
2005-07-29 Sascha WildnerRemove parameter names from prototypes.
2005-07-28 Matthew DillonThere is a case when B_VMIO is clear where a buffer...
2005-07-28 Matthew DillonIf multiple processes are being traced and some other...
2005-07-28 Joerg SonnenbergerRemove break after return.
2005-07-28 Joerg SonnenbergerWhile setting up a transmit packet disable interupts...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_an.c 1.2.2.15, if_aironet_ieee...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_anreg.h 1.1.2.9, if_an.c 1.2.2...
2005-07-28 Joerg SonnenbergerRemove unnecessary initialisations. Return ENXIO instea...
2005-07-28 Joerg SonnenbergerUse pcidevs and common PCI probe style.
2005-07-28 Joerg SonnenbergerRemove useless .PATH entries inherited from FreeBSD.
2005-07-27 Joerg SonnenbergerFactor out an_detach, since the implementation for...
2005-07-27 Joerg Sonnenbergercvtstat doesn't exist.
2005-07-27 Joerg SonnenbergerMerge revision 1.38 from FreeBSD:
2005-07-27 Matthew DillonAdd a missing crit_exit().
2005-07-26 Joerg SonnenbergerFreeBSD and NetBSD both use derivates of Sun's math...
2005-07-26 Matthew DillonAdd a new kernel compile debugging option, DEBUG_CRIT_S...
2005-07-26 Matthew DillonAdd missing crit_exit().
2005-07-26 Matthew DillonAdd a missing FREE_LOCK() call.
2005-07-26 Joerg SonnenbergerAdd a new feature-test macro __DF_VISIBLE for those...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-07-26 Joerg SonnenbergerDon't panic. Also races in the attach path.
2005-07-26 Hiten PandyaRemove outdated information with regard to old tinderbox.
2005-07-25 Hiten PandyaRemove conditional bits about other operating systems...
2005-07-25 Joerg SonnenbergerAdd support for HP hn210e usb ethernet.
2005-07-24 Joerg SonnenbergerAdd description of FPU for floating point conversion...
2005-07-24 Joerg SonnenbergerFix C++.
2005-07-23 Joerg Sonnenbergerregen.
2005-07-23 Joerg SonnenbergerRemove partial NetBSD support. It's pointless to have...
2005-07-23 Matthew DillonSupport disablement of chflags in a jail, part 2/2...
2005-07-23 Matthew DillonDo not compile the kernel with the stack protector...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-07-23 Matthew DillonFix a critical bug in the IPI messaging code, effecting...
2005-07-21 Joerg SonnenbergerAdd emulation of statvfs and fstatvfs based on statfs...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-21 Matthew DillonAdditional work to try to make panics operate better...
2005-07-21 Matthew DillonOnly compile in lwkt_smp_stopped() on SMP builds.
2005-07-20 Matthew DillonSupport disablement of chflags in a jail, part 1/2.
2005-07-20 Matthew DillonWhen a cpu is stopped due to a panic or the debugger...
2005-07-20 Matthew DillonAdd some conditionalized debugging 'PANIC_DEBUG', to...
2005-07-20 Matthew DillonAdd some debugging code to catch any dirty inodes which...
2005-07-20 Matthew DillonLimit switch-from-interrupt warnings to once per thread...
2005-07-19 Matthew DillonInterlock panics that occur on multiple cpus before...
2005-07-19 Matthew DillonIf a fatal kernel trap occurs from an IPI or FAST inter...
2005-07-19 Matthew DillonFix a MP lock race. The MP locking state can change...
2005-07-18 Matthew DillonFix numerous extremely serious bugs in OHCI's iso-synch...
2005-07-18 Matthew DillonAdd KTR support for usb_mem to trace usb-related alloca...
2005-07-18 Matthew DillonDELAY() is a spin loop, we can't use it any more becaus...
2005-07-17 Sascha WildnerAllow only non-banked direct modes.
2005-07-17 Matthew DillonWhen a usb mass storage device is removed the related...
2005-07-17 Sascha WildnerRemove DEC Alpha support.
2005-07-16 Matthew DillonKTR_MALLOC should be KTR_MEMORY
2005-07-16 Matthew Dillon* Fix a bug that could cause dc_stop() to try to m_free...
2005-07-16 Matthew DillonReorder the INVARIANTS test in crit_enter() to occur...
2005-07-16 Matthew DillonMove a mistaken crit_exit() into a crit_enter(), which...
2005-07-16 Matthew DillonAdd some missing crit_exit()'s. The original code...
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-07-15 Eirik NygaardDon't return right after a goto.
2005-07-15 Eirik NygaardCall suser() with the correct number of arguments.
2005-07-15 Eirik NygaardRemove forgotten debug printf.
2005-07-15 Eirik NygaardConvert spl* to critical sections.
2005-07-15 Eirik NygaardAdd a forth argument to soreserve(). Pass just a NULL...
2005-07-15 Eirik NygaardInitialize a few more timers.
2005-07-15 Eirik NygaardProperly handle mbuf copying on DragonFly when we try...
2005-07-15 Eirik NygaardRemove the second argument to ip_stripoptions(), it...
next