dragonfly.git
2011-08-28 Adam Hokadm - Add method to get inactive table size
2011-08-28 Peter Avalossystat: Change the way ifstats are displayed.
2011-08-28 Peter Avalossystat: Sync ifstat code with FreeBSD.
2011-08-28 Brills Pengdsched_bfq - Add documentation
2011-08-28 Brills Pengdsched_bfq - A budget fair-queuing dsched policy
2011-08-28 Brills Pengdsched_as - A simple & experimental AS
2011-08-27 Peter Avalossystat: Don't revert to bits if >1024GB.
2011-08-27 Matthew Dillonkernel - Fix ptrace signal races between child and...
2011-08-27 Brills Pengdsched - Bump maximum tdio size to 384 bytes
2011-08-27 Brills Pengdsched - Add request polling wrapper
2011-08-27 Alex Hornungdsched - Add debugging & fix rare problem conditions
2011-08-27 Alex Hornungfq - fix a (possible) deadlock
2011-08-25 Sascha Wildnerhammer(8): Adjust status message (Dedup-real -> Dedup).
2011-08-25 Sascha Wildnersh.1: Nuke unneeded .Pp
2011-08-24 Sascha Wildnermfi(4): Add forgotten brace.
2011-08-24 Sascha Wildnermfi(4): Add a panic to catch future mistakes.
2011-08-24 Sascha Wildnermfi(4): Style fix.
2011-08-24 Justin C. SherrillFrom NetBSD revision 1.11:
2011-08-24 Justin C. SherrillFrom NetBSD revision 1.10:
2011-08-24 Justin C. SherrillFrom NetBSD revision 1.9:
2011-08-22 Sascha Wildnermly(4): Fix comment indentation.
2011-08-22 Sascha Wildnercam(4): Add a quirk to turn off SYNC CACHE for mly(4).
2011-08-22 Sascha Wildnermly(4): Reduce diffs with FreeBSD and update CVS IDs.
2011-08-22 Sascha WildnerLINT: Sort descriptions better than I did in the last...
2011-08-22 Sascha Wildnerlongrun(4): Remove from Makefile, it is not a module.
2011-08-22 Sascha Wildnerkernel: Bring back longrun(4) which was lost in 90e8a35b.
2011-08-22 Sascha Wildnermly(4): Perform some minor cleanup.
2011-08-21 Peter Avalossh(1): Extend documentation about subshells.
2011-08-21 Peter Avalossh: include <limits.h> instead of non-standard <sys...
2011-08-21 Peter Avalossh(1): Improve documentation of shell patterns:
2011-08-21 Peter Avalossh(1): Document the case command better.
2011-08-21 Peter Avalossh: Remove unneeded include file.
2011-08-21 Peter Avalossh: Remove special support for background simple commands.
2011-08-21 Peter Avalossh: Add do-nothing -h option.
2011-08-21 Peter Avalossh: Add case statement fallthrough (with ';&' instead...
2011-08-21 Peter Avalossh: Skip vars with invalid names in "set", "export...
2011-08-21 Peter Avalossh: Reduce unnecessary forks with eval.
2011-08-21 Peter Avalossh: Add support for named character classes in bracket...
2011-08-21 Peter Avalossh: Fix duplicate prototypes for builtins.
2011-08-21 Peter Avalossh: Save/restore changed variables in optimized command...
2011-08-21 Peter Avalossh: Read .profile from the home directory (or / if...
2011-08-21 Peter Avalossh: Do parameter expansion on ENV before using it.
2011-08-21 Peter Avalossh: Do parameter expansion before printing PS4 (set...
2011-08-21 Peter Avalossh: Fix $? in heredocs on simple commands.
2011-08-21 Peter Avalossh: Improve error message if the script cannot be opened.
2011-08-21 Peter Avalossh: Reduce more needless differences between error...
2011-08-21 Peter Avalossh: Honor -n while processing -c string.
2011-08-21 Peter Avalossh: Remove the "exp" builtin.
2011-08-21 Peter Avalossh: Correct criterion for using CDPATH in cd.
2011-08-21 Peter Avalossh: Various updates to the TOUR document.
2011-08-21 Peter Avalossh: Fix unquoted $@/$* if IFS=''.
2011-08-21 Peter Avalossh: Show errno messages in cd.
2011-08-21 Peter Avalossh: Remove obsolete token type TENDBQUOTE.
2011-08-21 Peter Avalossh: Fix typo in comment.
2011-08-21 Peter Avalossh: Fix bss-based buffer overflow in . builtin.
2011-08-21 Peter Avalossh: Expand aliases after assignments and redirections.
2011-08-21 Peter Avalossh: Implement the cd -e flag proposed for the next...
2011-08-21 Peter Avalossh: Allow terminating a heredoc with a terminator at...
2011-08-21 Peter Avalossh: Minor optimization to output from ulimit/export...
2011-08-21 Peter Avalossh: Avoid close(-1) when evaluating a multi-command...
2011-08-21 Peter Avalossh: Add \u/\U support (in $'...') for UTF-8.
2011-08-21 Peter Avalossh: Fix typos in comments.
2011-08-21 Peter Avalossh: Optimize variable code by storing the length of...
2011-08-21 Peter Avalossh(1): Update BUGS section for UTF-8 support.
2011-08-21 Peter Avalossh: Add UTF-8 support to pattern matching.
2011-08-21 Peter Avalossh: Add UTF-8 support to ${#var}.
2011-08-21 Peter Avalossh: Track if the current locale's charset is UTF-8...
2011-08-21 Peter Avalossh: Change the CTL* bytes to ones invalid in UTF-8.
2011-08-21 Peter Avalossh: Add $'quoting' (C-style escape sequences).
2011-08-21 Peter Avalossh: Apply set -u to variables in arithmetic.
2011-08-21 Peter Avalossh: Detect an error for ${#var<GARBAGE>}.
2011-08-21 Peter Avalossh: Set $? to 0 for background commands.
2011-08-21 Peter Avalossh: Remove duplicate code resetting uid/gid for set...
2011-08-21 Peter Avalossh: Allow EV_EXIT through function calls.
2011-08-21 Peter Avalossh: Do not word split "${#parameter}".
2011-08-21 Sascha Wildnerhptiop(4): Sync with FreeBSD (adds IDs for two more...
2011-08-21 Sepherosa Ziehauintr/i386: Define IDT_HWI_VECTORS
2011-08-21 Sepherosa Ziehauicu/i386: Remove unnecessary header inclusion
2011-08-21 Adam Hokaadd more information to a failing assertion's panic...
2011-08-20 Matthew Dillonkernel - Fix vm_object leak which could exhaust swap...
2011-08-19 Sepherosa Ziehautcp: Enable tcp_lport_extension by default
2011-08-19 Sepherosa Ziehauinpcb: Don't choose lport which could render same addr...
2011-08-18 Sepherosa Ziehaubrgphy: Recognize more Broadcom PHYs
2011-08-18 Sepherosa Ziehaumiidevs.h: regen
2011-08-18 Sepherosa Ziehaumiidevs: Add more Broadcom PHY IDs
2011-08-17 Venkatesh Srinivaskernel: Fix alignment problem for sendmsg ancillary...
2011-08-16 Sascha Wildnerinstaller: Tone down the comments around the installer...
2011-08-16 Sascha WildnerLINT/LINT64: Add KTR_TSLEEP.
2011-08-16 Sepherosa Ziehaubrgphy: Bring in changes from OpenBSD
2011-08-16 Sascha WildnerFix crossbuilding x86_64 on i386.
2011-08-15 Sepherosa Ziehaumsk(4): Add support for Yukon Supreme
2011-08-15 Sepherosa Ziehaumsk(4): Disable ASF on the chips that have it
2011-08-15 Sepherosa Ziehaumsk(4): Make sure to enable all clocks before accessing...
2011-08-15 François TigeotVFS_START() uses only two arguments
2011-08-14 Sascha WildnerFix crossbuilding i386 on x86_64.
2011-08-14 Sepherosa Ziehaumsk(4): Only Yukon FE, XL and EC have RAM registers
2011-08-14 Sepherosa Ziehaumsk(4): Enable store and forward mode except for jumbo...
2011-08-14 Sepherosa Ziehaumsk(4): Do not blindly clear entire GPHY control register.
2011-08-14 Sepherosa Ziehaumsk(4): Don't process incoming packets if the interface...
2011-08-14 Sepherosa Ziehaumsk(4): Don't unnecessarily clear interrupt masks
next