dragonfly.git
10 years agoAdd missing libraries to some program Makefiles
François Tigeot [Sun, 26 Jan 2014 14:23:56 +0000 (15:23 +0100)]
Add missing libraries to some program Makefiles

The userland programs they manage are currently building fine but
fail to link in a completely dynamic world with shared libraries
split between /lib and /usr/lib .

10 years agoacpi/cstate: Go though set_lowest routing after _CST reprobing
Sepherosa Ziehau [Sun, 26 Jan 2014 10:30:52 +0000 (18:30 +0800)]
acpi/cstate: Go though set_lowest routing after _CST reprobing

So C3+ state transition could be properly recorded and perper cputimer
could be selected.

10 years agoacpi/cstate: Fix up comment
Sepherosa Ziehau [Sun, 26 Jan 2014 09:40:00 +0000 (17:40 +0800)]
acpi/cstate: Fix up comment

10 years agodoc: remove cdevpriv bits from porting guide
Franco Fichtner [Sun, 26 Jan 2014 10:05:43 +0000 (11:05 +0100)]
doc: remove cdevpriv bits from porting guide

10 years agonetmap: remove bogus NULL check
Franco Fichtner [Sun, 26 Jan 2014 09:58:32 +0000 (10:58 +0100)]
netmap: remove bogus NULL check

Reported-by: swildner
10 years agonetmap: bring back cdevpriv usage
Franco Fichtner [Sun, 26 Jan 2014 09:53:57 +0000 (10:53 +0100)]
netmap: bring back cdevpriv usage

This partially reverts commit 3efed4582e1 now that we have these
functions.  There are three remaining porting issues:

* vm fake pages support
* poll to kqfilter
* if_transmit

10 years agoacpi/cstate: If C3+ is detected, BM_RLD is always set
Sepherosa Ziehau [Sun, 26 Jan 2014 09:00:24 +0000 (17:00 +0800)]
acpi/cstate: If C3+ is detected, BM_RLD is always set

BM_RLD is only needed on old chipsets; on new chipsets, writing to
it is a nop.  Always leave it on if C3+ is probed; this reduce I/O
accesses on idle path.

10 years agosys: platform: pc64: vmm: vmx.c: bug-fix in PROCBASED2 detection
Mihai Carabas [Sat, 25 Jan 2014 23:42:38 +0000 (01:42 +0200)]
sys: platform: pc64: vmm: vmx.c: bug-fix in PROCBASED2 detection

Bug-fix in accessing PROCBASED2 MSR:
 * First check PROCBASED MSR to see if it is available

Reported-by: Johannes Hofmann
10 years agobsd.lib.mk: Fix symlink creation if ${SHLIBDIR} and ${LIBDIR} differ.
François Tigeot [Sat, 25 Jan 2014 19:53:27 +0000 (20:53 +0100)]
bsd.lib.mk: Fix symlink creation if ${SHLIBDIR} and ${LIBDIR} differ.

10 years agojails/netinet6: Only select jailed ips for outgoing
Markus Pfeiffer [Sat, 25 Jan 2014 19:01:11 +0000 (19:01 +0000)]
jails/netinet6: Only select jailed ips for outgoing

Outgoing IP address selection for jailed processes using ipv6
was broken and selected the first ip6 address available.
Now the code checks whether an ip6 is available to the jail
in in6_ifawithascope.

10 years agoacpi/cstate: White space cleanup
Sepherosa Ziehau [Sat, 25 Jan 2014 13:48:50 +0000 (21:48 +0800)]
acpi/cstate: White space cleanup

10 years agoacpi/cstate: Save bus tag and handle to I/O operation beforehand
Sepherosa Ziehau [Sat, 25 Jan 2014 13:45:34 +0000 (21:45 +0800)]
acpi/cstate: Save bus tag and handle to I/O operation beforehand

10 years agoacpi/cstate: Utilize microtime_pcpu instead of ACPI timer
Sepherosa Ziehau [Sat, 25 Jan 2014 13:17:11 +0000 (21:17 +0800)]
acpi/cstate: Utilize microtime_pcpu instead of ACPI timer

10 years agopolling: Utilize microtime_pcpu
Sepherosa Ziehau [Sat, 25 Jan 2014 13:08:41 +0000 (21:08 +0800)]
polling: Utilize microtime_pcpu

10 years agotime: Add functions to calculate time difference
Sepherosa Ziehau [Sat, 25 Jan 2014 13:05:04 +0000 (21:05 +0800)]
time: Add functions to calculate time difference

Caller MUST make sure that the two time measured is on the same CPU.

10 years agoswapon(8): Remove forgotten initialization of iflag (which broke booting).
Sascha Wildner [Sat, 25 Jan 2014 11:06:00 +0000 (12:06 +0100)]
swapon(8): Remove forgotten initialization of iflag (which broke booting).

While here, add -i to the manpage's synopsis.

10 years agoUse less(1) as default pager for new user accounts
François Tigeot [Sat, 25 Jan 2014 08:55:48 +0000 (09:55 +0100)]
Use less(1) as default pager for new user accounts

10 years agox86_64: Log MONITOR/MWAIT features
Sepherosa Ziehau [Sat, 25 Jan 2014 07:25:53 +0000 (15:25 +0800)]
x86_64: Log MONITOR/MWAIT features

While Im here, cpu_mwait_features -> cpu_mwait_feature; consistent w/
other features variable name.

10 years agoacpi/cstate: If FADT is used, take C2_MP_SUPPORTED into consideration
Sepherosa Ziehau [Sat, 25 Jan 2014 07:13:09 +0000 (15:13 +0800)]
acpi/cstate: If FADT is used, take C2_MP_SUPPORTED into consideration

10 years agomwait: Allow treating interrupts as break-event for MWAIT
Sepherosa Ziehau [Sat, 25 Jan 2014 06:59:45 +0000 (14:59 +0800)]
mwait: Allow treating interrupts as break-event for MWAIT

Even when interrupts disabled by setting ECX[0] to 1.  Needed for
"native" C-state support.

10 years agoacpi/cstate: BM_STS only needs check before entering C3+ state
Sepherosa Ziehau [Fri, 24 Jan 2014 16:02:15 +0000 (00:02 +0800)]
acpi/cstate: BM_STS only needs check before entering C3+ state

10 years agoacpi/cstate: Free previously allocated resource during re-probing
Sepherosa Ziehau [Fri, 24 Jan 2014 14:48:58 +0000 (22:48 +0800)]
acpi/cstate: Free previously allocated resource during re-probing

10 years agoacpi/pstate: Utilize CPUID_TO_{FAMILY,MODEL} macros
Sepherosa Ziehau [Thu, 23 Jan 2014 13:04:33 +0000 (21:04 +0800)]
acpi/pstate: Utilize CPUID_TO_{FAMILY,MODEL} macros

10 years ago/sbin/swapon : adds a -i flag which prompts for user confirmation.
Joris Giovannangeli [Sat, 25 Jan 2014 00:04:04 +0000 (01:04 +0100)]
/sbin/swapon : adds a -i flag which prompts for user confirmation.

10 years agonrelease: Correct help message when cdrtools is not installed
Markus Pfeiffer [Fri, 24 Jan 2014 18:05:10 +0000 (18:05 +0000)]
nrelease: Correct help message when cdrtools is not installed

10 years agokernel/drm: Add some missing opt_ktr.h in Makefiles.
Sascha Wildner [Fri, 24 Jan 2014 17:02:59 +0000 (18:02 +0100)]
kernel/drm: Add some missing opt_ktr.h in Makefiles.

10 years agodrm: Fix DRM_CURRENTPID macro
François Tigeot [Thu, 23 Jan 2014 10:59:11 +0000 (11:59 +0100)]
drm: Fix DRM_CURRENTPID macro

Spotted-by: joris
10 years agoStop using libcompat in our tree.
Sascha Wildner [Thu, 23 Jan 2014 21:56:29 +0000 (22:56 +0100)]
Stop using libcompat in our tree.

The only thing that actually needed it was fortune(6). Move it to using
libc's regex(3) functions (taken from FreeBSD).

10 years agokern/usb4bsd: update usb_dev.c kqfilter code
Markus Pfeiffer [Sun, 19 Jan 2014 16:17:04 +0000 (16:17 +0000)]
kern/usb4bsd: update usb_dev.c kqfilter code

10 years agousb4bsd: fix if_axe lock issue
Markus Pfeiffer [Sat, 18 Jan 2014 23:11:22 +0000 (23:11 +0000)]
usb4bsd: fix if_axe lock issue

For some reason if_axe was acquiring the sc_lock twice leading to
a panic.

10 years agousb4bsd: sync if_axe
Markus Pfeiffer [Fri, 17 Jan 2014 19:09:46 +0000 (19:09 +0000)]
usb4bsd: sync if_axe

10 years agousb4bsd sync ukbd
Markus Pfeiffer [Thu, 16 Jan 2014 19:36:48 +0000 (19:36 +0000)]
usb4bsd sync ukbd

10 years agousb4bsd: remove debug kprintfs
Markus Pfeiffer [Tue, 14 Jan 2014 23:40:57 +0000 (23:40 +0000)]
usb4bsd: remove debug kprintfs

10 years agodevfs: add passing of file pointer through to dev_dclose
Markus Pfeiffer [Tue, 14 Jan 2014 22:02:40 +0000 (22:02 +0000)]
devfs: add passing of file pointer through to dev_dclose

10 years agousb4bsd: remove merge artifact
Markus Pfeiffer [Tue, 14 Jan 2014 22:02:12 +0000 (22:02 +0000)]
usb4bsd: remove merge artifact

10 years agoApply patches to enable get/set_cdevpriv
Markus Pfeiffer [Tue, 14 Jan 2014 19:39:34 +0000 (19:39 +0000)]
Apply patches to enable get/set_cdevpriv

10 years agoadd file pointer to dev_d*() functions
Johannes Hofmann [Wed, 18 Dec 2013 22:06:22 +0000 (23:06 +0100)]
add file pointer to dev_d*() functions

10 years agoadd devfs_*_cdevpriv() functions
Johannes Hofmann [Wed, 18 Dec 2013 22:05:42 +0000 (23:05 +0100)]
add devfs_*_cdevpriv() functions

10 years agobsd-family-tree: Sync with FreeBSD (for FreeBSD 10.0).
Sascha Wildner [Tue, 21 Jan 2014 21:09:03 +0000 (22:09 +0100)]
bsd-family-tree: Sync with FreeBSD (for FreeBSD 10.0).

10 years agoacpidump.8: acpidb is acpiexec now but no manpage yet. Comment out .Xr.
Sascha Wildner [Tue, 21 Jan 2014 20:15:07 +0000 (21:15 +0100)]
acpidump.8: acpidb is acpiexec now but no manpage yet. Comment out .Xr.

10 years agoacpi/cstate: acpi_cpu_cst -> acpi_cst for driver glue variables
Sepherosa Ziehau [Tue, 21 Jan 2014 13:06:58 +0000 (21:06 +0800)]
acpi/cstate: acpi_cpu_cst -> acpi_cst for driver glue variables

10 years agoacpi/cstate: acpi_cpu_cst -> acpi_cst for device methods
Sepherosa Ziehau [Tue, 21 Jan 2014 13:05:30 +0000 (21:05 +0800)]
acpi/cstate: acpi_cpu_cst -> acpi_cst for device methods

10 years agoacpi/cstate: Restore cx_lowest_req, if no suitable intr cputimer
Sepherosa Ziehau [Tue, 21 Jan 2014 13:02:51 +0000 (21:02 +0800)]
acpi/cstate: Restore cx_lowest_req, if no suitable intr cputimer

10 years agoacpi/acad: Put unknown notify print under bootverbose
Sepherosa Ziehau [Tue, 21 Jan 2014 12:54:54 +0000 (20:54 +0800)]
acpi/acad: Put unknown notify print under bootverbose

10 years agoacpi/acad: CST changed may service as notification for acline changes
Sepherosa Ziehau [Tue, 21 Jan 2014 12:44:30 +0000 (20:44 +0800)]
acpi/acad: CST changed may service as notification for acline changes

10 years agoBump __DragonFly_version after drm/i915 update
François Tigeot [Mon, 20 Jan 2014 19:42:34 +0000 (20:42 +0100)]
Bump __DragonFly_version after drm/i915 update

xf86-video-intel-2.21.15 now runs properly on DragonFly

10 years agoacpi/cstate: Remove unused macros
Sepherosa Ziehau [Mon, 20 Jan 2014 13:40:39 +0000 (21:40 +0800)]
acpi/cstate: Remove unused macros

10 years agoacpi/cstate: acpi_cpu_softc -> acpi_cst_softc
Sepherosa Ziehau [Mon, 20 Jan 2014 13:36:13 +0000 (21:36 +0800)]
acpi/cstate: acpi_cpu_softc -> acpi_cst_softc

10 years agoacpi/cstate: Remove useless device methods
Sepherosa Ziehau [Mon, 20 Jan 2014 04:56:00 +0000 (12:56 +0800)]
acpi/cstate: Remove useless device methods

10 years agokernel/acpi: Silence exception warning when a \\_Sx_ object can't be found.
Sascha Wildner [Mon, 13 Jan 2014 08:00:26 +0000 (09:00 +0100)]
kernel/acpi: Silence exception warning when a \\_Sx_ object can't be found.

Submitted-by: sephe
10 years agoRemove previous ACPICA.
Sascha Wildner [Thu, 2 Jan 2014 13:58:24 +0000 (14:58 +0100)]
Remove previous ACPICA.

10 years agoacpi: Fix building the kernel.
Sascha Wildner [Thu, 2 Jan 2014 00:45:26 +0000 (01:45 +0100)]
acpi: Fix building the kernel.

10 years agoacpi: Fix building userland.
Sascha Wildner [Fri, 3 Jan 2014 00:41:09 +0000 (01:41 +0100)]
acpi: Fix building userland.

As of this commit we're losing acpidb(8) which gets replaced by
acpiexec(8).

Additionally, we're getting:

acpibin(8)
acpiexec(8)
acpihelp(8)
acpinames(8)
acpisrc(8)
acpixtract(8)

Manual pages for the new utilities have yet to be written. Also
acpidump.8 and iasl.8 need to be updated, I guess.

10 years agosys/acpi: Bring in Intel's acpica-unix2-20131218 verbatim.
Sascha Wildner [Wed, 1 Jan 2014 13:50:08 +0000 (14:50 +0100)]
sys/acpi: Bring in Intel's acpica-unix2-20131218 verbatim.

On acpica.org, -unix is the version with an Intel license and
-unix2 is the BSD/GPL dual licensed version. I didn't want to
call the directory acpica-unix2 instead of our acpica-unix so
I settled on simply acpica.

Further updates would be done in-place in that directory.

10 years agodrm: Reduce differences with Linux 3.8
François Tigeot [Sun, 19 Jan 2014 20:08:23 +0000 (21:08 +0100)]
drm: Reduce differences with Linux 3.8

10 years agoasm/uaccess.h: Add get_user() and put_user()
François Tigeot [Sun, 19 Jan 2014 19:38:42 +0000 (20:38 +0100)]
asm/uaccess.h: Add get_user() and put_user()

Obtained-from: linux/uaccess.h from FreeBSD's OFED stack

10 years agodrm: Import asm/uaccess.h from FreeBSD's OFED stack
François Tigeot [Sun, 19 Jan 2014 19:36:00 +0000 (20:36 +0100)]
drm: Import asm/uaccess.h from FreeBSD's OFED stack

10 years agomanpages: Update documentation of lock(9) to include lockowned
Markus Pfeiffer [Sat, 18 Jan 2014 22:14:46 +0000 (22:14 +0000)]
manpages: Update documentation of lock(9) to include lockowned

10 years agodrm: Remove DRM_MSLEEP()
François Tigeot [Sun, 19 Jan 2014 13:49:47 +0000 (14:49 +0100)]
drm: Remove DRM_MSLEEP()

10 years agodrm/radeon: Replace DRM_MSLEEP() by msleep()
François Tigeot [Sun, 19 Jan 2014 14:41:37 +0000 (15:41 +0100)]
drm/radeon: Replace DRM_MSLEEP() by msleep()

10 years agodrm: Add linux/delay.h, implement msleep()
François Tigeot [Sun, 19 Jan 2014 13:20:44 +0000 (14:20 +0100)]
drm: Add linux/delay.h, implement msleep()

10 years agoacpi/cstate: Break long lines; minor style changes
Sepherosa Ziehau [Sun, 19 Jan 2014 14:24:11 +0000 (22:24 +0800)]
acpi/cstate: Break long lines; minor style changes

10 years agoacpi/cstate: Dispatch Cx re-probing to the target CPU
Sepherosa Ziehau [Sun, 19 Jan 2014 14:06:51 +0000 (22:06 +0800)]
acpi/cstate: Dispatch Cx re-probing to the target CPU

And add flag to indicate that the Cx probing is in progress, so
if idle is scheduled before the probing is done, we could safely
fallback to C1.

10 years agoacpi/cstate: Set cx_lowest on the target CPU
Sepherosa Ziehau [Sun, 19 Jan 2014 08:54:34 +0000 (16:54 +0800)]
acpi/cstate: Set cx_lowest on the target CPU

10 years agoacpi/cstate: Fix global Cx count setup
Sepherosa Ziehau [Sun, 19 Jan 2014 07:45:00 +0000 (15:45 +0800)]
acpi/cstate: Fix global Cx count setup

10 years agoacpi/cstate: Use u_long as stats type
Sepherosa Ziehau [Sun, 19 Jan 2014 06:57:13 +0000 (14:57 +0800)]
acpi/cstate: Use u_long as stats type

10 years agoacpi/cstate: Fix non-C3 setting
Sepherosa Ziehau [Sun, 19 Jan 2014 06:41:18 +0000 (14:41 +0800)]
acpi/cstate: Fix non-C3 setting

It should take lowest Cx setting into consideration.

10 years agoacpi/cstate: Set non-C3 state during generic Cx probing
Sepherosa Ziehau [Sat, 18 Jan 2014 13:25:37 +0000 (21:25 +0800)]
acpi/cstate: Set non-C3 state during generic Cx probing

Remove useless non-C3 state index setup in cx_list, which should
only reformat sysctl string.

10 years agoOnly run the 670.pkgsrcaudit periodic script if pkgsrc is found.
Sascha Wildner [Sat, 18 Jan 2014 20:43:52 +0000 (21:43 +0100)]
Only run the 670.pkgsrcaudit periodic script if pkgsrc is found.

The script will eventually go away once we move away from pkgsrc
in PATHs, manpages and everywhere but I don't want to do that right
now, hence this check for now. This silences the error this script
was giving on dports systems.

Reported-by: pavalos
10 years agolinux/kernel.h: Implement swap()
François Tigeot [Sat, 18 Jan 2014 19:46:31 +0000 (20:46 +0100)]
linux/kernel.h: Implement swap()

10 years agolinux/kernel.h: printf => kprintf
François Tigeot [Sat, 18 Jan 2014 19:39:13 +0000 (20:39 +0100)]
linux/kernel.h: printf => kprintf

10 years agodrm: Import linux/err.h from FreeBSD's OFED stack
François Tigeot [Sat, 18 Jan 2014 13:04:23 +0000 (14:04 +0100)]
drm: Import linux/err.h from FreeBSD's OFED stack

10 years agoacpi/cstate: Minor style cleanup
Sepherosa Ziehau [Sat, 18 Jan 2014 13:19:32 +0000 (21:19 +0800)]
acpi/cstate: Minor style cleanup

10 years agoacpi/cstate: Use serializer to protect _CST notfication and sysctls
Sepherosa Ziehau [Sat, 18 Jan 2014 12:05:07 +0000 (20:05 +0800)]
acpi/cstate: Use serializer to protect _CST notfication and sysctls

10 years agoatomic/i386: Update intr_cond comment
Sepherosa Ziehau [Fri, 17 Jan 2014 13:44:51 +0000 (21:44 +0800)]
atomic/i386: Update intr_cond comment

10 years agoserializer.9: Mention LWKT_SERIALIZE_INITIALIZER
Sepherosa Ziehau [Fri, 17 Jan 2014 13:31:29 +0000 (21:31 +0800)]
serializer.9: Mention LWKT_SERIALIZE_INITIALIZER

10 years agodrm: Sync a few headers with Linux 3.8
François Tigeot [Sat, 18 Jan 2014 08:35:51 +0000 (09:35 +0100)]
drm: Sync a few headers with Linux 3.8

10 years agodrm: Rename device to dev in struct drm_device
François Tigeot [Sat, 18 Jan 2014 07:52:17 +0000 (08:52 +0100)]
drm: Rename device to dev in struct drm_device

Reducing differences with Linux

10 years ago<sys/systm.h>: Mark various function parameters as __nonnull().
Sascha Wildner [Sat, 18 Jan 2014 06:48:44 +0000 (07:48 +0100)]
<sys/systm.h>: Mark various function parameters as __nonnull().

I guess we have KASSERTs too for some of these (tsleep(), I'm sure), but
it is always nice to catch issues at build time already.

10 years agokernel/ppc: Fix a tsleep with NULL ident.
Sascha Wildner [Sat, 18 Jan 2014 06:48:06 +0000 (07:48 +0100)]
kernel/ppc: Fix a tsleep with NULL ident.

10 years agokernel: Make eventhandler_{register,find_list}()'s name argument const.
Sascha Wildner [Fri, 17 Jan 2014 23:05:52 +0000 (00:05 +0100)]
kernel: Make eventhandler_{register,find_list}()'s name argument const.

10 years agoaltq.9: Fix some prototypes (altq_pkgattr -> altq_pktattr).
Sascha Wildner [Fri, 17 Jan 2014 22:21:59 +0000 (23:21 +0100)]
altq.9: Fix some prototypes (altq_pkgattr -> altq_pktattr).

10 years agolibc/sysvipc: Rename sysvipc_semctl() to sysvipc___semctl().
Sascha Wildner [Fri, 17 Jan 2014 07:41:23 +0000 (08:41 +0100)]
libc/sysvipc: Rename sysvipc_semctl() to sysvipc___semctl().

This function has the non-varargs interface of __semctl() and not
the vargargs interface of semctl().

While here, make it take a union semun pointer, like __semctl().

10 years agokernel/dm_target_striped: Plug a memory leak.
Sascha Wildner [Fri, 17 Jan 2014 07:19:07 +0000 (08:19 +0100)]
kernel/dm_target_striped: Plug a memory leak.

10 years agodrm: Fix a merge issue in drm_fops.c
François Tigeot [Thu, 16 Jan 2014 20:03:07 +0000 (21:03 +0100)]
drm: Fix a merge issue in drm_fops.c

Pointed-out-by: swildner
10 years agoacpi/cstate: Remove unused fields in softc
Sepherosa Ziehau [Thu, 16 Jan 2014 12:19:13 +0000 (20:19 +0800)]
acpi/cstate: Remove unused fields in softc

apic_id is not useful in cstate driver; change it to cpuid.

10 years agohammer2(8): Fix wrong sizeof.
Sascha Wildner [Thu, 16 Jan 2014 06:11:11 +0000 (07:11 +0100)]
hammer2(8): Fix wrong sizeof.

10 years agospinlock.9: Update
Sepherosa Ziehau [Wed, 15 Jan 2014 14:17:31 +0000 (22:17 +0800)]
spinlock.9: Update

- Spinlock prevent FAST interrupt from running and prevent IPIQ from
  being processed.
- FAST interrupt and IPI could hold spinlock.

10 years agoserializer.9: Update
Sepherosa Ziehau [Wed, 15 Jan 2014 14:09:49 +0000 (22:09 +0800)]
serializer.9: Update

10 years agoatomic: Update intr_cond comment according to the recent changes
Sepherosa Ziehau [Wed, 15 Jan 2014 13:53:14 +0000 (21:53 +0800)]
atomic: Update intr_cond comment according to the recent changes

10 years agoRemove a bunch of unnecessary semicolons.
Sascha Wildner [Wed, 15 Jan 2014 10:19:20 +0000 (11:19 +0100)]
Remove a bunch of unnecessary semicolons.

10 years agoUpdate the pciconf(8) database.
Sascha Wildner [Wed, 15 Jan 2014 08:36:43 +0000 (09:36 +0100)]
Update the pciconf(8) database.

January 13, 2014 snapshot from http://pciids.sourceforge.net/

10 years agox86_64: Detect CPU specific C-state through CPUID(5)
Sepherosa Ziehau [Tue, 14 Jan 2014 13:22:58 +0000 (21:22 +0800)]
x86_64: Detect CPU specific C-state through CPUID(5)

The information is exposed through machdep.mwait sysctl nodes

This could be used to:
- Validate cpu_mwait_halt
- Validate cpu_mwait_spin
- Prepare to turn on C1/C2/C3 native support in ACPI _OSC evalution

10 years agolibmd: Fix some manual page prototypes.
Sascha Wildner [Tue, 14 Jan 2014 13:11:36 +0000 (14:11 +0100)]
libmd: Fix some manual page prototypes.

10 years agolibc: Add initial sysvipc Symbol map (untested)
John Marino [Tue, 14 Jan 2014 12:56:29 +0000 (13:56 +0100)]
libc: Add initial sysvipc Symbol map (untested)

10 years ago<sys/param.h>: Fix typo in a comment.
Sascha Wildner [Tue, 14 Jan 2014 07:19:43 +0000 (08:19 +0100)]
<sys/param.h>: Fix typo in a comment.

10 years agoBuild: Bump version to 300701 for smb.h relocation
John Marino [Mon, 13 Jan 2014 13:23:54 +0000 (14:23 +0100)]
Build: Bump version to 300701 for smb.h relocation

Now that video driver version checks have been updated on DPorts master
branch, __DragonFly_version can be bumped without breaking them.

10 years agops.1: Remove info about the no longer existing 'M' process state.
Sascha Wildner [Mon, 13 Jan 2014 06:08:46 +0000 (07:08 +0100)]
ps.1: Remove info about the no longer existing 'M' process state.

10 years agoClean up some things in /usr/src/sys/conf.
Sascha Wildner [Mon, 13 Jan 2014 05:57:32 +0000 (06:57 +0100)]
Clean up some things in /usr/src/sys/conf.

* Remove 'defines'. It belonged to an old target (links) which is no
  longer used.

* Remove the manual revision number adjustments for minor releases
  (x.y.z). It can be seen in uname -v output too, so it's redundant.

10 years agoplatform/acpi: Update according to ACPI spec 5.0
Sepherosa Ziehau [Sun, 12 Jan 2014 12:28:53 +0000 (20:28 +0800)]
platform/acpi: Update according to ACPI spec 5.0