dragonfly.git
12 years agokernel - Adjust vm_object->paging_in_progress to use refcount API
Matthew Dillon [Wed, 15 Jun 2011 15:47:44 +0000 (08:47 -0700)]
kernel - Adjust vm_object->paging_in_progress to use refcount API

* Adjust vm_object->paging_in_progress to use refcount API

* Fixes races related to release / wait which could stall a process.

12 years agokernel - Enhance refcount API
Matthew Dillon [Wed, 15 Jun 2011 15:46:26 +0000 (08:46 -0700)]
kernel - Enhance refcount API

* Add functions that take a count in addition to the functions already
  present which assume a count of 1.

12 years agotest - test commit 2
Matthew Dillon [Wed, 15 Jun 2011 06:37:29 +0000 (23:37 -0700)]
test - test commit 2

12 years agotest - test commit
Matthew Dillon [Wed, 15 Jun 2011 06:25:08 +0000 (23:25 -0700)]
test - test commit

12 years agoMerge branch 'master' of /repository/git/dragonfly
Venkatesh Srinivas [Tue, 14 Jun 2011 14:10:42 +0000 (07:10 -0700)]
Merge branch 'master' of /repository/git/dragonfly

12 years agokernel -- vm_object DEBUG_LOCKS: Record file/line of vm_object holds.
Venkatesh Srinivas [Tue, 14 Jun 2011 14:09:43 +0000 (07:09 -0700)]
kernel -- vm_object DEBUG_LOCKS: Record file/line of vm_object holds.

12 years agoMerge branch 'devel'
Sepherosa Ziehau [Tue, 14 Jun 2011 08:42:37 +0000 (16:42 +0800)]
Merge branch 'devel'

12 years agoMerge branch 'devel' (early part)
Sepherosa Ziehau [Tue, 14 Jun 2011 08:42:35 +0000 (16:42 +0800)]
Merge branch 'devel' (early part)

12 years agoMerge branch 'devel' (early part)
Sepherosa Ziehau [Tue, 14 Jun 2011 08:42:33 +0000 (16:42 +0800)]
Merge branch 'devel' (early part)

12 years agoMerge branch 'devel' (early part)
Sepherosa Ziehau [Tue, 14 Jun 2011 08:42:31 +0000 (16:42 +0800)]
Merge branch 'devel' (early part)

12 years agoMerge branch 'devel' (early part)
Sepherosa Ziehau [Tue, 14 Jun 2011 08:42:28 +0000 (16:42 +0800)]
Merge branch 'devel' (early part)

12 years agoi386: Remove unused macros in apic/apicvar.h
Sepherosa Ziehau [Tue, 14 Jun 2011 08:41:06 +0000 (16:41 +0800)]
i386: Remove unused macros in apic/apicvar.h

12 years agoi386: Don't log cores per CPU and logical CPUs per core
Sepherosa Ziehau [Tue, 14 Jun 2011 08:33:25 +0000 (16:33 +0800)]
i386: Don't log cores per CPU and logical CPUs per core

12 years agox86_64: Remove unused macros in apic/apicvar.h
Sepherosa Ziehau [Tue, 14 Jun 2011 08:18:31 +0000 (16:18 +0800)]
x86_64: Remove unused macros in apic/apicvar.h

12 years agox86_64: Don't log cores per CPU and logical CPUs per core
Sepherosa Ziehau [Tue, 14 Jun 2011 07:54:19 +0000 (15:54 +0800)]
x86_64: Don't log cores per CPU and logical CPUs per core

For Intel CPUs, the cores per CPU we printed probably is wrong; it
merely means the max cores per CPU.  Since these two values are not
used by any effective code at all, these confusing logging is removed.

If correct cores per CPU is needed, it probably should be done after
lapic_config().

12 years agoacpi: AE_NOT_EXIST is quite common return value of AcpiReset()
Sepherosa Ziehau [Tue, 14 Jun 2011 06:43:52 +0000 (14:43 +0800)]
acpi: AE_NOT_EXIST is quite common return value of AcpiReset()

12 years agokernel -- vm: Restore vm_token in page fault path.
Venkatesh Srinivas [Tue, 14 Jun 2011 03:59:59 +0000 (20:59 -0700)]
kernel -- vm: Restore vm_token in page fault path.

This partly reverts b4460ab356b9d7f1bd11c8badbf2a6dc97a7776f. The vm_object has
not been fully tokenized, so removing vm_token takes there was premature.

12 years agokernel: Move aesni(4) and padlock(4) from sys/crypto to sys/dev/crypto.
Sascha Wildner [Sun, 12 Jun 2011 22:09:48 +0000 (00:09 +0200)]
kernel: Move aesni(4) and padlock(4) from sys/crypto to sys/dev/crypto.

Pointed-out-by: alexh
12 years agonrelease: Change back to building an ISO for the LiveDVD, too.
Sascha Wildner [Mon, 13 Jun 2011 18:29:00 +0000 (20:29 +0200)]
nrelease: Change back to building an ISO for the LiveDVD, too.

The reasons are:

* People have boxes that don't support booting off USB, yet want the
  convenience of having Xorg installed etc.

* People want to boot this from virtual machines, and thise want ISOs.

12 years agox86_64: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau [Mon, 13 Jun 2011 11:18:50 +0000 (19:18 +0800)]
x86_64: Unbreak UP kernel building by moving NAPICID around

12 years agox86_64: Remove unused declaration in apicvar.h
Sepherosa Ziehau [Mon, 13 Jun 2011 11:12:48 +0000 (19:12 +0800)]
x86_64: Remove unused declaration in apicvar.h

12 years agoi386: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau [Mon, 13 Jun 2011 11:13:21 +0000 (19:13 +0800)]
i386: Unbreak UP kernel building by moving NAPICID around

12 years agoi386: Remove unused declaration in apicvar.h
Sepherosa Ziehau [Mon, 13 Jun 2011 11:03:32 +0000 (19:03 +0800)]
i386: Remove unused declaration in apicvar.h

12 years agoi386/ioapic: Remove unused global variable declaration
Sepherosa Ziehau [Sun, 12 Jun 2011 10:55:49 +0000 (18:55 +0800)]
i386/ioapic: Remove unused global variable declaration

12 years agoi386/ioapic: Staticize ioapic_config()
Sepherosa Ziehau [Sun, 12 Jun 2011 10:55:03 +0000 (18:55 +0800)]
i386/ioapic: Staticize ioapic_config()

12 years agoi386/ioapic: Cleanup header inclusion
Sepherosa Ziehau [Sun, 12 Jun 2011 10:53:17 +0000 (18:53 +0800)]
i386/ioapic: Cleanup header inclusion

12 years agobsd-family-tree: Sync with FreeBSD.
Sascha Wildner [Sun, 12 Jun 2011 08:58:50 +0000 (10:58 +0200)]
bsd-family-tree: Sync with FreeBSD.

12 years agokernel - Fix directory scanning bug in Samba
Matthew Dillon [Sat, 11 Jun 2011 19:13:20 +0000 (12:13 -0700)]
kernel - Fix directory scanning bug in Samba

* Bring in the patch from FreeBSD PR 78953

Taken-from: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/78953
Reported-by: uv <uv.negativa@gmail.com>
12 years agokernel - Fix a 'vm_page_unhold: hold count < 0' panic in kern_execve()
Matthew Dillon [Thu, 9 Jun 2011 20:28:08 +0000 (13:28 -0700)]
kernel - Fix a 'vm_page_unhold: hold count < 0' panic in kern_execve()

* imgp->firstpage is preloaded with lwbuf storage but we failed to NULL
  it out on error, causing the code to later attempt to release a bogus
  lwbuf.

* Fixes a hold count panic on random vm_page's.

12 years agokernel -- vm: Restore vm_token in page fault path.
Venkatesh Srinivas [Tue, 14 Jun 2011 03:59:59 +0000 (20:59 -0700)]
kernel -- vm: Restore vm_token in page fault path.

This partly reverts b4460ab356b9d7f1bd11c8badbf2a6dc97a7776f. The vm_object has
not been fully tokenized, so removing vm_token takes there was premature.

12 years agokernel: Move aesni(4) and padlock(4) from sys/crypto to sys/dev/crypto.
Sascha Wildner [Sun, 12 Jun 2011 22:09:48 +0000 (00:09 +0200)]
kernel: Move aesni(4) and padlock(4) from sys/crypto to sys/dev/crypto.

Pointed-out-by: alexh
12 years agonrelease: Change back to building an ISO for the LiveDVD, too.
Sascha Wildner [Mon, 13 Jun 2011 18:29:00 +0000 (20:29 +0200)]
nrelease: Change back to building an ISO for the LiveDVD, too.

The reasons are:

* People have boxes that don't support booting off USB, yet want the
  convenience of having Xorg installed etc.

* People want to boot this from virtual machines, and thise want ISOs.

12 years agox86_64: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau [Mon, 13 Jun 2011 11:18:50 +0000 (19:18 +0800)]
x86_64: Unbreak UP kernel building by moving NAPICID around

12 years agox86_64: Remove unused declaration in apicvar.h
Sepherosa Ziehau [Mon, 13 Jun 2011 11:12:48 +0000 (19:12 +0800)]
x86_64: Remove unused declaration in apicvar.h

12 years agoi386: Unbreak UP kernel building by moving NAPICID around
Sepherosa Ziehau [Mon, 13 Jun 2011 11:13:21 +0000 (19:13 +0800)]
i386: Unbreak UP kernel building by moving NAPICID around

12 years agoi386: Remove unused declaration in apicvar.h
Sepherosa Ziehau [Mon, 13 Jun 2011 11:03:32 +0000 (19:03 +0800)]
i386: Remove unused declaration in apicvar.h

12 years agoi386/ioapic: Remove unused global variable declaration
Sepherosa Ziehau [Sun, 12 Jun 2011 10:55:49 +0000 (18:55 +0800)]
i386/ioapic: Remove unused global variable declaration

12 years agoi386/ioapic: Staticize ioapic_config()
Sepherosa Ziehau [Sun, 12 Jun 2011 10:55:03 +0000 (18:55 +0800)]
i386/ioapic: Staticize ioapic_config()

12 years agoi386/ioapic: Cleanup header inclusion
Sepherosa Ziehau [Sun, 12 Jun 2011 10:53:17 +0000 (18:53 +0800)]
i386/ioapic: Cleanup header inclusion

12 years agobsd-family-tree: Sync with FreeBSD.
Sascha Wildner [Sun, 12 Jun 2011 08:58:50 +0000 (10:58 +0200)]
bsd-family-tree: Sync with FreeBSD.

12 years agokernel - Fix directory scanning bug in Samba
Matthew Dillon [Sat, 11 Jun 2011 19:13:20 +0000 (12:13 -0700)]
kernel - Fix directory scanning bug in Samba

* Bring in the patch from FreeBSD PR 78953

Taken-from: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/78953
Reported-by: uv <uv.negativa@gmail.com>
12 years agotoken.9: Some cleanup.
Sascha Wildner [Sat, 11 Jun 2011 01:02:11 +0000 (03:02 +0200)]
token.9: Some cleanup.

* Add missing MLINKS for lwkt_token_swap().

* Start sentences on a new line.

* Trailing whitespace removal.

* Bump date.

12 years agokernel - do not have hold ref on object across a vm_map_split()
Matthew Dillon [Fri, 10 Jun 2011 17:35:24 +0000 (10:35 -0700)]
kernel - do not have hold ref on object across a vm_map_split()

* Just use vm_object_lock() (which uses a pool token) and do not hold
  a count on the object which can cause a deadlock when vm_map_split()
  tries to destroy the original object.

Found-by: Venkatesh Srinivas <me@endeavour.zapto.org>
12 years agokernel - Fix MP races in recent vm_object work
Matthew Dillon [Fri, 10 Jun 2011 07:32:22 +0000 (00:32 -0700)]
kernel - Fix MP races in recent vm_object work

* lwkt_token_swap() needs a critical section to ensure that an interrupt
  does not catch it mid-swap.

* Adjust vm_object_terminate() and vm_object_vnterminate() mechanics to
  require that the object be locked and to eat the lock.

* Use vm_object_hold/drop in vm_map_copy_entry() (object must be locked
  upon call to vm_object_collapse()).

* Acquire object locks in various places and swap the token order as
  needed to chain locks in various loops.

* Shift some code around in vm_object.c

12 years agokernel - make vm_add_new_page() static
Matthew Dillon [Thu, 9 Jun 2011 20:34:10 +0000 (13:34 -0700)]
kernel - make vm_add_new_page() static

* Make vm_add_new_page() a static function

12 years agokernel - Fix a 'vm_page_unhold: hold count < 0' panic in kern_execve()
Matthew Dillon [Thu, 9 Jun 2011 20:28:08 +0000 (13:28 -0700)]
kernel - Fix a 'vm_page_unhold: hold count < 0' panic in kern_execve()

* imgp->firstpage is preloaded with lwbuf storage but we failed to NULL
  it out on error, causing the code to later attempt to release a bogus
  lwbuf.

* Fixes a hold count panic on random vm_page's.

12 years agokernel -- vm: Mark vm_contig_pg_free and vm_contig_pg_kmap static.
Venkatesh Srinivas [Thu, 9 Jun 2011 19:41:41 +0000 (12:41 -0700)]
kernel -- vm: Mark vm_contig_pg_free and vm_contig_pg_kmap static.

12 years agoDocument lwkt_token_swap in token(9).
Venkatesh Srinivas [Thu, 9 Jun 2011 15:34:23 +0000 (08:34 -0700)]
Document lwkt_token_swap in token(9).

12 years agokernel -- Implement lwkt_token_swap; swaps most recent tokens in tokref stack.
Venkatesh Srinivas [Thu, 9 Jun 2011 15:31:00 +0000 (08:31 -0700)]
kernel -- Implement lwkt_token_swap; swaps most recent tokens in tokref stack.

12 years agokernel -- Remove vestigial token flags field.
Venkatesh Srinivas [Thu, 9 Jun 2011 15:11:34 +0000 (08:11 -0700)]
kernel -- Remove vestigial token flags field.

12 years agox86_64/ioapic: Staticize ioapic_config()
Sepherosa Ziehau [Thu, 9 Jun 2011 09:35:33 +0000 (17:35 +0800)]
x86_64/ioapic: Staticize ioapic_config()

12 years agox86_64/ioapic: Cleanup header inclusion
Sepherosa Ziehau [Thu, 9 Jun 2011 09:29:22 +0000 (17:29 +0800)]
x86_64/ioapic: Cleanup header inclusion

12 years agoi386/mptable: Always dump MPTABLE PCI interrupt routing information
Sepherosa Ziehau [Thu, 9 Jun 2011 07:31:27 +0000 (15:31 +0800)]
i386/mptable: Always dump MPTABLE PCI interrupt routing information

12 years agoi386/lapic: lapic_map() should take vm_paddr_t instead of vm_offset_t
Sepherosa Ziehau [Thu, 9 Jun 2011 07:06:24 +0000 (15:06 +0800)]
i386/lapic: lapic_map() should take vm_paddr_t instead of vm_offset_t

12 years agoi386/madt: Cleanup interrupt source override processing
Sepherosa Ziehau [Thu, 9 Jun 2011 06:49:24 +0000 (14:49 +0800)]
i386/madt: Cleanup interrupt source override processing

12 years agoi386/acpi: Remove unnecessary headers
Sepherosa Ziehau [Thu, 9 Jun 2011 06:36:10 +0000 (14:36 +0800)]
i386/acpi: Remove unnecessary headers

12 years agoi386/lapic: Include <machine/smp.h> for smp_active_mask
Sepherosa Ziehau [Thu, 9 Jun 2011 06:28:09 +0000 (14:28 +0800)]
i386/lapic: Include <machine/smp.h> for smp_active_mask

12 years agokernel - Allow signal delivery via KQ even if the process SIG_IGN's the signal
Samuel J. Greear [Thu, 9 Jun 2011 07:34:27 +0000 (01:34 -0600)]
kernel - Allow signal delivery via KQ even if the process SIG_IGN's the signal

Reported-by: swildner@
12 years agoMove in6_addr's s6_addr16 and s6_addr32 definitions to __BSD_VISIBLE.
Venkatesh Srinivas [Thu, 9 Jun 2011 02:06:38 +0000 (19:06 -0700)]
Move in6_addr's s6_addr16 and s6_addr32 definitions to __BSD_VISIBLE.

12 years agox86_64/mptable: Always dump MPTABLE PCI interrupt routing information
Sepherosa Ziehau [Wed, 8 Jun 2011 08:42:02 +0000 (16:42 +0800)]
x86_64/mptable: Always dump MPTABLE PCI interrupt routing information

12 years agox86_64/lapic: lapic_map() should take vm_paddr_t instead of vm_offset_t
Sepherosa Ziehau [Wed, 8 Jun 2011 08:28:26 +0000 (16:28 +0800)]
x86_64/lapic: lapic_map() should take vm_paddr_t instead of vm_offset_t

12 years agox86_64/madt: Cleanup interrupt source override processing
Sepherosa Ziehau [Wed, 8 Jun 2011 06:59:00 +0000 (14:59 +0800)]
x86_64/madt: Cleanup interrupt source override processing

12 years agox86_64/acpi: Remove unnecessary headers
Sepherosa Ziehau [Wed, 8 Jun 2011 06:26:50 +0000 (14:26 +0800)]
x86_64/acpi: Remove unnecessary headers

12 years agox86_64/lapic: Include <machine/smp.h> for smp_active_mask
Sepherosa Ziehau [Wed, 8 Jun 2011 06:26:13 +0000 (14:26 +0800)]
x86_64/lapic: Include <machine/smp.h> for smp_active_mask

12 years agoworld - Fix buildworld after ifnet changes
Matthew Dillon [Wed, 8 Jun 2011 02:09:32 +0000 (19:09 -0700)]
world - Fix buildworld after ifnet changes

* Use the _KERNEL_STRUCTURES mechanic to conditionalize struct ifnet
  and related structures needed by buildworld.

Reported-by: matthiasr
12 years agokernel - Serialize ifioctl() with a mutex
Matthew Dillon [Tue, 7 Jun 2011 20:50:40 +0000 (13:50 -0700)]
kernel - Serialize ifioctl() with a mutex

* ifioctl() calls (aka via ifconfig) make various assumptions about the
  stability of certain data structures and can panic otherwise.  Concurrent
  calls to ifioctl via ifconfig can create inconsistencies in the ifnet
  structure.

* Rearrange the ifioctl() code into a fall-through modem, add a struct mtx
  to the ifnet structure, and acquire and release the mutex in ifioctl()
  to enforce stability relative to concurrent ifconfig/ioctl commands
  issued on the interface.

* Fixes a panic reproduced via a while(1):

  while (1)
  echo -n x
  ifconfig re0 inet6 fe80::201:2eff:fe31:5469%re0 &
  ifconfig re0 inet6 fe80::201:2eff:fe31:5469%re0 delete &
  sleep 0.1
  end

* May fix other related panics.

NOTE: This mutex does not protect internal data structures related to
      network operation.  It is currently being used strictly to serialize
      ifconfig style operations on the interface.

Reported-by: Francois Tigeot <ftigeot@wolfpond.org>
12 years ago<vm/vm_object.h>: Some little style cleanup.
Sascha Wildner [Tue, 7 Jun 2011 20:28:37 +0000 (22:28 +0200)]
<vm/vm_object.h>: Some little style cleanup.

12 years agokernel -- vm_object locking: Interlock vm_object work in vm_fault.c
Venkatesh Srinivas [Tue, 7 Jun 2011 20:13:34 +0000 (13:13 -0700)]
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.

12 years agoi386: Allow UP kernel to use LAPIC timer and I/O APIC
Sepherosa Ziehau [Mon, 6 Jun 2011 11:38:24 +0000 (19:38 +0800)]
i386: Allow UP kernel to use LAPIC timer and I/O APIC

12 years agoi386: Remove unnecessary #ifdef SMP from files compiled with options SMP
Sepherosa Ziehau [Mon, 6 Jun 2011 10:18:45 +0000 (18:18 +0800)]
i386: Remove unnecessary #ifdef SMP from files compiled with options SMP

12 years agokernel: Add a final p_lock wait loop before kfree'ing the process
YONETANI Tomokazu [Mon, 6 Jun 2011 05:09:04 +0000 (14:09 +0900)]
kernel: Add a final p_lock wait loop before kfree'ing the process

Since p_lock can be acquired during the process removal, there
needs to be a final wait loop after the proc has been removed
from all queues, just before the kfree(p).  It will be a very
rare case but it definitely can still occur if e.g. the SYSCTL_OUT
code blocks on a VM fault or something like that.

Requested-by: dillon@
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1996>

12 years agoi386: Split mp_enable() into multiple SYSINITs
Sepherosa Ziehau [Sat, 4 Jun 2011 13:29:32 +0000 (21:29 +0800)]
i386: Split mp_enable() into multiple SYSINITs

12 years agoi386: Split cpu_startup() into pic_finish() and cpu_finish()
Sepherosa Ziehau [Sat, 4 Jun 2011 12:00:43 +0000 (20:00 +0800)]
i386: Split cpu_startup() into pic_finish() and cpu_finish()

12 years agoi386: Prepare mp_enable() for multi-stage procedure segmentation
Sepherosa Ziehau [Sat, 4 Jun 2011 11:47:24 +0000 (19:47 +0800)]
i386: Prepare mp_enable() for multi-stage procedure segmentation

12 years agoi386: Move base_memory from mp_machdep.c to machdep.c
Sepherosa Ziehau [Thu, 2 Jun 2011 12:10:41 +0000 (20:10 +0800)]
i386: Move base_memory from mp_machdep.c to machdep.c

12 years agocoretemp(4): Sync with FreeBSD.
Sascha Wildner [Fri, 3 Jun 2011 12:42:50 +0000 (14:42 +0200)]
coretemp(4): Sync with FreeBSD.

12 years agokernel: Add rdmsr_safe() in preparation for the coretemp(4) update.
Sascha Wildner [Fri, 3 Jun 2011 12:42:25 +0000 (14:42 +0200)]
kernel: Add rdmsr_safe() in preparation for the coretemp(4) update.

12 years agox86_64: Allow UP kernel to use LAPIC timer and I/O APIC
Sepherosa Ziehau [Fri, 3 Jun 2011 09:10:10 +0000 (17:10 +0800)]
x86_64: Allow UP kernel to use LAPIC timer and I/O APIC

12 years agox86_64: Remove unnecessary #ifdef SMP from files compiled with options SMP
Sepherosa Ziehau [Fri, 3 Jun 2011 06:58:54 +0000 (14:58 +0800)]
x86_64: Remove unnecessary #ifdef SMP from files compiled with options SMP

12 years agox86_64: Split mp_enable() into multiple SYSINITs
Sepherosa Ziehau [Fri, 3 Jun 2011 06:42:16 +0000 (14:42 +0800)]
x86_64: Split mp_enable() into multiple SYSINITs

Each SYSINIT is put into the proper file.  Garbage collect mp_start()
and mp_enable().

12 years agokernel -- snp: Correct bug in snpfilter_detach().
Venkatesh Srinivas [Fri, 3 Jun 2011 08:24:11 +0000 (01:24 -0700)]
kernel -- snp: Correct bug in snpfilter_detach().

Signed-off-by: Nathaniel Filardo <nwfilardo@gmail.com>
Submitted-by: Nick Prokharau <nickprok@gmail.com>
12 years agomandoc(1): Bump version.
Sascha Wildner [Thu, 2 Jun 2011 18:36:13 +0000 (20:36 +0200)]
mandoc(1): Bump version.

12 years agoMerge branch 'vendor/MDOCML'
Sascha Wildner [Thu, 2 Jun 2011 18:33:01 +0000 (20:33 +0200)]
Merge branch 'vendor/MDOCML'

12 years agoImport mdocml-1.11.3
Sascha Wildner [Thu, 2 Jun 2011 18:31:59 +0000 (20:31 +0200)]
Import mdocml-1.11.3

12 years agoFix the VKERNEL build.
Sascha Wildner [Thu, 2 Jun 2011 15:52:46 +0000 (17:52 +0200)]
Fix the VKERNEL build.

Reported-by: Thomas Nikolajsen
12 years agoAdd manpages for mkcsmapper(1) and mkesdb(1) (taken from FreeBSD).
Sascha Wildner [Thu, 2 Jun 2011 08:37:58 +0000 (10:37 +0200)]
Add manpages for mkcsmapper(1) and mkesdb(1) (taken from FreeBSD).

12 years agokernel/x86_64: Rename some macros to allow easier i386/x86_64 code sharing.
Sascha Wildner [Thu, 2 Jun 2011 06:20:01 +0000 (08:20 +0200)]
kernel/x86_64: Rename some macros to allow easier i386/x86_64 code sharing.

12 years agokernel: Remove an extra p_lock == 0 check
YONETANI Tomokazu [Thu, 2 Jun 2011 05:17:46 +0000 (14:17 +0900)]
kernel: Remove an extra p_lock == 0 check

proc_remove_zombie() waits for p_lock to drop to zero before removing
the process off zombproc, so this assertion is not needed (any more).

12 years agoRevert "kernel: Don't disturb about-to-be reaped zombies."
YONETANI Tomokazu [Thu, 2 Jun 2011 05:17:39 +0000 (14:17 +0900)]
Revert "kernel: Don't disturb about-to-be reaped zombies."

p_nthreads == 0 just means that the process's threads have all exited,
but not necessarily means it's about to be reaped.  We still want it
to show up in the ps or top in case it gets stuck during the exit.

Pointed-out-by: dillon@
This reverts commit 9458c398c0b97d30032a6541f8ab452cd93f5a86.

12 years agorl(4): Fix an old typo
Sepherosa Ziehau [Thu, 2 Jun 2011 01:26:00 +0000 (09:26 +0800)]
rl(4): Fix an old typo

If receiving buffer wrapping happens, the first size of copy should be the
size of the buffer at the end of the receiving buffer.

DragonFly-Bug: http://bugs.dragonflybsd.org/issue2083

12 years agoacpi: Fix use-before-initialization bug
Sepherosa Ziehau [Thu, 2 Jun 2011 01:21:25 +0000 (09:21 +0800)]
acpi: Fix use-before-initialization bug

Reported-by: swildner@
12 years agokernel: Use cpu_vendor_id instead of strcmp(cpu_vendor, "...").
Sascha Wildner [Wed, 1 Jun 2011 21:50:54 +0000 (23:50 +0200)]
kernel: Use cpu_vendor_id instead of strcmp(cpu_vendor, "...").

12 years agox86_64: Split cpu_startup() into pic_finish() and cpu_finish()
Sepherosa Ziehau [Wed, 1 Jun 2011 09:17:15 +0000 (17:17 +0800)]
x86_64: Split cpu_startup() into pic_finish() and cpu_finish()

12 years agox86_64: Prepare mp_enable() for multi-stage procedure segmentation
Sepherosa Ziehau [Wed, 1 Jun 2011 08:06:54 +0000 (16:06 +0800)]
x86_64: Prepare mp_enable() for multi-stage procedure segmentation

12 years agokern: Prepare to split SI_BOOT2_SMP into multi-stages
Sepherosa Ziehau [Wed, 1 Jun 2011 07:19:28 +0000 (15:19 +0800)]
kern: Prepare to split SI_BOOT2_SMP into multi-stages

12 years agox86_64: Move base_memory from mp_machdep.c to machdep.c
Sepherosa Ziehau [Wed, 1 Jun 2011 06:32:04 +0000 (14:32 +0800)]
x86_64: Move base_memory from mp_machdep.c to machdep.c

12 years ago<libutil.h>: Allow it to be included standalone (fixes security/heimdal).
Sascha Wildner [Wed, 1 Jun 2011 08:40:34 +0000 (10:40 +0200)]
<libutil.h>: Allow it to be included standalone (fixes security/heimdal).

12 years agox86_64: Move int_to_apicintpin from mp_machdep.c to apic/ioapic_abi.c
Sepherosa Ziehau [Tue, 31 May 2011 07:08:30 +0000 (15:08 +0800)]
x86_64: Move int_to_apicintpin from mp_machdep.c to apic/ioapic_abi.c

12 years agoacpi/pstate: Don't allow intermittent disappearance of _PSD
Sepherosa Ziehau [Tue, 31 May 2011 04:54:43 +0000 (12:54 +0800)]
acpi/pstate: Don't allow intermittent disappearance of _PSD

12 years agoacpi/pstate: Support Integer _PSD
Sepherosa Ziehau [Tue, 31 May 2011 04:37:21 +0000 (12:37 +0800)]
acpi/pstate: Support Integer _PSD

Standard _PSD should be package, while some buggy BIOSes will use Integer
for _PSD, e.g. Gigbyte's GA-H67MA-UD2H-B3.

Following template is used for Integer _PSD, after I have fiddled
around with the hw.acpi.cpu sysctl tree a little bit:
- Coordination is set to software all
- The integer of _PSD is taken as the power domain number
- The number of CPUs in the power domain is updated when new CPU in that
  power domain is seen