dragonfly.git
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
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-13 Matthew DillonHAMMER Utilities: Feature add
2008-05-13 Matthew DillonHAMMER 44/Many: Stabilization pass, user-guaranteed...
2008-05-13 Hasso TepperRemove udbp(4) form tree. It was never connected to...
2008-05-13 Hasso TepperAssorted fixes to ugen(4) from FreeBSD.
2008-05-13 Matthew DillonHAMMER 43C/Many: Performance cleanup
2008-05-13 Matthew DillonHAMMER Utilities: Misc features and adjustments.
2008-05-13 Matthew DillonHAMMER 43B/Many: Correct delete-on-disk record bug.
2008-05-12 Matthew DillonHAMMER 43A/Many: Cleanup, bug fixes.
2008-05-12 Matthew DillonHAMMER 43/Many: Remove records from the media format...
2008-05-12 Sascha WildnerReword slightly and point out that DESTDIR has to exist.
2008-05-12 Matthew DillonHAMMER Utilities: Cleanup.
2008-05-12 Matthew DillonHAMMER 42E/Many: Cleanup.
2008-05-11 Matthew DillonHAMMER 42D/Many: Stabilization.
2008-05-11 Matthew DillonHAMMER Utilities: Features
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-11 Sascha WildnerBring ifnet(9) a bit closer to reality.
2008-05-11 Sascha WildnerAdd an ffs(5) manual page.
2008-05-11 Hasso TepperAdd useconds_t and suseconds_t used for time in microse...
2008-05-10 Matthew DillonHAMMER Utilities: scan feedback
2008-05-10 Sascha WildnerComment out some unimplemented syscalls.
2008-05-10 Matthew DillonHAMMER 42C/Many: Stabilization.
2008-05-10 Matthew DillonHAMMER 42B/Many: Stabilization.
2008-05-10 Sascha WildnerFix function name.
2008-05-10 Matthew DillonHAMMER Utilities: Feature add
2008-05-10 Sascha WildnerFix function name.
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-10 Sepherosa Ziehauiwi(4) does not support hardware based WEP encryption...
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Sascha WildnerSync member functions with our struct ifnet.
2008-05-09 Matthew DillonHAMMER 42A/Many: Stabilization.
2008-05-09 Sascha WildnerUse .Dv for signal names.
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonReturn EINVAL if a NULL pointer is passed to the mutex...
2008-05-09 Matthew DillonSync sysperf with some random stuff, and add a cld...
2008-05-09 Simon SchubertMake the code we're running under total signal mask...
next