dragonfly.git
12 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Samuel J. Greear [Fri, 20 Jan 2012 13:16:44 +0000 (06:16 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

12 years agocrypt(3) - Switch SHA256/512 to the Linux implementation
Samuel J. Greear [Fri, 20 Jan 2012 12:24:33 +0000 (05:24 -0700)]
crypt(3) - Switch SHA256/512 to the Linux implementation

* The existing SHA backends have been shown to be more susceptible to brute-
  force attacks than we would prefer --
  http://www.openwall.com/lists/oss-security/2012/01/16/2

* Bring in the reference implementation used in Linux, code is in the public
  domain.

* Add required (standard) functions mempcpy and stpcpy.

* Change default for future installs to SHA512, this is the default on at
  least archlinux and fedora.

* Add some minor hacks to libcrypt/crypt.c to ensure that
  a) All existing passwords continue to work
  b) All future passwords will be more secure with no changes required

* To update passwords to the new format use passwd(1) for each user, and to
  change your default password type to SHA512 (default for new installations)
  change the passwd_format setting under default to "sha512".

12 years agoicu_abi/x86_64: {msi,msix}_release returns nothing
Sepherosa Ziehau [Fri, 20 Jan 2012 06:37:59 +0000 (14:37 +0800)]
icu_abi/x86_64: {msi,msix}_release returns nothing

12 years agoi386: Implement MSI-X allocation and release support
Sepherosa Ziehau [Fri, 20 Jan 2012 06:35:34 +0000 (14:35 +0800)]
i386: Implement MSI-X allocation and release support

12 years agoicu/x86_64: Implement MSI-X alloc/release
Sepherosa Ziehau [Fri, 20 Jan 2012 05:09:05 +0000 (13:09 +0800)]
icu/x86_64: Implement MSI-X alloc/release

12 years agokernel: Remove two more major numbers.
Sascha Wildner [Fri, 20 Jan 2012 04:28:10 +0000 (05:28 +0100)]
kernel: Remove two more major numbers.

12 years agokernel: Remove some old major numbers.
Sascha Wildner [Fri, 20 Jan 2012 04:15:50 +0000 (05:15 +0100)]
kernel: Remove some old major numbers.

12 years agoLINT/LINT64: Add snd_gusc.
Sascha Wildner [Fri, 20 Jan 2012 03:58:59 +0000 (04:58 +0100)]
LINT/LINT64: Add snd_gusc.

12 years agoGENERIC: Add back COMPAT_DF12.
Sascha Wildner [Fri, 20 Jan 2012 03:58:35 +0000 (04:58 +0100)]
GENERIC: Add back COMPAT_DF12.

It's a good thing, because it allows for running FreeBSD 4 binaries.

Requested-by: vsrinivas
12 years agokernel: Fix building of snd_gusc.
Sascha Wildner [Fri, 20 Jan 2012 03:56:16 +0000 (04:56 +0100)]
kernel: Fix building of snd_gusc.

12 years agojme: Support multiple MSI-X interrupt model
Sepherosa Ziehau [Fri, 20 Jan 2012 03:00:16 +0000 (11:00 +0800)]
jme: Support multiple MSI-X interrupt model

12 years agoahci(4)/sili(4): Fix some comments.
Sascha Wildner [Fri, 20 Jan 2012 02:13:44 +0000 (03:13 +0100)]
ahci(4)/sili(4): Fix some comments.

Submitted-by: Johannes Hofmann <johannes.hofmann@gmx.de>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/1692>

12 years agoRemove empty DragonFly CVS IDs.
Sascha Wildner [Fri, 20 Jan 2012 02:07:02 +0000 (03:07 +0100)]
Remove empty DragonFly CVS IDs.

12 years agoUpdate files for OpenSSL-1.0.0g import.
Peter Avalos [Fri, 20 Jan 2012 00:19:17 +0000 (16:19 -0800)]
Update files for OpenSSL-1.0.0g import.

12 years agoMerge branch 'vendor/OPENSSL'
Peter Avalos [Fri, 20 Jan 2012 00:17:27 +0000 (16:17 -0800)]
Merge branch 'vendor/OPENSSL'

12 years agoImport OpenSSL-1.0.0g.
Peter Avalos [Fri, 20 Jan 2012 00:11:16 +0000 (16:11 -0800)]
Import OpenSSL-1.0.0g.

o Fix for DTLS DoS issue CVE-2012-0050

12 years agovquota(8): Remove unneeded braces
François Tigeot [Thu, 19 Jan 2012 10:57:20 +0000 (11:57 +0100)]
vquota(8): Remove unneeded braces

12 years agovquota(8): Display full user and group names
François Tigeot [Thu, 19 Jan 2012 10:03:41 +0000 (11:03 +0100)]
vquota(8): Display full user and group names

* Full user and group names are now displayed by default

* add a -n flag to show the raw user and group ids

* refactor the code to use common id printing functions

12 years agoi386: Unbreak LINT building
Sepherosa Ziehau [Thu, 19 Jan 2012 08:10:02 +0000 (16:10 +0800)]
i386: Unbreak LINT building

12 years agobus: Pass intsrerupt description to setup_intr bus method
Sepherosa Ziehau [Thu, 19 Jan 2012 07:49:17 +0000 (15:49 +0800)]
bus: Pass intsrerupt description to setup_intr bus method

If no interrupt description is supplied, then the device's name
will be used.

Add bus_setup_intr_descr(), which allow device drivers to pass
interrupt description.  Reimplement bus_setup_intr() using
bus_setup_intr_descr().

12 years agojme: Split ifnet serializer; in preparation for multiple MSI-X support
Sepherosa Ziehau [Thu, 19 Jan 2012 03:37:37 +0000 (11:37 +0800)]
jme: Split ifnet serializer; in preparation for multiple MSI-X support

12 years agoDisable HAMMER live dedup, mark as experimental
François Tigeot [Wed, 18 Jan 2012 09:36:56 +0000 (10:36 +0100)]
Disable HAMMER live dedup, mark as experimental

* Comment out mentions to it in the hammer(8) manpage

* Live-dedup is a relatively new feature that has not undergone
  extensive testing.

* It may have some issues with HAMMER bigblocks, we do not want
  users to run it on production machines yet.

12 years agocarp: Add comment about carp_update_addrs()
Sepherosa Ziehau [Wed, 18 Jan 2012 08:46:10 +0000 (16:46 +0800)]
carp: Add comment about carp_update_addrs()

12 years agonexus/x86_64: Implement {alloc,release}_msix pcib methods
Sepherosa Ziehau [Wed, 18 Jan 2012 01:32:29 +0000 (09:32 +0800)]
nexus/x86_64: Implement {alloc,release}_msix pcib methods

12 years agoioapic_abi/x86_64: Implement MSI-X alloc/release
Sepherosa Ziehau [Tue, 17 Jan 2012 10:05:21 +0000 (18:05 +0800)]
ioapic_abi/x86_64: Implement MSI-X alloc/release

12 years agomsix/pci: Enable MSI-X by default
Sepherosa Ziehau [Tue, 17 Jan 2012 08:52:36 +0000 (16:52 +0800)]
msix/pci: Enable MSI-X by default

12 years agomsix: Use msix_table_res to determine whether MSI-X is used or not
Sepherosa Ziehau [Tue, 17 Jan 2012 08:03:14 +0000 (16:03 +0800)]
msix: Use msix_table_res to determine whether MSI-X is used or not

12 years agomsix: Make sure vectors are not allocated before setup/teardown
Sepherosa Ziehau [Tue, 17 Jan 2012 07:56:06 +0000 (15:56 +0800)]
msix: Make sure vectors are not allocated before setup/teardown

12 years agomsix: Rework MSI-X allocation, step 5/5
Sepherosa Ziehau [Tue, 17 Jan 2012 07:40:11 +0000 (15:40 +0800)]
msix: Rework MSI-X allocation, step 5/5

Add release_msix_vector pci method

12 years agomxge: Unbreak LINT building due to recent MSI-X allocation changes
Sepherosa Ziehau [Tue, 17 Jan 2012 06:09:44 +0000 (14:09 +0800)]
mxge: Unbreak LINT building due to recent MSI-X allocation changes

12 years agomsix: Rework MSI-X allocation, step 4/many
Sepherosa Ziehau [Tue, 17 Jan 2012 03:57:40 +0000 (11:57 +0800)]
msix: Rework MSI-X allocation, step 4/many

Save MSI-X vector information for resuming and verification

12 years agouname - Allow varsym overrides
Matthew Dillon [Tue, 17 Jan 2012 02:42:26 +0000 (18:42 -0800)]
uname - Allow varsym overrides

* A varsym named UNAME_<opt> will override a uname option, similar to
  how environment variables override a uname option.  Environment variables
  take priority.

12 years agovarsym - Add -x option
Matthew Dillon [Tue, 17 Jan 2012 02:41:24 +0000 (18:41 -0800)]
varsym - Add -x option

* Add the -x option which causes varsym to set per-process variables and
  then exec the command line from the first non-varsym-assign.  For example:

  varsym -x UNAME_n=fubar uname
  varsym -x UNAME_n=fubar /bin/csh
  etc

12 years agoFix the ktr(4) formats for pid_t and lwpid_t on x86_64
Aggelos Economopoulos [Mon, 16 Jan 2012 20:58:37 +0000 (12:58 -0800)]
Fix the ktr(4) formats for pid_t and lwpid_t on x86_64

12 years agoFix a few bugs in the new ktrdump code
Aggelos Economopoulos [Mon, 16 Jan 2012 20:57:05 +0000 (12:57 -0800)]
Fix a few bugs in the new ktrdump code

- Pass in the correct machine_valist pointer on i386 (which means we need
  some indirection on x86_64).
- Keep references to all memory blocks that we allocate and free them
  when we're done with the machine_valist.
- Make sure we don't leak any memory on the error paths either.

12 years agoMerge branch 'vendor/LIBARCHIVE'
Peter Avalos [Mon, 16 Jan 2012 20:03:13 +0000 (12:03 -0800)]
Merge branch 'vendor/LIBARCHIVE'

12 years agoImport libarchive-3.0.3.
Peter Avalos [Mon, 16 Jan 2012 19:55:56 +0000 (11:55 -0800)]
Import libarchive-3.0.3.

-Errors saving sparse files to pax archives.
-allow archive_*_free(NULL)
-empty contents extracting Zip files with bsdcpio
-truncated filenames in listings

12 years agobsd-family-tree: Sync with FreeBSD.
Sascha Wildner [Mon, 16 Jan 2012 19:54:36 +0000 (20:54 +0100)]
bsd-family-tree: Sync with FreeBSD.

12 years agokernel - Fix 3:00 a.m. crashes (deadlocks) related to HAMMER VM use
Matthew Dillon [Mon, 16 Jan 2012 19:33:33 +0000 (11:33 -0800)]
kernel - Fix 3:00 a.m. crashes (deadlocks) related to HAMMER VM use

When memory is low and the pageout daemon needs to write things out we still
need to have at least some reserve to perform the supporting operations for
the pageout.  HAMMER is particularly memory intensive and could get into a
situation where insufficient reserve memory was available, deadlocking the
system.

With these changes DragonFly should run stable on systems with as little
as 256M of ram, and possibly a bit lower.

* The getblk/bread/bwrite/etc brelse/bqrelse sequence used to manage buffers
  had several bugs in it that prevented the low memory handling code from
  operating properly.  The b[q]relse() sequence was not properly detecting
  the low memory condition and freeing or caching the underlying VM pages
  (when possible).

* Also change the low memory test used by the buffer cache from 'severe'
  to 'min' in kern/vfs_bio.c.  We may be able to change this back to 'severe'
  at a later date with further testing.  These tests are in brelse(),
  bqrelse(), and vfs_vmio_release().

* Rewrite bio_page_alloc().  It effectively does the same thing that it did
  before but should operate more smoothly.  We also no longer try to recover
  pages from unrelated buffer cache buffers from this function, which could
  lead to deadlocks.  The warning kprintf is now also rate-limited.

* Add a buffer overload test in the hammer dedup ioctl.  A hammer dedup
  could cause a buffer cache deadlock by allowing too many dirty buffers
  to build up.

* Add a VM memory test to the core hammer flusher code that was previously
  only checking for the UNDO meta-data and buffer overload limits.  This
  is now done on a per-record basis and should prevent HAMMER from allocating
  too much memory during a flusher operation when the VM system is already
  too low on memory.

* Add some vm_wait_nominal() calls in critical I/O paths, but make sure we
  do not use these calls in any I/O path used by the HAMMER pageout code.

  Probably the most important path is the vm_object_page_clean*() code
  path, effectively called via either msync() or via the 30-60 second
  system sync.

* Properly bawrite() a buffer in hammer_vop_write() when IO_ASYNC is set
  (which is used by the pageout daemon), otherwise the pageout daemon will
  not be able to directly recover memory in low memory situations when
  paging to a HAMMER file mapped SHARED/RW.

Testing-by: tuxillo, lentferj, ftigeot, dillon
12 years agohammer - Properly pass -S option to hammer run via remote ssh
Matthew Dillon [Mon, 16 Jan 2012 19:30:22 +0000 (11:30 -0800)]
hammer - Properly pass -S option to hammer run via remote ssh

* Properly pass -S option to hammer run via remote ssh

Reported-by: someone not me, sorry I forgot.
12 years agoumass(4): Remove an unneeded include.
Sascha Wildner [Mon, 16 Jan 2012 19:21:28 +0000 (20:21 +0100)]
umass(4): Remove an unneeded include.

12 years agokern: Update traps, sigbus->sigsegv, cleanup and fixes
John Marino [Mon, 16 Jan 2012 14:56:07 +0000 (15:56 +0100)]
kern: Update traps, sigbus->sigsegv, cleanup and fixes

The primary purpose of this changeset is to change the signal from
bus error to segfault when an attempt to access protected memory is
made.  In the process of doing this, it was noticed that there were
differences between i386 and x86_64 as well as differences between
the actual and virtual kernels.

Several of these differences were addressed.  Extra whitespace was
removed and some syncing between the divergent FreeBSD version was
made.  Some "#if 0" sections were removed.  The virtual kernels were
tested along with the real kernels.  A conservative approach was
taken as there seems to more cruft that could come out.

12 years agortld: add RELRO support
John Marino [Mon, 16 Jan 2012 14:39:15 +0000 (15:39 +0100)]
rtld: add RELRO support

"RELRO" means PLT (partial) or PLT+GOT (full) data is shifted to a
dedicated page by the linker which triggers the dynamic linker to
protect the page by setting the memory to read-only.  This feature
assists in detecting memory corruption and also prevents some types
of buffer overflow exploits.

Until now, this feature was only supported by Linux's glibc.  No BSD
had relro support in their dynamic linker.  I proposed the patch and
it was reviewed by a FreeBSD dynamic linker expert.  Attempts to
access protected data currently results in a bus error signal, but the
next commit will update the kernel trap files to cause the segfault
signal to be emitted instead.

Reviewed-by: Kostik Belousov
12 years agortld: Reorganize reloc_plt and reloc_jmpslots
John Marino [Sat, 14 Jan 2012 15:19:06 +0000 (16:19 +0100)]
rtld: Reorganize reloc_plt and reloc_jmpslots

In the future, more reloc types than just R_$ARCH_JMP_SLOT will be
supported.  FreeBSD already has them and converted to a switch statement
and introduced a new rtld_error message rather than use an ASSERT.
Follow suit and fix a mismatching const as well.

12 years agoMakefile_upgrade.inc: Remove some MLINKS added in 2008 which do now exist.
Sascha Wildner [Mon, 16 Jan 2012 11:15:43 +0000 (12:15 +0100)]
Makefile_upgrade.inc: Remove some MLINKS added in 2008 which do now exist.

12 years agohptiop(4): Sync with FreeBSD.
Sascha Wildner [Mon, 16 Jan 2012 11:11:47 +0000 (12:11 +0100)]
hptiop(4): Sync with FreeBSD.

Set the sense residual properly.

12 years agohptiop(4): Add MODULE_VERSION.
Sascha Wildner [Sun, 15 Jan 2012 11:36:18 +0000 (12:36 +0100)]
hptiop(4): Add MODULE_VERSION.

12 years agohptiop(4): Remove an unused define.
Sascha Wildner [Sat, 14 Jan 2012 22:58:55 +0000 (23:58 +0100)]
hptiop(4): Remove an unused define.

12 years agohptiop(4): Remove an unneeded variable.
Sascha Wildner [Sat, 14 Jan 2012 22:38:26 +0000 (23:38 +0100)]
hptiop(4): Remove an unneeded variable.

device_printf() will already print the unit.

12 years agomsi/msix: Don't allocate MSI/MSI-X if the device does not support any messages
Sepherosa Ziehau [Mon, 16 Jan 2012 10:56:23 +0000 (18:56 +0800)]
msi/msix: Don't allocate MSI/MSI-X if the device does not support any messages

12 years agomsix: Remove MSI-X allocation, step 3/many
Sepherosa Ziehau [Mon, 16 Jan 2012 10:41:49 +0000 (18:41 +0800)]
msix: Remove MSI-X allocation, step 3/many

Add alloc_msix_vector pci method, which allocate one MSI-X at the
specified position on the target CPU

12 years agomsix: Rework MSI-X allocation, step 2/3
Sepherosa Ziehau [Mon, 16 Jan 2012 08:38:36 +0000 (16:38 +0800)]
msix: Rework MSI-X allocation, step 2/3

Add pci_{enable,disable}_msix(), which enable/disable MSI-X globally

12 years agomsix: Rework MSI-X allocation, step 1/3
Sepherosa Ziehau [Mon, 16 Jan 2012 07:10:27 +0000 (15:10 +0800)]
msix: Rework MSI-X allocation, step 1/3

Add pci_{setup,teardown}_msix(), which prepare/cleanup necessary
information for MSI-X allocation operation.

12 years agomsix/pcib: Pass cpuid to {alloc,release}_msix pcib methods
Sepherosa Ziehau [Mon, 16 Jan 2012 05:34:47 +0000 (13:34 +0800)]
msix/pcib: Pass cpuid to {alloc,release}_msix pcib methods

12 years agombuf: Don't raise mbuf limit for jcluster
Sepherosa Ziehau [Mon, 16 Jan 2012 04:06:10 +0000 (12:06 +0800)]
mbuf: Don't raise mbuf limit for jcluster

jcluster's space is shared with normal cluster's space

12 years agombuf: Avoid kmalloc "limit" overflow
Sepherosa Ziehau [Mon, 16 Jan 2012 03:51:54 +0000 (11:51 +0800)]
mbuf: Avoid kmalloc "limit" overflow

Cast stack variable cl_limit and mb_limit to size_t when calculate
the kmalloc limit, so large kern.ipc.nmbclusters will not cause
the calculated value overflow.

12 years agovmstat: ks_limit is size_t not ssize_t
Sepherosa Ziehau [Mon, 16 Jan 2012 03:48:39 +0000 (11:48 +0800)]
vmstat: ks_limit is size_t not ssize_t

12 years agoroute: Add net.route.kmalloc_limit tunable to raise M_RTABLE limit
Sepherosa Ziehau [Mon, 16 Jan 2012 03:11:52 +0000 (11:11 +0800)]
route: Add net.route.kmalloc_limit tunable to raise M_RTABLE limit

12 years agoAdd vfs_accounting to etc/rc.d/Makefile
François Tigeot [Sun, 15 Jan 2012 23:02:35 +0000 (00:02 +0100)]
Add vfs_accounting to etc/rc.d/Makefile

12 years agorc.d: default values for vfs_accounting variables
François Tigeot [Sun, 15 Jan 2012 22:09:27 +0000 (23:09 +0100)]
rc.d: default values for vfs_accounting variables

12 years agorc.d: Add a vfs_accounting script
François Tigeot [Sun, 15 Jan 2012 21:33:08 +0000 (22:33 +0100)]
rc.d: Add a vfs_accounting script

* Its only function for now is to synchronize counters with the real
  disk usage of a list of mount points

* Small rc.conf example:
  vfs_accounting_enable="YES"
  vfs_accounting_sync="/home /mnt/data"

12 years agomake upgrade: Remove some more libarchive manpages.
Sascha Wildner [Sun, 15 Jan 2012 20:38:34 +0000 (21:38 +0100)]
make upgrade: Remove some more libarchive manpages.

12 years agoatphy: Explicitly clear 1000baseT control register for 10/100 only F1 PHY
Sepherosa Ziehau [Sun, 15 Jan 2012 14:04:18 +0000 (22:04 +0800)]
atphy: Explicitly clear 1000baseT control register for 10/100 only F1 PHY

Obtained-from: FreeBSD 221817

  "Explicitly clear 1000baseT control register for F1 PHY used in
   AR8132 FastEthernet controller.  The PHY has no ability to
   establish a gigabit link. Previously only link parters which
   support down-shifting was able to establish link.
   This change should fix a long standing link establishment issue
   of AR8132."

12 years agoatphy: Recognize another F1 PHY
Sepherosa Ziehau [Sun, 15 Jan 2012 13:33:18 +0000 (21:33 +0800)]
atphy: Recognize another F1 PHY

12 years agomiidev: regen
Sepherosa Ziehau [Sun, 15 Jan 2012 13:32:46 +0000 (21:32 +0800)]
miidev: regen

12 years agomiidev: Add PHY ID for Atheros F1 10/100/1000
Sepherosa Ziehau [Sun, 15 Jan 2012 13:32:05 +0000 (21:32 +0800)]
miidev: Add PHY ID for Atheros F1 10/100/1000

12 years agomsi-x: Suffix operation on vectors w/ _vector
Sepherosa Ziehau [Sun, 15 Jan 2012 13:15:53 +0000 (21:15 +0800)]
msi-x: Suffix operation on vectors w/ _vector

12 years agomsi: Don't release MSI-X on MSI releasing path
Sepherosa Ziehau [Sun, 15 Jan 2012 11:59:12 +0000 (19:59 +0800)]
msi: Don't release MSI-X on MSI releasing path

12 years agopci; Remove pci_remap_msix_method declaration; it was nuked
Sepherosa Ziehau [Sun, 15 Jan 2012 11:46:59 +0000 (19:46 +0800)]
pci; Remove pci_remap_msix_method declaration; it was nuked

12 years agortld: Fix TLS inconsistency, cleanups
John Marino [Sat, 14 Jan 2012 13:32:07 +0000 (14:32 +0100)]
rtld: Fix TLS inconsistency, cleanups

Fixes FreeBSD PR kern/160721: TLS is inconsistent
Uses the proper TLS block to calculate the TLS variable address in the
event the TLS data generation was updated.  (FreeBSD SVN 225582)

Also cleaned up a typo and added some parentheses around return
values to sync up with FreeBSD.

12 years agortld: Clang fixes
John Marino [Sat, 14 Jan 2012 12:28:14 +0000 (13:28 +0100)]
rtld: Clang fixes

1) Fix clang warnings
2) Fix r_debug_state function

The r_debug_state function is a hook required for gdb.  Clang will inline
the function, but because it is empty, it won't generate any calls to it.
This results in gdb backtraces being corrupted.  Fixed with the following
hack obtained from FreeBSD SVN 225366.

Fix it by marking the function __noinline, and inserting an empty asm
statement that pretends to clobber memory.  This forces the compiler to
emit calls to the r_debug_state() function throughout rtld.c

12 years agopci: Remove unused MSI remap method
Sepherosa Ziehau [Sat, 14 Jan 2012 12:49:37 +0000 (20:49 +0800)]
pci: Remove unused MSI remap method

12 years agortld: remove broken functionality to build exec. version
John Marino [Sat, 14 Jan 2012 11:38:01 +0000 (12:38 +0100)]
rtld: remove broken functionality to build exec. version

If anyone had tried to build an executable version of the dynamic linker
using the source makefiles, it would have failed.  The i386 version had
bad CFLAGS and the x86_64 was missing the ldscript.  Moreever, as the
gold linker doesn't use ldscripts, it was GNU linker (ld.bfd) specific.

If somebody decides this functionality is still desired, the ldscript
files from FreeBSD (elf_rtld.x) can be imported from FreeBSD likely
without modification.  The now-dummy makefiles were alterated with
similar comments.

12 years agortld: fix some typos
John Marino [Sat, 14 Jan 2012 11:07:49 +0000 (12:07 +0100)]
rtld: fix some typos

12 years agortld: Fix improper sync of map_object.c (17 July 2009)
John Marino [Fri, 13 Jan 2012 20:13:59 +0000 (21:13 +0100)]
rtld: Fix improper sync of map_object.c (17 July 2009)

DragonFly rtld synced FreeBSD commit SVN 195743, but this minor
condition change was missed.

12 years agortld: Revert mprotect optimization during .bss creation
John Marino [Fri, 13 Jan 2012 19:53:42 +0000 (20:53 +0100)]
rtld: Revert mprotect optimization during .bss creation

Using only mprotect over .bss prevented it from writing .bss to the core
files as the whole region for the dso is mmapped with MAP_NOCORE flag.
Revert to previous mmap implementation.
Comes from FreeBSD SVN 225699

12 years agortld: Fix file descriptor leak
John Marino [Fri, 13 Jan 2012 19:43:58 +0000 (20:43 +0100)]
rtld: Fix file descriptor leak

12 years agotest - Correct bug in tuxload and document second bug
Matthew Dillon [Fri, 13 Jan 2012 22:47:17 +0000 (14:47 -0800)]
test - Correct bug in tuxload and document second bug

* Correct a file creation bug in tuxload

* Document that the msync() is not working as originally intended, but
  we like the bugged version better so we're running with it.

12 years agotest - Add tuxload.c
Matthew Dillon [Fri, 13 Jan 2012 20:46:56 +0000 (12:46 -0800)]
test - Add tuxload.c

* Tuxload tries to stress the VM system's free memory.

Submitted-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
12 years agoMachIntrABI: intr_{config,cpuid} -> legacy_intr_{config,cpuid}
Sepherosa Ziehau [Fri, 13 Jan 2012 08:43:24 +0000 (16:43 +0800)]
MachIntrABI: intr_{config,cpuid} -> legacy_intr_{config,cpuid}

So these two functions will not be misused on MSI. No functional changes

12 years agoUpdate files for libarchive-3.0.2 import.
Peter Avalos [Thu, 12 Jan 2012 23:46:15 +0000 (15:46 -0800)]
Update files for libarchive-3.0.2 import.

12 years agoMerge branch 'vendor/LIBARCHIVE'
Peter Avalos [Thu, 12 Jan 2012 23:42:17 +0000 (15:42 -0800)]
Merge branch 'vendor/LIBARCHIVE'

12 years agoImport libarchive-3.0.2.
Peter Avalos [Mon, 9 Jan 2012 02:07:11 +0000 (18:07 -0800)]
Import libarchive-3.0.2.

*libarchive 3.0.2 released
*Various fixes merged from FreeBSD
*Symlink support in Zip reader and writer
*Robustness fixes to 7Zip reader

*libarchive 3.0.1b released
*7Zip reader
*Small fixes to ISO and Zip to improve robustness with corrupted input
*Improve streaming Zip reader's support for uncompressed entries
*New seeking Zip reader supports SFX Zip archives

*libarchive 3.0.0a released
*Update shared-library version calculations for libarchive 3.x
*Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
*Fix reading ISO images built by NetBSD's mkisofs
*Old archive_read_support_compression_XXX functions are deprecated and
 will disappear in libarchive 4.0.
*RAR reader
*Add tar:compat-2x option to emulate broken libarchive 2.x
 handling of pax UTF-8 headers
*Refactor read_open() into a collection of single-item setters;
 support the old interfaces as wrappers
*Split disk writer into separate POSIX and Windows implementations
*More work to return errors instead of calling abort()
*Add charset option to many writers to control MBCS filenames
*Overhauled support for per-format extension options
*Track character set used for mbcs strings, support
 translating to/from user-specified locale
*Recognize mtree files without requiring a signature
*Use iconv to convert to/from Unicode instead of making bad
 assumptions about the C90 character set translation functions
*CAB reader
*LHA/LZH reader
*Many improvements to ISO reader compatibility
*Use larger buffers when copy files into an archive
*archive_read_disk now supports traversals
*XAR writer
*Fix ^T handling; don't exit on interrupted reads and writes
*Improved detection of platform-specific crypto support
*lzip read and write filters
*tar --gid --gname --uid --uname
*Use Red-black tree for ISO reader/writer to improve performance
*Minimal writer for legacy GNU tar format
*Relax handling of state failures; misuse by clients now generally
 results in a sticky ARCHIVE_FATAL rather than a visit to abort()
*ISO writer
*Split many man pages into smaller chunks.
*Cheat on block sizes when reading archives from disk.
*Use int64_t instead of off_t, dev_t, ino_t, uid_t, and gid_t
*Document new ACL functions.
*Support multiple write filters
*Remove some legacy libarchive 1.x APIs
*Read afio headers
*Archive sparse files compatibly with GNU tar
*Support cpio -V

12 years agovknetd - Ignore SIGPIPE
Matthew Dillon [Thu, 12 Jan 2012 19:06:59 +0000 (11:06 -0800)]
vknetd - Ignore SIGPIPE

* Ignore SIGPIPE, fixing an undesired kill of vknetd when a write()
  races a vkernel termination.

Reported-by: tuxillo
12 years agoioapic_abi: More consistent function name w/ legacy interrupt
Sepherosa Ziehau [Thu, 12 Jan 2012 10:48:29 +0000 (18:48 +0800)]
ioapic_abi: More consistent function name w/ legacy interrupt

No functional changes

12 years agotcp_output: Move output mbuf related variables' cleanup to the again label
Sepherosa Ziehau [Thu, 12 Jan 2012 03:09:20 +0000 (11:09 +0800)]
tcp_output: Move output mbuf related variables' cleanup to the again label

Though not all cleanups are necessary if we loop back to again label,
better safe than sorry

12 years agoroute: Log R_Malloc failure in rtrequest1()
Sepherosa Ziehau [Thu, 12 Jan 2012 02:14:44 +0000 (10:14 +0800)]
route: Log R_Malloc failure in rtrequest1()

12 years agodrm.4: Add some info about what to do when acceleration fails to initialize.
Sascha Wildner [Wed, 11 Jan 2012 04:49:17 +0000 (05:49 +0100)]
drm.4: Add some info about what to do when acceleration fails to initialize.

Submitted-by: Andrea Magliano <masterblaster@tiscali.it>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/2230>

12 years agonetgraph: remove unused variable.
Nuno Antunes [Tue, 10 Jan 2012 13:31:17 +0000 (13:31 +0000)]
netgraph: remove unused variable.

12 years agonetgraph: handle M_PREPEND failure.
Nuno Antunes [Mon, 9 Jan 2012 13:56:06 +0000 (13:56 +0000)]
netgraph: handle M_PREPEND failure.

Noticed-by: Sepherosa Ziehau
12 years agonetgraph7: move static to the front and remove MALLOC/FREE macro usage.
Nuno Antunes [Sat, 10 Dec 2011 18:20:24 +0000 (18:20 +0000)]
netgraph7: move static to the front and remove MALLOC/FREE macro usage.

12 years agonetgraph7: uncomment ng_tcpmss cookie.
Nuno Antunes [Sat, 10 Dec 2011 08:42:49 +0000 (08:42 +0000)]
netgraph7: uncomment ng_tcpmss cookie.

* Forgotten in last commit.

12 years agonetgraph7: welcome ng_tcpmss.
Nuno Antunes [Sat, 10 Dec 2011 08:16:51 +0000 (08:16 +0000)]
netgraph7: welcome ng_tcpmss.

12 years agonetgraph7: welcome ng_rfc1490.
Nuno Antunes [Fri, 9 Dec 2011 22:37:28 +0000 (22:37 +0000)]
netgraph7: welcome ng_rfc1490.

12 years agonetgraph7: welcome ng_hub.
Nuno Antunes [Fri, 9 Dec 2011 22:19:07 +0000 (22:19 +0000)]
netgraph7: welcome ng_hub.

12 years agonetgraph7: conditionalize netgraph modules build.
Nuno Antunes [Fri, 9 Dec 2011 20:27:38 +0000 (20:27 +0000)]
netgraph7: conditionalize netgraph modules build.

* If WANT_NETRAPH7 make variable is set then build netgraph7 modules,
  otherwise build netgraph modules.

12 years agonetgraph7: convert lockmgr locks into mutexes.
Nuno Antunes [Fri, 18 Nov 2011 20:45:06 +0000 (20:45 +0000)]
netgraph7: convert lockmgr locks into mutexes.

12 years agoRevert "netgraph7: Make netgraph7 kernel modules names unique."
Nuno Antunes [Sun, 12 Dec 2010 13:22:40 +0000 (13:22 +0000)]
Revert "netgraph7: Make netgraph7 kernel modules names unique."

This reverts commit b3caef111369521fa1099de35840437191aa1436.

* Now that netgraph7 kernel buils is under the WANT_NETGRAPH7 make
  variable, this commit can be reverted.

12 years agonetgraph7: Put netgraph7 kernel build under WANT_NETGRAPH7 make variable too.
Nuno Antunes [Sun, 12 Dec 2010 08:45:42 +0000 (08:45 +0000)]
netgraph7: Put netgraph7 kernel build under WANT_NETGRAPH7 make variable too.

* When the WANT_NETGRAPH7 make variable is set, libnetgraph7 and the
  netgraph7 kernel parts instead of their legacy couterparts.
  Previously, only the libnetgraph7 build was controled by this variable.
  This commit puts the kernel build part under the same variable as well
  so that the legacy kernel modules are not overwriten by the new ones.

12 years agonetgraph7: ng_socket: use lksleep() instead of home brewed version.
Nuno Antunes [Wed, 22 Sep 2010 14:40:24 +0000 (15:40 +0100)]
netgraph7: ng_socket: use lksleep() instead of home brewed version.

* This eliminates the last function in netgraph7/dragonfly.c.
  Remove the file because it is no longer needed.