DragonFly BSD

DragonFly commits List (threaded) for 2011-08

All Lists - Thread Index
Subject Author Date
git: mpt(4): Properly lock mpt_timeout(). Sascha Wildner 31/08/2011 16:26
git: mfi(4): Remove another debug message. Sascha Wildner 31/08/2011 09:51
git: ioapic/x86_64: Rearrange pin information for ioapic low level intrhandler Sepherosa Ziehau 31/08/2011 09:12
git: intr/x86_64: Define IDT_HWI_VECTORS Sepherosa Ziehau 31/08/2011 09:12
git: intr/x86_64: Define ISA_IRQ_CNT; use it consistently instead of magic number Sepherosa Ziehau 31/08/2011 09:12
git: icu/x86_64: Remove unnecessary header inclusion Sepherosa Ziehau 31/08/2011 09:12
git: mfi(4): Remove some debug messages. Sascha Wildner 31/08/2011 06:54
git: mkdir(1): Don't reference memory beyond the end of the path Sepherosa Ziehau 31/08/2011 06:27
git: LINT/LINT64: Add SAFE_NO_RNG. Sascha Wildner 30/08/2011 19:52
Re: git: atkbd/x86_64: Do the same AT controller check on x86_64 as on i386 Max Herrgard 30/08/2011 05:58
git: ioapic/i386: Rearrange pin information for ioapic low level intrhandler Sepherosa Ziehau 29/08/2011 12:03
git: intr/i386: Define ISA_IRQ_CNT; use it consistently instead of magic number Sepherosa Ziehau 29/08/2011 12:03
git: DragonFly_RELEASE_2_10 Sync zoneinfo database with tzdata2011i from elsie.nci.nih.gov Sascha Wildner 29/08/2011 11:15
git: Sync zoneinfo database with tzdata2011i from elsie.nci.nih.gov Sascha Wildner 29/08/2011 11:09
git: bce(4): Flush BCE_PCICFG_INT_ACK_CMD in interrupt handler Sepherosa Ziehau 29/08/2011 09:46
git: DragonFly_RELEASE_2_10 mfi(4): Fix a bug in the disk initialization code. Sascha Wildner 29/08/2011 09:20
git: atkbd/x86_64: Do the same AT controller check on x86_64 as on i386 Sepherosa Ziehau 29/08/2011 07:24
git: mfi(4): Fix a bug in the disk initialization code. Sascha Wildner 29/08/2011 03:21
git: kernel: Bring in safe(4), for SafeNet crypto accelerators. Sascha Wildner 28/08/2011 22:42
git: dsched - increase max size of diskctx Alex Hornung 28/08/2011 19:00
git: add missing DSCHED_BFQ option Alex Hornung 28/08/2011 18:54
git: dm - Move the target unbusy to the dm_table_destroy function Alex Hornung 28/08/2011 06:49
git: dm - Add method to get inactive table size Alex Hornung 28/08/2011 06:49
git: dm - Add device type for future raid1 Alex Hornung 28/08/2011 06:49
git: systat: Sync ifstat code with FreeBSD. Peter Avalos 28/08/2011 04:17
git: systat: Change the way ifstats are displayed. Peter Avalos 28/08/2011 04:17
Re: git: dsched_bfq - A budget fair-queuing dsched policy Alex Hornung 27/08/2011 23:26
git: dsched_bfq - A budget fair-queuing dsched policy Alex Hornung 27/08/2011 21:22
git: dsched_as - A simple & experimental AS Alex Hornung 27/08/2011 21:22
git: dsched_bfq - Add documentation Alex Hornung 27/08/2011 21:22
git: systat: Don't revert to bits if >1024GB. Peter Avalos 27/08/2011 21:12
git: kernel - Fix ptrace signal races between child and parent Matthew Dillon 27/08/2011 19:59
git: dsched - Add request polling wrapper Alex Hornung 27/08/2011 10:36
git: dsched - Add debugging & fix rare problem conditions Alex Hornung 27/08/2011 10:36
git: dsched - Bump maximum tdio size to 384 bytes Alex Hornung 27/08/2011 10:36
git: DragonFly_RELEASE_2_10 fq - fix a (possible) deadlock Alex Hornung 27/08/2011 08:37
git: fq - fix a (possible) deadlock Alex Hornung 27/08/2011 08:37
git: hammer(8): Adjust status message (Dedup-real -> Dedup). Sascha Wildner 25/08/2011 17:00
git: sh.1: Nuke unneeded .Pp Sascha Wildner 25/08/2011 16:32
git: mfi(4): Add forgotten brace. Sascha Wildner 24/08/2011 15:14
git: mfi(4): Add a panic to catch future mistakes. Sascha Wildner 24/08/2011 06:29
git: mfi(4): Style fix. Sascha Wildner 24/08/2011 06:29
git: From NetBSD revision 1.11: Justin C. Sherrill 24/08/2011 01:50
git: From NetBSD revision 1.9: Justin C. Sherrill 24/08/2011 01:50
git: From NetBSD revision 1.10: Justin C. Sherrill 24/08/2011 01:50
Re: Corp. invoice from Boyd Gaming Corp. Asmodai 23/08/2011 13:35
git: mly(4): Fix comment indentation. Sascha Wildner 22/08/2011 20:29
git: cam(4): Add a quirk to turn off SYNC CACHE for mly(4). Sascha Wildner 22/08/2011 20:25
git: mly(4): Reduce diffs with FreeBSD and update CVS IDs. Sascha Wildner 22/08/2011 20:25
git: LINT: Sort descriptions better than I did in the last commit. Sascha Wildner 22/08/2011 12:15
git: kernel: Bring back longrun(4) which was lost in 90e8a35b. Sascha Wildner 22/08/2011 11:32
git: mly(4): Perform some minor cleanup. Sascha Wildner 22/08/2011 07:18
git: sh: Fix duplicate prototypes for builtins. Peter Avalos 21/08/2011 23:33
git: sh: Add case statement fallthrough (with ';&' instead of ';;'). Peter Avalos 21/08/2011 23:33
git: sh: Save/restore changed variables in optimized command substitution. Peter Avalos 21/08/2011 23:33
git: sh(1): Extend documentation about subshells. Peter Avalos 21/08/2011 23:33
git: sh: Do parameter expansion before printing PS4 (set -x). Peter Avalos 21/08/2011 23:33
git: sh: Reduce unnecessary forks with eval. Peter Avalos 21/08/2011 23:33
git: sh: Skip vars with invalid names in "set", "export -p", "readonly -p". Peter Avalos 21/08/2011 23:33
git: sh: Add do-nothing -h option. Peter Avalos 21/08/2011 23:33
git: sh(1): Improve documentation of shell patterns: Peter Avalos 21/08/2011 23:33
git: sh: Add support for named character classes in bracket expressions. Peter Avalos 21/08/2011 23:33
git: sh: Reduce more needless differences between error messages. Peter Avalos 21/08/2011 23:33
git: sh: Do parameter expansion on ENV before using it. Peter Avalos 21/08/2011 23:33
git: sh: Remove special support for background simple commands. Peter Avalos 21/08/2011 23:33
git: sh: Fix $? in heredocs on simple commands. Peter Avalos 21/08/2011 23:33
git: sh: Read .profile from the home directory (or / if HOME is not set). Peter Avalos 21/08/2011 23:33
git: sh: Honor -n while processing -c string. Peter Avalos 21/08/2011 23:33
git: sh: Improve error message if the script cannot be opened. Peter Avalos 21/08/2011 23:33
git: sh: include <limits.h> instead of non-standard <sys/limits.h> Peter Avalos 21/08/2011 23:33
git: sh(1): Document the case command better. Peter Avalos 21/08/2011 23:33
git: sh: Remove unneeded include file. Peter Avalos 21/08/2011 23:33
git: sh: Add $'quoting' (C-style escape sequences). Peter Avalos 21/08/2011 23:33
git: sh: Allow EV_EXIT through function calls. Peter Avalos 21/08/2011 23:33
git: sh: Add \u/\U support (in $'...') for UTF-8. Peter Avalos 21/08/2011 23:33
git: sh: Add UTF-8 support to pattern matching. Peter Avalos 21/08/2011 23:33
git: sh: Implement the cd -e flag proposed for the next POSIX issue. Peter Avalos 21/08/2011 23:33
git: sh: Set $? to 0 for background commands. Peter Avalos 21/08/2011 23:33
git: sh: Expand aliases after assignments and redirections. Peter Avalos 21/08/2011 23:33
git: sh: Remove duplicate code resetting uid/gid for set +p/+o privileged. Peter Avalos 21/08/2011 23:33
git: sh: Detect an error for ${#var<GARBAGE>}. Peter Avalos 21/08/2011 23:33
git: sh: Add UTF-8 support to ${#var}. Peter Avalos 21/08/2011 23:33
git: sh: Correct criterion for using CDPATH in cd. Peter Avalos 21/08/2011 23:33
git: sh: Fix unquoted $@/$* if IFS=''. Peter Avalos 21/08/2011 23:33
git: sh: Apply set -u to variables in arithmetic. Peter Avalos 21/08/2011 23:33
git: sh: Fix bss-based buffer overflow in . builtin. Peter Avalos 21/08/2011 23:33
git: sh: Do not word split "${#parameter}". Peter Avalos 21/08/2011 23:33
git: sh: Change the CTL* bytes to ones invalid in UTF-8. Peter Avalos 21/08/2011 23:32
git: sh: Allow terminating a heredoc with a terminator at EOF w/o newline. Peter Avalos 21/08/2011 23:32
git: sh: Optimize variable code by storing the length of the name. Peter Avalos 21/08/2011 23:32
git: sh: Remove the "exp" builtin. Peter Avalos 21/08/2011 23:32
git: sh: Track if the current locale's charset is UTF-8 or not. Peter Avalos 21/08/2011 23:32
git: sh: Minor optimization to output from ulimit/export/readonly. Peter Avalos 21/08/2011 23:32
git: sh: Avoid close(-1) when evaluating a multi-command pipeline. Peter Avalos 21/08/2011 23:32
git: sh: Various updates to the TOUR document. Peter Avalos 21/08/2011 23:32
git: sh(1): Update BUGS section for UTF-8 support. Peter Avalos 21/08/2011 23:32
git: sh: Remove obsolete token type TENDBQUOTE. Peter Avalos 21/08/2011 23:32
git: sh: Show errno messages in cd. Peter Avalos 21/08/2011 23:32
git: sh: Fix typo in comment. Peter Avalos 21/08/2011 23:32
git: sh: Fix typos in comments. Peter Avalos 21/08/2011 23:32
git: hptiop(4): Sync with FreeBSD (adds IDs for two more cards). Sascha Wildner 21/08/2011 17:47
git: intr/i386: Define IDT_HWI_VECTORS Sepherosa Ziehau 21/08/2011 13:21
git: icu/i386: Remove unnecessary header inclusion Sepherosa Ziehau 21/08/2011 13:20
git: add more information to a failing assertion's panic message Venkatesh Srinivas 21/08/2011 00:27
git: kernel - Fix vm_object leak which could exhaust swap space Matthew Dillon 20/08/2011 20:42
git: inpcb: Don't choose lport which could render same addr/port pair Sepherosa Ziehau 19/08/2011 02:46
git: tcp: Enable tcp_lport_extension by default Sepherosa Ziehau 19/08/2011 02:46
Re: git: if_bge: Support more chipsets Sepherosa Ziehau 18/08/2011 13:50
git: brgphy: Recognize more Broadcom PHYs Sepherosa Ziehau 18/08/2011 13:47
git: miidevs: Add more Broadcom PHY IDs Sepherosa Ziehau 18/08/2011 13:47
git: miidevs.h: regen Sepherosa Ziehau 18/08/2011 13:47
git: kernel: Fix alignment problem for sendmsg ancillary message data. Venkatesh Srinivas 17/08/2011 17:27
git: installer: Tone down the comments around the installer's rc.conf settings. Sascha Wildner 16/08/2011 15:59
git: LINT/LINT64: Add KTR_TSLEEP. Sascha Wildner 16/08/2011 14:19
git: brgphy: Bring in changes from OpenBSD Sepherosa Ziehau 16/08/2011 14:18
git: Fix crossbuilding x86_64 on i386. Sascha Wildner 16/08/2011 07:42
git: msk(4): Make sure to enable all clocks before accessing registers. Sepherosa Ziehau 15/08/2011 11:34
git: msk(4): Disable ASF on the chips that have it Sepherosa Ziehau 15/08/2011 11:34
git: msk(4): Add support for Yukon Supreme Sepherosa Ziehau 15/08/2011 11:34
git: VFS_START() uses only two arguments Francois Tigeot 15/08/2011 05:54
git: Fix crossbuilding i386 on x86_64. Sascha Wildner 14/08/2011 22:24
git: msk(4): Do not blindly clear entire GPHY control register. Sepherosa Ziehau 14/08/2011 14:14
git: msk(4): Enable store and forward mode except for jumbo frame on Yukon Ultra. Sepherosa Ziehau 14/08/2011 14:14
git: msk(4): Don't process incoming packets if the interface is down Sepherosa Ziehau 14/08/2011 14:14
git: msk(4): Only Yukon FE, XL and EC have RAM registers Sepherosa Ziehau 14/08/2011 14:14
git: msk(4): Don't unnecessarily clear interrupt masks Sepherosa Ziehau 14/08/2011 14:14
git: mdoc.local: We must indent using spaces here. Sascha Wildner 13/08/2011 20:36
git: Synchronize the description of struct statfs with its real definition on DragonFly 2.11 Francois Tigeot 13/08/2011 16:28
git: ktr(4): Allow to configure KTR_TSLEEP alone. Sascha Wildner 13/08/2011 16:05
git: Merge branch 'vendor/AWK' Sascha Wildner 12/08/2011 22:15
git: kernel/x86_64: Remove bogus and unused file. Sascha Wildner 12/08/2011 02:45
git: kernel - Fix deadlock w/recent vm_map work Matthew Dillon 11/08/2011 21:41
git: mfi(4): Merge LSI's latest driver changes (updates us to version 3.981). Sascha Wildner 11/08/2011 18:32
git: condvar.9: Mention that cv_broadcastpri()'s pri parameter is discarded. Sascha Wildner 11/08/2011 18:30
git: <sys/condvar.h>: The cv_broadcastpri() macro needs to take a pri argument. Sascha Wildner 11/08/2011 18:30
UPS: Your Package H9125784031 Asmodai 11/08/2011 16:55
git: Implement a new vfs function, vfs_account() Francois Tigeot 11/08/2011 16:15
git: Mark the arcmsr driver MPSAFE Francois Tigeot 11/08/2011 16:15
git: acpi(4): Remove bogus line from the Makefile. Sascha Wildner 10/08/2011 19:19
git: msk(4): Disable non-ASF packet flushing on Yukon Extreme. Sepherosa Ziehau 10/08/2011 14:43
git: msk(4): PCI_OUR_REG_* and PCI_CFG_REG_* should be accessed indirectly Sepherosa Ziehau 10/08/2011 14:43
git: msk(4): RX_GMF_{LP,UP}_THR are 16bits registers Sepherosa Ziehau 10/08/2011 14:43
git: msk(4): Add support for 88E8059 Sepherosa Ziehau 10/08/2011 14:43
git: msk(4): Enable flow-control only if link is full-duplex Sepherosa Ziehau 10/08/2011 14:43
git: msk(4): Don't hardcod register offset to set PCIe max read request size. Sepherosa Ziehau 10/08/2011 09:53
git: msk(4): Force link state detection, if link is not up. Sepherosa Ziehau 10/08/2011 09:53
git: msk(4): Add support for 88E8057 Sepherosa Ziehau 10/08/2011 09:53
git: pci: Add function to get PCIe max read request size Sepherosa Ziehau 10/08/2011 09:53
git: vkernel(7) - Describe diskless operation. Antonio Huete Jimenez 10/08/2011 09:09
git: mfi(4) & mfiutil(8): Sync with FreeBSD Sascha Wildner 10/08/2011 08:09
git: vkernel(7) - Permit multiple -e options to pass environment variables to the virtual kernel environment. Antonio Huete Jimenez 09/08/2011 19:39
git: kernel/x86_64: Convert asm accessing segment descriptors to use 16bit ops. Sascha Wildner 09/08/2011 08:39
git: mk - Add two missing files to the README file Antonio Huete Jimenez 07/08/2011 20:34
git: Move static & inline to the beginnings of declarations. Sascha Wildner 07/08/2011 02:43
git: getsockopt: Add SO_SNDSPACE Sepherosa Ziehau 05/08/2011 06:03
git: e1000phy: Add support for more Marvell PHYs Sepherosa Ziehau 05/08/2011 02:10
git: miidevs.h: regen Sepherosa Ziehau 05/08/2011 02:10
git: mii: Add more PHY ids for Marvell PHY chips Sepherosa Ziehau 05/08/2011 02:10
git: Remove forth and other unused bits from the loader. Francois Tigeot 04/08/2011 16:24
git: hammer - Add memory use limit option for dedup runs Matthew Dillon 04/08/2011 05:04
git: hammer - Add simple I/O optimization, collect stats on new deduplications Matthew Dillon 04/08/2011 02:46
git: hammer - Collect record statistics, implement ^T and ^C Matthew Dillon 04/08/2011 01:49
git: aesni(4): Remove unused variable. Sascha Wildner 02/08/2011 15:18
git: msk(4): Remove "FIFO overrun" debug logging, which is not critical Sepherosa Ziehau 02/08/2011 14:20
git: msk(4): Recognize 88E8402 Sepherosa Ziehau 02/08/2011 14:20
git: msk(4): Yukon XL can't flush FIFO Sepherosa Ziehau 02/08/2011 14:20
git: aesni(4): Properly align the context memory using out kmalloc(9) feature Sepherosa Ziehau 02/08/2011 04:20
git: msk(4): Add Yukon Extreme support Sepherosa Ziehau 01/08/2011 13:46

Mail converted by MHonArc 2.6.8