dragonfly.git
2008-06-01 Matthew DillonUse newly available libc and system calls related to...
2008-06-01 Matthew DillonAdd getmntvinfo() which uses the new getvfsstat() syste...
2008-06-01 Matthew DillonMore header file cleanups related statvfs.
2008-06-01 Matthew DillonClean up statvfs() and related prototypes. Place the...
2008-06-01 Matthew DillonImplement a new system call: getvfsstat(). This system...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2008-06-01 Sascha WildnerRaise the size of the /etc MFS to 12MB (for ssh blackli...
2008-06-01 Sepherosa Ziehau- Rename ifa_portfn() to ifnet_portfn()
2008-06-01 Sepherosa ZiehauRename:
2008-06-01 Sepherosa ZiehauAvoid code duplication
2008-06-01 Sepherosa Ziehauacx111 parts can't send using short slot time, but...
2008-06-01 Sepherosa ZiehauUse 1Mbits/s as beacon sending rate; it seems to fix...
2008-06-01 Matthew DillonHAMMER Utilities: New utility 'undo'.
2008-06-01 Matthew DillonHAMMER Utilities: Cleanup
2008-06-01 Matthew DillonHAMMER 49B/Many: Stabilization pass
2008-05-31 Matthew DillonHAMMER Utilities: Add the 'hammer softprune' command.
2008-05-31 Matthew DillonHAMMER 49/Many: Enhance pruning code
2008-05-31 Sepherosa ZiehauReduce log verbosity
2008-05-31 Sascha Wildnermdoc cleanup
2008-05-31 Sepherosa ZiehauUse same naming convention as other host controller...
2008-05-31 Sepherosa Ziehau- Avoid excessive goto
2008-05-31 Sepherosa ZiehauAdd ifa_listmask field in ifaddr_container; currently...
2008-05-31 Sascha WildnerAdd some missing manual pages: wcscoll(3), wcswidth...
2008-05-30 Sascha WildnerMention that -W too only works with -p or -d.
2008-05-30 Sascha WildnerMinor corrections.
2008-05-30 Simon SchubertImplement Farnsworth mode.
2008-05-30 Sascha WildnerFix typo.
2008-05-30 Simon SchubertInclude sys/select.h to conform to SUS.
2008-05-30 Simon SchubertFix type name as well.
2008-05-30 Simon SchubertFix macro name.
2008-05-29 Sepherosa ZiehauAdd brief description about the recently added interrup...
2008-05-28 Sepherosa Ziehau- Rename bce_init_context() to bce_init_ctx()
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-28 Sepherosa Ziehau- Add tunables and sysctl nodes for interrupt moderatio...
2008-05-28 Simon SchubertInclude sys/fd_set.h in the BSD_VISIBLE case.
2008-05-28 Simon SchubertMove definition of fd_set to sys/fd_set.h.
2008-05-27 Matthew DillonGenerate a semi-random MAC address when connecting...
2008-05-27 Matthew DillonImplement a new utility called vknet. This utility...
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...
next