dragonfly.git
16 years agoRemove some dead code.
Sascha Wildner [Sun, 6 Jan 2008 01:29:00 +0000 (01:29 +0000)]
Remove some dead code.

16 years agoSync trm manual with FreeBSD.
Peter Avalos [Sat, 5 Jan 2008 22:46:35 +0000 (22:46 +0000)]
Sync trm manual with FreeBSD.

16 years agoSync with FreeBSD.
Peter Avalos [Sat, 5 Jan 2008 22:44:08 +0000 (22:44 +0000)]
Sync with FreeBSD.

16 years agoSync with FreeBSD:
Peter Avalos [Sat, 5 Jan 2008 22:24:08 +0000 (22:24 +0000)]
Sync with FreeBSD:

CAM_NEW_TRAN_CODE fixes.

Remove unneeded includes and add missing ones.

Use BUS_PROBE_DEFAULT in preference to 0.

Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some
people reported in FreeBSD.

Use bus_alloc_resource_any(9).

Use one bus_dma_tag_t for all pSRB instead of creating one for each.
Free what is allocated for pSRBs at unload time or if something bad happens.

Do not test if pDCB is not NULL, we dereference it before anyway, and it
should not happen. Add a KASSERT instead.

Mark trm as depending on cam.

Use PCIR_BAR(x) instead of PCIR_MAPS.

Remove two useless bzero() calls.

Use cam_calc_geometry.

Indentation/style fixes.

Add support for Tekram DC395U2W cards.

Obtained-from: FreeBSD

16 years agokmalloc(M_WAITOK) never returns NULL.
Nicolas Thery [Sat, 5 Jan 2008 16:56:17 +0000 (16:56 +0000)]
kmalloc(M_WAITOK) never returns NULL.

16 years agoFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO instead of
Sascha Wildner [Sat, 5 Jan 2008 14:02:41 +0000 (14:02 +0000)]
For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO instead of
explicitly bzero()ing.

Reviewed-by: sephe
16 years agoCorrect errno value to comply with SUSv3.
Simon Schubert [Sat, 5 Jan 2008 13:38:08 +0000 (13:38 +0000)]
Correct errno value to comply with SUSv3.

16 years agoAdd support for newer CPU models.
Simon Schubert [Sat, 5 Jan 2008 13:37:15 +0000 (13:37 +0000)]
Add support for newer CPU models.

Obtained-from:  FreeBSD

16 years agoDefine _KERNEL_STRUCTURES when obtaining the list of include files.
Simon Schubert [Sat, 5 Jan 2008 13:36:37 +0000 (13:36 +0000)]
Define _KERNEL_STRUCTURES when obtaining the list of include files.

16 years agoCall selwakeup() from an MP-protected taskqueue.
Simon Schubert [Sat, 5 Jan 2008 13:34:22 +0000 (13:34 +0000)]
Call selwakeup() from an MP-protected taskqueue.

Before, we would call selwakeup() from interrupt context.  This
was working as long kern.intr_mpsafe == 0.  selwakeup() however needs
the MP lock held, so we can't call it directly from the interrupt
when running with kern.intr_mpsafe=1.

Instead, perform the wakeup from a "bottom half" taskqueue SWI to make the
sound devices intr_mpsafe, as they claim to be.

16 years agoDon't let DS_BUSY buses block attachment of other devices.
Simon Schubert [Sat, 5 Jan 2008 13:30:33 +0000 (13:30 +0000)]
Don't let DS_BUSY buses block attachment of other devices.

DS_BUSY implies that the device has been in state DS_ATTACHED
before, so we need include DS_BUSY buses in the search as well.

Joint-work-with:  matthias@

16 years agoExport bootverbose as sysctl debug.bootverbose.
Simon Schubert [Sat, 5 Jan 2008 13:23:48 +0000 (13:23 +0000)]
Export bootverbose as sysctl debug.bootverbose.

16 years agoCommit pkg_radd(1) on behalf of corecode@. pkg_radd is a wrapper for
Matthias Schmidt [Sat, 5 Jan 2008 10:14:26 +0000 (10:14 +0000)]
Commit pkg_radd(1) on behalf of corecode@.  pkg_radd is a wrapper for
pkg_add(1) to install binary packages.  This allows users to install binary
packages out-of-the-box without fetching the pkgsrc(7) tree or without
looking at any site hosting binary packages.

  # pkg_radd -v host
  [...]
  extract: Package name is host-20040812
  extract: CWD to /usr/pkg
  [...]
  Attempting to record package into /var/db/pkg/host-20040812.
  Package host-20040812 registered in /var/db/pkg/host-20040812

The mentioned /etc/settings.conf will follow in a later commit.  pkg_radd
will work fine without that file.

Submitted-by: corecode@
mdoc-ok-by: swildner@

16 years agoBuild aic(4) as a kernel module.
Peter Avalos [Sat, 5 Jan 2008 08:16:04 +0000 (08:16 +0000)]
Build aic(4) as a kernel module.

16 years agoSync with FreeBSD:
Peter Avalos [Sat, 5 Jan 2008 07:27:09 +0000 (07:27 +0000)]
Sync with FreeBSD:

Eliminate support for oldcard by removing the compat shims.

Convert callers to the new bus_alloc_resource_any(9) API.

Initialize variable to fix possible warning.

Use cam_calc_geometry().

Be consistent about "static" functions.

Support for LG GM82C700, an AIC6360 clone.

Add PnP IDs for AHA-1530 and AHA-1520 cards.

Enable 10MHz (fast SCSI) operation on boards that support it.

Bounds check sync periods and offsets passed in from the transport layer.

Tell the user which resource allocation failed (for the ISA probe) if we
weren't able to allocate an IRQ, DRQ or I/O port.

Remove unneeded includes.

Obtained-from: FreeBSD

16 years ago.Pp before .Sh is not needed.
Sascha Wildner [Fri, 4 Jan 2008 18:17:49 +0000 (18:17 +0000)]
.Pp before .Sh is not needed.

16 years agoRenamed kern.ps_showallprocs to security.ps_showallprocs
Matthias Schmidt [Fri, 4 Jan 2008 12:31:45 +0000 (12:31 +0000)]
Renamed kern.ps_showallprocs to security.ps_showallprocs

16 years agoMove the following entries from kern to security
Matthias Schmidt [Fri, 4 Jan 2008 12:16:19 +0000 (12:16 +0000)]
Move the following entries from kern to security

- kern.ps_showallprocs
- kern.ps_showallthreads
- kern.unprivileged_read_msgbuf
- kern.hardlink_check_uid
- kern.hardlink_check_gid

This is only a cosmetic change helping users to find the right sysctls
more easily.  And it could help if we want to add more security related
function (eg MAC framework etc).

While here add missing description for three of them.

16 years agoAdd btconfig(8) - the utility used to configure Bluetooth devices.
Hasso Tepper [Fri, 4 Jan 2008 09:54:22 +0000 (09:54 +0000)]
Add btconfig(8) - the utility used to configure Bluetooth devices.

Obtained-from: NetBSD

16 years agoRemove trailing space.
Sascha Wildner [Thu, 3 Jan 2008 18:18:37 +0000 (18:18 +0000)]
Remove trailing space.

16 years agoSort entries in /etc and bump .Dd for today's change.
Sascha Wildner [Thu, 3 Jan 2008 18:17:08 +0000 (18:17 +0000)]
Sort entries in /etc and bump .Dd for today's change.

16 years agoDon't use leading 0 in .Dd and begin sentence on a new line.
Sascha Wildner [Thu, 3 Jan 2008 18:16:17 +0000 (18:16 +0000)]
Don't use leading 0 in .Dd and begin sentence on a new line.

16 years agoMajor update to pkg_search(1)
Matthias Schmidt [Thu, 3 Jan 2008 16:42:43 +0000 (16:42 +0000)]
Major update to pkg_search(1)

- Print verbose information about packages when operating with the
  pkg_summary(5) file
- pkg_search displayed an incorrect field instead of the URL field.
- Don't download a pkg_summary(5) file if an INDEX file is available
- Honor -k when searching with -v (index file only)
- style(9) changes
- Enhanced the man page, add some comments and change my email address.
- We're on DragonFly so remove the check for DragonFly.

16 years agoAdd bluetooth(3) and sdp(3) libraries. Adjust indenting in progress.
Hasso Tepper [Thu, 3 Jan 2008 13:59:03 +0000 (13:59 +0000)]
Add bluetooth(3) and sdp(3) libraries. Adjust indenting in progress.

Reminded-by: swildner@
16 years agoAdd /etc/bluetooth/ with common files.
Hasso Tepper [Thu, 3 Jan 2008 13:35:21 +0000 (13:35 +0000)]
Add /etc/bluetooth/ with common files.

16 years agoo Mention pam_nologin(8) in nologin(5). Only adapt the changes from FreeBSD
Matthias Schmidt [Thu, 3 Jan 2008 12:47:56 +0000 (12:47 +0000)]
o Mention pam_nologin(8) in nologin(5).  Only adapt the changes from FreeBSD
  related to us.
o Remove the 3rd clause of Berkeley license.

Reminded-by: swildner@
Obtained-From: FreeBSD

16 years agoAdd bluetooth userspace libraries - bluetooth(3) and sdp(3).
Hasso Tepper [Thu, 3 Jan 2008 11:47:53 +0000 (11:47 +0000)]
Add bluetooth userspace libraries - bluetooth(3) and sdp(3).

Obtained-from: NetBSD

16 years agoUse NULL for pointers
Sepherosa Ziehau [Thu, 3 Jan 2008 11:41:05 +0000 (11:41 +0000)]
Use NULL for pointers

16 years agoHAMMER 15/many - user utility infrastructure, refactor alists, misc
Matthew Dillon [Thu, 3 Jan 2008 06:48:49 +0000 (06:48 +0000)]
HAMMER 15/many - user utility infrastructure, refactor alists, misc

* Abstract out userland access to HAMMER's on-disk structures in
  preparation for more userland work.

* Clean up compiler warnings.

* Refactor the A-list recursion API.  Use another bit code (10) to indicate
  the all-allocated & initialized state, verses an all-allocated &
  uninitialized state.

  This allows an all-empty flag to propogate up the chain properly which
  in turn allows us to avoid flushing out dirty backing store for freed
  disk blocks and will eventually lead to freeing typed buffers back to
  the cluster's master a-list.

* Fix an edge case in the B-Tree code related to running out of space
  during an insertion search.  If the insertion search ran out of space
  at a cluster boundary the spike code asserted because the parent B-Tree
  node wasn't in the same cluster as the node it thought it had to spike.
  (The root B-Tree node of a cluster cannot be spiked).

* Use a second cache pointer in the in-memory structure for directory
  inodes.  The second cache will be used for inode lookups relative to
  the directory and will (eventually) greatly reduce the B-Tree search
  overhead required to stat directory elements.

16 years agoAdd definitions for LONG_BIT and WORD_BIT.
Sascha Wildner [Wed, 2 Jan 2008 23:06:44 +0000 (23:06 +0000)]
Add definitions for LONG_BIT and WORD_BIT.

16 years agoBack out the last commit, it asserts in the getblk code due to the vnode
Matthew Dillon [Wed, 2 Jan 2008 22:42:37 +0000 (22:42 +0000)]
Back out the last commit, it asserts in the getblk code due to the vnode
having zero references.  I'll have to find another solution.

16 years agoUFS vnodes must have VM objects before they can be truncated. This is
Matthew Dillon [Wed, 2 Jan 2008 20:15:48 +0000 (20:15 +0000)]
UFS vnodes must have VM objects before they can be truncated.  This is
normally guarenteed when the vnode is instantiated but there is a degenerate
case in ufs_inactive() that wasn't handled.

Reported-by: "Sepherosa Ziehau" <sepherosa@gmail.com>
16 years agoPay attention to the timeout value passed down by the upper layer. This
Hasso Tepper [Wed, 2 Jan 2008 19:29:59 +0000 (19:29 +0000)]
Pay attention to the timeout value passed down by the upper layer. This
fix makes USB CD/DVD writers work.

Obtained-from: NetBSD via FreeBSD

16 years agoAdd pam_nologin(8) to the tree. pam_nologin verifies
Matthias Schmidt [Wed, 2 Jan 2008 17:41:30 +0000 (17:41 +0000)]
Add pam_nologin(8) to the tree.  pam_nologin verifies
whether logins are administratively disabled via nologin(5).  It returns
success if the user's login class has an "ignorenologin" capability spec-
ified in login.conf(5) or the nologin(5) file does not exist.

Obtained-From: FreeBSD

16 years agoAdd more sanity checks in bpf_validate():
Sepherosa Ziehau [Wed, 2 Jan 2008 12:30:34 +0000 (12:30 +0000)]
Add more sanity checks in bpf_validate():
- BPF programs with no instructions or with more than BPF_MAXINSNS
  instructions.
- BPF_STX and BPF_LDX|BPF_MEM instructions that have out-of-range offsets
  (which could be made to fetch or store into arbitrary memory locations).
- BPF_DIV instructions with a constant 0 divisor (that's a check also done
  at run time).

Submitted-by: Guy Harris <guy@alum.mit.edu>
Obtained-from:
    OpenBSD (with additional comments and modification from the submitter)

16 years agoAdd missing ';'.
Hasso Tepper [Wed, 2 Jan 2008 11:41:52 +0000 (11:41 +0000)]
Add missing ';'.

16 years agoMake the cast (zero extension) consistent between non-indexed loads
Sepherosa Ziehau [Wed, 2 Jan 2008 11:22:03 +0000 (11:22 +0000)]
Make the cast (zero extension) consistent between non-indexed loads
and indexed loads.

Submitted-by: Guy Harris <guy@alum.mit.edu>
16 years agoMake NO_GETMAXLUN quirk really do something useful.
Hasso Tepper [Wed, 2 Jan 2008 10:45:31 +0000 (10:45 +0000)]
Make NO_GETMAXLUN quirk really do something useful.

Obtained-from: FreeBSD

16 years agoWhen attached to a high-speed device, report a more appropriate
Hasso Tepper [Wed, 2 Jan 2008 10:43:28 +0000 (10:43 +0000)]
When attached to a high-speed device, report a more appropriate
base transfer speed to CAM. The actual value used (40MB/s) is fairly
arbitrary, but assumes the same 33% overhead as was implied by the
1MB/s figure we used for USB1 devices.

Obtained-from: FreeBSD

16 years agoPass all ATAPI commands through. Fixes detecting capabilities of DVD
Hasso Tepper [Wed, 2 Jan 2008 10:31:53 +0000 (10:31 +0000)]
Pass all ATAPI commands through. Fixes detecting capabilities of DVD
writers.

Obtained-from: FreeBSD with modifications.

16 years agoUse .Bx 386 for 386BSD.
Sascha Wildner [Tue, 1 Jan 2008 23:19:46 +0000 (23:19 +0000)]
Use .Bx 386 for 386BSD.

16 years agoMention /etc/firmware for firmware(9) image files.
Matthias Schmidt [Tue, 1 Jan 2008 18:02:51 +0000 (18:02 +0000)]
Mention /etc/firmware for firmware(9) image files.

16 years agoUpdate to get entries for the Sun Grid Engine and iSCSI.
Matthias Schmidt [Tue, 1 Jan 2008 17:28:20 +0000 (17:28 +0000)]
Update to get entries for the Sun Grid Engine and iSCSI.

Obtained-From: FreeBSD

16 years agoo Add missing dot (.)
Matthias Schmidt [Tue, 1 Jan 2008 17:22:02 +0000 (17:22 +0000)]
o Add missing dot (.)
o Add /usr/pkg/etc to the list of important directories

16 years agoUpdate kdump(1) to print more human readable information.
Matthias Schmidt [Tue, 1 Jan 2008 14:09:02 +0000 (14:09 +0000)]
Update kdump(1) to print more human readable information.

This shows the difference between the old output and the new one:

-73540 telnet   CALL  mmap(0,0xb80,0x3,0x1000,0xffffffff,0,0,0)
+73540 telnet   CALL  mmap(0,0xb80,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
-73540 telnet   CALL  sigprocmask(0x1,0x2806f97c,0xbfbff2c8)
+73540 telnet   CALL  sigprocmask(SIG_BLOCK,0x2806f97c,0xbfbff2c8)
-73540 telnet   CALL  socket(0x1c,0x1,0x6)
+73540 telnet   CALL  socket(PF_INET6,SOCK_STREAM,0x6)

Obtained-from: FreeBSD

16 years agoEnclose O_ROOTCRED in _KERNEL_STRUCTURES. This is needed for the upcoming
Matthias Schmidt [Tue, 1 Jan 2008 14:01:36 +0000 (14:01 +0000)]
Enclose O_ROOTCRED in _KERNEL_STRUCTURES.  This is needed for the upcoming
kdump(1) work.

16 years agoAdd PCI IDs for ICH9.
Sascha Wildner [Tue, 1 Jan 2008 12:16:40 +0000 (12:16 +0000)]
Add PCI IDs for ICH9.

Taken-from: FreeBSD

16 years agoHAMMER 14/many - historical access cleanup, itimes, bug fixes.
Matthew Dillon [Tue, 1 Jan 2008 01:00:03 +0000 (01:00 +0000)]
HAMMER 14/many - historical access cleanup, itimes, bug fixes.

With this commit most historical accesses work and I can go through at least
two cycles of cpdup / rm -rf without crashing.

* Fix a bug in the B-Tree code related to searches on historical records.
  These records are differentiated by key.create_tid but unlike the rest
  of the key the matching algorithm has to be somewhat more sophisticated.
  e.g. A search as of time 10 needs to find a record with a create_tid of 5.

  To make this work properly we use a trick when we generate the separator
  when splitting a leaf. see hammer_btree.c / hammer_make_separator().

* Recycle inodes a link count of 0 immediately.

* Optimization: Do not flush backing store to disk on reclaim.

* Add a per-inode read-only flag.  Mark all historical inodes as read-only

* Implement read-only semantics in the vnops and assert attempts to modify
  inodes marked read-only.

* Properly record the last transaction id for use when synchronizing
  inodes to the platter.  There were a few cases when late synchronizations
  were using the wrong transaction id, breaking user expectations when
  accessing historical data after a sync.

* Update the itimes (atime and mtime). These are non-historical updates by
  default (meaning we just overwrite the latest inode record instead of
  deleting it and inserting a new one).  A future mount option will allow
  these updates to operate historically (the coding is trivial)... didn't
  you always want to know the last time a file was accessed prior to a
  particular date?  Think about it...

* Fix an inode memory leak.  The inode in-memory structure must be freed
  on last reference.  There were cases where it was being left in the
  HAMMER cache.

* Optimization: Reduce vnode scan overhead during 'sync' by improving
  on the inode flags which indicate that some sort of sync is required.

* Optimization: Don't flush inodes when their link count drops by 1, try
  to only flush them when their link drops to 0.

* Fix a couple of potential deadlocks.

* Fix a case in the vnops code where an inode was not being properly flagged
  as being dirty.

16 years agoAdd the 'hammer' utility. This is going to be a catch-all for various
Matthew Dillon [Tue, 1 Jan 2008 00:57:57 +0000 (00:57 +0000)]
Add the 'hammer' utility.  This is going to be a catch-all for various
hammer functions.  At the moment it is just a skeleton.

hammer now - return timestamp suitable for historical access via
  [path]@@<timestamp>

16 years agoAdd 2008 to our copyrights. Happy new year!
Sascha Wildner [Mon, 31 Dec 2007 23:53:32 +0000 (23:53 +0000)]
Add 2008 to our copyrights. Happy new year!

16 years agoSync zoneinfo database with tzdata2007k from elsie.
Sascha Wildner [Mon, 31 Dec 2007 17:26:20 +0000 (17:26 +0000)]
Sync zoneinfo database with tzdata2007k from elsie.

backward:       8.3  -> 8.4
europe:         8.11 -> 8.12
southamerica:   8.13 -> 8.15
zone.tab:       8.12 -> 8.13

From Paul Eggert's comments:

* Changes to the "southamerica" file (combinining material from
  Jesper Norgaard Welen and Paul Eggert) to reflect Argentina's
  readoption of daylight saving time

* Move Atlantic/Jan_Mayen to the 'backward' file
  (thanks to Jonas Melian for this).

16 years agoHAMMER 13B/many - addendum to 13.
Matthew Dillon [Mon, 31 Dec 2007 05:44:33 +0000 (05:44 +0000)]
HAMMER 13B/many - addendum to 13.

* Fix ref count bug w/ hammer_volume.

16 years agoHAMMER 13/many - Stabilization commit
Matthew Dillon [Mon, 31 Dec 2007 05:33:12 +0000 (05:33 +0000)]
HAMMER 13/many - Stabilization commit

* Clean up the in-memory record API.

* Add B-Tree boundary assertions and B-Tree debugging code.

* Delay freeing bits in the allocation bitmaps for B-Tree nodes and
  clusters until the last reference to the in-memory structure goes away.
  This avoids premature reallocation.

* Fix a bug in btree_split_leaf() - the cursor was not being properly
  adjusted in a particular boundary case.

* Fix a recursive lock bug on a buffer cache buffer in hammer_io.c

* Do not allow a non-empty directory to be removed.

* Synthesize directory entries for "." and "..".  Adjust the
  hammer_directory_namekey() procedure to reserve key-space for the
  synthesized entries.

* Fix memory leaks related to the hammer_node and hammer_record structures.

* Finish writing the rename code.

16 years ago- Factor out if_purgeaddrs_nolink(), which frees all non-link ifaddrs no
Sepherosa Ziehau [Mon, 31 Dec 2007 04:58:54 +0000 (04:58 +0000)]
- Factor out if_purgeaddrs_nolink(), which frees all non-link ifaddrs no
  ifnet.if_addrhead
- Use above function in if_detach() and free link ifaddr manually, add some
  assertion there to make sure ifnet.if_addrhead is in sane state

Submitted-by: pavalos@
Obtained-from: FreeBSD (w/ modification)

For tap(4)
- Use if_purgeaddrs_nolink() to clean up tap's if_addrhead
- Cleaning up ifaddrs has nothing to do with current tap's mode (vmnet/tap)
- In non-vmnet mode, clear IFF_RUNNING if_flags when a tap is brought down

For tun(4)
- Use if_purgeaddrs_nolink() to clean up tun's if_addrhead
- Cleaning up ifaddrs has nothing to do with IFF_RUNNING
- in_control() is clever enough to set the RTF_HOST flags for tun, so tun
  does not need to record that dst addr has been set.  Since net/tun/if_tunvar.h
  was exposed to /usr/include "accidentally", instead of nuking TUN_DSTADDR,
  I just mark it as "unused" in comment.

16 years agoKernel part of bluetooth stack ported by Dmitry Komissaroff. Very much work
Hasso Tepper [Sun, 30 Dec 2007 20:02:57 +0000 (20:02 +0000)]
Kernel part of bluetooth stack ported by Dmitry Komissaroff. Very much work
in progress.

Obtained-from: NetBSD via OpenBSD

16 years agoMake DDB optional in vkernels.
Sascha Wildner [Sun, 30 Dec 2007 16:15:05 +0000 (16:15 +0000)]
Make DDB optional in vkernels.

Submitted-by: Nuno Antunes <nuno.antunes@gmail.com>
16 years agoRemove 3rd clause of Berkely copyright, per letter. Don't rename 4. to 3.
Matthias Schmidt [Sun, 30 Dec 2007 13:44:33 +0000 (13:44 +0000)]
Remove 3rd clause of Berkely copyright, per letter.  Don't rename 4. to 3.
to avoid diff mismatch against FreeBSD.

16 years agoBring in some fixes from FreeBSD.
Sascha Wildner [Sun, 30 Dec 2007 11:56:54 +0000 (11:56 +0000)]
Bring in some fixes from FreeBSD.

16 years agoHAMMER 12/many - buffer cache sync, buffer cache interactions, misc fixes.
Matthew Dillon [Sun, 30 Dec 2007 08:49:20 +0000 (08:49 +0000)]
HAMMER 12/many - buffer cache sync, buffer cache interactions, misc fixes.

As of this commit all vnops work, the filesystem remains consistent across
umount/remount, and the 'cpdup / /mnt/root' test succeeds.  There is still
a ton of work to do but this is a major milestone.

* Get sync and umount working properly.  Properly sync out in-memory records
  and inode updates, and properly release buffer cache buffers so the
  kernel can throw them away.

* Modifications to buffers backed by the buffer cache ensure that any
  asynchronous writes complete to avoid a modify-write race.

* Fix miscellanious reference counting bugs.

* Fix two insertion bugs for internal B-Tree nodes that were causing the
  code to blow up.

16 years agoHAMMER 12/many - add VOPs for symlinks, device, and fifo support.
Matthew Dillon [Sun, 30 Dec 2007 00:47:22 +0000 (00:47 +0000)]
HAMMER 12/many - add VOPs for symlinks, device, and fifo support.

* Add some missing VOP bits.  Add a fixed attribute record type and store
  the symlink path as fixed attribute record #1.

* Adjust hammer_inode_data to add missing major and minor device fields.

* Add support for adding generic records and special case deletion of
  an object's entire set of records.

* Fix a minor bug that was causing the root cluster to be improperly kfree()'d.

16 years agoRemove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()
Matthias Schmidt [Sat, 29 Dec 2007 22:55:29 +0000 (22:55 +0000)]
Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()
that has been here for a long time.

Dragonfly-bug: <http://bugs.dragonflybsd.org/issue900>
Submitted-by: Frank W. Josellis <frank@dynamical-systems.org>
Obtained-from: FreeBSD

16 years agoDon't show in netstat(1) output without the -a switch TCP socket in LISTEN
Hasso Tepper [Sat, 29 Dec 2007 22:15:06 +0000 (22:15 +0000)]
Don't show in netstat(1) output without the -a switch TCP socket in LISTEN
state if it happens to be bound to an interface.

Obtained-from: FreeBSD

16 years agoUpdate the man page to reflect the recent sync with FreeBSD.
Matthias Schmidt [Sat, 29 Dec 2007 21:57:58 +0000 (21:57 +0000)]
Update the man page to reflect the recent sync with FreeBSD.

Obtained-From:  FreeBSD

16 years agoSync etc/periodic with FreeBSD. Short summary:
Matthias Schmidt [Sat, 29 Dec 2007 21:44:44 +0000 (21:44 +0000)]
Sync etc/periodic with FreeBSD.  Short summary:

 - Display information about blocked counts from pf(4)
 - Make df output more human readable
 - Add login.conf checking to security
 - Fix several bugs and add some enhancements to various scripts

The list of all relevant FreeBSD Revisions is available here:

http://leaf.dragonflybsd.org/mailarchive/submit/2007-12/msg00009.html

Obtained-From: FreeBSD

16 years agoSync with FreeBSD (adds NetBSD 4.0).
Sascha Wildner [Sat, 29 Dec 2007 21:00:42 +0000 (21:00 +0000)]
Sync with FreeBSD (adds NetBSD 4.0).

16 years agoRemove trailing space.
Sascha Wildner [Sat, 29 Dec 2007 18:18:00 +0000 (18:18 +0000)]
Remove trailing space.

16 years agoRemove the xrpu driver as FreeBSD did ~1 month ago.
Sascha Wildner [Sat, 29 Dec 2007 13:40:28 +0000 (13:40 +0000)]
Remove the xrpu driver as FreeBSD did ~1 month ago.

16 years agoUse TAILQ_HEAD_INITIALIZER to initialize global variable 'ifnet'
Sepherosa Ziehau [Sat, 29 Dec 2007 12:51:17 +0000 (12:51 +0000)]
Use TAILQ_HEAD_INITIALIZER to initialize global variable 'ifnet'

16 years agoHAMMER 11/many - initial spike commit.
Matthew Dillon [Sat, 29 Dec 2007 09:01:27 +0000 (09:01 +0000)]
HAMMER 11/many - initial spike commit.

* Fix a bug in the cluster disk offset calculation.
* Implement the cluster allocator and related header initialization.
* Remove wildcarding from hammer_btree_cmp().
* Move the historical filter out of hammer_btree_cmp() and into its own
  procedure.
* Allow the ending element in a B-Tree range iteration to be inclusive or
  exclusive of the range.
* Add infrastructure for cluster-localizes searches.
* Initial commit of the spike code (still in progress).

This commit brings in most of the infrastructure needed for the spike code.
The spike code is what glues one cluster's B-Tree to another cluster's B-Tree.
At the moment we spike by taking the B-Tree leaf node at the cursor after
a search and moving all of its elements to a new cluster, then replacing
the pointer to that leaf node in the parent B-Tree node with a cluster
reference.

This is non-optimal at the moment.  Several optimizations are possible and
will be eventually be implemented.

16 years agoSync the adduser(8) command with FreeBSD. Summary:
Matthias Schmidt [Fri, 28 Dec 2007 16:37:10 +0000 (16:37 +0000)]
Sync the adduser(8) command with FreeBSD.  Summary:

 o Check if a user already exists
 o Correct nologin path (was /usr/sbin instead of /sbin)
 o Man page fixes (mostly typos and some rewording)

16 years ago- Regroup global variables, function declarations and macros
Sepherosa Ziehau [Fri, 28 Dec 2007 14:09:25 +0000 (14:09 +0000)]
- Regroup global variables, function declarations and macros
- Nuke unused head file
- Minor style changes

# No functional changes

16 years agoUse M_ASSERTPKTHDR
Sepherosa Ziehau [Fri, 28 Dec 2007 13:27:45 +0000 (13:27 +0000)]
Use M_ASSERTPKTHDR

16 years agokmalloc(M_WAITOK) will not return NULL
Sepherosa Ziehau [Fri, 28 Dec 2007 13:16:10 +0000 (13:16 +0000)]
kmalloc(M_WAITOK) will not return NULL

16 years agoUse the correct version.
Sascha Wildner [Fri, 28 Dec 2007 12:34:44 +0000 (12:34 +0000)]
Use the correct version.

16 years ago- Use NULL
Sepherosa Ziehau [Fri, 28 Dec 2007 11:46:38 +0000 (11:46 +0000)]
- Use NULL
- Shut up gcc4 warning; it seems to be confused by the code path

16 years ago- Use M_ZERO
Sepherosa Ziehau [Fri, 28 Dec 2007 11:37:08 +0000 (11:37 +0000)]
- Use M_ZERO
- Minor cleanup

16 years agoTesting
Sascha Wildner [Thu, 27 Dec 2007 23:52:35 +0000 (23:52 +0000)]
Testing

16 years agoEnhance the comment
Matthias Schmidt [Thu, 27 Dec 2007 20:00:51 +0000 (20:00 +0000)]
Enhance the comment

Obtained-From:  FreeBSD

16 years agoTest cvs add :)
Matthias Schmidt [Thu, 27 Dec 2007 15:40:59 +0000 (15:40 +0000)]
Test cvs add :)

16 years agoPass NULL instead of getprogname() to pidfile(). pidfile() will automatically
Matthias Schmidt [Thu, 27 Dec 2007 15:29:40 +0000 (15:29 +0000)]
Pass NULL instead of getprogname() to pidfile().  pidfile() will automatically
detect if the option is NULL and insert the appropriate basename.

16 years agoDon't randomize fortune dat files during build time. fortune will display
Matthias Schmidt [Thu, 27 Dec 2007 13:40:11 +0000 (13:40 +0000)]
Don't randomize fortune dat files during build time.  fortune will display
its entries randomized anyway.  Without this change comparing two trees
(for binary updates) will lead to false postives.

16 years agoAdd 'H' to usage() options. This was missing from the last commit.
Matthias Schmidt [Thu, 27 Dec 2007 13:31:42 +0000 (13:31 +0000)]
Add 'H' to usage() options.  This was missing from the last commit.

16 years agoo Change my personal copyright to the DragonFly copyright
Matthias Schmidt [Thu, 27 Dec 2007 11:52:10 +0000 (11:52 +0000)]
o Change my personal copyright to the DragonFly copyright
o Add a HISTORY entry to the man page

16 years agoHello :)
Matthias Schmidt [Thu, 27 Dec 2007 10:47:55 +0000 (10:47 +0000)]
Hello :)

16 years agoUse .Fa for struct members.
Sascha Wildner [Thu, 27 Dec 2007 04:00:03 +0000 (04:00 +0000)]
Use .Fa for struct members.

16 years agoUse uintmax_t for printing/reading ino_t.
Sascha Wildner [Thu, 27 Dec 2007 02:25:41 +0000 (02:25 +0000)]
Use uintmax_t for printing/reading ino_t.

16 years agoFix off-by-one bug causing core dump when encountering syscall with index
Nicolas Thery [Thu, 27 Dec 2007 00:59:25 +0000 (00:59 +0000)]
Fix off-by-one bug causing core dump when encountering syscall with index
one past the last one known to truss.

DragonFly-bug: <http://bugs.dragonflybsd.org/issue891>

16 years agoTest commit bit :-).
Nicolas Thery [Thu, 27 Dec 2007 00:24:39 +0000 (00:24 +0000)]
Test commit bit :-).

16 years agoVlan tagging support in msk(4) is still missing.
Sascha Wildner [Wed, 26 Dec 2007 16:11:33 +0000 (16:11 +0000)]
Vlan tagging support in msk(4) is still missing.

16 years agoAdd et(4).
Sascha Wildner [Wed, 26 Dec 2007 14:32:31 +0000 (14:32 +0000)]
Add et(4).

16 years agoAdjust various manpages/files for the new msk(4) driver.
Sascha Wildner [Wed, 26 Dec 2007 14:29:30 +0000 (14:29 +0000)]
Adjust various manpages/files for the new msk(4) driver.

16 years agoAdd a manual page for msk(4).
Sascha Wildner [Wed, 26 Dec 2007 14:27:58 +0000 (14:27 +0000)]
Add a manual page for msk(4).

Submitted-by: sephe
Taken-from:   FreeBSD

16 years agoImport msk(4) which supports Marvell Yukon II based NICs (both gigE and fastE)
Sepherosa Ziehau [Wed, 26 Dec 2007 14:02:36 +0000 (14:02 +0000)]
Import msk(4) which supports Marvell Yukon II based NICs (both gigE and fastE)

Obtained-from: FreeBSD (yongari@FreeBSD.org)
Tested-by: me, swildner@, Ferruccio Zamuner <nonsolosoft@diff.org>
# Hardware vlan tagging, hardware checksum offload and jumbo frame support
# are still missing as of this commit.

16 years agoregen
Sepherosa Ziehau [Wed, 26 Dec 2007 13:02:38 +0000 (13:02 +0000)]
regen

16 years agoAdd PHY IDs for Broadcom 5906 10/100
Sepherosa Ziehau [Wed, 26 Dec 2007 13:02:03 +0000 (13:02 +0000)]
Add PHY IDs for Broadcom 5906 10/100

16 years agoregen
Sepherosa Ziehau [Wed, 26 Dec 2007 12:59:09 +0000 (12:59 +0000)]
regen

16 years agoAdd Broadcom 5906/5906M 10/100 NIC PCI IDs
Sepherosa Ziehau [Wed, 26 Dec 2007 12:57:52 +0000 (12:57 +0000)]
Add Broadcom 5906/5906M 10/100 NIC PCI IDs

16 years agoAdd /etc/pam.d, /etc/rc.d and /etc/ssh.
Sascha Wildner [Wed, 26 Dec 2007 05:51:39 +0000 (05:51 +0000)]
Add /etc/pam.d, /etc/rc.d and /etc/ssh.

Taken-from: FreeBSD

16 years agoDon't include .It in the width specifier.
Sascha Wildner [Wed, 26 Dec 2007 05:45:07 +0000 (05:45 +0000)]
Don't include .It in the width specifier.

16 years agoFix typo in kernel option.
Sascha Wildner [Tue, 25 Dec 2007 13:38:47 +0000 (13:38 +0000)]
Fix typo in kernel option.