DragonFly BSD

DragonFly commits List (threaded) for 2012-05

All Lists - Thread Index
Subject Author Date
git: DragonFly_RELEASE_3_0 Fix for password truncation when using crypt(3) with DES Sascha Wildner 31/05/2012 16:31
git: igb: Optimize TX path Sepherosa Ziehau 31/05/2012 13:37
git: tcp: Adjust tcpcb fields comment about NewReno fast recovery Sepherosa Ziehau 31/05/2012 09:39
git: kernel/drm: Remove bogus .PATHs. Sascha Wildner 31/05/2012 05:46
git: drm: Stow drivers for various chip families Francois Tigeot 30/05/2012 20:15
git: Fix for password truncation when using crypt(3) with DES Aggelos Economopoulos 30/05/2012 14:04
git: icmp: Discard ICMP Source Quench per RFC6633 Sepherosa Ziehau 30/05/2012 08:26
git: tcp: Only tcpopt.to_flags are needed in tcp_recv_dupack() Sepherosa Ziehau 30/05/2012 05:19
git: tcp: Don't let fast retransmit disrupt RTO rebasing Sepherosa Ziehau 30/05/2012 03:50
git: tcp: Even for PAWS tolerance, no segments should follow segment with FIN Sepherosa Ziehau 30/05/2012 03:50
git: tcp/reass: Fix the cases that FIN got lost during reassemble Sepherosa Ziehau 30/05/2012 03:40
git: tcp/sack: If other side reneged, discard the current SACK scoreboard Sepherosa Ziehau 30/05/2012 01:52
git: socket: Fix wrongly numbered SIOCGIFDATA Sepherosa Ziehau 29/05/2012 08:14
git: drm.4: A little clean up. Sascha Wildner 28/05/2012 11:33
git: kernel: increase watchdog default period to 30s Francois Tigeot 28/05/2012 08:23
git: tcp/sack: Constify function arguments if possible Sepherosa Ziehau 28/05/2012 06:37
git: man/ktr: Adjust for the recent ether function cleanup Sepherosa Ziehau 28/05/2012 02:40
git: tcp/sack: Only retransmit unSACKed data when fast retransmit Sepherosa Ziehau 28/05/2012 02:36
git: pktgen: Unbreak compile Sepherosa Ziehau 27/05/2012 11:33
git: kernel: in_cksum2.s is needed by inet6 code Francois Tigeot 27/05/2012 06:57
git: Remove a few more casts of NULL to some pointer type. Sascha Wildner 26/05/2012 23:01
git: kernel: tcp_fasttimo() is dead Francois Tigeot 26/05/2012 19:43
git: pci: Disable PCI express memory mapped access method by default Sepherosa Ziehau 26/05/2012 15:08
git: tools: Add netblast Sepherosa Ziehau 26/05/2012 15:05
git: acpi: strupr() isn't used anywhere, so remove it. Sascha Wildner 26/05/2012 11:41
git: ndis.4: Comment out an unneeded sentence. Sascha Wildner 26/05/2012 08:22
git: libc -- dmalloc: Call malloc_init as-needed, rather than via ctor (#2) Venkatesh Srinivas 26/05/2012 03:15
git: kernel: Remove the inclusion of opt_ddb.h from where it is unnecessary. Sascha Wildner 25/05/2012 21:29
git: Remove some useless casts of NULL to another pointer type. Sascha Wildner 25/05/2012 19:19
Re: git: pci: Support PCI Express Configuration Space memory-mapped access mechanism Sepherosa Ziehau 25/05/2012 08:41
git: pci: Print PCIe memory mapped accessing information a little bit earlier Sepherosa Ziehau 25/05/2012 08:31
git: tcp: Enable RFC3517bis by default Sepherosa Ziehau 25/05/2012 07:40
git: tcp: Function renaming Sepherosa Ziehau 25/05/2012 07:40
git: tcp/sack: Fix off-by-one bug when updating rescue SACK information Sepherosa Ziehau 25/05/2012 07:14
git: tcp/sack: Force out more segments allowed by "pipe" during fast recovery Sepherosa Ziehau 25/05/2012 07:14
git: tcp/sack: Use RFC3517bis IsLost(snd_una) as fallback of early retransmit Sepherosa Ziehau 25/05/2012 07:14
git: kernel: Remove some bogus casts to the own type (FINAL). Sascha Wildner 24/05/2012 18:17
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 24/05/2012 17:27
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 24/05/2012 17:19
Re: git: pci: Support PCI Express Configuration Space memory-mapped access mechanism YONETANI Tomokazu 24/05/2012 09:15
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 24/05/2012 08:36
git: tcp/sack: Fix the condition that SACK rescue retransmit can't be done Sepherosa Ziehau 24/05/2012 02:52
git: tcp: Indentation Sepherosa Ziehau 24/05/2012 02:52
git: kernel -- CLFLUSH support Venkatesh Srinivas 24/05/2012 02:23
Re: git: pci: Support PCI Express Configuration Space memory-mapped access mechanism YONETANI Tomokazu 24/05/2012 01:30
Re: git: pci: Support PCI Express Configuration Space memory-mapped access mechanism Sepherosa Ziehau 24/05/2012 01:25
Re: git: pci: Support PCI Express Configuration Space memory-mapped access mechanism YONETANI Tomokazu 23/05/2012 21:43
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 23/05/2012 20:50
git: DragonFly_RELEASE_3_0 kernel/linux: Fix a wrong cast (introduced in e54488bb). Sascha Wildner 23/05/2012 19:32
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 23/05/2012 19:32
git: kernel/linux: Fix a wrong cast (introduced in e54488bb). Sascha Wildner 23/05/2012 19:32
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 23/05/2012 16:36
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 23/05/2012 16:02
git: tcp: Simplify "extended limited transmit" logic a little bit Sepherosa Ziehau 23/05/2012 05:58
git: tcp: Optimize SACK scoreboard records consolidation a little bit Sepherosa Ziehau 23/05/2012 05:58
git: Revert "libc -- dmalloc: Call malloc_init as-needed, rather than via cc constructor." Sascha Wildner 22/05/2012 13:03
git: acpidb: regenerate osunixxf.c.patch Sepherosa Ziehau 22/05/2012 08:11
git: acpi/timer: Fix return value Sepherosa Ziehau 22/05/2012 08:11
git: acpica: Unbreak LINT/LINT64 building Sepherosa Ziehau 22/05/2012 08:11
git: Fix iasl compilation Sepherosa Ziehau 22/05/2012 08:11
git: acpidb: add missing evglock.c to Makefile Sepherosa Ziehau 22/05/2012 08:11
git: Revert previous commit (wrong tentative) Sepherosa Ziehau 22/05/2012 08:11
git: Some files overlooked on first commit... Sepherosa Ziehau 22/05/2012 08:11
git: First import (compiles, seems to run correctly) Sepherosa Ziehau 22/05/2012 08:11
git: igb: Add to x86_64 and i386 GENERIC Sepherosa Ziehau 21/05/2012 09:00
git: LINT: Add igb(4) Sepherosa Ziehau 21/05/2012 09:00
git: hammer2 hammer2 - Fix lost flush Matthew Dillon 20/05/2012 18:26
git: libc -- dmalloc: Call malloc_init as-needed, rather than via cc constructor. Venkatesh Srinivas 20/05/2012 14:26
git: netif: Remove no longer used e1000 layout Sepherosa Ziehau 20/05/2012 13:54
git: igb: Import Intel igb-2.2.3 Sepherosa Ziehau 20/05/2012 13:54
git: e1000: Unhook from building, prepare for the new igb Sepherosa Ziehau 20/05/2012 13:54
git: ig_hal: Merge Intel igb-2.2.3 HAL w/ em-7.2.4 HAL Sepherosa Ziehau 20/05/2012 13:54
git: kernel/devfs: Remove the unused devfs Makefile. Sascha Wildner 20/05/2012 02:49
git: hammer2 hammer2 - Add 'hammer2 stat' Matthew Dillon 19/05/2012 22:21
git: hammer2 hammer2 - Get data-usage aggregation working, add INODE_GET Matthew Dillon 19/05/2012 22:21
git: kernel -- tmpfs: Convert tmpfs inode counter to per-mount field Venkatesh Srinivas 19/05/2012 03:38
git: hammer2 hammer2 - Flush ordering fixes Matthew Dillon 19/05/2012 02:29
git: hammer2 hammer2 - general stabilization, flusher, mmap, etc Matthew Dillon 19/05/2012 00:45
git: amr(4): Some fixes. Sascha Wildner 18/05/2012 23:58
git: Fix some typos in manual pages. Sascha Wildner 18/05/2012 18:10
git: bsd-family-tree: Sync with FreeBSD. Sascha Wildner 18/05/2012 16:53
git: builtin.1: Add two more built-in commands. Sascha Wildner 18/05/2012 11:17
git: builtin.1: Bring in some enhancements from FreeBSD. Sascha Wildner 18/05/2012 11:17
git: tcp: Implement RFC4653 Non-Congestion Robustness (NCR) Sepherosa Ziehau 18/05/2012 09:35
git: tcp: Improve RFC3517bis support Sepherosa Ziehau 18/05/2012 07:20
git: hammer2 hammer2 - hardlink stabilization (3), data and inode count propagation. Matthew Dillon 18/05/2012 01:46
git: DragonFly_RELEASE_3_0 tcp: Ignore TCP_NOPUSH socketopt by default Sepherosa Ziehau 18/05/2012 01:43
git: kernel: Remove some bogus casts to the own type. Sascha Wildner 17/05/2012 23:52
git: share/man/man1/Makefile: One MLINK per line. Sascha Wildner 17/05/2012 23:03
git: builtin.1: Sync with what we have. Sascha Wildner 17/05/2012 23:03
git: examples/rconfig: Some fixes to our installation scripts. Sascha Wildner 17/05/2012 20:18
git: hammer2 hammer2 - hardlink stabilization pass Matthew Dillon 17/05/2012 18:34
git: hammer2 hammer2 - hardlink stabilization pass Matthew Dillon 17/05/2012 18:03
Re: git: vkernel: Fix compilation with profiling support. Antonio Huete Jimenez 17/05/2012 14:27
git: vkernel: Fix compilation with profiling support. Sascha Wildner 17/05/2012 14:17
git: tcp: Ignore TCP_NOPUSH socketopt by default Sepherosa Ziehau 17/05/2012 10:06
git: hammer2 hammer2 - Complete core hardlink support work Matthew Dillon 17/05/2012 08:53
git: kernel/profiling: Fix a kprintf format. Sascha Wildner 17/05/2012 08:41
git: tcp: Make PAWS robust against segments reordering Sepherosa Ziehau 17/05/2012 07:03
git: hammer2 hammer2 - Flesh out hardlink infrastructure Matthew Dillon 17/05/2012 04:21
git: test/debug/fdpassing: Correct a typo. Sascha Wildner 16/05/2012 20:07
git: hammer2 hammer2 - hookup getattr, setattr Matthew Dillon 16/05/2012 03:05
git: tcp: Use TAILQ for segments reassemble queue Sepherosa Ziehau 16/05/2012 01:23
git: kgdb: Add TUI mode as an option John Marino 15/05/2012 22:32
git: gdb: Fix gdb -tui mode John Marino 15/05/2012 22:32
git: pci: Update several bits for PCI Express 2.0 Sepherosa Ziehau 15/05/2012 05:50
git: hammer2 hammer2 - Add media dump command, improve help output Matthew Dillon 15/05/2012 05:41
git: hammer2 hammer2 - last_tid renamed to mirror_tid in volume header Matthew Dillon 15/05/2012 05:41
git: hammer2 hammer2 - Implement modify_tid and mirror_tid Matthew Dillon 15/05/2012 05:41
git: pci: Support PCI Express Configuration Space memory-mapped access mechanism Sepherosa Ziehau 15/05/2012 05:30
git: pci: Introduce PCIE_REGMAX Sepherosa Ziehau 15/05/2012 05:30
git: Unbreak world (tic) John Marino 14/05/2012 16:18
git: tic(1): Add man page for new tic utility John Marino 14/05/2012 14:03
git: terminfo: Add terminfo database creation to world build John Marino 14/05/2012 10:25
git: Add share/terminfo: This constructs terminfo database John Marino 14/05/2012 10:25
git: Add /usr.bin/tic: terminfo entry-description compiler John Marino 14/05/2012 10:25
git: ncurses: move USE_GETCAP, update README files John Marino 14/05/2012 10:25
git: iwn: Add Intel(R) Centrino Wireless-N 100 Sepherosa Ziehau 14/05/2012 08:29
git: DragonFly_RELEASE_3_0 Update to OpenSSL-1.0.0j. Peter Avalos 13/05/2012 20:25
git: Update files for OpenSSL-1.0.1c import. Peter Avalos 13/05/2012 19:55
git: arcmsr(4): Disable MSI support on the 1880 models. Sascha Wildner 13/05/2012 13:41
git: ncurses: Add wide-character support John Marino 13/05/2012 11:14
git: hammer2 hammer2 - Implement aes_256_cbc session encryption Matthew Dillon 13/05/2012 00:54
git: termcap: Adjust for new ncurses John Marino 13/05/2012 00:37
git: ncurses: Block warning about "older tic versions" John Marino 13/05/2012 00:37
git: /usr/Makefile: Adjust for our sys-src archive now coming bzip2'd. Sascha Wildner 12/05/2012 22:53
git: re(4): Add support for the 8105E found in the Acer Aspire One D257. Sascha Wildner 12/05/2012 22:53
git: ncurses: Fix ncurses-caused segfault John Marino 12/05/2012 22:50
git: ncurses: Fix bad paths, convert 3X to 3 on man pages John Marino 12/05/2012 20:40
git: mount_ufs.8: Change manpage title and name. Sascha Wildner 12/05/2012 18:53
git: termcap: Sync with FreeBSD John Marino 12/05/2012 15:52
git: libgmp: Update from version 5.0.2 to 5.0.5 John Marino 12/05/2012 10:59
git: gmplib: Update README files after vendor branch merge John Marino 12/05/2012 10:59
git: elf_common.h: Define EM_ALPHA John Marino 12/05/2012 09:49
git: hammer2 hammer2 - Crypto handshake work for message stream Matthew Dillon 12/05/2012 08:02
git: libncurses: Upgrade from version 5.7 to 5.9 John Marino 11/05/2012 21:26
git: ncurses: Restore DragonFly README files John Marino 11/05/2012 21:26
git: zlib: Upgrade from version 1.2.5 to version 1.2.7 John Marino 11/05/2012 14:44
git: zlib: Add DragonFly README files John Marino 11/05/2012 14:44
git: zlib: Remove zconf.h John Marino 11/05/2012 14:44
git: gdb: Update DragonFly README files John Marino 11/05/2012 10:42
git: gdb: Update makefile framework for version 7.4.1 upgrade John Marino 11/05/2012 10:42
git: Merge branch 'vendor/GDB' John Marino 11/05/2012 10:42
git: gdb: Adjust tui to use libedit rather than readline John Marino 11/05/2012 10:42
git: gdb: Reapply modifications post-vendor branch merge John Marino 11/05/2012 10:42
git: gdb: Temporarily revert modifications for branch merge John Marino 11/05/2012 10:42
git: tcp: Properly count duplicated ACKs Sepherosa Ziehau 11/05/2012 09:31
git: tcp: Add rxt_flags for spurious retransmit detection Sepherosa Ziehau 11/05/2012 09:31
git: tcp: Add sack_flags for SACK related operations Sepherosa Ziehau 11/05/2012 09:31
git: mount - Split mount into mount_ufs, auto-detect fstype from disklabel Matthew Dillon 11/05/2012 05:20
git: mount - Split mount into mount_ufs, auto-detect fstype from disklabel Matthew Dillon 11/05/2012 05:18
git: tmpfs - Remove size cap Matthew Dillon 11/05/2012 00:21
git: vendor/LIBEDIT created Import NetBSD's LibEdit version 2012-03-11 on vendor branch John Marino 10/05/2012 21:41
git: libedit: Upgrade NetBSD version 2011-03-11 John Marino 10/05/2012 21:41
git: new libedit: add rl_completion_word_break_hook functionality John Marino 10/05/2012 21:41
git: new libedit: Add DragonFly README files to contrib John Marino 10/05/2012 21:41
git: new libedit: Fix mismatch between 0 and pointers John Marino 10/05/2012 21:41
git: new libedit: Local modifications to enable build John Marino 10/05/2012 21:41
git: new libedit: Silence -Wold-style-definition John Marino 10/05/2012 21:41
git: Remove some AppleTalk remains. Sascha Wildner 10/05/2012 18:53
git: netstat: Move SACK rescue stats to the "packet sent" block Sepherosa Ziehau 10/05/2012 07:14
git: tcp: Adjust early rexmit start condition for the adaptive DupThresh algorithm Sepherosa Ziehau 10/05/2012 07:14
git: acpi_asus(4): Bring in a small fix from FreeBSD. Sascha Wildner 09/05/2012 21:17
git: tcp/sack: Don't reduce retransmit threshold as recommended by RFC3517bis Sepherosa Ziehau 09/05/2012 09:53
git: tcp/sack: Implement RFC3517bis Sepherosa Ziehau 09/05/2012 09:53
git: grep: Restore modification for HAMMER FS John Marino 08/05/2012 21:57
git: grep: Upgrade from version 2.9 to 2.12 John Marino 08/05/2012 21:57
git: grep: remove local option --only-files permanently John Marino 08/05/2012 21:57
git: kernel -- vn: Implement BUF_CMD_FLUSH for vn(ode) devices. Venkatesh Srinivas 08/05/2012 12:37
git: Add a small wdog(9) manual page. Sascha Wildner 08/05/2012 07:11
git: tcp/sack: Guard against ACK reordering when adding SACK blocks Sepherosa Ziehau 08/05/2012 06:00
git: rtld: Fix gethints() John Marino 07/05/2012 22:15
git: kernel -- ffs: Correct incorrect prototype change that snuck into last commit. Venkatesh Srinivas 07/05/2012 20:28
git: kernel -- ffs: Softdep lock and assorted fixes Venkatesh Srinivas 07/05/2012 20:25
git: kernel - Attempt to fix illegal xfer buffer in ulpt* Matthew Dillon 07/05/2012 18:43
git: DragonFly_RELEASE_3_0 make upgrade: Now that we have devfs, don't try to remove any /dev/* Sascha Wildner 07/05/2012 17:46
git: DragonFly_RELEASE_3_0 development.7: Fix the git documentation URL. Sascha Wildner 07/05/2012 13:03
git: development.7: Fix the git documentation URL. Sascha Wildner 07/05/2012 13:03
git: pw: Sync with FreeBSD Peter Avalos 06/05/2012 19:28
git: rtld.1: Some mdoc improvement. Sascha Wildner 06/05/2012 19:24
git: arcmsr(4): Sync with FreeBSD. Sascha Wildner 06/05/2012 17:20
git: amdsbwd.4 & ichwd.4: Clean up SEE ALSO. Sascha Wildner 06/05/2012 10:24
git: isa.4: List amdsbwd(4) and ichwd(4). Sascha Wildner 06/05/2012 09:51
git: Add a missing '-width' in various manpages' lists. Sascha Wildner 06/05/2012 09:33
git: Import amdsbwd(4) from FreeBSD Francois Tigeot 06/05/2012 06:36
git: realpath(3): Upgrade to POSIX IEEE Std 1003.1-2008 John Marino 05/05/2012 16:44
git: rtld: Utilize malloc capability of recently updated realpath John Marino 05/05/2012 16:44
git: kernel/crypto: Remove some unnecessary casts to the own type. Sascha Wildner 05/05/2012 08:43
git: kernel: Remove some unused variables. Sascha Wildner 05/05/2012 08:04
git: mps(4): Use a variable. Sascha Wildner 05/05/2012 08:03
git: rtld: Add two special directives to libmap.conf John Marino 05/05/2012 07:34
git: rtld: Sync with FreeBSD after gnu_hash import John Marino 05/05/2012 07:34
git: make upgrade: Now that we have devfs, don't try to remove any /dev/* Sascha Wildner 04/05/2012 19:16
git: tcp: Per-connection DupThresh Sepherosa Ziehau 04/05/2012 09:51
git: tcp: Dragging RescueRxt along with HighRxt should depend on tcp.rescuesack_agg Sepherosa Ziehau 04/05/2012 05:32
git: tcp: Disable aggressive rescue retransmission for SACK by default Sepherosa Ziehau 04/05/2012 05:32
git: tcp: Move useless DSACK detection before increasing dupacks Sepherosa Ziehau 04/05/2012 05:32
git: kernel: Remove the unused HW_WDOG option. Sascha Wildner 03/05/2012 21:03
git: kernel/wdog: Compile in kern_wdog.c by default. Sascha Wildner 03/05/2012 20:59
git: Import ichwd(4) from FreeBSD Francois Tigeot 03/05/2012 13:53
git: kernel/ecc: Remove unneeded MFILES line in the Makefile. Sascha Wildner 03/05/2012 11:17
git: Kernel: do not manipulate watchdog list if empty Francois Tigeot 03/05/2012 10:44
Re: git: tcp: Ignore duplicate ACK carries useless DSACK Sepherosa Ziehau 03/05/2012 08:51
git: tcp: Ignore duplicate ACK carries useless DSACK Sepherosa Ziehau 03/05/2012 08:48
git: Update to per-CPU hardware resources format. Francois Tigeot 02/05/2012 18:06
git: tcp_var.h: White space cleanup Sepherosa Ziehau 02/05/2012 03:30
git: kernel: Remove some bogus casts of NULL to something. Sascha Wildner 01/05/2012 17:48
git: hptmv(4): Remove an unneeded NULL check after M_WAITOK. Sascha Wildner 01/05/2012 16:58
git: kernel/plip: A little indent fix. Sascha Wildner 01/05/2012 13:16
git: kernel: Adjust some indentation. Sascha Wildner 01/05/2012 12:22
git: kernel: Remove some unused variables. Sascha Wildner 01/05/2012 09:49

Mail converted by MHonArc 2.6.8