Subject |
Author |
Date |
git: cluster - remote block device work |
Matthew Dillon |
01/12/2012 10:28 |
git: UPDATING: Use release version numbers. |
Sascha Wildner |
01/12/2012 18:03 |
git: UPDATING: Mention that bt(4) is PCI only now. |
Sascha Wildner |
01/12/2012 18:03 |
git: Remove stli(4). Also remove ISA support from stl(4). |
Sascha Wildner |
01/12/2012 18:03 |
git: Move stlstats(8) to usr.sbin/ |
Sascha Wildner |
01/12/2012 18:03 |
git: kernel - Turn off machdep.pmap_mmu_optimize by default |
Matthew Dillon |
01/12/2012 20:54 |
git: kernel: Remove an #include I forgot previously. |
Sascha Wildner |
01/12/2012 22:25 |
git: cy(4): Remove ISA support. |
Sascha Wildner |
01/12/2012 22:55 |
git: UPDATING: Note that aic(4) was deISAized (forgot to mention at the time). |
Sascha Wildner |
01/12/2012 22:55 |
git: DragonFly_RELEASE_3_2 UPDATING: Note that aic(4) was deISAized (forgot to mention at the time). |
Sascha Wildner |
01/12/2012 22:59 |
git: kernel/i386: With stl(4) and cy(4) made PCI only, remove COMPAT_OLDISA. |
Sascha Wildner |
01/12/2012 23:10 |
git: make upgrade: Remove /usr/include/bus/isa/isa_compat.h |
Sascha Wildner |
01/12/2012 23:17 |
git: ifconfig.8: Fix month |
Sascha Wildner |
02/12/2012 10:22 |
git: kernel/ntfs: Add ntfs_statvfs. |
Sascha Wildner |
02/12/2012 17:48 |
git: kernel/ntfs: Remove two unused variables. |
Sascha Wildner |
02/12/2012 17:55 |
git: mount_ntfs.8: Fix synopsis and add another example (from FreeBSD). |
Sascha Wildner |
02/12/2012 23:37 |
git: bge: Commit coalesce parameters change in polling code |
Sepherosa Ziehau |
03/12/2012 02:08 |
git: bge: Improve tiny packets transmission performance on low frequency CPU |
Sepherosa Ziehau |
03/12/2012 02:08 |
git: jme: Improve tiny packets transmission performance on low frequency CPU |
Sepherosa Ziehau |
03/12/2012 02:08 |
git: cluster - circuit tracking, bug fixes |
Matthew Dillon |
03/12/2012 07:26 |
git: cluster - Major kernel component work (diskiocom, xdisk, kdmsg) |
Matthew Dillon |
03/12/2012 07:26 |
git: kernel - Reorder dsched teardown to fix race |
Matthew Dillon |
03/12/2012 18:22 |
git: cluster - more libdmsg work |
Matthew Dillon |
04/12/2012 06:05 |
git: cluster - Add 'circ <msgid>' command to cluster debug shell |
Matthew Dillon |
04/12/2012 06:05 |
git: cluster - Kernel cluster code work |
Matthew Dillon |
04/12/2012 06:05 |
git: agp: Sync with FreeBSD |
Francois Tigeot |
04/12/2012 08:11 |
git: agp: Fix a handful of issues with via agp support |
Francois Tigeot |
04/12/2012 08:26 |
git: kernel: Remove NULL checks after kmalloc(..., M_INTWAIT). |
Sascha Wildner |
04/12/2012 18:45 |
git: twe(4): Remove non-existing flag from the Makefile. |
Sascha Wildner |
04/12/2012 19:20 |
git: Fix LINT building. |
Sascha Wildner |
04/12/2012 19:38 |
git: cluster - Improve hammer2 connect directive, add /etc/hammer2/autoconn |
Matthew Dillon |
04/12/2012 22:32 |
git: cluster - misc work |
Matthew Dillon |
04/12/2012 22:32 |
git: cluster - misc cleanup |
Matthew Dillon |
05/12/2012 03:27 |
git: cluster - xdisk automatic BIO restart |
Matthew Dillon |
05/12/2012 03:27 |
git: cluster - Stabilization |
Matthew Dillon |
05/12/2012 07:34 |
git: agp: Fix a kernel panic on boot issue |
Francois Tigeot |
05/12/2012 17:43 |
git: kernel - Fix memory starvation issue w/tmpfs |
Matthew Dillon |
05/12/2012 19:41 |
git: Remove some unneeded semicolons across the tree. |
Sascha Wildner |
05/12/2012 20:21 |
git: twe(4): Sync with FreeBSD. |
Sascha Wildner |
05/12/2012 22:33 |
git: agp(4): Fix some minor issues. |
Sascha Wildner |
06/12/2012 09:36 |
git: kern.fwd.mk: Move comments to the start of the line. |
Sascha Wildner |
06/12/2012 11:06 |
git: Remove MFILES from kernel module Makefiles. It should not be needed. |
Sascha Wildner |
06/12/2012 11:06 |
git: DragonFly_RELEASE_3_2 kernel - Fix memory starvation issue w/tmpfs |
Matthew Dillon |
06/12/2012 21:55 |
git: iso639: Sync with Library of Congress list. |
Sascha Wildner |
07/12/2012 11:54 |
git: rc.conf.5: Document rc.conf.d/ |
Sascha Wildner |
07/12/2012 18:19 |
git: etc/Makefile: Some cleanup. |
Sascha Wildner |
07/12/2012 20:31 |
git: kernel - Fix issues where tmpfs loses file data |
Matthew Dillon |
07/12/2012 22:25 |
git: kernel - Fix filesystem lookup error due to parent directory recyclement race |
Matthew Dillon |
07/12/2012 22:46 |
git: kernel - Change allocvnode() to not recursively block freeing vnodes |
Matthew Dillon |
08/12/2012 03:02 |
git: kernel - Adjust NFS server for new allocvnode() code |
Matthew Dillon |
08/12/2012 05:23 |
git: kernel: Import sglist subsystem from FreeBSD |
Francois Tigeot |
08/12/2012 12:34 |
git: kernel: Move MPASS and MPASS4 definitions around |
Francois Tigeot |
08/12/2012 20:32 |
git: kernel: Remove MPASS{,4} entirely and use KKASSERT instead. |
Sascha Wildner |
08/12/2012 20:59 |
git: Documentation: MPASS conversion |
Francois Tigeot |
08/12/2012 21:12 |
git: kernel: add VM_OBJECT_LOCK/UNLOCK macros |
Francois Tigeot |
08/12/2012 21:55 |
git: kernel - Fix improper assertion panic in vinvalbuf() |
Matthew Dillon |
08/12/2012 22:25 |
git: igb: Improve tiny packets reception performance on low frequency CPU |
Sepherosa Ziehau |
09/12/2012 06:44 |
git: pktgen: Fix csum_data setting for in_delayed_csum() |
Sepherosa Ziehau |
09/12/2012 10:37 |
git: kernel: Add cpu_wbinvd_on_all_cpus() |
Francois Tigeot |
09/12/2012 11:14 |
git: igb: The RDT writing thresh should be tested w/ ">=" instead of ">" |
Sepherosa Ziehau |
09/12/2012 13:15 |
git: bnx: Remove redundant TX/RX index reading from polling code |
Sepherosa Ziehau |
09/12/2012 13:15 |
git: bnx: Obey the RX polling count |
Sepherosa Ziehau |
09/12/2012 13:15 |
git: agp: A rewrite of the i810 bits of the driver |
Francois Tigeot |
09/12/2012 13:34 |
git: agp: Add PCI ID for Ivy Bridge GT2 server variant |
Francois Tigeot |
09/12/2012 13:38 |
git: agp: Do not limit attachment to primary devices |
Francois Tigeot |
09/12/2012 13:38 |
git: bnx: Avoid unnecessary local scope stack variable resetting |
Sepherosa Ziehau |
10/12/2012 09:06 |
git: polling: Add tunable for net.ifpoll.X.rx.user_frac |
Sepherosa Ziehau |
10/12/2012 09:06 |
git: bge: Avoid unnecessary local scope stack variable resetting |
Sepherosa Ziehau |
10/12/2012 12:32 |
git: bge: Obey the RX polling count |
Sepherosa Ziehau |
10/12/2012 12:32 |
git: Fix buildkernel with 'options KTR' in the config. |
Sascha Wildner |
10/12/2012 18:51 |
git: kernel - Fix debug output label |
Matthew Dillon |
10/12/2012 22:57 |
git: kernel - Fix bug (not reached in normal operation) in vm_map_set_wired_quick() |
Matthew Dillon |
10/12/2012 22:57 |
git: kernel - Make UFS ihash table per-mount |
Matthew Dillon |
10/12/2012 22:57 |
git: kernel - Remove unnecessary mplock from ata I/O path |
Matthew Dillon |
10/12/2012 23:00 |
git: kernel - Fix softupdates panic with UFS |
Matthew Dillon |
10/12/2012 23:02 |
git: kernel - Reduce the size of the callout wheel |
Matthew Dillon |
10/12/2012 23:14 |
git: kernel/makesyscalls.sh: Output a friendlier comment about how to regenerate. |
Sascha Wildner |
11/12/2012 22:20 |
git: kernel/makesyscalls.sh: Improve comment and regenerate all affected files. |
Sascha Wildner |
11/12/2012 22:30 |
git: kernel/makesyscalls.sh: Fix copy/paste error. |
Sascha Wildner |
12/12/2012 06:01 |
git: bce: Disable RX max BDs based interrupt moderation |
Sepherosa Ziehau |
12/12/2012 12:16 |
git: Remove upc_{control, register} syscalls and everything that has to do with it. |
Sascha Wildner |
12/12/2012 21:46 |
git: kernel -- ffs: ufs_ihash may not match for vnode recycling reasons. |
Samuel Greear |
13/12/2012 02:41 |
git: kernel - Fix missing B_ORDERED inheritance |
Matthew Dillon |
13/12/2012 04:11 |
git: thread: Add td_type field; this avoids blowout td_flags w/ type flags |
Sepherosa Ziehau |
13/12/2012 06:48 |
git: kernel - Fix sync() system call |
Matthew Dillon |
13/12/2012 07:21 |
git: hammer2 - Cleanup various races, better flush |
Matthew Dillon |
13/12/2012 08:10 |
git: kernel: Remove USERFS. |
Sascha Wildner |
13/12/2012 18:12 |
git: hammer2 - redo the flush collision handling |
Matthew Dillon |
13/12/2012 23:34 |
git: pktgen: Clear ip.ip_sum before calling in_cksum_hdr() |
Sepherosa Ziehau |
14/12/2012 01:49 |
git: DragonFly_RELEASE_3_2 kernel - Fix issues where tmpfs loses file data |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Fix filesystem lookup error due to parent directory recyclement race |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Change allocvnode() to not recursively block freeing vnodes |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Adjust NFS server for new allocvnode() code |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Fix improper assertion panic in vinvalbuf() |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Fix debug output label |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Fix bug (not reached in normal operation) in vm_map_set_wired_quick() |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Fix softupdates panic with UFS |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Reduce the size of the callout wheel |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Fix missing B_ORDERED inheritance |
Matthew Dillon |
14/12/2012 03:17 |
git: DragonFly_RELEASE_3_2 kernel - Fix sync() system call |
Matthew Dillon |
14/12/2012 03:17 |
git: hammer2 - small stabilization & performance pass |
Matthew Dillon |
14/12/2012 03:20 |
git: ipfw: Don't spam the log if dynamic rules allocation failed |
Sepherosa Ziehau |
14/12/2012 05:06 |
git: hammer2 - bigger stabilization & performance pass |
Matthew Dillon |
14/12/2012 07:28 |
git: polling: Diverge each CPU's polling frequency a little bit (within 50Hz) |
Sepherosa Ziehau |
14/12/2012 08:51 |
git: polling: Increase default rx.each_burst to 50 |
Sepherosa Ziehau |
14/12/2012 09:15 |
git: wlandebug.8: Don't reference manual pages which we don't have. |
Sascha Wildner |
14/12/2012 16:59 |
git: kernel - ufs softdep fix under heavy load |
Matthew Dillon |
14/12/2012 21:05 |
git: DragonFly_RELEASE_3_2 kernel - ufs softdep fix under heavy load |
Matthew Dillon |
14/12/2012 21:06 |
git: libkiconv: Remove unneeded SHLIBDIR in the Makefile. |
Sascha Wildner |
14/12/2012 21:34 |
git: kernel - Fix buffer cache mismatch assertion (hammer) |
Matthew Dillon |
14/12/2012 22:43 |
git: hammer2 - Split flush code out into its own source file |
Matthew Dillon |
15/12/2012 07:26 |
git: Update the pciconf(8) database. |
Sascha Wildner |
15/12/2012 10:32 |
git: annotated tag v3.2.2 created |
Justin C. Sherrill |
16/12/2012 18:15 |
git: VFS_MOUNT.9: Adjust to the current state in /usr/src. |
Sascha Wildner |
16/12/2012 18:39 |
git: Remove VFS_INIT.9 manual page, there is no such macro. |
Sascha Wildner |
16/12/2012 18:39 |
git: sglist.9: Add a missing include to the SYNOPSIS. |
Sascha Wildner |
16/12/2012 20:38 |
git: Remove VFS_INIT(9) manpage via 'make upgrade'. |
Sascha Wildner |
16/12/2012 21:07 |
git: if_start: Fix a race that could delay the packets transmission |
Sepherosa Ziehau |
17/12/2012 04:21 |
git: DragonFly_RELEASE_3_2 if_start: Fix a race that could delay the packets transmission |
Sepherosa Ziehau |
17/12/2012 04:30 |
git: kernel/atm: Fix wrong rt_tables[] access. |
Sascha Wildner |
17/12/2012 08:29 |
git: DragonFly_RELEASE_3_2 kernel/atm: Fix wrong rt_tables[] access. |
Sascha Wildner |
17/12/2012 08:30 |
git: installer: Always take the root directory's /dev. |
Sascha Wildner |
17/12/2012 21:13 |
git: if_start: Fix indentation |
Sepherosa Ziehau |
18/12/2012 09:37 |
git: polling: Increase default polling rate to 6000Hz |
Sepherosa Ziehau |
18/12/2012 09:37 |
git: netisr: Add priority for netisr "rollup" functions |
Sepherosa Ziehau |
18/12/2012 13:54 |
git: netisr: Remove unused macros |
Sepherosa Ziehau |
18/12/2012 13:54 |
git: DragonFly_RELEASE_3_2 Fix INVARIANT build issue |
Sascha Wildner |
18/12/2012 17:50 |
git: pktgen: This module is MPSAFE |
Sepherosa Ziehau |
19/12/2012 09:13 |
git: pktgen: Create 4 device nodes by default |
Sepherosa Ziehau |
19/12/2012 09:13 |
git: pktgenctl: Allow pktgen device to be specified |
Sepherosa Ziehau |
19/12/2012 09:13 |
git: tools/toeplitz: Force 0 padding in result printing |
Sepherosa Ziehau |
19/12/2012 10:00 |
git: mdoc: Add definition for XSH, Issue 4, Version 2. |
Sascha Wildner |
20/12/2012 02:28 |
git: standards.7: Add URLs for a couple of standards. |
Sascha Wildner |
20/12/2012 02:28 |
git: mknod(2): Restrict functionality to creating FIFOs. |
Sascha Wildner |
20/12/2012 03:11 |
git: Remove the mknod(8) utility. |
Sascha Wildner |
20/12/2012 03:11 |
git: Revert "mknod(2): Restrict functionality to creating FIFOs." |
Sascha Wildner |
20/12/2012 03:56 |
git: installer: Use the LiveDVD's pfi.conf generally (works for LiveCD too). |
Sascha Wildner |
20/12/2012 04:44 |
git: share/Makefile: Break at initial letter boundary and sort terminfo. |
Sascha Wildner |
20/12/2012 04:44 |
git: installer: Remove CAPS remains. |
Sascha Wildner |
20/12/2012 04:55 |
git: ip_output: Don't drop packet based on if_snd queue length |
Sepherosa Ziehau |
20/12/2012 08:27 |
git: ip_forward: Optimize out the mbuf allocation for ICMP messages |
Sepherosa Ziehau |
21/12/2012 05:03 |
git: ifq_dispatch: If mbuf can't be enqueued and ifq has data; kick if_start |
Sepherosa Ziehau |
21/12/2012 05:48 |
git: arcmsr(4): Remove some dead code and an unused variable. |
Sascha Wildner |
21/12/2012 07:20 |
git: kernel/mmc: Remove an unused variable. |
Sascha Wildner |
22/12/2012 11:44 |
git: arcmsr(4): Add missing D_MPSAFE (forgot when porting). |
Sascha Wildner |
22/12/2012 11:44 |
git: ifq_dispatch: Avoid accessing the mbuf after it has been queued to if_snd |
Sepherosa Ziehau |
22/12/2012 15:29 |
git: kernel/procfs: Silence gcc47's whining. |
Sascha Wildner |
22/12/2012 15:42 |
git: kernel/iscsi: Do not conditionalize on undefined names. |
Sascha Wildner |
22/12/2012 19:28 |
git: mlx(4): Remove unused defines. |
Sascha Wildner |
22/12/2012 19:37 |
git: kernel/acpi: Fix #include, <sys/mutex.h> is not needed. |
Sascha Wildner |
22/12/2012 20:05 |
git: kernel/ndis: We want the ctx_list and oid for now. |
Sascha Wildner |
22/12/2012 20:05 |
git: fwcontrol(8): Remove dead code. |
Sascha Wildner |
22/12/2012 20:05 |
git: mount_ntfs(8): Remove old __FreeBSD_version checks. |
Sascha Wildner |
22/12/2012 20:18 |
git: iscontrol(8): Remove some unneeded includes. |
Sascha Wildner |
22/12/2012 20:27 |
git: kernel: Add CLOCK_THREAD_CPUTIME_ID |
Francois Tigeot |
23/12/2012 20:52 |
git: librt/aio_cancel(): Set errno to EBADF if the fd is not valid. |
Sascha Wildner |
24/12/2012 22:06 |
git: Move AIO manual pages to librt. |
Sascha Wildner |
24/12/2012 22:25 |
git: aio*.3: Some cleanup, wording improvement, etc. |
Sascha Wildner |
24/12/2012 23:02 |
git: kernel/clock: Remove some pointless #include/#ifdef. |
Sascha Wildner |
25/12/2012 00:59 |
git: aio_write.3: Bring back a bit that should not have been deleted. |
Sascha Wildner |
25/12/2012 01:02 |
git: libpthread: Add sem_timedwait(). |
Sascha Wildner |
25/12/2012 19:39 |
git: kernel/powernow: Remove two unused variables. |
Sascha Wildner |
25/12/2012 23:01 |
git: ifq/staging: Initial implementation of IFQ packet staging mechanism |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: polling: Perform RX polling before TX polling |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: if_start: Use if_start_schedule in if_start_dispatch |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: ifq/staging: Perform IFQ packet staging for if_start scheduling |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: ifq/staging: Increase ifq_maxlen a little bit for packets get staged |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: ifq/staging: Clean up IFQ packet staging resources |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: ifq/staging: Remove debug code |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: ifq/staging: Add comment about IFQ packet staging mechanism |
Sepherosa Ziehau |
27/12/2012 07:58 |
git: ifq: Use ifq_set_maxlen for ifnet.if_snd |
Sepherosa Ziehau |
27/12/2012 09:37 |
git: sctp: Don't test ifq_len against ifq_maxlen; let IFQ make the decision |
Sepherosa Ziehau |
27/12/2012 09:52 |
git: ip6: Don't test ifq_len against ifq_maxlen; let IFQ make the decision |
Sepherosa Ziehau |
27/12/2012 09:53 |
git: ifq: Move ifq_set_maxlen declaration to the declaration code block |
Sepherosa Ziehau |
27/12/2012 12:44 |
git: Add native dports support |
John Marino |
27/12/2012 14:58 |
git: /usr/Makefile: Support dports and add error checking |
John Marino |
27/12/2012 14:58 |
git: ifq: Add ifq_purge_all(); currently it's same as ifq_purge() |
Sepherosa Ziehau |
28/12/2012 03:13 |
git: atm: Use ifq_dispatch() instead of ifq_handoff() |
Sepherosa Ziehau |
28/12/2012 03:50 |
git: vlan: Use ifq_dispatch() instead of ifq_handoff() |
Sepherosa Ziehau |
28/12/2012 03:50 |
git: netgraph7/iface: Use ifq_dispatch() instead of ifq_handoff() |
Sepherosa Ziehau |
28/12/2012 03:50 |
git: emx: Fix comment |
Sepherosa Ziehau |
28/12/2012 07:16 |
git: igb: Fix comment |
Sepherosa Ziehau |
28/12/2012 07:16 |
git: pktgen: Pregenerate 3/4 of the ifq_maxlen should be enough |
Sepherosa Ziehau |
28/12/2012 07:16 |
git: em: Don't update TDT upon very packets transmitted |
Sepherosa Ziehau |
28/12/2012 07:16 |
git: re: RealTek8111F found in ASUS C60M1-I |
YONETANI Tomokazu |
28/12/2012 14:49 |
git: if_vke |
Antonio Huete Jimenez |
29/12/2012 20:11 |
git: Revert "if_vke" |
Antonio Huete Jimenez |
29/12/2012 20:19 |
git: libstand - Make ether_sprintf() public. |
Antonio Huete Jimenez |
29/12/2012 20:21 |
git: boot - Use ether_sprintf() where appropriate. |
Antonio Huete Jimenez |
29/12/2012 20:21 |
git: Reinforce that make dports-replace does not update, but _replaces_ ./dports. |
Justin C. Sherrill |
31/12/2012 03:03 |
git: ng_fec: Fix a typo and include <net/ifq_var.h> for ifq_set_maxlen(). |
Sascha Wildner |
01/01/2013 00:00 |
git: kernel/atm: Include <net/ifq_var.h> for ifq_set_max(). |
Sascha Wildner |
01/01/2013 00:00 |
git: Make ng_fec compilable into the kernel and add it to the LINTs. |
Sascha Wildner |
01/01/2013 00:00 |
git: Fix aio_* manual pages section in references to them. |
Sascha Wildner |
01/01/2013 00:00 |
git: Bump copyright years. |
Sascha Wildner |
01/01/2013 00:00 |