Subject |
Author |
Date |
git: kernel - Remove kernel-level ccms module (it will be moved into hammer2) |
Matthew Dillon |
02/06/2012 17:20 |
git: kernel - Add comment on spinlocks_wr |
Matthew Dillon |
02/06/2012 17:21 |
git: hammer2 hammer2 - Move CCMS code from kernel to hammer2 |
Matthew Dillon |
02/06/2012 17:27 |
git: Unbreak kernel build. Also remove <sys/ccms.h> via 'make upgrade'. |
Sascha Wildner |
02/06/2012 17:37 |
git: igb: Unbreak compile on i386 |
Sepherosa Ziehau |
04/06/2012 01:28 |
git: hammer2 hammer2 - Initial CCMS adaptation and code-up |
Matthew Dillon |
04/06/2012 03:55 |
git: igb: Use extended interrupt mode whenever possible |
Sepherosa Ziehau |
05/06/2012 13:17 |
git: bce: Configuable number of TX/RX descriptor pages |
Sepherosa Ziehau |
06/06/2012 07:21 |
git: Move hash.9 to hashinit.9. |
Sascha Wildner |
06/06/2012 20:14 |
git: kernel: Add hashdestroy() (taken from FreeBSD). |
Sascha Wildner |
06/06/2012 20:14 |
git: kernel: Add <sys/hash.h>. |
Sascha Wildner |
06/06/2012 20:14 |
git: Update the pciconf(8) database. |
Sascha Wildner |
06/06/2012 21:23 |
git: hammer2 Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2 |
Matthew Dillon |
07/06/2012 05:49 |
git: hammer2 hammer2 - Initial CCMS locking tie-in |
Matthew Dillon |
07/06/2012 05:49 |
git: kernel: Remove some unused variables. |
Sascha Wildner |
07/06/2012 07:23 |
git: kernel: Remove some unused variables. |
Sascha Wildner |
08/06/2012 18:10 |
git: kernel/drm: Use hashdestroy(). Unbreaks kernel build. |
Sascha Wildner |
07/06/2012 07:23 |
git: Fix some unterminated quoted strings in several manual pages. |
Sascha Wildner |
07/06/2012 10:27 |
git: kernel: Use hashdestroy() to free hash tables allocated with hashinit(). |
Sascha Wildner |
07/06/2012 17:19 |
git: Remove doscmd(1). |
Sascha Wildner |
08/06/2012 06:16 |
git: hammer2 hammer2 - Change from splay -> red-black tree |
Matthew Dillon |
08/06/2012 06:59 |
git: hammer2 hammer2 - Integrate CCMS thread lock into hammer2 chain structure |
Matthew Dillon |
08/06/2012 06:59 |
git: Put getmntopts() into libutil and install mntopts.h to /usr/include. |
Sascha Wildner |
08/06/2012 09:00 |
git: dlopen.3: Remove wrong .El |
Sascha Wildner |
08/06/2012 13:58 |
git: sensorsd(8): Raise WARNS to 6 and fix warnings. |
Sascha Wildner |
08/06/2012 19:22 |
git: dconschat(8): Raise WARNS to 6 and fix warnings. |
Sascha Wildner |
08/06/2012 20:25 |
git: fwcontrol(8): Raise WARNS to 6 and fix warnings. |
Sascha Wildner |
08/06/2012 22:05 |
git: sys/boot: Raise WARNS to 2 and silence a warning. |
Sascha Wildner |
08/06/2012 23:21 |
git: hammer2 hammer2 - Wire-up the kernel<->userland messaging pipe |
Matthew Dillon |
09/06/2012 05:11 |
git: Fix two wrong sizeof() usages. |
Sascha Wildner |
09/06/2012 09:05 |
git: DragonFly_RELEASE_3_0 Fix two wrong sizeof() usages. |
Sascha Wildner |
09/06/2012 09:05 |
git: kernel: Remove some bogus checks before returning anyway. |
Sascha Wildner |
09/06/2012 11:20 |
git: ppp: Raise WARNS to 5. |
Nuno Antunes |
09/06/2012 14:04 |
git: netgraph7: Dont register netisr for netgraph |
Nuno Antunes |
09/06/2012 14:04 |
git: netgraph: do not unconditionally load ng_ksocket module |
Nuno Antunes |
09/06/2012 14:04 |
git: netgraph7: ng_base: spl* -> crit_* |
Nuno Antunes |
09/06/2012 14:04 |
git: usr.sbin/ppp: fix netgraph includes. |
Nuno Antunes |
09/06/2012 14:04 |
git: ppp(8): Another little fix (for i386). |
Sascha Wildner |
09/06/2012 14:25 |
git: ppp(8): Raise WARNS to 6. |
Sascha Wildner |
09/06/2012 15:10 |
git: kernel/ufs: Bring in a fix to ufsdirhash_hash() from FreeBSD. |
Sascha Wildner |
10/06/2012 02:33 |
git: DragonFly_RELEASE_3_0 kernel/ufs: Bring in a fix to ufsdirhash_hash() from FreeBSD. |
Sascha Wildner |
10/06/2012 02:35 |
git: jme: Increase alignment of TX/RX descriptor ring to the cacheline size |
Sepherosa Ziehau |
11/06/2012 03:27 |
git: jme: Set OWN bit on TX desc, only after the other information is setup |
Sepherosa Ziehau |
11/06/2012 03:27 |
git: jme: Reconfigure RSS when RX engine is stopped |
Sepherosa Ziehau |
11/06/2012 03:27 |
git: jme: Save physical address of RX buffer, which will be used upon error |
Sepherosa Ziehau |
11/06/2012 03:27 |
git: re: Fix size of the bcopy when extracting ethernet address |
Sepherosa Ziehau |
11/06/2012 08:31 |
git: DragonFly_RELEASE_3_0 re: Fix size of the bcopy when extracting ethernet address |
Sascha Wildner |
11/06/2012 08:43 |
git: test/cocci: Add a patch that checks for various sizeof(<pointer>) issues. |
Sascha Wildner |
11/06/2012 08:59 |
git: igb: Split RX/TX ring count |
Sepherosa Ziehau |
11/06/2012 13:48 |
git: VOP_LOOKUP.9: Fix a little coding mistake. |
Sascha Wildner |
11/06/2012 16:42 |
git: emx: Utilize ifnet_serialize_array_ functions |
Sepherosa Ziehau |
12/06/2012 03:48 |
git: ifnet: Add ifnet_serialize_array_{enter,exit,try,assert}() |
Sepherosa Ziehau |
12/06/2012 03:48 |
git: jme: Utilize ifnet_serialize_array_ functions |
Sepherosa Ziehau |
12/06/2012 03:48 |
git: jme: Don't reuse the RX descriptor if the RSS is not set by the hardware |
Sepherosa Ziehau |
12/06/2012 08:04 |
git: jme: Fix the race on the RX path against hardware for jumbo frames |
Sepherosa Ziehau |
12/06/2012 08:04 |
git: jme: Don't allow lower 32bits of RX buffer's physical address to be 0 |
Sepherosa Ziehau |
12/06/2012 08:04 |
git: arcmsr(4): To check for sense data, use sense_len. |
Sascha Wildner |
12/06/2012 11:01 |
git: DragonFly_RELEASE_3_0 arcmsr(4): To check for sense data, use sense_len. |
Sascha Wildner |
12/06/2012 11:01 |
git: test/cocci: Add a patch that reports checks of variable/field addresses. |
Sascha Wildner |
12/06/2012 11:05 |
git: igb: Remove unused field |
Sepherosa Ziehau |
12/06/2012 11:08 |
git: igb: Split RX and TX serializer |
Sepherosa Ziehau |
12/06/2012 11:08 |
git: igb: Move RX/TX descriptor count into ring struct |
Sepherosa Ziehau |
12/06/2012 11:08 |
git: igb: Function renaming |
Sepherosa Ziehau |
12/06/2012 11:08 |
git: hammer2 hammer2 - wire up msg transaction state machine |
Matthew Dillon |
13/06/2012 01:47 |
git: hammer2 hammer2 - Implement and test first SPAN message transaction. |
Matthew Dillon |
13/06/2012 05:52 |
git: ethernet: Use atomic operation to update RSS related stats |
Sepherosa Ziehau |
13/06/2012 09:08 |
git: igb: Enable multiple RX rings and integrate it w/ DragonFly's RSS |
Sepherosa Ziehau |
13/06/2012 09:08 |
git: librefuse: Makefile cleanup. |
Sascha Wildner |
13/06/2012 10:38 |
git: librefuse: Comment out all functions we don't (yet) have and add MLINKS. |
Sascha Wildner |
13/06/2012 10:38 |
git: igb: Main serializer should be enough to protect link status |
Sepherosa Ziehau |
13/06/2012 14:20 |
git: igb: Fix RSS redirect table setting |
Sepherosa Ziehau |
13/06/2012 14:20 |
git: kernel - Fix bulk transfer issue in USB/ohci |
Matthew Dillon |
13/06/2012 19:26 |
git: Add an atomic(9) manual page (from FreeBSD with some stuff commented out). |
Sascha Wildner |
13/06/2012 21:14 |
git: atomic.9: Add a few words about our atomic_*_cpumask(). |
Sascha Wildner |
13/06/2012 21:14 |
git: kernel: Remove an unused variable. |
Sascha Wildner |
13/06/2012 21:31 |
git: tcp: Properly detect duplicated FIN |
Sepherosa Ziehau |
14/06/2012 01:50 |
git: s/__const/const/ in some header files. |
Sascha Wildner |
14/06/2012 17:30 |
git: timed(8): Add missing braces. |
Sascha Wildner |
14/06/2012 17:30 |
git: DragonFly_RELEASE_3_0 timed(8): Add missing braces. |
Sascha Wildner |
14/06/2012 17:30 |
git: hammer2 hammer2 - Bring in the transaction state code from the hammer2 vfs |
Matthew Dillon |
15/06/2012 03:03 |
git: hammer2 hammer2 - minor network adjustments |
Matthew Dillon |
15/06/2012 03:03 |
git: tcp/sack: Discard HighRxt, RescueRxt and LostSeq along with SACK scoreboard |
Sepherosa Ziehau |
15/06/2012 09:03 |
git: tcp_output: Always clear TF_ACKNOW before returning |
Sepherosa Ziehau |
15/06/2012 09:19 |
git: tcp/sack: Take bwnd into consideration when calculate length of new segment |
Sepherosa Ziehau |
15/06/2012 09:31 |
git: bsd.prog.mk: Enhance the 'lint' target a bit. |
Sascha Wildner |
15/06/2012 22:02 |
git: vkernel/vkernel64: fix a bug in cpu_regs.c |
Markus Pfeiffer |
16/06/2012 10:50 |
git: vkernel/vkernel64: fix a bug in cpu_regs.c |
Markus Pfeiffer |
16/06/2012 11:27 |
Re: git: vkernel/vkernel64: fix a bug in cpu_regs.c |
Thomas Nikolajsen |
17/06/2012 16:33 |
git: DragonFly_RELEASE_3_0 vkernel/vkernel64: fix a bug in cpu_regs.c |
Markus Pfeiffer |
16/06/2012 11:02 |
git: DragonFly_RELEASE_3_0 vkernel/vkernel64: fix a bug in cpu_regs.c |
Markus Pfeiffer |
16/06/2012 11:33 |
git: Fix more wrong sizeof() usages, part 1/x |
Sascha Wildner |
16/06/2012 11:24 |
git: igb: Allow used RX rings less than allocated ones |
Sepherosa Ziehau |
16/06/2012 13:28 |
git: igb: In shared interrupt handler, use ICR to process TX ring or RX rings |
Sepherosa Ziehau |
16/06/2012 13:28 |
git: find(1): Sync with FreeBSD. |
Sascha Wildner |
16/06/2012 21:21 |
git: DragonFly_RELEASE_3_0 Fix more wrong sizeof() usages, part 1/x |
Sascha Wildner |
16/06/2012 21:36 |
git: savecore(8): Use the buf's size and not char *'s size for reading the kernel. |
Sascha Wildner |
16/06/2012 23:43 |
git: DragonFly_RELEASE_3_0 savecore(8): Use the buf's size and not char *'s size for reading the kernel. |
Sascha Wildner |
16/06/2012 23:43 |
git: Fix more wrong sizeof() usages, part 2/x |
Sascha Wildner |
17/06/2012 01:32 |
git: DragonFly_RELEASE_3_0 Fix more wrong sizeof() usages, part 2/x |
Sascha Wildner |
17/06/2012 01:32 |
git: igb: Move RX/TX ring count configuration before interrupt allocation |
Sepherosa Ziehau |
17/06/2012 07:30 |
git: igb: White space |
Sepherosa Ziehau |
17/06/2012 07:31 |
git: igb: Move interrupt allocation after RX/TX ring allocation |
Sepherosa Ziehau |
17/06/2012 07:31 |
git: igb: Factor out igb_{alloc,free}_intr |
Sepherosa Ziehau |
17/06/2012 07:31 |
git: kernel/ufs: Remove some unused variables. |
Sascha Wildner |
17/06/2012 12:17 |
git: Remove unneeded inclusions of <sys/cdefs.h> throughout the tree. |
Sascha Wildner |
17/06/2012 15:02 |
git: hammer(8): Fix a wrong sizeof. |
Sascha Wildner |
17/06/2012 19:23 |
git: DragonFly_RELEASE_3_0 hammer(8): Fix a wrong sizeof. |
Sascha Wildner |
17/06/2012 19:23 |
git: vkernel: revert two commits that break i386 vkernel |
Markus Pfeiffer |
17/06/2012 19:38 |
git: DragonFly_RELEASE_3_0 vkernel: revert two commits that break i386 vkernel |
Sascha Wildner |
17/06/2012 20:04 |
git: cryptdisks(8): Fix a wrong sizeof. |
Sascha Wildner |
18/06/2012 06:36 |
git: DragonFly_RELEASE_3_0 cryptdisks(8): Fix a wrong sizeof. |
Sascha Wildner |
18/06/2012 06:36 |
git: use rb-tree for directory lookups |
Francois Tigeot |
18/06/2012 17:38 |
git: ntfs - Fix build with NTFS_DEBUG |
Antonio Huete Jimenez |
18/06/2012 22:26 |
git: commit test |
Sascha Wildner |
19/06/2012 14:11 |
git: ntfs - Add NTFS_DEBUG kernel option. |
Antonio Huete Jimenez |
19/06/2012 21:00 |
git: ntfs - Set CNP_PDIRUNLOCK flag if we unlock the parent dir. |
Antonio Huete Jimenez |
19/06/2012 22:12 |
git: rc.d - Add a message to initrandom |
Antonio Huete Jimenez |
19/06/2012 23:31 |
git: puffs - don't lock dvp on nresolve |
Alex Hornung |
20/06/2012 06:44 |
git: kernel: fix a checkloop panic caused by EOPNOTSUPP not being passed down correctly |
Markus Pfeiffer |
20/06/2012 22:04 |
git: libedit: Remove documentation of wchar functions (which we don't have). |
Sascha Wildner |
21/06/2012 01:31 |
git: kernel: Remove a bogus .PATH from ntfs_iconv's Makefile. |
Sascha Wildner |
21/06/2012 01:31 |
git: libedit: Remove a leftover \ |
Sascha Wildner |
21/06/2012 01:37 |
git: Fix more wrong sizeof() usages, part 3/x |
Sascha Wildner |
21/06/2012 02:37 |
git: DragonFly_RELEASE_3_0 Fix more wrong sizeof() usages, part 3/x |
Sascha Wildner |
21/06/2012 02:41 |
git: kernel: Clean up some Makefiles (custom flags, useless .PATH). |
Sascha Wildner |
21/06/2012 07:16 |
git: find(1): Revert back to using statfs.f_type again for fstype comparison. |
Sascha Wildner |
23/06/2012 12:15 |
git: libpuffs: Fix some function names in the manpages. |
Sascha Wildner |
24/06/2012 18:24 |
git: libpuffs: Comment out some info about a non-existant function. |
Sascha Wildner |
24/06/2012 18:24 |
git: librefuse: No puffs_fuse_unlink() function exists. |
Sascha Wildner |
24/06/2012 18:24 |
git: DragonFly_RELEASE_3_0 ntfs - Set CNP_PDIRUNLOCK flag if we unlock the parent dir. |
Antonio Huete Jimenez |
24/06/2012 21:49 |
git: tcp: Add XMITNOW which bypasses the Nagle algorithm temporarily |
Sepherosa Ziehau |
27/06/2012 08:34 |
git: bge: Limit BCM5701 B5 to 32-bit mode |
Sepherosa Ziehau |
28/06/2012 05:23 |
git: bge: Add missing bit of commit f47afe1 |
Sepherosa Ziehau |
28/06/2012 05:23 |
git: bge: Add busdma constraints for old chips |
Sepherosa Ziehau |
28/06/2012 07:01 |
git: bge: Enable hardware fixes for BCM5704 B0 as recommended by datasheet. |
Sepherosa Ziehau |
28/06/2012 07:01 |
git: bge: In bge_stop, don't isolate PHY; it is unnecessary |
Sepherosa Ziehau |
28/06/2012 07:01 |
git: bge: Revert small part of f47afe1, which setup PHY bugs |
Sepherosa Ziehau |
28/06/2012 07:01 |
git: bge: Proper configure PCI-X for BCM5703/5704 devices |
Sepherosa Ziehau |
28/06/2012 07:01 |
git: bge: For BCM5703, limit DMA read watermark |
Sepherosa Ziehau |
28/06/2012 07:01 |
git: bge: x86_64 does not have alignment constraint either |
Sepherosa Ziehau |
29/06/2012 01:57 |
git: bge: Reduce status block device update size |
Sepherosa Ziehau |
29/06/2012 07:14 |
git: bge: Improve TX performance on certain low end chips |
Sepherosa Ziehau |
29/06/2012 07:47 |
git: bge: Don't touch jumbo frame registers on chips which do not support them |
Sepherosa Ziehau |
29/06/2012 08:03 |
git: bge: For dual mode PHY controllers, make sure to enable GMII |
Sepherosa Ziehau |
29/06/2012 08:19 |
git: bge: Zero out the status block during initialization |
Sepherosa Ziehau |
29/06/2012 08:28 |
git: bge: Properly enable Data Fifo Protection for certain chips |
Sepherosa Ziehau |
29/06/2012 10:39 |
git: bge: Avoid using magic number |
Sepherosa Ziehau |
29/06/2012 10:39 |
git: bge: Reduce the number of dropped frames when flow-control is enabled |
Sepherosa Ziehau |
29/06/2012 10:39 |
git: bge: Disable UDP hardware checksum |
Sepherosa Ziehau |
29/06/2012 10:39 |
git: bge: Improve 5785 performance |
Sepherosa Ziehau |
29/06/2012 10:39 |
git: bge: Don't prevent bge_init if IFF_RUNNING is set |
Sepherosa Ziehau |
29/06/2012 11:01 |
git: igb: Add MSI-X support |
Sepherosa Ziehau |
30/06/2012 02:30 |
git: igb: Make sure EITR interval is within range |
Sepherosa Ziehau |
30/06/2012 03:24 |
git: igb: Reduce MSI/legacy interrupt rate limit to 6000 |
Sepherosa Ziehau |
30/06/2012 03:26 |
git: Fix more wrong sizeof() usages, part 4/x |
Sascha Wildner |
30/06/2012 08:45 |
git: DragonFly_RELEASE_3_0 Fix more wrong sizeof() usages, part 4/x |
Sascha Wildner |
30/06/2012 08:45 |
git: ixgbe: Import Intel PRO/10GbE driver from FreeBSD |
Francois Tigeot |
30/06/2012 16:59 |
git: ifmedia.4: Sync with NetBSD. |
Sascha Wildner |
30/06/2012 21:49 |
git: <net/if_media.h>: Add 10G descriptions (taken from FreeBSD). |
Sascha Wildner |
30/06/2012 21:49 |
git: ixgbe.4: Add a reference to ifmedia(4). |
Sascha Wildner |
30/06/2012 21:49 |
git: ifmedia.4: Add some documentation about 10G settings (adapted from OpenBSD). |
Sascha Wildner |
30/06/2012 21:49 |
git: ifmedia.4: Adjust for the last 802.11 upgrade. |
Sascha Wildner |
30/06/2012 21:49 |