Messages by Thread
-
git: libdl -- Stub libdl.
Venkatesh Srinivas
-
git: kernel -- nfsserver: Allow for some reordering of RPCs before decaying seqcount.
Venkatesh Srinivas
-
git: kernel -- KTR: Fix vkernel32 build.
Venkatesh Srinivas
-
git: kernel/acpi: Add a missing file to the 'files' files (fixes LINT* build).
Sascha Wildner
-
git: kernel: Fix two NULL dereference issues.
Sascha Wildner
-
git: vkernel/intr: Pin vkernel "hardware interrupts" to CPU0
Sepherosa Ziehau
-
git: Introduce sys/cpputil.h for our cpp metaprogramming needs
Aggelos Economopoulos
-
git: Modify ktr(4) to be typesafe
Aggelos Economopoulos
-
git: Adjust ktrdump(8) for the ktr(4) changes
Aggelos Economopoulos
-
git: kernel/drm: Move a NULL check to the proper place.
Sascha Wildner
-
git: kernel/altq: Move a dereference below the NULL check.
Sascha Wildner
-
git: acpi/cpu: Missing one 'O' in the macro name
Sepherosa Ziehau
-
git: acpi/cpu: Report that Turbo Boost is enabled on Intel CPUs
Sepherosa Ziehau
-
git: acpi/pstate: Print coordination
Sepherosa Ziehau
-
git: x86_64: Add MSI support for ICU MachIntrABI
Sepherosa Ziehau
-
git: acpi/pstate: Fix the long standing P-State detection problem on Intel CPUs
Sepherosa Ziehau
-
git: intr: Remove no longer correct ithread_cpuid; use rman_get_cpuid instead
Sepherosa Ziehau
-
git: libmagic: Update Makefile.
Peter Avalos
-
git: bce: Add workaround for the lost of MSI on 5706/5708
Sepherosa Ziehau
-
git: em: rman_get_cpuid should be used to get the interrupt's target CPU
Sepherosa Ziehau
-
git: em: Use MSI, if device supports it
Sepherosa Ziehau
-
git: bce: Split out frontend for interrupt handler
Sepherosa Ziehau
-
git: pci: Factor out pci_alloc_1intr()
Sepherosa Ziehau
-
git: ether_ioctl: Command type is u_long not int
Sepherosa Ziehau
-
git: taskqueue -- Register swi_taskq_mp as an MP-safe SWI.
Venkatesh Srinivas
-
git: test - Do not report bogus object pointer in vmpageinfo
Matthew Dillon
-
git: kernel - Fix swap space leak
Matthew Dillon
-
git: i386: Pass cpuid to pcib_alloc_msi and pcib_map_msi
Sepherosa Ziehau
-
git: bce: Use MSI, if device supports it
Sepherosa Ziehau
-
git: emx: emx_detach will correctly handle IRQ resource allocation failure
Sepherosa Ziehau
-
git: msi/pci: Pass cpuid to pci_alloc_msi and pcib_alloc_msi methods
Sepherosa Ziehau
-
git: msi/pci: Adjust pci_alloc_msi method interface
Sepherosa Ziehau
-
git: msi: Add setup/map function
Sepherosa Ziehau
-
git: emx: Use MSI, if device supports it
Sepherosa Ziehau
-
git: msi/pci: Pass cpuid to pcib_map_msi method
Sepherosa Ziehau
-
git: pci: Remove extra bus_generic_teardown_intr
Sepherosa Ziehau
-
git: x86_64: Add setidt(), which setup an IDT entry on the specified cpu
Sepherosa Ziehau
-
git: x86_64/msi: Add hw.ioapic.msi_start tunable
Sepherosa Ziehau
-
git: msi: Enable all PCI related code
Sepherosa Ziehau
-
git: msi/pci: Pass cpuid to pcib_release_msi method
Sepherosa Ziehau
-
git: pci: We must not enable pci_do_msix currently
Sepherosa Ziehau
-
git: ahci: Use MSI if device support it.
Sepherosa Ziehau
-
git: x86_64: Add MSI support for IOAPIC MachIntrABI
Sepherosa Ziehau
-
git: x86_64: Don't allocate MSI if LAPIC is not enabled
Sepherosa Ziehau
-
git: msi: Add interrupt vectors
Sepherosa Ziehau
-
git: netif: MSI actually never worked, so comment out the pci_alloc_msi
Sepherosa Ziehau
-
git: msi: Put old MSI code under OLD_MSI
Sepherosa Ziehau
-
git: msi: Generate vectors 0~15
Sepherosa Ziehau
-
git: UPDATING: Note that mkdir(1) and install(1) need updating before building.
Sascha Wildner
-
git: installer: Don't say the installer is experimental.
Sascha Wildner
-
git: kernel - Add vm.swapcache.maxscan
Matthew Dillon
-
git: kernel -- Per-mount syncer thread infrastructure.
Venkatesh Srinivas
-
git: kernel - Fix missing chain wait
Matthew Dillon
-
git: kernel - Correct sysctl variable type for kern.stackgap_random
Matthew Dillon
-
git: <math.h>: Add FP_ILOGB0 and FP_ILOGBNAN.
Sascha Wildner
-
git: <math.h>: Add prototypes for llrintl() and nearbyintl().
Sascha Wildner
-
git: kernel - Add workaround support for a probable AMD cpu bug related to cc1
Matthew Dillon
-
git: gcc-4.4: Add workaround for probable AMD cpu bug
Matthew Dillon
-
git: sh: Add test for positional parameters with more than one digit.
Peter Avalos
-
git: sh: Add tests for some corner cases of 'case' exit status.
Peter Avalos
-
git: sh: Add simple tests for set -x and PS4.
Peter Avalos
-
git: sh: Add test for exit status of for loop without items.
Peter Avalos
-
git: sh: Test that '!' is literal if quoted and first char of bracket expr
Peter Avalos
-
git: sh: Test that . /dev/null returns exit status 0 and does not preserve $?.
Peter Avalos
-
git: sh: Add some testcases for pasting $*/$@ directly to a literal.
Peter Avalos
-
git: sh: Add test for LC_COLLATE-based character ranges in case.
Peter Avalos
-
git: sh: Reduce one level of evaltree() recursion when executing 'case'.
Peter Avalos
-
git: sh: Add tests for lines that look like heredoc delimiters but are not.
Peter Avalos
-
git: sh: Add tests for -n flag.
Peter Avalos
-
git: sh: Add tests for some somewhat obscure aspects of function definitions.
Peter Avalos
-
git: sh: Add simple CDPATH test.
Peter Avalos
-
git: sh: Add test for 332546d32a797c819b3a1804e66be73417674ff1.
Peter Avalos
-
git: sh: Add testcase for $? in here-document.
Peter Avalos
-
git: sh(1): Improve documentation of field splitting.
Peter Avalos
-
git: sh: Allow unsetting OPTIND.
Peter Avalos
-
git: sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic.
Peter Avalos
-
git: sh: Remove impossible evalskip check in 'for'.
Peter Avalos
-
git: sh: Add forgotton test for set.
Peter Avalos
-
git: sh: Add test for df6b9adb7f429266f4faf79629df957f76d736f3.
Peter Avalos
-
git: sh: Add a test for a fairly obscure case with aliases.
Peter Avalos
-
git: DragonFly_RELEASE_2_10 pam_ssh: pam_ssh: Don't allow a bogus passphrase for unencrypted keys.
Peter Avalos
-
git: DragonFly_RELEASE_2_8 pam_ssh: pam_ssh: Don't allow a bogus passphrase for unencrypted keys.
Peter Avalos
-
git: style(9) fix.
Peter Avalos
-
git: pam_ssh: Don't allow a bogus passphrase for unencrypted keys.
Peter Avalos
-
git: GC pam_krb5 and pam_ksu.
Peter Avalos
-
git: Update build for OpenPAM Lycopsida.
Peter Avalos
-
git: Include lib/Makefile.inc in pam_modules' Makefile.inc.
Peter Avalos
-
git: pam_group: Add ruser and luser options.
Peter Avalos
-
git: pam_unix: Respect passwordtime from login.conf if set.
Peter Avalos
-
git: libpam: Update Makefile.
Peter Avalos
-
git: NFS server: Record bwrite() error in nfsrv_commit.
Venkatesh Srinivas
-
git: NFS server: Zero not-fully-initialized UIO structure.
Venkatesh Srinivas
-
git: NFS server: Import various fixes from FreeBSD.
Venkatesh Srinivas
-
git: libm: Fix a typo in MLINKS name.
Sascha Wildner
-
git: <sys/tbridge.h>: Add a __printflike().
Sascha Wildner
-
git: Properly dispose of page in sf_buf_mfree(), #2.
Venkatesh Srinivas
-
git: Add HAMMER2 vnode tag type.
Venkatesh Srinivas
-
git: kernel: Factor out common parts of bufdamon and bufdaemon_hw.
Venkatesh Srinivas
-
git: Update the pciconf(8) database.
Sascha Wildner
-
git: Remove the script that was used to update the pciconf(8) database.
Sascha Wildner
-
git: telnetd: Validate key length prior to copying into a fixed buffer.
Peter Avalos
-
git: DragonFly_RELEASE_2_10 telnetd: Validate key length prior to copying into a fixed buffer.
Peter Avalos
-
git: DragonFly_RELEASE_2_8 telnetd: Validate key length prior to copying into a fixed buffer.
Peter Avalos
-
git: store.9: Add a line about suword32().
Sascha Wildner
-
git: vkernel/vkernel64: Add suword32() to fix build.
Sascha Wildner
-
git: kernel/x86_64: Remove a useless file.
Sascha Wildner
-
git: tbridge: Remove an unused header. It's all in <sys/tbridge.h>.
Sascha Wildner
-
git: tbridge: Make it compilable into the kernel and add it to the LINTs.
Sascha Wildner
-
git: kernel: Remove two PC98 specific serial driver headers.
Sascha Wildner
-
git: boot: Remove some unused files in sys/boot.
Sascha Wildner
-
git: kernel: Remove some more old headers.
Sascha Wildner
-
git: ral(4): Remove an unused header.
Sascha Wildner
-
git: kernel - cleanup bit number test
Matthew Dillon
-
git: kernel - Fix new static stackgap feature from recent commit
Matthew Dillon
-
git: kernel: Remove an unused header file.
Sascha Wildner
-
git: kernel - Reorder critical section interlock in splz()
Matthew Dillon
-
git: kernel - Properly dispose of vm_page_t in sf_buf_mfree()
Matthew Dillon
-
git: libc - fix mcontext issues
Matthew Dillon
-
git: kernel - Implement static stackgap feature in addition to random stackgap
Matthew Dillon
-
git: kernel - Add suword32 and fix argc/envc initialization
Matthew Dillon
-
git: kernel - Fix floating point save state structure and minor npx issues
Matthew Dillon
-
git: kernel - Increase cluster_limit for exec args on machines w/ > 16 cpus
Matthew Dillon
-
git: pci: Bring in HyperTransport MSI mapping support
Sepherosa Ziehau
-
git: libm: Sync with FreeBSD (~50 math functions added)
John Marino
-
git: Bump __DragonFly_version in param.h due to libm update
John Marino
-
git: libm: Add .section .note.GNU-stack to all assembly files
John Marino
-
git: libm: Man page updates
John Marino
-
git: libm: Some cleanup in the manual pages.
Sascha Wildner
-
git: libm: A little cleanup in the exp*(3) MLINKS.
Sascha Wildner
-
git: Remove some __STDC__ checks.
Sascha Wildner
-
git: altq/cbq: Clear poll-cache if the cached class is to be destroyed
Sepherosa Ziehau
-
git: altq/hfsc: Clear poll-cache if the cached hfsc class is to be destroyed
Sepherosa Ziehau
-
git: smb - Tear out C++-wannabe exception magic
Samuel Greear
-
git: Remove formatted version of ieee.3 manpage too.
Sascha Wildner
-
git: i386/ioapic_abi: Mark the unused IOAPIC irqmap as reserved
Sepherosa Ziehau
-
git: libm: Bump __DragonFly_version, remove obsolete man page
John Marino
-
git: libm: Sync with NetBSD
John Marino
-
git: loader.conf.5: Use .Dx.
Sascha Wildner
-
git: loader.8: Add missing spaces.
Sascha Wildner
-
git: vpo(4): Remove some casts to union and solve it in standard C.
Sascha Wildner
-
git: vinum(4): Remove some casts to union and solve it in standard C.
Sascha Wildner
-
git: kernel: Shuffle some initialization around to avoid forward declarations.
Sascha Wildner
-
git: kernel: Remove now obsolete CPU_AMD64X2_INTR_SPAM option.
Sascha Wildner
-
git: x86_64: Always set LINTEN for AMD CPUs if their family >= 0xF
Sepherosa Ziehau
-
git: i386: Always set LINTEN for AMD CPUs if their family >= 0xF
Sepherosa Ziehau
-
git: gpt(8): increase size of boot slice to 768MB
Francois Tigeot
-
git: i386/ioapic_abi: Augment intr_disable/intr_enable w/ assertions
Sepherosa Ziehau
-
git: i386/icu: Add intr_{enable,disable} wrapper for ICU_INTR{EN,DIS}
Sepherosa Ziehau
-
git: i386/ioapic_abi: Augment intr_{setup,teardown} w/ assertions
Sepherosa Ziehau
-
git: i386/MachintrABI: Use low-level INTR{EN,DIS} in intr_{setup,teardown}
Sepherosa Ziehau
-
git: x86_64: Per-cpu IDT
Sepherosa Ziehau
-
git: ioapic: Even for UP, we still should initialize irqmap properly
Sepherosa Ziehau
-
git: idt: Remove no longer applied comment about NIDT
Sepherosa Ziehau
-
git: nexus/intr: Properly assert cpuid for interrupt resources
Sepherosa Ziehau
-
git: sym(4): Remove excessive semicolons.
Sascha Wildner
-
git: twe(4): Remove a cast to a union (which is a GNU extension).
Sascha Wildner
-
git: vinum(4): Fix wrong parenthesizing.
Sascha Wildner
-
git: pcn(4): Fix a bug where && was meant but & was used.
Sascha Wildner
-
git: memcontrol(8): Fix wrong parenthesizing.
Sascha Wildner
-
git: x86_64/icu: Add intr_{enable,disable} wrapper for ICU_INTR{EN,DIS}
Sepherosa Ziehau
-
git: x86_64/MachintrABI: Use low-level INTR{EN,DIS} in intr_{setup,teardown}
Sepherosa Ziehau
-
git: x86_64/ioapic_abi: Augment intr_disable/intr_enable w/ assertions
Sepherosa Ziehau
-
git: x86_64/ioapic_abi: Augment intr_{setup,teardown} w/ assertions
Sepherosa Ziehau
-
git: nexus_alloc_resource: Add missing rman_set_rid()
Sepherosa Ziehau
-
git: nexus/intr: Change the wrong cpuid backtrace to assertion
Sepherosa Ziehau
-
git: tip(1): Remove "register".
Sascha Wildner
-
git: VFS accounting: add a sync command
Francois Tigeot
-
git: vquota(8): add a -h flag
Francois Tigeot
-
git: Add a NO_BINUTILS221 option (like NO_GCC41) to not build older binutils.
Sascha Wildner
-
git: vquota(8): More style fixes.
Sascha Wildner
-
git: intr: Per-cpu MI interrupt information array
Sepherosa Ziehau
-
git: kernel - Update loader.conf documentation and add sio comconsole unit specifier
Matthew Dillon
-
git: vquota(8): finish implementing the check command
Francois Tigeot
-
git: vquota(8): add code to manage hard links
Francois Tigeot
-
git: ahci(4): Add MODULE_VERSION.
Sascha Wildner
-
git: kernel/vfs_quota: Fix the placement of braces.
Sascha Wildner
-
git: NULL VFS: store PFS mount points for later use
Francois Tigeot
-
git: Use a sysctl to show if VFS accounting is enabled
Francois Tigeot
-
git: Disable VFS accounting by default
Francois Tigeot
-
git: Fix some overlooked references in manual pages (malloc(9) -> kmalloc(9)).
Sascha Wildner
-
git: libprop: Fix some references in the manual pages (malloc(9) -> kmalloc(9)).
Sascha Wildner
-
git: intr: Per-CPU emergency thread
Sepherosa Ziehau
-
git: intr: Remove the broken sysctl_intrcnt(); use sysctl_intrcnt_all() instead
Sepherosa Ziehau
-
git: intr: Remove unused function
Sepherosa Ziehau
-
git: intr: Nuke count_registered_ints()
Sepherosa Ziehau
-
git: make - Do not try to track stopped/continued processes
Matthew Dillon
-
git: kernel - Fix signal races against exiting processes
Matthew Dillon
-
git: Fix wrong argument to allproc_scan in elf_brand_inuse()
YONETANI Tomokazu
-
git: VFS accounting: add a new vquotactl() syscall
Francois Tigeot