dragonfly.git
2008-05-25 Hasso TepperAdd pthread_atfork() implementation to libc_r. libthrea...
2008-05-25 Nicolas TheryFix warnings (missing casts).
2008-05-25 Matthew DillonHAMMER 48/Many: finish vop_setattr support, ncreate...
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2008-05-25 Sascha WildnerFix .Er abuse.
2008-05-25 Michael NeumannRemove duplicate include of header file "sys/bus.h".
2008-05-25 Michael NeumannDefer boot-time exploration of USB busses until all...
2008-05-25 Michael NeumannMake sure to use delay() in usb_delay_ms() while cold...
2008-05-25 Sascha WildnerPerform some mdoc cleanup.
2008-05-25 Sepherosa Ziehau- Count and defrag mbuf before setup TX desc
2008-05-25 Sascha WildnerMake c89 work by using 'cc' as execv()'s argv[0] to...
2008-05-24 Matthew DillonFix a very old bug where the root mount was not getting...
2008-05-24 Matthew DillonBump version to 1.11.
2008-05-24 Matthew DillonUse a per-bucket mutex to reduce contention and fix...
2008-05-24 Sepherosa ZiehauUse "pause" in spin loop.
2008-05-24 Simon SchubertProperly work with path names which contain a dot.
2008-05-24 Sascha WildnerFix two cases where device_printf() was used with an...
2008-05-24 Sepherosa ZiehauAvoid possible memory leakage.
2008-05-24 Sepherosa Ziehau- Put inaddr hash table alterations in crit section
2008-05-24 Sepherosa Ziehau- Add blank lines between code segments
2008-05-24 Sepherosa ZiehauNo need to cast
2008-05-24 Sepherosa ZiehauHold ifnet.if_serializer around ifnet.if_ioctl; rtinit...
2008-05-24 Sepherosa ZiehauMinor style change. Add blank line between two 'switch...
2008-05-24 Sepherosa ZiehauMinor white space and style changes
2008-05-24 Sepherosa ZiehauAdd comment
2008-05-23 Sascha WildnerFix a warning and raise WARNS to 6.
2008-05-23 Matthew DillonCalls to DIOCSYNCSLICEINFO were being made with the...
2008-05-23 Sepherosa Ziehau- Print L3 cache (on NorthBridge) information
2008-05-23 Sepherosa Ziehau- For 350 chips, don't set various INTR bits in TX...
2008-05-23 Matthew DillonFix a pipelining performance issue due to the way readi...
2008-05-22 Nicolas TheryRemove commented out references to lwkt_* source files...
2008-05-22 Hasso TepperAdd support for for the AI_NUMERICSERV getaddrinfo...
2008-05-22 Matthew DillonHAMMER 47/Many: Stabilization pass
2008-05-22 Sascha WildnerAdd KTR_KERNENTRY to ktr(4) and LINT.
2008-05-21 Michael Neumannkprintf to device_printf conversion.
2008-05-21 Matthew DillonBring in fixes for a bug which occurs when the filesyst...
2008-05-21 Michael Neumanntest test
2008-05-21 Simon SchubertUpdate blacklists to more thorough versions.
2008-05-20 Hasso TepperMerge error fix.
2008-05-20 Matthew DillonAdd a define for IEEE80211_FC1_PROTECTED.
2008-05-20 Matthew DillonProperly track the write-open count when updating a...
2008-05-20 Matthew DillonAdd a DELAY(500) during the register init phase to...
2008-05-20 Hasso TepperUpdate the traceroute(8) to the newest code from FreeBS...
2008-05-19 Matthew DillonFix an overflow in the time calculation.
2008-05-19 Sascha WildnerUse correct date.
2008-05-19 Simon SchubertEnable MS-style pragma push/pop.
2008-05-19 Simon SchubertFill CPU info for vkernels. This makes KTR use TSC...
2008-05-19 Simon SchubertAdd KTR for tracing userland->kernel entries, i.e....
2008-05-19 Simon SchubertAdd macros for the linker, which might be different...
2008-05-19 Simon SchubertDon't manually declare select, instead include sys...
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-05-19 Simon SchubertChange asf defaults and flags to suit Dragonfly more.
2008-05-19 Simon SchubertDeclare lsearch(3)/lfind(3), move them to libc and...
2008-05-19 Simon SchubertDeclare lsearch(3)/lfind(3), move them to libc and...
2008-05-18 Matthew DillonHAMMER 46B/Many: Stabilization pass
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-05-18 Sepherosa ZiehauCount if_opackets and if_oerrors.
2008-05-18 Sepherosa ZiehauCount if_opackets.
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-18 Sepherosa Ziehau- Add devq which stores mbuf dequeued from ifnet.if_snd...
2008-05-18 Sepherosa ZiehauReturn after calling bridge_ouput_p.
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-05-18 Sepherosa ZiehauKNOTE still needs mplock, so tapifstart() could be...
2008-05-18 Matthew DillonHAMMER Utilities: Update for HAMMER changes.
2008-05-18 Matthew DillonHAMMER 46/Many: Performance pass, media changes, bug...
2008-05-18 Matthew DillonChange cluster_read() to not block on read-ahead buffer...
2008-05-17 Peter AvalosSync with NetBSD:
2008-05-17 Nicolas TheryRemove unused proc_zone declaration.
2008-05-17 Peter AvalosMove patches for tnftp into contrib/ and remove -I...
2008-05-17 Peter AvalosQuiet gcc4. -I- isn't required any more.
2008-05-17 Peter AvalosChanges for libarchive-2.4.17 import.
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosImport libarchive-2.4.17. See NEWS for details.
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosSync with NetBSD:
2008-05-17 Matthew DillonSyntax cleanup and also commit a missing piece of the...
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Peter AvalosUpdate to less-418:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-17 Sascha WildnerOur man can use local files, thus mark as done.
2008-05-16 Matthew DillonHAMMER Utilities: Stabilization pass.
2008-05-16 Sepherosa ZiehauCasting anything above ~2.1G to 'int' makes the result...
2008-05-16 Sepherosa ZiehauUnify vlan_input() and vlan_input_tag():
2008-05-16 Simon SchubertAdd blacklist feature for weak Debian-generated ssh...
2008-05-16 Simon SchubertAdd blacklist feature for weak Debian-generated ssh...
2008-05-16 Simon SchubertAdd blacklist feature for weak Debian-generated ssh...
2008-05-15 Sascha WildnerFor 'make upgrade', teach etc/Makefile to remove GNU...
2008-05-15 Sepherosa Ziehau'check' label is only used in SMP build.
2008-05-15 Sascha WildnerAdd some more remains from the Fortran removal.
2008-05-15 Sascha WildnerBump .Dd for r1.8.
2008-05-15 Sascha WildnerMention ASSERT_NOT_SERIALIZED() and IS_SERIALIZED(...
2008-05-15 Matthew DillonThe char dummy must be dummy[2] to accomodate a nul...
2008-05-15 Matthew DillonFix str[c]spn off by one error.
2008-05-15 Matthew DillonHAMMER 45/Many: Stabilization pass, undo sequencing.
2008-05-15 Matthew DillonHAMMER Utilities: Features
2008-05-14 Hasso TepperMake use of interrupt endpoint to increase responsiveness.
2008-05-14 Hasso TepperRemove fortran from base.
2008-05-14 Sepherosa ZiehauMention KTR_IFQ and KTR_IF_START
next