dragonfly.git
14 years agoMerge branch 'vendor/ACPICA-UNIX'
Sepherosa Ziehau [Sat, 8 Aug 2009 13:13:47 +0000 (21:13 +0800)]
Merge branch 'vendor/ACPICA-UNIX'

14 years agocproj.3: Add missing man page.
Stathis Kamperis [Sat, 8 Aug 2009 05:14:52 +0000 (08:14 +0300)]
cproj.3: Add missing man page.

14 years agoImport acpica-unix-20090521 gitea/vendor/ACPICA-UNIX origin/vendor/ACPICA-UNIX
Sepherosa Ziehau [Sat, 8 Aug 2009 05:00:47 +0000 (13:00 +0800)]
Import acpica-unix-20090521

14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Sat, 8 Aug 2009 00:37:19 +0000 (17:37 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agoDEVFS - Add required vget when disassociating a vnode from a node.
Matthew Dillon [Sat, 8 Aug 2009 00:35:36 +0000 (17:35 -0700)]
DEVFS - Add required vget when disassociating a vnode from a node.

* We have to protect the vnode when disconnecting the rdev and
  disassociating it from the devfs_node.

* This also has the side effect of properly cycling the vnode refs
  so the namecache gets cleaned up when a node is removed.  Otherwise
  the namecache entry will be left intact, resolved to the now dead
  vnode.

14 years agocacosh(3): Return correct principal value.
Stathis Kamperis [Fri, 7 Aug 2009 17:25:27 +0000 (20:25 +0300)]
cacosh(3): Return correct principal value.

Discussed with Matthias Drochner:
http://mail-index.netbsd.org/source-changes/2009/08/03/msg223605.html

14 years agoDEVFS - delete rule-created aliases on rule reset
Alex Hornung [Fri, 7 Aug 2009 21:32:29 +0000 (22:32 +0100)]
DEVFS - delete rule-created aliases on rule reset

* add a new devfs flag, DEVFS_RULE_CREATED, which is set for alias
  nodes created from within the rule system.

* On rule reset, if a node is an alias and has the flag set, it is
  unlinked and freed.

14 years agodirectory.3: Fix wrong date.
Sascha Wildner [Sun, 2 Aug 2009 20:58:52 +0000 (22:58 +0200)]
directory.3: Fix wrong date.

14 years agostat.2: Document fstatat().
Sascha Wildner [Sat, 1 Aug 2009 16:37:08 +0000 (18:37 +0200)]
stat.2: Document fstatat().

While here, clean up a bit (more is needed, though).

Most-of-it-taken-from: FreeBSD

14 years agodirectory.3: Add some lines about the new fdopendir() function.
Sascha Wildner [Sun, 2 Aug 2009 20:39:11 +0000 (22:39 +0200)]
directory.3: Add some lines about the new fdopendir() function.

14 years agoifconfig.8: Remove empty line.
Sascha Wildner [Sun, 2 Aug 2009 19:38:46 +0000 (21:38 +0200)]
ifconfig.8: Remove empty line.

14 years agomdoc cleanup: Add missing .Os
Sascha Wildner [Sun, 2 Aug 2009 16:39:56 +0000 (18:39 +0200)]
mdoc cleanup: Add missing .Os

14 years agodevelopment.7: add descrption on how to perform vendor imports
Simon Schubert [Thu, 6 Aug 2009 14:48:34 +0000 (16:48 +0200)]
development.7: add descrption on how to perform vendor imports

14 years agodevfsctl - Cleanup and several bugfixes
Alex Hornung [Fri, 7 Aug 2009 20:52:24 +0000 (21:52 +0100)]
devfsctl - Cleanup and several bugfixes

* split lines longer than 80 columns

* Moved TAILQ_INSERT* into get_rule to avoid a problem which
  caused groups to also be inserted and kept in the rule
  list

* Fix several bugs related to config file parsing, including:
  - a bug in the argument checker, which caused a SEGFAULT
  - a bug that would cause lines beginning with whitespaces
    to duplicate their first real token
  - an incorrect check for an empty line, which caused a
    warning about an incorrect verb instead of ignoring
    the line

14 years agovkernel build suite - add README describing network bridging.
Matthew Dillon [Fri, 7 Aug 2009 20:13:33 +0000 (13:13 -0700)]
vkernel build suite - add README describing network bridging.

14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Fri, 7 Aug 2009 20:09:04 +0000 (13:09 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agovkernel build suite - change -I network from /dev/vknet to /var/run/vknet
Matthew Dillon [Fri, 7 Aug 2009 20:08:39 +0000 (13:08 -0700)]
vkernel build suite - change -I network from /dev/vknet to /var/run/vknet

14 years agosubr_disk - don't show 0-size slices
Alex Hornung [Fri, 7 Aug 2009 20:23:41 +0000 (21:23 +0100)]
subr_disk - don't show 0-size slices

When probing the disk, check for 0-size slices and avoid calling
make_dev for them.

Reported-By: Simon "corecode" Schubert
14 years agokern_memio: don't treat any memio device as /dev/zero
Simon Schubert [Fri, 7 Aug 2009 19:58:53 +0000 (21:58 +0200)]
kern_memio: don't treat any memio device as /dev/zero

We actually have to compare zerodev to the passed argument in
iszerodev(), and not compare it to NULL.

14 years agompfr: always include stdint.h to allow build from DragonFly-2.2
Simon Schubert [Fri, 7 Aug 2009 18:06:51 +0000 (20:06 +0200)]
mpfr: always include stdint.h to allow build from DragonFly-2.2

DragonFly 2.2 has some confused headers that define INTMAX_C et al
but don't define intmax_t.  This confuses mpfr and prevents building
mpfr and thus master on 2.2-release.  Work around this problem by always
including stdint.h.  This can go away as soon as we don't need 2.2
crossbuilding compatibility anymore.

14 years ago.gitignore: properly spell cscope, add empty vim swap files
Simon Schubert [Fri, 7 Aug 2009 11:30:10 +0000 (13:30 +0200)]
.gitignore: properly spell cscope, add empty vim swap files

14 years agoboot: consolidate per-platform settings
Simon Schubert [Fri, 7 Aug 2009 09:06:54 +0000 (11:06 +0200)]
boot: consolidate per-platform settings

The bootloader has very specific build requirements, such as absolutely
no floating point ops.

- Define the build options in ${MACHINE_PLATFORM}/Makefile.inc.
- Make amd64/pc64 include the pc32 settings, since they share the boot
  loader
- Build the pc32 boot loader with CPUTYPE=i386 to avoid all FPU ops
- Include these settings also from ficl

14 years agobsd.cpu.gcc44.mk: add i686/pentiumpro alias
Simon Schubert [Fri, 7 Aug 2009 08:58:37 +0000 (10:58 +0200)]
bsd.cpu.gcc44.mk: add i686/pentiumpro alias

We need to map i686 to pentiumpro since this is tested for
later on to set MACHINE_CPU.

14 years agoDEVFS - Fix asynchronous race on reprobe, remove devfs_msg id, cleanup
Matthew Dillon [Fri, 7 Aug 2009 17:39:24 +0000 (10:39 -0700)]
DEVFS - Fix asynchronous race on reprobe, remove devfs_msg id, cleanup

* The synchronous DISK_DISK_REPROBE and DISK_SLICE_REPROBE messages
  return while make_dev devices are still queued to devfs.  Add
  a call to devfs_config() to wait for the creation of those devices
  to finish before returning.

  This fixes numerous problems with shell scripts which fdisk + disklabel +
  newfs in a batch.

* Remove devfs_msg->id, also fixing an issue where the id was retrieves
  after the message is freed.  Async entry points now return void instead
  of the id.

* Adjust devfs_msg_send() to execute the message directly if the calling
  thread is the devfs message thread.  This is not strictly needed right
  now but may be used in the future.

* General cleanup.

14 years agoKernel mtx - Add mtxsleep(), interlocked tsleep w/ mutexes
Matthew Dillon [Fri, 7 Aug 2009 06:09:19 +0000 (23:09 -0700)]
Kernel mtx - Add mtxsleep(), interlocked tsleep w/ mutexes

14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Fri, 7 Aug 2009 01:44:55 +0000 (18:44 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agoDEVFS - vknetd - Change default socket path from /dev/vknet to /var/run/vknet
Matthew Dillon [Fri, 7 Aug 2009 01:43:55 +0000 (18:43 -0700)]
DEVFS - vknetd - Change default socket path from /dev/vknet to /var/run/vknet

Move the default socket path to something not inside /dev.

14 years agokern_memio - fix check for zerodev to fix memory mappings
Alex Hornung [Thu, 6 Aug 2009 23:00:05 +0000 (00:00 +0100)]
kern_memio - fix check for zerodev to fix memory mappings

* Change iszerodev() to check against a saaved cdev_t returned by
  the make_dev creating /dev/zero instead of relying on some
  major/minor magic.

* This fixes a problem when running mono, which caused a segfault
  on memset().

Reported-By: Hasso Tepper
Reported-By: Matthew Dillon
14 years agomtree: No need to create the /dev/fd/ directory anymore.
Sascha Wildner [Thu, 6 Aug 2009 22:02:15 +0000 (00:02 +0200)]
mtree: No need to create the /dev/fd/ directory anymore.

14 years agoMakefile_upgrade.inc: Fix paths.
Sascha Wildner [Thu, 6 Aug 2009 21:34:30 +0000 (23:34 +0200)]
Makefile_upgrade.inc: Fix paths.

14 years agofchmodat.2: Fix MLINKS
Sascha Wildner [Thu, 6 Aug 2009 21:11:43 +0000 (23:11 +0200)]
fchmodat.2: Fix MLINKS

14 years agoDEVFS - Cleanup of devfs_core, devfs_rules and devfs_vfsops
Alex Hornung [Thu, 6 Aug 2009 19:18:53 +0000 (20:18 +0100)]
DEVFS - Cleanup of devfs_core, devfs_rules and devfs_vfsops

14 years agoDEVFS - Code Cleanup
Matthew Dillon [Thu, 6 Aug 2009 17:09:01 +0000 (10:09 -0700)]
DEVFS - Code Cleanup

14 years agoDEVFS - Code cleanup.
Matthew Dillon [Thu, 6 Aug 2009 16:52:42 +0000 (09:52 -0700)]
DEVFS - Code cleanup.

* Syntax, indentation, structure, and minor code changes to make it
  more readable.

14 years agoDEVFS - add vfs ops fhtovp, vptofh and vget
Alex Hornung [Thu, 6 Aug 2009 12:34:45 +0000 (13:34 +0100)]
DEVFS - add vfs ops fhtovp, vptofh and vget

* Add fhtovp and vptofh vfs ops in devfs_vfsops.c, which also fix
  an issue with coredumps. The issue was that, whenever a core
  dump should be generated of an image with a /dev/* node open,
  vptofh would return EOPNOTSUPP and hence the generated core
  would be 0 bytes.

* Add helper function for fhtovp, devfs_inode_to_vnode and
  family to devfs_core.c

* Also add vget vfs op, using the same mechanism as fhtovp.

Reported-By: Hasso Tepper
14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Thu, 6 Aug 2009 15:00:37 +0000 (08:00 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agogetdevpath - support API moved to <fstab.h>
Matthew Dillon [Thu, 6 Aug 2009 15:00:21 +0000 (08:00 -0700)]
getdevpath - support API moved to <fstab.h>

14 years agoRevert "mount - Add missing LDADD and #include"
Alex Hornung [Thu, 6 Aug 2009 12:35:49 +0000 (13:35 +0100)]
Revert "mount - Add missing LDADD and #include"

This reverts commit 891d9aee856c439ef8fc18f5ee7ab785b6c7c899.

14 years agomount - Add missing LDADD and #include
Alex Hornung [Thu, 6 Aug 2009 11:13:16 +0000 (12:13 +0100)]
mount - Add missing LDADD and #include

In mount.c, libutil.h was not being included, but getdevpath() is
used.
Also, -lutil was missing for the link stage.

14 years agosubr_disk - Use serializing tokens for disklist acceses
Alex Hornung [Thu, 6 Aug 2009 08:12:30 +0000 (09:12 +0100)]
subr_disk - Use serializing tokens for disklist acceses

Add the use of lwkt serializing tokens for every operation on the
disklist to avoid possible races.

Reported-By: Antonio Huete
14 years agoDEVFS - Use dyn. memory for alias and clone handler
Alex Hornung [Thu, 6 Aug 2009 07:46:47 +0000 (08:46 +0100)]
DEVFS - Use dyn. memory for alias and clone handler

Change the ->name element for both alias and clone handler structs
to use dynamic memory, allocated just after allocation of the
structs.
Also fix a problem in devfs_make_alias_worker() which would have
caused a warning and non-creation of alias in case one requested
creation of da0 after da0s1a because of a missing length check.

Reported-By: Matthew Dillon
14 years agoadd fchmodat(2) system call
Nicolas Thery [Wed, 5 Aug 2009 20:05:00 +0000 (22:05 +0200)]
add fchmodat(2) system call

Add also its libc_r wrapper and man page.

14 years agoDEVTAB - Add devtab support for manual mounts
Matthew Dillon [Thu, 6 Aug 2009 05:06:13 +0000 (22:06 -0700)]
DEVTAB - Add devtab support for manual mounts

* 2-argument mounts now do a devtab lookup on the device being mounted,
  similar to the lookup done by the fstab scanning code.

14 years agoNFS - Fix crash on client on write attempt to ro fs. Fix ro-test on server.
Matthew Dillon [Thu, 6 Aug 2009 02:58:53 +0000 (19:58 -0700)]
NFS - Fix crash on client on write attempt to ro fs.  Fix ro-test on server.

* A NFS client attempting to create a file would crash on a read-only NFS
  mount instead of returning EROFS.  The bug was introduced with the nfsm
  commit.

* A NFS server was improperly allowing certain modifying operations through.

14 years agoDEVTAB - Add mountroot & fstab support for serial numbers, and devtab.
Matthew Dillon [Thu, 6 Aug 2009 02:37:53 +0000 (19:37 -0700)]
DEVTAB - Add mountroot & fstab support for serial numbers, and devtab.

* The vfs.root.mountfrom /boot/loader.conf variable may now specify
  devfs aliases, allowing it to specify root mounts by serial number.
  Here is an example:

    vfs.root.mountfrom="hammer:serno/L41JYE0G.s1d"

  Note that vfs.root.mountfrom may NOT currently specify /etc/devtab labels.

* /etc/fstab may now specify devfs relative paths (such as serial numbers)
  as well as /etc/devtab labels.  A ".suffix" may be used to extend the
  translation so /etc/devtab only needs to specify the base label.

  Example /etc/fstab:

    # Device                Mountpoint FStype  Options  Dump    Pass
    #
    driveA.s1d              /          hammer  rw       1       1
    driveA.s1b              none       swap    sw       0       0
    driveA.s1a              /boot      ufs     rw       1       1
    serno/L41JYE0G.s1d      /fubar     hammer  rw       1       1

   /etc/devtab:

    driveA          serno   L41JYE0G

14 years agoDEVFS - Cleanup, remove debug messages.
Matthew Dillon [Thu, 6 Aug 2009 00:42:05 +0000 (17:42 -0700)]
DEVFS - Cleanup, remove debug messages.

14 years agoDEVFS - Remove numerous leftovers of the old device code.
Matthew Dillon [Thu, 6 Aug 2009 00:30:32 +0000 (17:30 -0700)]
DEVFS - Remove numerous leftovers of the old device code.

* Remove hashdev(), make_adhoc_dev(), make_sub_dev(), cdev_terminate(),
 dkmodpart(), and dkmodslice().

* Minor cleanup of pty code.

14 years agoDEVFS - Remove use of make_adhoc_dev() by keyboard driver
Matthew Dillon [Thu, 6 Aug 2009 00:13:23 +0000 (17:13 -0700)]
DEVFS - Remove use of make_adhoc_dev() by keyboard driver

* Record the cdev_t for later detach instead of using make_adhoc_dev()
  to look it up.

* Clean the code up a bit.

14 years agoDEVFS - Use v_associate_rdev; fix vcount/count_dev
Alex Hornung [Wed, 5 Aug 2009 22:41:54 +0000 (23:41 +0100)]
DEVFS - Use v_associate_rdev; fix vcount/count_dev

to avoid trouble with both vrevoke() and the drm code which calls
vm_mmap, which in turn expects a vnode as handle, but drm only has
a cdev. If associate_rdev is used, the cdev will have a list of
vnodes currently in use  associated with it.

- This fixes a problem with drm which caused a panic when used.

- count_dev, which is used by vcount, now returns the vnodes'
opencount instead of the number of references.

Reported-By: Johannes Hofmann
14 years agoRemove various references to MAKEDEV(8).
Sascha Wildner [Wed, 5 Aug 2009 22:47:10 +0000 (00:47 +0200)]
Remove various references to MAKEDEV(8).

14 years agoRemove some devices.conf(5) and MAKEDEV(8) related stuff.
Sascha Wildner [Wed, 5 Aug 2009 22:05:23 +0000 (00:05 +0200)]
Remove some devices.conf(5) and MAKEDEV(8) related stuff.

devices.conf(5) functionality will likely be replaced by running
devfsctl on startup.

14 years agomount_devfs/devfsctl: Until we have manpages, don't install wrong ones.
Sascha Wildner [Wed, 5 Aug 2009 21:28:50 +0000 (23:28 +0200)]
mount_devfs/devfsctl: Until we have manpages, don't install wrong ones.

14 years agoDEVFS - Adjust the vkernel to use if_tap's autocloning feature.
Matthew Dillon [Wed, 5 Aug 2009 19:42:52 +0000 (12:42 -0700)]
DEVFS - Adjust the vkernel to use if_tap's autocloning feature.

14 years agoDEVFS - Fix the TAP device. Auto-cloning and old-style iteration both work now.
Matthew Dillon [Wed, 5 Aug 2009 19:42:23 +0000 (12:42 -0700)]
DEVFS - Fix the TAP device.  Auto-cloning and old-style iteration both work now.

14 years agoDEVFS - Fix bug in devfs_clone_bitmap_set() (xor -> &= ~)
Matthew Dillon [Wed, 5 Aug 2009 19:34:06 +0000 (12:34 -0700)]
DEVFS - Fix bug in devfs_clone_bitmap_set() (xor -> &= ~)

14 years agoDEVFS - add make_autoclone_dev to take of clone initializing for devs
Alex Hornung [Wed, 5 Aug 2009 19:25:42 +0000 (20:25 +0100)]
DEVFS - add make_autoclone_dev to take of clone initializing for devs

by creating the device with the right miinor, initing the clone bitmap
and registering the clone handler. Also fix up all users of cloning
to use this new API.

14 years agoDEVFS - change the rdev allocator to consider minor
Alex Hornung [Wed, 5 Aug 2009 18:29:45 +0000 (19:29 +0100)]
DEVFS - change the rdev allocator to consider minor

Add a unique id to each dev ops in use and use this one and the minor
to construct the rdev.

14 years agomount_devfs(8): Clean up C++ comments and comment out an unused variable.
Sascha Wildner [Wed, 5 Aug 2009 19:18:05 +0000 (21:18 +0200)]
mount_devfs(8): Clean up C++ comments and comment out an unused variable.

14 years agoBump __DragonFly_version after devfs import
Alex Hornung [Wed, 5 Aug 2009 14:48:44 +0000 (15:48 +0100)]
Bump __DragonFly_version after devfs import

Requested-by: Hasso Tepper
14 years agodevfsctl - Default to debug build; add to buildworld
Alex Hornung [Wed, 5 Aug 2009 11:38:09 +0000 (12:38 +0100)]
devfsctl - Default to debug build; add to buildworld

Added devfsctl as a subdir for usr.sbin during buildworld.
Enable DEBUG_FLAGS by default when building devfsctl so
it is easier to debug when a problem arises.

14 years agodevfsctl - Cleanup of usage() and its callers
Alex Hornung [Wed, 5 Aug 2009 11:20:04 +0000 (12:20 +0100)]
devfsctl - Cleanup of usage() and its callers

Check if any action was performed, and if not, show  a usage message
to point the user in the right direction of how to use this.
Also remove one indentation tab to make messages easier to read.
Also fix some usage printf issues (missing spaces)

14 years agoDEVFS - Avoid showing devfs aliases to hidden nodes
Alex Hornung [Wed, 5 Aug 2009 11:17:10 +0000 (12:17 +0100)]
DEVFS - Avoid showing devfs aliases to hidden nodes

Aliases (auto-links) that point to a hidden devfs_node won't be
shown in the directory listing.

14 years agodevfsctl - Add userfriendliness; correct #include
Alex Hornung [Wed, 5 Aug 2009 10:50:06 +0000 (11:50 +0100)]
devfsctl - Add userfriendliness; correct #include

Include path was incorrect and required manual mangling. Added
some userfriendliness by printing a more or less useful usage
message.

14 years agoDEVFS - Avoid hiding of /dev/devfs
Alex Hornung [Wed, 5 Aug 2009 02:27:58 +0000 (03:27 +0100)]
DEVFS - Avoid hiding of /dev/devfs

Avoid applying a HIDE rule on /dev/devfs so that one can always
add/clear/reset/apply rules, even after a "* HIDE" rule.

14 years agodevfsctl - Sync up to devfs_rule changes (dynamic memory for strings)
Alex Hornung [Wed, 5 Aug 2009 01:41:48 +0000 (02:41 +0100)]
devfsctl - Sync up to devfs_rule changes (dynamic memory for strings)

Update devfsctl to match the changes in the kernel related to the switch
to dynamically allocated memory for strings in devfs_rule.

14 years agoDEVFS - Cleanup of dead functions/comments; various fixes
Alex Hornung [Wed, 5 Aug 2009 01:10:20 +0000 (02:10 +0100)]
DEVFS - Cleanup of dead functions/comments; various fixes

Cleanup of dead functions and structures and cleanup of C++-style
comments.
Fixes include:
- function devfs_node_is_accessible, which checks if the node is valid
and if it isn't a hidden node.
- calls to devfs_node_is_accessible from most vnops to ensure validity
of the devfs_node they operate on.
- Change of devfs_rule struct to use dynamically allocated memory
instead of using pre-sized buffers. This way we avoid wasting a lot
of memory for each devfs_rule.

14 years agoDEVFS - Cleanup of C++-style comments in subr_diskslice
Alex Hornung [Wed, 5 Aug 2009 01:08:42 +0000 (02:08 +0100)]
DEVFS - Cleanup of C++-style comments in subr_diskslice

Remove or replace all C++-style comments (//) by standard C-style
comments (/* */)

14 years agovcons - Cleanup of leftover kprintfs in vconsole driver
Alex Hornung [Wed, 5 Aug 2009 01:07:23 +0000 (02:07 +0100)]
vcons - Cleanup of leftover kprintfs in vconsole driver

These kprintfs were introduced during initial stages of devfs development
and are now obsolete.

14 years agoDEVFS - Add serial number links for all CAM and NATA attachments.
Matthew Dillon [Wed, 5 Aug 2009 01:36:02 +0000 (18:36 -0700)]
DEVFS - Add serial number links for all CAM and NATA attachments.

All CAM-probed drives and NATA probed drives which have a serial number
will now show up in DEVFS under /dev/serno, in addition to showing up
as da/cd/ad*.  This will ultimately tie into /etc/devtab.

14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Wed, 5 Aug 2009 00:01:11 +0000 (17:01 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agokernel module loader - fix load dependencies from preload modules by kernel
Matthew Dillon [Tue, 4 Aug 2009 23:58:09 +0000 (16:58 -0700)]
kernel module loader - fix load dependencies from preload modules by kernel

The boot loader is supposed to load module dependencies but it misses
a few when e.g. 'snd_hda' is specified in loader.conf.  This resulted
in the kernel itself trying to load the missing dependencies, but the
kernel was running the sysinits for those dependencies immediately during
the preload stage instead of registering them.

Pass a flag to the loader chain to register the sysinits instead of
running them if a dependency is loaded during the preload stage.  This
fixes the problem.  And also, by the way, the loader does not need to
load dependencies any more (though it still does).

Reported-by: corecode, swildner
14 years agoMerge branch 'master' of ssh://alexh@crater.dragonflybsd.org/repository/git/dragonfly
Alex Hornung [Tue, 4 Aug 2009 21:50:27 +0000 (22:50 +0100)]
Merge branch 'master' of ssh://alexh@crater.dragonflybsd.org/repository/git/dragonfly

14 years agoMerge branch 'devfs' of ssh://alexh@leaf.dragonflybsd.org/~/git/dragonfly
Alex Hornung [Tue, 4 Aug 2009 21:45:52 +0000 (22:45 +0100)]
Merge branch 'devfs' of ssh://alexh@leaf.dragonflybsd.org/~/git/dragonfly

14 years agotest commit
Alex Hornung [Tue, 4 Aug 2009 21:10:52 +0000 (22:10 +0100)]
test commit

14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Tue, 4 Aug 2009 20:17:22 +0000 (13:17 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agogzip - Fix stack underflow, exit on path too long
Matthew Dillon [Tue, 4 Aug 2009 20:16:22 +0000 (13:16 -0700)]
gzip - Fix stack underflow, exit on path too long

* Fix a stack underflow issue (from Xin LI <delphij@delphij.net>)

* errx if the path is too long for gzip to properly add or remove a suffix,
  instead of truncating the path.

14 years agoMOUNTCTL - Adjust the hammer and null filesystems to work with the new mountctl
Matthew Dillon [Tue, 4 Aug 2009 20:05:14 +0000 (13:05 -0700)]
MOUNTCTL - Adjust the hammer and null filesystems to work with the new mountctl

14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Tue, 4 Aug 2009 19:56:29 +0000 (12:56 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agoMOUNTCTL - Add MOUNTCTL_MOUNTFLAGS, create vop_stdmountctl() as default.
Matthew Dillon [Tue, 4 Aug 2009 19:55:00 +0000 (12:55 -0700)]
MOUNTCTL - Add MOUNTCTL_MOUNTFLAGS, create vop_stdmountctl() as default.

Submitted-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
14 years agoMerge commit 'crater/master' into devfs
Matthew Dillon [Tue, 4 Aug 2009 17:47:36 +0000 (10:47 -0700)]
Merge commit 'crater/master' into devfs

14 years agoDEVFS - Add required call to devfs_tracer_orphan_count() back in
Matthew Dillon [Tue, 4 Aug 2009 17:46:54 +0000 (10:46 -0700)]
DEVFS - Add required call to devfs_tracer_orphan_count() back in

14 years agoDEVFS - Remove debugging
Matthew Dillon [Tue, 4 Aug 2009 17:39:22 +0000 (10:39 -0700)]
DEVFS - Remove debugging

14 years agoDEVFS - Fix NULL ptr deref when reclaiming unlinked devfs_node.
Matthew Dillon [Tue, 4 Aug 2009 17:38:04 +0000 (10:38 -0700)]
DEVFS - Fix NULL ptr deref when reclaiming unlinked devfs_node.

14 years agoDEVFS - Remove /dev/MAKEDEV* when upgrading.
Matthew Dillon [Tue, 4 Aug 2009 17:19:48 +0000 (10:19 -0700)]
DEVFS - Remove /dev/MAKEDEV* when upgrading.

14 years agoDEVFS - change /dev/pci0 to just /dev/pci (fixes X)
Matthew Dillon [Tue, 4 Aug 2009 17:08:10 +0000 (10:08 -0700)]
DEVFS - change /dev/pci0 to just /dev/pci (fixes X)

14 years agoDEVFS - Fix a bug in devfsctl and devfs_rules
Alex Hornung [Tue, 4 Aug 2009 12:30:03 +0000 (12:30 +0000)]
DEVFS - Fix a bug in devfsctl and devfs_rules

in devfs_rules, a double-lock (lockmgr against lockmgr) lock
occured when adding a link, as the rule would be checked again
from inside the rule check.
Also in devfs_rules, apply brackets to ensure priority as
intended for operators.
in devfsctl, the strlen() of the wrong variable was used.

14 years agoDEVFS - rollup - Userland, nrelease, and installer
Matthew Dillon [Tue, 4 Aug 2009 04:44:57 +0000 (21:44 -0700)]
DEVFS - rollup - Userland, nrelease, and installer

* Remove MAKEDEV and MAKEDEV use in the build system.

* Add a new libc function fdevname() taking a file descriptor and
  returning the device name.

* Remove the MFS /dev for the CD and adjust the nrelease build system
  to use devfs.

* Installer adjustments:  PFI search path, remove device node maker
  (it is non-applicable with devfs).

* Add mount_devfs to the build Makefile.

* Change dhclient to use an auto-cloning bpf.

* The VN device now uses labels by default, and no longer supports
  non-label configurations (though you can of course ignore the label
  area and just r/w the raw device anyway).

Submitted-by: Alex Hornung <ahornung@gmail.com>, and Matthew Dillon
14 years agoDEVFS - rollup - all kernel devices
Matthew Dillon [Tue, 4 Aug 2009 04:42:54 +0000 (21:42 -0700)]
DEVFS - rollup - all kernel devices

* Make changes needed to kernel devices to use devfs.

* Also pre-generate some devices (usually 4) to support system utilities
  which do not yet deal with the auto-cloning device support.

* Adjust the spec_vnops for various filesystems to vector to dummy
  code for read and write, for VBLK/VCHR nodes in old filesystems
  which are no longer supported.

Submitted-by: Alex Hornung <ahornung@gmail.com>
14 years agoDEVS - rollup - kernel core
Matthew Dillon [Tue, 4 Aug 2009 04:38:47 +0000 (21:38 -0700)]
DEVS - rollup - kernel core

* Remove dead code.

* Reference count adjustments for devfs.

* DEVFS integration into kernel core, including automatic probe/reprobe.

* Dummy vnops support for deprecated VCHR and VBLK devices in filesystems.

* Silence MBR warnings for VN with DSO_MBRQUIET flag.

* Change rootdevnames for CD boot.  DEVFS provides e.g. "cd0", "cd0s0".
  The old compatibility-slice partition "c" names are no longer generated
  and have been removed.

Submitted-by: Alex Hornung <ahornung@gmail.com>, and Matthew Dillon
14 years agoDEVFS - rollup, namecache invalidation
Matthew Dillon [Tue, 4 Aug 2009 04:34:12 +0000 (21:34 -0700)]
DEVFS - rollup, namecache invalidation

* Add convenient way to clean out negative namecache entries by simply
  incrementing a generation number in the mount structure.  Used by DEVFS.

14 years agoDEVFS - Remove specfs from the build proper.
Matthew Dillon [Tue, 4 Aug 2009 04:31:17 +0000 (21:31 -0700)]
DEVFS - Remove specfs from the build proper.

14 years agoDEVFS - Rollup
Matthew Dillon [Tue, 4 Aug 2009 04:23:30 +0000 (21:23 -0700)]
DEVFS - Rollup

* Use a dynamically sized dirent structure for devfs_nodes, saving a lot
  of memory.

* Fix m_* lexical space overloading issues.

* Fix issues with numerous uninitialized fields.

* Completely initialize the devfs_node before making it visible to
  userland.

* Properly invalidate negative entries in the namecache when adding new
  devfs nodes.  Also properly recycle disconnected vnodes.

* Properly disassociate a devfs node from its vnode when freeing the
  devfs node.

* Clarify device reference counts and fix a bug or two.

* Get reprobes working.  Sniff writes and automatically reprobe the
  whole disk or a particular slice on close() if the MBR or label area
  is modified.

* Fix memory leak when mounting/umounting devfs.

Submitted-by: Alex Hornung <ahornung@gmail.com>
14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Tue, 4 Aug 2009 04:18:44 +0000 (21:18 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agoGCC-4.4: Fix improper object placement in (potentially read-only) src.
Matthew Dillon [Tue, 4 Aug 2009 01:14:10 +0000 (18:14 -0700)]
GCC-4.4: Fix improper object placement in (potentially read-only) src.

14 years agoCorrect RETURN VALUES in mountctl(2)
Antonio Huete [Tue, 21 Jul 2009 20:16:42 +0000 (22:16 +0200)]
Correct RETURN VALUES in mountctl(2)

14 years agoMerge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Matthew Dillon [Mon, 3 Aug 2009 16:34:20 +0000 (09:34 -0700)]
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

14 years agoAHCI - fix hint.ahci_* -> hint.ahci.*
Matthew Dillon [Mon, 3 Aug 2009 16:33:48 +0000 (09:33 -0700)]
AHCI - fix hint.ahci_* -> hint.ahci.*

The hint variable name was described incorrectly.

14 years agogcc44: properly pass and report target machine and version
Simon Schubert [Mon, 3 Aug 2009 13:00:56 +0000 (15:00 +0200)]
gcc44: properly pass and report target machine and version

Reported-by: hasso@
14 years agogcc34/gcc41: always set library search path
Simon Schubert [Mon, 3 Aug 2009 08:31:22 +0000 (10:31 +0200)]
gcc34/gcc41: always set library search path

Even if -nostdlib or -nodefaultlibs is specified we should pass the
correct library search to ld, so that the user can then properly link
against the right libs, like libc or libgcc.

14 years agogcc44: add patch files necessary for build
Simon Schubert [Mon, 3 Aug 2009 00:43:17 +0000 (02:43 +0200)]
gcc44: add patch files necessary for build

These files were not added because .gitignore contains an entry for
*.patch...