games.git
2008-05-27 Matthew DillonOnly test the IP protocol (ip_p) for IP frames.
2008-05-27 Matthew DillonFix socketvar.h inclusion by userland. This is a tempo...
2008-05-27 Matthew DillonAdd the notty utility, a program I wrote long ago which...
2008-05-27 Sepherosa ZiehauUse standard include path
2008-05-27 Sascha WildnerSync zoneinfo database with tzdata2008c from elsie.
2008-05-27 Sepherosa ZiehauOnly collect 'count' packets when polling(4) is used...
2008-05-27 Michael NeumannAdd a boot loader tunable hw.usb.hack_defer_exploration...
2008-05-27 Sepherosa Ziehau- Apply same adjustment to softc cached TX/RX BD index
2008-05-27 Matthew DillonDo not try to set-up the bridge or tap interfaces when...
2008-05-27 Matthew DillonAdd vknetd to the build.
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew DillonCreate a new daemon called vknetd. This daemon uses...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-26 Sepherosa ZiehauAvoid panic upon module unloading
2008-05-26 Michael NeumannAllow a NULL pointer as argument to usb_get_next_event...
2008-05-26 Michael NeumannRemove __HAVE_GENERIC_SOFT_INTERRUPTS ifdefs as we...
2008-05-26 Sepherosa ZiehauFix following possible bugs for SIOCSIFADDR, if in_ifin...
2008-05-26 Michael NeumannFix typos and cosmetic changes.
2008-05-26 Michael NeumannGet completely rid of sc_dev in usb_softc and uhub_soft...
2008-05-26 Michael NeumannExpand delay macro into DELAY.
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: chlamydia/vendor/TNFTP crater/vendor/TNFTP
2008-05-17 Matthew DillonSyntax cleanup and also commit a missing piece of the...
2008-05-17 Peter AvalosMerge from vendor branch LESS:
next