dragonfly.git
2011-08-31 Sepherosa Ziehauicu/x86_64: Remove unnecessary header inclusion
2011-08-31 Sascha Wildnermfi(4): Remove some debug messages.
2011-08-31 Sepherosa Ziehaumkdir(1): Don't reference memory beyond the end of...
2011-08-30 Sascha WildnerLINT/LINT64: Add SAFE_NO_RNG.
2011-08-29 Sepherosa Ziehauioapic/i386: Rearrange pin information for ioapic low...
2011-08-29 Sepherosa Ziehauintr/i386: Define ISA_IRQ_CNT; use it consistently...
2011-08-29 Sascha WildnerSync zoneinfo database with tzdata2011i from elsie...
2011-08-29 Sepherosa Ziehaubce(4): Flush BCE_PCICFG_INT_ACK_CMD in interrupt handler
2011-08-29 Sepherosa Ziehauatkbd/x86_64: Do the same AT controller check on x86_64...
2011-08-29 Sascha Wildnermfi(4): Fix a bug in the disk initialization code.
2011-08-28 Sascha Wildnerkernel: Bring in safe(4), for SafeNet crypto accelerators.
2011-08-28 Alex Hornungdsched - increase max size of diskctx
2011-08-28 Alex Hornungadd missing DSCHED_BFQ option
2011-08-28 Alex Hornungdm - Add device type for future raid1
2011-08-28 Adam Hokadm - Move the target unbusy to the dm_table_destroy...
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
next