DragonFly commits List (threaded) for 2011-06
All Lists
-
Date Index
Subject
Author
Date
git: <libutil.h>: Allow it to be included standalone (fixes security/heimdal).
Sascha Wildner
01/06/2011 08:47
git: x86_64: Split cpu_startup() into pic_finish() and cpu_finish()
Sepherosa Ziehau
01/06/2011 09:32
git: x86_64: Move base_memory from mp_machdep.c to machdep.c
Sepherosa Ziehau
01/06/2011 09:32
git: x86_64: Prepare mp_enable() for multi-stage procedure segmentation
Sepherosa Ziehau
01/06/2011 09:32
git: kern: Prepare to split SI_BOOT2_SMP into multi-stages
Sepherosa Ziehau
01/06/2011 09:32
git: kernel: Use cpu_vendor_id instead of strcmp(cpu_vendor, "...").
Sascha Wildner
01/06/2011 21:53
Re: git: kernel: Use cpu_vendor_id instead of strcmp(cpu_vendor, "...").
Thomas Nikolajsen
02/06/2011 13:07
git: acpi: Fix use-before-initialization bug
Sepherosa Ziehau
02/06/2011 01:26
git: rl(4): Fix an old typo
Sepherosa Ziehau
02/06/2011 01:29
git: kernel: Remove an extra p_lock == 0 check
YONETANI Tomokazu
02/06/2011 05:20
Re: git: kernel: Remove an extra p_lock == 0 check
Matthew Dillon
02/06/2011 20:38
Re: git: kernel: Remove an extra p_lock == 0 check
YONETANI Tomokazu
06/06/2011 06:35
git: Revert "kernel: Don't disturb about-to-be reaped zombies."
YONETANI Tomokazu
02/06/2011 05:20
git: kernel/x86_64: Rename some macros to allow easier i386/x86_64 code sharing.
Sascha Wildner
02/06/2011 06:21
git: Add manpages for mkcsmapper(1) and mkesdb(1) (taken from FreeBSD).
Sascha Wildner
02/06/2011 08:38
git: Fix the VKERNEL build.
Sascha Wildner
02/06/2011 15:54
git: mandoc(1): Bump version.
Sascha Wildner
02/06/2011 18:40
git: kernel -- snp: Correct bug in snpfilter_detach().
Venkatesh Srinivas
03/06/2011 08:32
git: x86_64: Split mp_enable() into multiple SYSINITs
Sepherosa Ziehau
03/06/2011 09:13
git: x86_64: Remove unnecessary #ifdef SMP from files compiled with options SMP
Sepherosa Ziehau
03/06/2011 09:13
git: x86_64: Allow UP kernel to use LAPIC timer and I/O APIC
Sepherosa Ziehau
03/06/2011 09:13
git: coretemp(4): Sync with FreeBSD.
Sascha Wildner
03/06/2011 12:44
git: kernel: Add rdmsr_safe() in preparation for the coretemp(4) update.
Sascha Wildner
03/06/2011 12:44
git: i386: Split cpu_startup() into pic_finish() and cpu_finish()
Sepherosa Ziehau
04/06/2011 13:25
git: i386: Move base_memory from mp_machdep.c to machdep.c
Sepherosa Ziehau
04/06/2011 13:25
git: i386: Split mp_enable() into multiple SYSINITs
Sepherosa Ziehau
04/06/2011 13:25
git: i386: Prepare mp_enable() for multi-stage procedure segmentation
Sepherosa Ziehau
04/06/2011 13:25
git: kernel: Add a final p_lock wait loop before kfree'ing the process
YONETANI Tomokazu
06/06/2011 05:11
git: i386: Remove unnecessary #ifdef SMP from files compiled with options SMP
Sepherosa Ziehau
06/06/2011 10:22
git: i386: Allow UP kernel to use LAPIC timer and I/O APIC
Sepherosa Ziehau
06/06/2011 11:34
git: DragonFly_RELEASE_2_10 intr: Call machintr_intren() only for hardware interrupts
Venkatesh Srinivas
07/06/2011 02:11
git: DragonFly_RELEASE_2_10 kernel -- snp: Correct bug in snpfilter_detach().
Venkatesh Srinivas
07/06/2011 02:11
git: DragonFly_RELEASE_2_10 AF_UNIX: Allocate pcb using M_WAITOK|M_NULLOK instead of M_NOWAIT
Venkatesh Srinivas
07/06/2011 02:11
git: DragonFly_RELEASE_2_10 AF_UNIX: Hold a reference of the unp_conn before executing blocking code
Venkatesh Srinivas
07/06/2011 02:11
git: DragonFly_RELEASE_2_10 kernel - Fix netgraph MP race
Matthew Dillon
07/06/2011 18:40
git: kernel -- vm_object locking: Interlock vm_object work in vm_fault.c and vm_map.c with per-object token. Handle NULL objects for _hold and _drop.
Venkatesh Srinivas
07/06/2011 20:16
Re: git: kernel -- vm_object locking: Interlock vm_object work in vm_fault.c and vm_map.c with per-object token. Handle NULL objects for _hold and _drop.
Sepherosa Ziehau
15/06/2011 06:58
git: <vm/vm_object.h>: Some little style cleanup.
Sascha Wildner
07/06/2011 20:30
git: kernel - Serialize ifioctl() with a mutex
Matthew Dillon
07/06/2011 21:01
git: world - Fix buildworld after ifnet changes
Matthew Dillon
08/06/2011 02:12
git: x86_64/lapic: Include <machine/smp.h> for smp_active_mask
Sepherosa Ziehau
08/06/2011 09:05
git: x86_64/madt: Cleanup interrupt source override processing
Sepherosa Ziehau
08/06/2011 09:05
git: x86_64/acpi: Remove unnecessary headers
Sepherosa Ziehau
08/06/2011 09:05
git: x86_64/mptable: Always dump MPTABLE PCI interrupt routing information
Sepherosa Ziehau
08/06/2011 09:05
git: x86_64/lapic: lapic_map() should take vm_paddr_t instead of vm_offset_t
Sepherosa Ziehau
08/06/2011 09:05
git: Move in6_addr's s6_addr16 and s6_addr32 definitions to __BSD_VISIBLE.
Venkatesh Srinivas
09/06/2011 02:16
git: i386/lapic: Include <machine/smp.h> for smp_active_mask
Sepherosa Ziehau
09/06/2011 07:45
git: i386/madt: Cleanup interrupt source override processing
Sepherosa Ziehau
09/06/2011 07:45
git: i386/acpi: Remove unnecessary headers
Sepherosa Ziehau
09/06/2011 07:45
git: x86_64/ioapic: Cleanup header inclusion
Sepherosa Ziehau
09/06/2011 10:04
Re: git: x86_64/ioapic: Cleanup header inclusion
YONETANI Tomokazu
15/06/2011 06:46
git: kernel -- Remove vestigial token flags field.
Venkatesh Srinivas
09/06/2011 15:36
git: kernel -- Implement lwkt_token_swap; swaps most recent tokens in tokref stack.
Venkatesh Srinivas
09/06/2011 15:36
git: kernel -- vm: Mark vm_contig_pg_free and vm_contig_pg_kmap static.
Venkatesh Srinivas
09/06/2011 20:04
git: kernel - Fix a 'vm_page_unhold: hold count < 0' panic in kern_execve()
Matthew Dillon
09/06/2011 20:30
git: kernel - Fix a 'vm_page_unhold: hold count < 0' panic in kern_execve()
Sepherosa Ziehau
15/06/2011 06:32
git: kernel - make vm_add_new_page() static
Matthew Dillon
09/06/2011 20:35
git: DragonFly_RELEASE_2_10 kernel - Allow signal delivery via KQ even if the process SIG_IGN's the signal
Sascha Wildner
10/06/2011 06:27
git: kernel - Fix MP races in recent vm_object work
Matthew Dillon
10/06/2011 07:37
git: token.9: Some cleanup.
Sascha Wildner
11/06/2011 01:04
git: test - test commit
Matthew Dillon
15/06/2011 06:30
git: bsd-family-tree: Sync with FreeBSD.
Sepherosa Ziehau
15/06/2011 06:31
git: bsd-family-tree: Sync with FreeBSD.
Sascha Wildner
15/06/2011 06:37
git: i386: Remove unused macros in apic/apicvar.h
Sepherosa Ziehau
15/06/2011 06:31
git: i386/ioapic: Remove unused global variable declaration
Sepherosa Ziehau
15/06/2011 06:31
git: i386/ioapic: Remove unused global variable declaration
Sepherosa Ziehau
15/06/2011 06:35
git: x86_64: Remove unused macros in apic/apicvar.h
Sepherosa Ziehau
15/06/2011 06:31
git: i386/ioapic: Staticize ioapic_config()
Sepherosa Ziehau
15/06/2011 06:31
git: i386/ioapic: Staticize ioapic_config()
Sepherosa Ziehau
15/06/2011 06:35
git: i386: Remove unused declaration in apicvar.h
Sepherosa Ziehau
15/06/2011 06:31
git: i386: Remove unused declaration in apicvar.h
Sepherosa Ziehau
15/06/2011 06:34
git: i386: Don't log cores per CPU and logical CPUs per core
Sepherosa Ziehau
15/06/2011 06:31
git: x86_64: Remove unused declaration in apicvar.h
Sepherosa Ziehau
15/06/2011 06:31
git: x86_64: Remove unused declaration in apicvar.h
Sepherosa Ziehau
15/06/2011 06:32
git: i386: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau
15/06/2011 06:32
git: i386: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau
15/06/2011 06:34
git: kernel -- vm_object DEBUG_LOCKS: Record file/line of vm_object holds.
Venkatesh Srinivas
15/06/2011 06:32
git: kernel - Fix directory scanning bug in Samba
Sepherosa Ziehau
15/06/2011 06:32
git: kernel - Fix directory scanning bug in Samba
Matthew Dillon
15/06/2011 06:37
git: kernel -- vm: Restore vm_token in page fault path.
Sepherosa Ziehau
15/06/2011 06:32
git: kernel -- vm: Restore vm_token in page fault path.
Venkatesh Srinivas
15/06/2011 06:32
git: x86_64: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau
15/06/2011 06:32
git: x86_64: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau
15/06/2011 06:34
git: x86_64: Don't log cores per CPU and logical CPUs per core
Sepherosa Ziehau
15/06/2011 06:32
git: kernel: Move aesni(4) and padlock(4) from sys/crypto to sys/dev/crypto.
Sepherosa Ziehau
15/06/2011 06:32
git: kernel: Move aesni(4) and padlock(4) from sys/crypto to sys/dev/crypto.
Sascha Wildner
15/06/2011 06:34
git: i386/ioapic: Cleanup header inclusion
Sepherosa Ziehau
15/06/2011 06:32
git: i386/ioapic: Cleanup header inclusion
Sepherosa Ziehau
15/06/2011 06:35
git: acpi: AE_NOT_EXIST is quite common return value of AcpiReset()
Sepherosa Ziehau
15/06/2011 06:32
git: nrelease: Change back to building an ISO for the LiveDVD, too.
Sascha Wildner
15/06/2011 06:32
git: nrelease: Change back to building an ISO for the LiveDVD, too.
Sepherosa Ziehau
15/06/2011 06:32
git: test - test commit 2
Matthew Dillon
15/06/2011 06:40
git: HAMMER VFS - Handle RLIMIT_FSIZE
Matthew Dillon
15/06/2011 15:50
git: kernel - Enhance refcount API
Matthew Dillon
15/06/2011 15:50
git: kernel - Adjust vm_object->paging_in_progress to use refcount API
Matthew Dillon
15/06/2011 15:50
git: bce(4): Increase firmware timeout value from 100 to 1000
Sepherosa Ziehau
16/06/2011 09:54
git: bce(4): Properly setup RX buffer DMA for the alignment requirement
Sepherosa Ziehau
16/06/2011 09:54
git: kernel - Add AHCI workaround for Intel mobo / Intel SSD probing bug
Matthew Dillon
17/06/2011 02:51
git: kernel - Deal with inconsistencies between IP aliases and primary IPs
Matthew Dillon
17/06/2011 06:12
git: cryptdisks - update to support options
Alex Hornung
17/06/2011 23:00
git: cryptdisks - Add retval checks for popen and alloc
Alex Hornung
17/06/2011 23:07
git: Merge branch 'vendor/AWK'
Peter Avalos
17/06/2011 23:18
git: padlock - initial rng support
Alex Hornung
18/06/2011 00:27
git: Update website for awk in README.DRAGONFLY.
Peter Avalos
18/06/2011 01:41
git: Patch the contrib sources for awk instead of having separate files.
Peter Avalos
18/06/2011 01:41
git: kernel: Unbreak building padlock(4) into the kernel.
Sascha Wildner
18/06/2011 08:54
git: token.9: Don't list lwkt_relpooltoken() for which there are no docs (yet).
Sascha Wildner
18/06/2011 08:58
git: padlock rng - rework
Alex Hornung
18/06/2011 22:24
git: padlock - fix bug in rng
Alex Hornung
19/06/2011 07:15
git: padlock - Shuffle around, add rng x86_64 support
Alex Hornung
19/06/2011 07:44
git: padlock - fix rng code for x86_64
Alex Hornung
19/06/2011 09:05
git: kernel: Remove unused file.
Sascha Wildner
24/06/2011 11:24
git: kernel: Remove some Micro Channel and EISA remains.
Sascha Wildner
24/06/2011 11:24
git: kernel: Use NULL for DRIVER_MODULE()'s evh & arg (which are pointers).
Sascha Wildner
24/06/2011 11:24
git: tools - Add a git commit-msg hook for MFC'ing
Alex Hornung
25/06/2011 18:25
git: gdbinit: Fix lstok and infotok cmds (t_flags and tr_stallpc were removed).
Sascha Wildner
26/06/2011 15:58
git: em(4)/emx(4): Update ig_hal to Intel's 7.1.7
Sepherosa Ziehau
27/06/2011 08:21
git: miidevs.h: regen
Sepherosa Ziehau
27/06/2011 14:11
git: mii: Add PHY IDs for 5709C
Sepherosa Ziehau
27/06/2011 14:11
git: bce(4): Add BCM5709 and BCM5716 support
Sepherosa Ziehau
27/06/2011 14:11
git: dm - check error on vn_open
Alex Hornung
27/06/2011 16:24
git: committer.7 - Add note about MFC hook
Alex Hornung
27/06/2011 16:30
git: tree.h - Add RB_AUGMENT support
Alex Hornung
27/06/2011 16:34
git: dm - fix typo in previous commit
Alex Hornung
27/06/2011 16:49
git: dm_target_crypt - add plain64 ivgen
Alex Hornung
27/06/2011 16:53
git: em(4)/emx(4): Update to Intel's 7.1.7
Sepherosa Ziehau
28/06/2011 05:54
git: Sync zoneinfo database with tzdata2011h from elsie.nci.nih.gov
Sascha Wildner
28/06/2011 06:00
git: DragonFly_RELEASE_2_10 Sync zoneinfo database with tzdata2011h from elsie.nci.nih.gov
Sascha Wildner
28/06/2011 06:00
git: bce(4): Add several HP OEM parts' PCI IDs.
Sepherosa Ziehau
28/06/2011 09:43
git: bce(4): Don't count InFramesL2FilterDiscards into ifnet.if_ierrors
Sepherosa Ziehau
28/06/2011 09:43
git: bce(4): Update to 4.6.x firmware
Sepherosa Ziehau
28/06/2011 14:38
git: etc/rc.d/lvm: Set permissions to 644 like elsewhere.
Sascha Wildner
29/06/2011 09:50
git: df - Properly handle paths passed when -t is used.
Antonio Huete Jimenez
29/06/2011 16:34
git: df(1): Properly indent.
Sascha Wildner
29/06/2011 16:35
git: kernel: Fix building with BCE_DEBUG.
Sascha Wildner
29/06/2011 20:34
git: rc.conf - Fix a wrong reference for jail_procfs_enable
Antonio Huete Jimenez
29/06/2011 22:41
git: jail - Automatically mount devfs filesystem in every jail if specified.
Antonio Huete Jimenez
29/06/2011 22:41
git: kernel: Remove BCE_NVRAM_WRITE_SUPPORT option.
Sascha Wildner
30/06/2011 04:01
git: hammer(8) - Fix snapshot count in info directive.
Antonio Huete Jimenez
30/06/2011 22:54
git: tcp: Remove PR_IMPLOPCL; it had been invented to support T/TCP
Sepherosa Ziehau
01/07/2011 05:12
Mail converted by
MHonArc
2.6.8