Subject |
Author |
Date |
git: ps(1): Use alias syntax for the 'comm' alias. |
Sascha Wildner |
01/03/2011 12:19 |
git: kernel: Don't store FPU status into the reserved area of fxsave |
Sepherosa Ziehau |
01/03/2011 15:06 |
git: kern.mk: Prevent gcc4.4 from generating SSSE3, SSE4 and AVX instructions |
Sepherosa Ziehau |
01/03/2011 15:48 |
Re: git: kern.mk: Prevent gcc4.4 from generating SSSE3, SSE4 and AVX instructions |
Thomas E. Spanjaard |
01/03/2011 17:36 |
Re: git: kern.mk: Prevent gcc4.4 from generating SSSE3, SSE4 and AVX instructions |
Sepherosa Ziehau |
02/03/2011 01:18 |
git: libstand: Sync libstand's printf() with FreeBSD. |
Sascha Wildner |
01/03/2011 19:57 |
git: libstand/printf.c: Oops, fix a braino. |
Sascha Wildner |
01/03/2011 20:00 |
git: kernel - Use do/while sequences to protect multi-line dsched macros |
Matthew Dillon |
01/03/2011 22:49 |
git: kernel - Refactor dsched ref/unref routines |
Matthew Dillon |
01/03/2011 23:59 |
git: gcc44: Don't emit warning about inline failure due to optimization |
Sepherosa Ziehau |
02/03/2011 13:27 |
git: aicasm: Add two YY_NO_INPUTs (silences gcc44 warnings). |
Sascha Wildner |
02/03/2011 19:52 |
git: kernel: Fix the remaining gcc44 warnings for the kernel. |
Sascha Wildner |
02/03/2011 22:37 |
git: IPX/SPX: Remove unused code. |
Peter Avalos |
03/03/2011 08:31 |
git: <sys/queue.h>: Sync with FreeBSD |
Peter Avalos |
03/03/2011 08:31 |
git: Remove insque()/remque() from kernel code. |
Peter Avalos |
03/03/2011 08:31 |
git: window(1): Fix a gcc44 warning. |
Sascha Wildner |
03/03/2011 09:15 |
git: spppcontrol(8): Silence some gcc44 warnings. |
Sascha Wildner |
03/03/2011 09:28 |
git: ppp(8): Silence some gcc44 warnings. |
Sascha Wildner |
03/03/2011 09:43 |
git: atmarpd(8) & scspd(8): Silence some gcc44 warnings. |
Sascha Wildner |
03/03/2011 09:50 |
git: Fix forgotten _REMOVE_NEXT -> _REMOVE_AFTER rename. |
Peter Avalos |
03/03/2011 10:34 |
git: Update queue(3) for the REMOVE_NEXT -> REMOVE_AFTER rename. |
Peter Avalos |
03/03/2011 10:56 |
git: mptable: Simplify bus id duplication check logic |
Sepherosa Ziehau |
03/03/2011 11:34 |
git: growfs(8): Silence a gcc44 warning. |
Sascha Wildner |
03/03/2011 13:47 |
git: mptable: Assign index for each IOAPIC |
Sepherosa Ziehau |
03/03/2011 14:45 |
git: Fix buildworld (netstat(1)). |
Sascha Wildner |
03/03/2011 17:01 |
Re: git: Fix buildworld (netstat(1)). |
Peter Avalos |
03/03/2011 20:07 |
git: groff: Fix a gcc44 warning. |
Sascha Wildner |
03/03/2011 21:53 |
git: csh(1): Remove redundant check (silences gcc44 warning). |
Sascha Wildner |
03/03/2011 21:53 |
git: <float.h>: Use compiler builtins for some constants, if they are available. |
Sascha Wildner |
03/03/2011 21:53 |
git: UPDATING: Use '-' instead of '=' for underlining to avoid git confusion. |
Sascha Wildner |
03/03/2011 22:17 |
git: kernel -- Prevent POSIX MQ from overflowing malloc zones. |
Venkatesh Srinivas |
04/03/2011 03:31 |
git: kernel -- POSIX Message Queues: Remove objcache for MQ messages. |
Venkatesh Srinivas |
04/03/2011 06:58 |
git: kernel -- vm_object locking Part 1: Primitives |
Venkatesh Srinivas |
04/03/2011 07:12 |
git: At long last, switch us to using GCC 4.4 as the default compiler. |
Sascha Wildner |
04/03/2011 13:14 |
git: UPGRADING: Fix typo. |
Sascha Wildner |
04/03/2011 13:18 |
git: kernel -- vm_object locking Part 2: Lockup a few vm_object users. |
Venkatesh Srinivas |
04/03/2011 14:42 |
git: ie(4): Fix a gcc44 warning. |
Sascha Wildner |
04/03/2011 21:54 |
git: ifconfig.8: Fix a typo. |
Sascha Wildner |
05/03/2011 01:48 |
git: kernel -- vm_map: Remove infork field from vm_map. |
Venkatesh Srinivas |
05/03/2011 12:59 |
git: kernel - Major bridging functionality added (bug fixes 2) |
Matthew Dillon |
05/03/2011 22:32 |
git: ps - Handle unexpected output order when sorting by memory or cpu |
Matthew Dillon |
05/03/2011 22:45 |
git: kernel - Fix a few MP races against process status |
Matthew Dillon |
06/03/2011 00:08 |
git: Fix a compilation error on x86_64. |
Sascha Wildner |
06/03/2011 10:31 |
git: Revert "<float.h>: Use compiler builtins for some constants, if they are available." |
Sascha Wildner |
06/03/2011 12:26 |
git: kernel -- file desc malloc zone overflow handling. |
Venkatesh Srinivas |
06/03/2011 13:22 |
Re: git: kernel -- file desc malloc zone overflow handling. |
Matthew Dillon |
06/03/2011 17:06 |
git: install - Add the src-create-shallow directive to Makefile.usr |
Matthew Dillon |
06/03/2011 18:27 |
git: kernel - Make sure thread is released before migrating |
Matthew Dillon |
06/03/2011 18:27 |
git: install - Makefile.usr to use 2010Q4 on master |
Matthew Dillon |
06/03/2011 18:38 |
Re: git: install - Makefile.usr to use 2010Q4 on master |
Peter Avalos |
06/03/2011 21:59 |
Re: git: install - Makefile.usr to use 2010Q4 on master |
Matthew Dillon |
07/03/2011 03:19 |
Re: git: install - Makefile.usr to use 2010Q4 on master |
Justin C. Sherrill |
08/03/2011 02:31 |
git: vendor/MDOCML created Import mdocml-1.10.9 |
Sascha Wildner |
07/03/2011 05:30 |
git: mdocml: Add README.DRAGONFLY |
Sascha Wildner |
07/03/2011 06:14 |
git: mdocml: Switch to using the files in contrib/mdocml |
Sascha Wildner |
07/03/2011 06:14 |
git: mdocml: Remove old files outside contrib/ |
Sascha Wildner |
07/03/2011 06:14 |
git: Sync zoneinfo database with tzdata2011c from elsie.nci.nih.gov |
Sascha Wildner |
07/03/2011 15:11 |
git: DragonFly_RELEASE_2_8 Sync zoneinfo database with tzdata2011c from elsie.nci.nih.gov |
Sascha Wildner |
07/03/2011 15:12 |
git: kernel - Fix ktrace -C and -d |
Matthew Dillon |
07/03/2011 20:12 |
git: kernel - Fix null pointer panic related to setproctitle() |
Matthew Dillon |
08/03/2011 00:59 |
git: kernel - Add kern.zone_cache sysctl |
Matthew Dillon |
09/03/2011 01:18 |
git: kernel - Add lwkt.cache_threads boot-time tunable |
Matthew Dillon |
09/03/2011 02:04 |
git: kernel - Add vm.cache_vmspaces boot-time tunable |
Matthew Dillon |
09/03/2011 02:24 |
git: lapic: Record the max LAPIC APIC ID |
Sepherosa Ziehau |
09/03/2011 13:23 |
git: ioapic: Function renaming |
Sepherosa Ziehau |
09/03/2011 14:31 |
git: Fix compilation with gcc44 and -fstack-protector. |
Sascha Wildner |
10/03/2011 01:37 |
git: amd(8): Fix a warning from the days when NULL was 0. |
Sascha Wildner |
10/03/2011 03:22 |
git: kernel - missing PRELE() in ptrace(PT_DETACH). |
YONETANI Tomokazu |
10/03/2011 14:31 |
git: Add missing wcsdup() prototype to <wchar.h>. |
Sascha Wildner |
10/03/2011 21:57 |
git: gcc44: Prevent __stack_chk_fail_local references from being hidden. |
Sascha Wildner |
14/03/2011 00:15 |
git: mbuf - Factor common code out of m_getjcl() and m_getcl(). |
Joe Talbott |
14/03/2011 11:19 |
git: mbuf - Fix m_getjcl()'s size argument's type. |
Joe Talbott |
14/03/2011 11:20 |
git: wpi(4) - Use MJUMPAGESIZE mbuf clusters. |
Joe Talbott |
14/03/2011 11:20 |
git: iwn - Fix global serializer usage for iwn_init(). |
Joe Talbott |
14/03/2011 11:20 |
git: iwn - Fix a couple of missed serializer misuses. |
Joe Talbott |
14/03/2011 11:20 |
git: mbuf - Add MJUMPAGESIZE mbuf cluster support. |
Joe Talbott |
14/03/2011 11:20 |
git: ioapic: Remove unused TUNABLE_INT |
Sepherosa Ziehau |
14/03/2011 14:19 |
git: ioapic: Add tunable hw.ioapic_use_old |
Sepherosa Ziehau |
14/03/2011 14:19 |
git: UPGRADING: Say that a full build is actually a must for gcc41 -> gcc44. |
Sascha Wildner |
14/03/2011 17:04 |
git: Sync zoneinfo database with tzdata2011d from elsie.nci.nih.gov |
Sascha Wildner |
15/03/2011 02:34 |
git: DragonFly_RELEASE_2_8 Sync zoneinfo database with tzdata2011d from elsie.nci.nih.gov |
Sascha Wildner |
15/03/2011 02:34 |
git: bsd-family-tree: Sync with FreeBSD. |
Sascha Wildner |
15/03/2011 02:51 |
git: kernel - Remove no longer needed MCLSHIFT kernel option. |
Joe Talbott |
15/03/2011 15:17 |
git: kernel -- Mark MQUEUE filterops MPSAFE. |
Venkatesh Srinivas |
16/03/2011 00:54 |
git: kernel -- Remove MPlock in sys_pselect(). |
Venkatesh Srinivas |
16/03/2011 00:54 |
git: kernel -- Remove mplock2.h header from files not using the mplock. |
Venkatesh Srinivas |
16/03/2011 00:54 |
git: acpi/pstate: Fix error logging messages |
Sepherosa Ziehau |
16/03/2011 13:54 |
git: acpi/pstate: Adjust FID/VID verification for AMD 0Fh family CPUs |
Sepherosa Ziehau |
16/03/2011 13:54 |
git: kernel: Fix building without 'options INET'. |
Sascha Wildner |
16/03/2011 22:08 |
git: kernel: Fix building without 'options P1003_1B'. |
Sascha Wildner |
16/03/2011 22:08 |
git: kernel: Fix building without 'options INVARIANTS'. |
Sascha Wildner |
16/03/2011 22:08 |
git: kernel: Improve #ifdef a bit. |
Sascha Wildner |
17/03/2011 01:22 |
git: kernel: Fix x86_64 building without 'options DDB'. |
Sascha Wildner |
17/03/2011 01:51 |
git: kernel: In the x86_64 kernel, add a missing include to trap.c. |
Sascha Wildner |
17/03/2011 06:08 |
git: mptable: Get pin count of I/O APIC and calculate GSI base accordingly |
Sepherosa Ziehau |
17/03/2011 08:16 |
git: ioapic: Save interrupt source override information |
Sepherosa Ziehau |
17/03/2011 08:16 |
git: ioapic: Save I/O APIC information for later configuration |
Sepherosa Ziehau |
17/03/2011 08:16 |
git: ioapic: Setup I/O APIC according to the saved information. Stage 1/2 |
Sepherosa Ziehau |
17/03/2011 11:13 |
git: powernow.4: Fix some bugs (typo, missing sysctl, style). |
Sascha Wildner |
17/03/2011 17:40 |
git: ioapic/abi: Save interrupt polarity |
Sepherosa Ziehau |
18/03/2011 07:40 |
git: ioapic/abi: Save IRQ to GSI mapping |
Sepherosa Ziehau |
18/03/2011 07:40 |
git: ioapic: During initmap, only GSIs should be configured. |
Sepherosa Ziehau |
18/03/2011 07:40 |
git: ioapic: Properly setup I/O APIC pin according to the saved information |
Sepherosa Ziehau |
18/03/2011 07:40 |
git: machintr: Add intr_config interface |
Sepherosa Ziehau |
18/03/2011 09:15 |
git: nexus: Implement bus_config_intr bus method |
Sepherosa Ziehau |
18/03/2011 10:02 |
git: mptable/pci: Configure interrupts after routing |
Sepherosa Ziehau |
18/03/2011 10:02 |
git: icu/abi: Fix typo |
Sepherosa Ziehau |
18/03/2011 14:44 |
git: ioapic/abi: Log interrupt trigger mode changes |
Sepherosa Ziehau |
18/03/2011 14:44 |
git: Hook some forgotten Citrus tools into the build. |
Sascha Wildner |
18/03/2011 17:51 |
git: kernel: Fix -Wundef in a number of places. |
Sascha Wildner |
18/03/2011 19:42 |
git: lapic_init: Use 'bsp' function parameter consistently |
Sepherosa Ziehau |
19/03/2011 07:56 |
git: clock: Use irq number; More consistent with the above register_int() |
Sepherosa Ziehau |
19/03/2011 07:56 |
git: lapic: Centralize LAPIC configuration |
Sepherosa Ziehau |
19/03/2011 07:56 |
git: apic: Initialize LAPIC before programming I/O APIC |
Sepherosa Ziehau |
19/03/2011 07:56 |
git: lapic: apic_initialize() -> lapic_init() |
Sepherosa Ziehau |
19/03/2011 07:56 |
git: lapic: Move LAPIC related vector installation into lapic_init() |
Sepherosa Ziehau |
19/03/2011 07:56 |
git: apic: Centralize IMCR present setting |
Sepherosa Ziehau |
19/03/2011 07:56 |
git: Fix buildkernel without -j. |
Sascha Wildner |
19/03/2011 08:18 |
Re: git: Fix buildkernel without -j. |
Sepherosa Ziehau |
19/03/2011 10:35 |
git: Fix loading of a kernel that was linked with ld 2.20 on x86_64. |
Sascha Wildner |
19/03/2011 08:24 |
git: ioapic: Move MachIntrABI switching from ABI finalize to I/O APIC configure |
Sepherosa Ziehau |
19/03/2011 11:25 |
git: binutils: Offer both readelf(1)'s based on BINUTILSVER's setting. |
Sascha Wildner |
19/03/2011 15:58 |
git: ioapic: Let callers of pin_setup() to hold imen_spinlock |
Sepherosa Ziehau |
20/03/2011 04:45 |
git: ioapic/abi: Mark unused ISA IRQs as reserved |
Sepherosa Ziehau |
20/03/2011 04:45 |
git: mptable: Always clear 'force_pci0' before setting/using it |
Sepherosa Ziehau |
20/03/2011 08:12 |
git: mptable/ioapic: Properly routing PCI interrupts |
Sepherosa Ziehau |
20/03/2011 08:12 |
git: gcc44: Add a forgotten '+'. |
Sascha Wildner |
20/03/2011 11:09 |
git: gcc44: Switch the rest of the MLINKS over to gcc44. |
Sascha Wildner |
20/03/2011 11:09 |
git: binutils: Install the manpages of both binutils versions. |
Sascha Wildner |
20/03/2011 13:00 |
git: binutils220: Fix a copy/paste error. |
Sascha Wildner |
20/03/2011 15:32 |
git: emul/linux: Unbreak module building |
Sepherosa Ziehau |
21/03/2011 13:57 |
git: ioapic: Don't allow interrupt source overrides to GSI 0 (ExtINT) |
Sepherosa Ziehau |
21/03/2011 13:57 |
git: mptable: Verbose debug logging about "fixed interrupt routing" |
Sepherosa Ziehau |
21/03/2011 13:57 |
git: ioapic: Switch to new code by default |
Sepherosa Ziehau |
21/03/2011 17:00 |
git: ioapic: For limited I/O APIC mixed mode, delivery mode should always be fixed. |
Sepherosa Ziehau |
21/03/2011 17:00 |
git: 8254: apic_8254_intr does not need to be global variable |
Sepherosa Ziehau |
21/03/2011 17:00 |
git: 8254: Setup interrupt properly for new I/O APIC code |
Sepherosa Ziehau |
21/03/2011 17:00 |
git: kernel - Reduce dsched console output |
Matthew Dillon |
21/03/2011 21:38 |
git: DragonFly_RELEASE_2_8 wpi(4) - Use MJUMPAGESIZE mbuf clusters. |
Joe Talbott |
22/03/2011 10:27 |
git: DragonFly_RELEASE_2_8 mbuf - Factor common code out of m_getjcl() and m_getcl(). |
Joe Talbott |
22/03/2011 10:27 |
git: DragonFly_RELEASE_2_8 mbuf - Fix m_getjcl()'s size argument's type. |
Joe Talbott |
22/03/2011 10:27 |
git: DragonFly_RELEASE_2_8 mbuf - Add MJUMPAGESIZE mbuf cluster support. |
Joe Talbott |
22/03/2011 10:27 |
git: acpi/x86_64: Properly configure ACPI interrupt model |
Sepherosa Ziehau |
22/03/2011 11:15 |
git: msdosfs: use size_t for unlen consistently instead of int. |
Alexander Polakov |
22/03/2011 20:56 |
git: ioapic: Don't assume that BSP's APIC ID is 0 |
Sepherosa Ziehau |
23/03/2011 15:18 |
git: ioapic: Disable imen_dump() in new code |
Sepherosa Ziehau |
23/03/2011 15:18 |
git: ioapic: Raise MADT I/O APIC enumerator priority |
Sepherosa Ziehau |
23/03/2011 15:18 |
git: ioapic: Rework I/O APIC APIC ID allocation |
Sepherosa Ziehau |
23/03/2011 15:18 |
git: mptable: Make interrupt routing information logging consistent with PIR |
Sepherosa Ziehau |
23/03/2011 15:18 |
git: kernel - Major bridging functionality added (bug fixes 3) |
Matthew Dillon |
23/03/2011 16:40 |
git: Add memoryallocators(9) manpage to describe kernel memory allocators. |
Venkatesh Srinivas |
23/03/2011 18:12 |
git: vendor/BINUTILS221 created Import binutils-2.21 |
Sascha Wildner |
23/03/2011 19:28 |
git: binutils221: Fix an error and a warning. |
Sascha Wildner |
23/03/2011 21:00 |
git: binutils221: Add some DragonFly specific configuration stuff. |
Sascha Wildner |
23/03/2011 21:00 |
git: binutils221: Add our READMEs. |
Sascha Wildner |
23/03/2011 21:00 |
git: binutils221: Bring in some needed files instead of generating them. |
Sascha Wildner |
23/03/2011 21:00 |
git: binutils221: Add some generated manual pages. |
Sascha Wildner |
23/03/2011 21:00 |
git: binutils221: Add the gnu/ building hierarchy. |
Sascha Wildner |
23/03/2011 21:13 |
git: binutils221: Fix some copy/paste errors. |
Sascha Wildner |
23/03/2011 21:26 |
git: Remove a years old attempt at a BSD licensed libiberty. |
Sascha Wildner |
23/03/2011 22:41 |
git: mille: Fix typo. |
Peter Avalos |
24/03/2011 01:21 |
git: sh: Fix typo in comment. |
Peter Avalos |
24/03/2011 01:21 |
git: Fix some more the the typos. |
Sascha Wildner |
24/03/2011 13:22 |
git: README: I removed a bit too much. |
Sascha Wildner |
24/03/2011 13:30 |
git: Remove the remains of the removal of gasp in binutils 2.13 years ago. |
Sascha Wildner |
24/03/2011 16:59 |
git: objformat(1): Remove gdb from the list. Not part of binutils. |
Sascha Wildner |
24/03/2011 17:53 |
git: kernel - Silence warnings from older gcc |
Matthew Dillon |
24/03/2011 20:19 |
git: kernel - Revamp LWKT thread migration |
Matthew Dillon |
24/03/2011 21:46 |
git: vkernel - test/vkernel 'scratch' target missing root build |
Matthew Dillon |
24/03/2011 23:48 |
git: HAMMER VFS - Fix incorrect reflush conditional |
Matthew Dillon |
25/03/2011 04:12 |
git: Hook binutils 2.21 into the build in place of 2.20. |
Sascha Wildner |
25/03/2011 06:10 |
git: objformat(1): Fix whitespace in the Makefile. |
Sascha Wildner |
25/03/2011 06:15 |
git: kernel - Fix MP race in vmspace_president_count() |
Matthew Dillon |
25/03/2011 06:28 |
git: apic/x86_64: Wait APs's LAPIC to be initialized before programming I/O APIC |
Sepherosa Ziehau |
25/03/2011 11:52 |
git: apic/i386: Wait APs's LAPIC to be initialized before programming I/O APIC |
Sepherosa Ziehau |
25/03/2011 12:24 |
git: ioapic: Don't assert that interrupt mode are level/low or edge/high |
Sepherosa Ziehau |
25/03/2011 15:04 |
git: madt: Configure interrupt trigger mode does not work quite well yet. |
Sepherosa Ziehau |
25/03/2011 15:05 |
git: madt: File relocate |
Sepherosa Ziehau |
25/03/2011 15:05 |
git: 8254: Don't setup 8254 interrupt, if it is not selected as interrupt cputimer |
Sepherosa Ziehau |
25/03/2011 15:05 |
Re: git: 8254: Don't setup 8254 interrupt, if it is not selected as interrupt cputimer |
Matthew Dillon |
25/03/2011 18:30 |
Re: git: 8254: Don't setup 8254 interrupt, if it is not selected as interrupt cputimer |
Sepherosa Ziehau |
26/03/2011 12:43 |
git: ioapic: Properly log interrupt mode |
Sepherosa Ziehau |
25/03/2011 15:05 |
git: ioapic: Allow interrupt trigger mode override in MADT |
Sepherosa Ziehau |
25/03/2011 15:05 |
git: acpi: Factor out SDT functions to locate specified SDT |
Sepherosa Ziehau |
25/03/2011 15:05 |
git: acpi: Parse FADT to extract SCI IRQ number |
Sepherosa Ziehau |
25/03/2011 15:05 |
git: /usr/Makefile: Use ${GITHOST} for the shallow clone too. |
Sascha Wildner |
25/03/2011 18:52 |
git: kernel - Fix MP race in vmspace_president_count() (2) |
Matthew Dillon |
25/03/2011 21:41 |
git: kernel build: msdosfs is no longer warning, so remove 'nowerror'. |
Sascha Wildner |
26/03/2011 05:17 |
git: kiconv(3): Raise WARNS to 3 and fix some warnings. |
Sascha Wildner |
26/03/2011 18:37 |
git: kernel - Major bridging functionality added (bug fixes 4) |
Matthew Dillon |
26/03/2011 19:42 |
git: kernel - Change mbuf allocation in tapwrite/tunwrite path to blocking |
Matthew Dillon |
26/03/2011 22:19 |
git: memoryallocators.9: Some small cleanup. |
Sascha Wildner |
26/03/2011 22:42 |
git: kernel - Major bridging functionality added (bug fixes 5) |
Matthew Dillon |
27/03/2011 02:21 |
git: acpi/pcib: Fix interrupt routing code |
Sepherosa Ziehau |
27/03/2011 10:45 |
git: acpi/pcib: Use pcib_alloc_resource as bus alloc_resource method |
Sepherosa Ziehau |
27/03/2011 10:46 |
git: acpi: Style and white space changes |
Sepherosa Ziehau |
27/03/2011 10:46 |
git: Further acpica 20110211 code cleanup |
Sepherosa Ziehau |
27/03/2011 10:46 |
git: acpi: Remove no longer needed file |
Sepherosa Ziehau |
27/03/2011 10:46 |
git: Don't leave Value32 uinitialized (as it's not completely filled) |
Sepherosa Ziehau |
27/03/2011 10:47 |
git: acpi: Minor style changes |
Sepherosa Ziehau |
27/03/2011 10:47 |
git: Some minor changes |
Sepherosa Ziehau |
27/03/2011 10:47 |
git: acpi: sync GPE with FreeBSD 8.0 (and according the acpi api) |
Sepherosa Ziehau |
27/03/2011 10:47 |
git: Acpi userland: adapt to 20110211 upgrade and sync with FreeBSD 8.0 |
Sepherosa Ziehau |
27/03/2011 10:47 |
git: Bring in acpica 20110211, still not ok anyway |
Sepherosa Ziehau |
27/03/2011 10:47 |
git: kernel -- vm_object locking: DEBUG_LOCKS check for hold_wait vs hold deadlock |
Venkatesh Srinivas |
27/03/2011 14:38 |
Re: git: kernel -- vm_object locking: DEBUG_LOCKS check for hold_wait vs hold deadlock |
Matthew Dillon |
27/03/2011 19:02 |
Re: git: kernel -- vm_object locking: DEBUG_LOCKS check for hold_wait vs hold deadlock |
Venkatesh Srinivas |
27/03/2011 21:21 |
git: kernel -- vm_object hold debugging should not panic if the debug array overflows |
Venkatesh Srinivas |
29/03/2011 00:06 |
git: kernel - Enhance the FAIRQ ALTQ to use relative weightings |
Matthew Dillon |
29/03/2011 02:24 |
git: Remove obsolete reference to cache_mpsafe in sys/namecache.h. |
Venkatesh Srinivas |
29/03/2011 04:45 |
git: vfs_helper - Remove stale comment |
Alex Hornung |
29/03/2011 10:19 |
git: devfs - Change setattr code to use vop_helper fns |
Alex Hornung |
29/03/2011 10:19 |
git: DragonFly_RELEASE_2_8 devfs - Change setattr code to use vop_helper fns |
Alex Hornung |
29/03/2011 10:20 |
git: kernel - Major bridging functionality added (bug fixes 6) |
Matthew Dillon |
30/03/2011 07:25 |
git: Fix LINT kernel build. |
Sascha Wildner |
31/03/2011 00:49 |
Re: git: Fix LINT kernel build. |
Sepherosa Ziehau |
31/03/2011 01:39 |
git: loginx.3: Fix SYNOPSIS |
Sascha Wildner |
31/03/2011 00:59 |
git: err.3: Mention that verrx() and vwarnx() don't append an error message. |
Sascha Wildner |
01/04/2011 04:04 |
git: getmntinfo.2: Some cleanup for the addition of getmntvinfo() in 2008. |
Sascha Wildner |
01/04/2011 04:04 |