]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
17 years agoFix a logic bug that slipped in at the last minute and apparently escaped
scottl [Mon, 9 Apr 2007 05:43:02 +0000 (05:43 +0000)]
Fix a logic bug that slipped in at the last minute and apparently escaped
testing.

17 years agoAdd -A flag to adjust existing time stamps.
grog [Mon, 9 Apr 2007 02:19:37 +0000 (02:19 +0000)]
Add -A flag to adjust existing time stamps.
Print name by which program was started in usage() message.

MFC after:  2 weeks

17 years agosendmail upgraded to 8.14.1
gshapiro [Mon, 9 Apr 2007 01:47:58 +0000 (01:47 +0000)]
sendmail upgraded to 8.14.1

17 years agoUpdate for sendmail 8.14.1
gshapiro [Mon, 9 Apr 2007 01:46:43 +0000 (01:46 +0000)]
Update for sendmail 8.14.1

17 years agoThis FFR is no longer needed in sendmail 8.14
gshapiro [Mon, 9 Apr 2007 01:45:52 +0000 (01:45 +0000)]
This FFR is no longer needed in sendmail 8.14

17 years agoNew files in sendmail 8.14.1
gshapiro [Mon, 9 Apr 2007 01:45:30 +0000 (01:45 +0000)]
New files in sendmail 8.14.1

17 years agoResolve conflicts from sendmail 8.14.1 import
gshapiro [Mon, 9 Apr 2007 01:44:16 +0000 (01:44 +0000)]
Resolve conflicts from sendmail 8.14.1 import

17 years agoThis commit was generated by cvs2svn to compensate for changes in r168515,
gshapiro [Mon, 9 Apr 2007 01:38:51 +0000 (01:38 +0000)]
This commit was generated by cvs2svn to compensate for changes in r168515,
which included commits to RCS files with non-trunk default branches.

17 years agoImport sendmail 8.14.1
gshapiro [Mon, 9 Apr 2007 01:38:51 +0000 (01:38 +0000)]
Import sendmail 8.14.1

17 years agoInstead of detecting if lock is already initialized based on standard 1 bit
pjd [Mon, 9 Apr 2007 01:05:31 +0000 (01:05 +0000)]
Instead of detecting if lock is already initialized based on standard 1 bit
check, use more accurate 13 bits check. We had too many false-positives with
the standard check.

Reported by: mlaier

17 years agoAlways try to load zpool.cache instead of trying to find good place to
pjd [Mon, 9 Apr 2007 00:04:54 +0000 (00:04 +0000)]
Always try to load zpool.cache instead of trying to find good place to
document it. When there is no such file, it's invisible for the user.

17 years agoWe don't have to wait for the root file system to be mounted anymore, now that
pjd [Mon, 9 Apr 2007 00:03:45 +0000 (00:03 +0000)]
We don't have to wait for the root file system to be mounted anymore, now that
kobj KPI supports operating on files loaded by the loader.

17 years agoDrop the Giant lock before calling zfs_domount(), which is held when
pjd [Mon, 9 Apr 2007 00:02:11 +0000 (00:02 +0000)]
Drop the Giant lock before calling zfs_domount(), which is held when
mounting root file system.

17 years agoMove zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it on
pjd [Sun, 8 Apr 2007 23:59:39 +0000 (23:59 +0000)]
Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it on
dedicated /boot/ file system and use ZFS for the root file system.

17 years agoExtend kobj compatibility KPI to support operating on files before and
pjd [Sun, 8 Apr 2007 23:57:08 +0000 (23:57 +0000)]
Extend kobj compatibility KPI to support operating on files before and
after the root file system is mounted.
This is one of the changes that will allow to put root file system on ZFS.

17 years agoUse root_mounted().
pjd [Sun, 8 Apr 2007 23:54:23 +0000 (23:54 +0000)]
Use root_mounted().

17 years agoAdd root_mounted() function that returns true if the root file system is
pjd [Sun, 8 Apr 2007 23:54:01 +0000 (23:54 +0000)]
Add root_mounted() function that returns true if the root file system is
already mounted.

17 years agoAdd missing paren
kmacy [Sun, 8 Apr 2007 22:56:18 +0000 (22:56 +0000)]
Add missing paren

17 years agoBump __FreeBSDversion for CAM sg addition.
delphij [Sun, 8 Apr 2007 22:45:20 +0000 (22:45 +0000)]
Bump __FreeBSDversion for CAM sg addition.

Requested by: bsam

17 years agoOK, this is not my day, fix the former fix :/
sos [Sun, 8 Apr 2007 21:53:52 +0000 (21:53 +0000)]
OK, this is not my day, fix the former fix :/

17 years agoDue to the recent "aircrack-ptw" WEP cracking discovery, I thought
sam [Sun, 8 Apr 2007 21:18:15 +0000 (21:18 +0000)]
Due to the recent "aircrack-ptw" WEP cracking discovery, I thought
that it might be worth fixing a couple of bugs in wesside and making
it use the new cracking technique.  I think this enhancement makes
the tool quite usable.  It is possible to recover keys in only a
couple of minutes.

* Fix ACKs.  Firmware will ACK data [just set the MAC addr correctly].
* Fix RX routines.  Process all packets read().
* Use aircrack-ptw [built-in] rather than external aircrack.
* Log data in pcap format so that it may be used by others [e.g. aircrack-ng].

Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>

17 years agoHopefully unbreak the 64bit DMA support this time.
sos [Sun, 8 Apr 2007 19:18:51 +0000 (19:18 +0000)]
Hopefully unbreak the 64bit DMA support this time.

17 years agoremove stale variable reference
kmacy [Sun, 8 Apr 2007 18:02:37 +0000 (18:02 +0000)]
remove stale variable reference

17 years agoMFp4: Synchronize with recent OpenSolaris changes.
pjd [Sun, 8 Apr 2007 16:29:25 +0000 (16:29 +0000)]
MFp4: Synchronize with recent OpenSolaris changes.

17 years agoThere can be many reasons of VDEV failures, so log type as well.
pjd [Sun, 8 Apr 2007 16:05:23 +0000 (16:05 +0000)]
There can be many reasons of VDEV failures, so log type as well.

17 years agoadd busdma function for mapping mbuf iovecs
kmacy [Sun, 8 Apr 2007 15:59:07 +0000 (15:59 +0000)]
add busdma function for mapping mbuf iovecs
change m_collapse to return an error code

17 years agoProvide sample entries to handle ZFS problem reports.
pjd [Sun, 8 Apr 2007 15:56:49 +0000 (15:56 +0000)]
Provide sample entries to handle ZFS problem reports.
It'd be nice to send them via e-mail...

17 years ago- Use 'name=value' so it can be properly recognized by devd(8).
pjd [Sun, 8 Apr 2007 15:55:48 +0000 (15:55 +0000)]
- Use 'name=value' so it can be properly recognized by devd(8).
- Use only subclass as devd's type.

17 years agoDont zero out 64BIT flag on DMA ops.
sos [Sun, 8 Apr 2007 15:31:39 +0000 (15:31 +0000)]
Dont zero out 64BIT flag on DMA ops.

17 years agohook uipc_mvec.c into build
kmacy [Sun, 8 Apr 2007 15:18:03 +0000 (15:18 +0000)]
hook uipc_mvec.c into build

17 years agoConvert driver RX path over to using mbuf iovec
kmacy [Sun, 8 Apr 2007 15:04:19 +0000 (15:04 +0000)]
Convert driver RX path over to using mbuf iovec

17 years agoAdd driver private mbuf iovec support routines
kmacy [Sun, 8 Apr 2007 14:56:16 +0000 (14:56 +0000)]
Add driver private mbuf iovec support routines

17 years agoprison_free() can be called with a mutex held. This wasn't a problem until
pjd [Sun, 8 Apr 2007 10:46:23 +0000 (10:46 +0000)]
prison_free() can be called with a mutex held. This wasn't a problem until
I converted allprison_mtx mutex to allprison_lock sx lock. To fix this LOR,
move prison removal to prison_complete() entirely. To ensure that noone
will reference this prison before it's beeing removed from the list skip
prisons with 'pr_ref == 0' in prison_find() and assert that pr_ref has to
greater than 0 in prison_hold().

Reported by: kris
OK'ed by: rwatson

17 years agoTake vnode pointer and hold it under znode lock, so we won't race with
pjd [Sun, 8 Apr 2007 10:29:14 +0000 (10:29 +0000)]
Take vnode pointer and hold it under znode lock, so we won't race with
zfs_reclaim(). This may or may not fix problem reported by kris, but it's
definiatelly better that way.

17 years agoOnly use prison mutex to protect the fields that need to be protected by it.
pjd [Sun, 8 Apr 2007 10:21:38 +0000 (10:21 +0000)]
Only use prison mutex to protect the fields that need to be protected by it.

17 years agoDisable cmi_midiattach(). The implementation is incomplete, and causing
ariff [Sun, 8 Apr 2007 07:52:27 +0000 (07:52 +0000)]
Disable cmi_midiattach(). The implementation is incomplete, and causing
various interesting memory leak issues.

17 years agoIf we cannot open /dev/zfs try to load zfs.ko automatically and reopen.
pjd [Sun, 8 Apr 2007 03:02:08 +0000 (03:02 +0000)]
If we cannot open /dev/zfs try to load zfs.ko automatically and reopen.

17 years agopr_list is protected by the allprison_lock.
pjd [Sun, 8 Apr 2007 02:13:32 +0000 (02:13 +0000)]
pr_list is protected by the allprison_lock.

17 years agoMove atomic.S files to directories that better fit OpenSolaris directory
pjd [Sat, 7 Apr 2007 23:54:54 +0000 (23:54 +0000)]
Move atomic.S files to directories that better fit OpenSolaris directory
layout.

17 years agoFix libzpool compilation.
pjd [Sat, 7 Apr 2007 23:47:14 +0000 (23:47 +0000)]
Fix libzpool compilation.

Reported by: des

17 years agoRemove reference to FBSDprivate version. We do not use it in this
kan [Sat, 7 Apr 2007 23:23:10 +0000 (23:23 +0000)]
Remove reference to FBSDprivate version. We do not use it in this
module yet.

17 years agoCatch up on rtld's special status. Since it does not appear on
kan [Sat, 7 Apr 2007 23:17:00 +0000 (23:17 +0000)]
Catch up on rtld's special status. Since it does not appear on
main object list, its versioning information needs to be examined
separately.

This hopefully fixes problems that people running with SYMVER_ENABLED
are experiencing.

17 years agoLimit the number of system taskq threads to the number of CPUs.
pjd [Sat, 7 Apr 2007 21:41:11 +0000 (21:41 +0000)]
Limit the number of system taskq threads to the number of CPUs.
They are only used when there is a need for reducing namecache.

Observed by: kris, csjp

17 years agoAdd the CAM 'SG' peripheral device. This device implements a subset of the
scottl [Sat, 7 Apr 2007 19:40:58 +0000 (19:40 +0000)]
Add the CAM 'SG' peripheral device.  This device implements a subset of the
Linux SCSI SG passthrough device API.  The intention is to allow for both
running of Linux apps that want to talk to /dev/sg* nodes, and to facilitate
porting of apps from Linux to FreeBSD.  As such, both native and linuxolator
entry points and definitions are provided.

Caveats:
 - This does not support the procfs and sysfs nodes that the Linux SG
   driver provides.  Some Linux apps may rely on these for operation,
   others may only use them for informational purposes.
 - More ioctls need to be implemented.
 - Linux uses a naming scheme of "sg[a-z]" for devices, while FreeBSD uses a
   scheme of "sg[0-9]".  Devfs aliasis (symlinks) are automatically created
   to link the two together.  However, tools like camcontrol only see the
   native names.
 - Some operations were originally designed to return byte counts or other
   data directly as the syscall return value.  The linuxolator doesn't appear
   to support this well, so this driver just punts for these cases.

Now that the driver is in place, others are welcome to add missing
functionality.  Thanks to Roman Divacky for pushing this work along.

17 years agoFix build on Solaris.
kientzle [Sat, 7 Apr 2007 19:35:02 +0000 (19:35 +0000)]
Fix build on Solaris.

17 years agoBuild ZFS on amd64 and pc98.
des [Sat, 7 Apr 2007 19:12:10 +0000 (19:12 +0000)]
Build ZFS on amd64 and pc98.

Approved by: pjd@

17 years agoFix some type mismatches.
des [Sat, 7 Apr 2007 19:11:41 +0000 (19:11 +0000)]
Fix some type mismatches.

Reviewed by: pjd@

17 years agoAllow to tune maximum and minimum memory used by ARC.
pjd [Sat, 7 Apr 2007 19:10:50 +0000 (19:10 +0000)]
Allow to tune maximum and minimum memory used by ARC.

17 years agoAdd my mentee, alexbl.
novel [Sat, 7 Apr 2007 18:54:51 +0000 (18:54 +0000)]
Add my mentee, alexbl.

17 years agoHide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE.
pjd [Sat, 7 Apr 2007 18:31:40 +0000 (18:31 +0000)]
Hide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE.

Suggested by: ache

17 years agoHide bus reset announcements within bootverbose.
mjacob [Sat, 7 Apr 2007 18:15:52 +0000 (18:15 +0000)]
Hide bus reset announcements within bootverbose.

MFC after: 3 days

17 years ago- Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.
pjd [Sat, 7 Apr 2007 16:02:30 +0000 (16:02 +0000)]
- Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.
- Only define SEEK_DATA and SEEK_HOLE in sys/unistd.h when neither
  _POSIX_SOURCE nor _XOPEN_SOURCE is defined.

Pointed out by: bde, ache

17 years agoThe net.link.tap.up_on_open sysctl was MFCed. While here, fix a minor
brueffer [Sat, 7 Apr 2007 14:45:36 +0000 (14:45 +0000)]
The net.link.tap.up_on_open sysctl was MFCed.  While here, fix a minor
whitespace problem in the previous commit.

17 years agoRemove empty section.
brueffer [Sat, 7 Apr 2007 14:36:18 +0000 (14:36 +0000)]
Remove empty section.

MFC after: 3 days

17 years agoFix build.
nyan [Sat, 7 Apr 2007 13:37:45 +0000 (13:37 +0000)]
Fix build.

17 years agoUnbreak.
hrs [Sat, 7 Apr 2007 13:37:39 +0000 (13:37 +0000)]
Unbreak.

17 years agoThis commit was generated by cvs2svn to compensate for changes in r168463,
des [Sat, 7 Apr 2007 13:36:53 +0000 (13:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r168463,
which included commits to RCS files with non-trunk default branches.

17 years agoMerge from upstream:
des [Sat, 7 Apr 2007 13:36:53 +0000 (13:36 +0000)]
Merge from upstream:

------------------------------------------------------------------------
r380 | des | 2006-03-14 15:42:09 +0100 (Tue, 14 Mar 2006) | 1 line

Fix signedness mismatch, and use an explicit cast when calling ctype functions.
------------------------------------------------------------------------

17 years agoNew release notes:
brueffer [Sat, 7 Apr 2007 11:53:22 +0000 (11:53 +0000)]
New release notes:
- PIM option now included in MROUTING
- MSI support + MFC
- TCP_DROP_SYNFIN compiled in by default
- FICL updated to 3.03
- icee driver added
- net.link.tap.up_on_open sysctl added
- ZFS support added

Updated release notes:
- ncurses 5.6-20061217 MFC noted
- mpsave_vfs=1 on powerpc

17 years agoAdd missing mutex_init() which was causing assertion panic when on clone
pjd [Sat, 7 Apr 2007 11:04:37 +0000 (11:04 +0000)]
Add missing mutex_init() which was causing assertion panic when on clone
destruction.

Reported by: kris

17 years agoPrevent the usage of an uninitialized variable: do not accept
piso [Sat, 7 Apr 2007 09:52:36 +0000 (09:52 +0000)]
Prevent the usage of an uninitialized variable: do not accept
StartMediaTx message before an OpnRcvChnAck message was received.

Reviewed by: glebius
Approved by: glebius (mentor)
MFC after:      3 days
Found with: Coverity Prevent(tm)
CID: 498

17 years agoSilence Coverity about an unused variable.
piso [Sat, 7 Apr 2007 09:47:39 +0000 (09:47 +0000)]
Silence Coverity about an unused variable.

Reviewed by:  glebius
Approved by:  glebius (mentor)
MFC after:  3 days
CID:  538

17 years agoAdded the IPLware 3.33 support.
kato [Sat, 7 Apr 2007 08:37:04 +0000 (08:37 +0000)]
Added the IPLware 3.33 support.
  - Added magic numbers to pretend the NEC original program version
    2.70.
  - Added string display routine with Shift-JIS code support.
  - Added three nop instructions at start1 in start.s since the
    installaer of the IPLware put 'call $0x09ab' instruction.
  - Put the near return instruction at 0x9ab in selector.s.

Since the Shit-JIS display routine must be located at 0x1243, the
linker script file (ldscript) is applied.

17 years agoFix the output of percentage figures, which mistakenly were
dds [Sat, 7 Apr 2007 06:38:19 +0000 (06:38 +0000)]
Fix the output of percentage figures, which mistakenly were
the corresponding ratios.

PR: bin/111329
MFC after: 10 days

17 years agoSimplify the logic for handling header read
kientzle [Sat, 7 Apr 2007 05:56:40 +0000 (05:56 +0000)]
Simplify the logic for handling header read
errors.

17 years agoEnable 'ar' support; hook it up to the build and
kientzle [Sat, 7 Apr 2007 05:54:23 +0000 (05:54 +0000)]
Enable 'ar' support; hook it up to the build and
enable it with _read_support_format_all().

17 years agoClarification: Point people to archive_read_data(), which
kientzle [Sat, 7 Apr 2007 05:53:11 +0000 (05:53 +0000)]
Clarification: Point people to archive_read_data(), which
should be used instead of archive_read_data_into_buffer().

17 years agoback out last change
kmacy [Sat, 7 Apr 2007 05:09:40 +0000 (05:09 +0000)]
back out last change

Requested by: ru

17 years agoUpdate the man page a bit- also to reflect that testing
mjacob [Sat, 7 Apr 2007 04:01:00 +0000 (04:01 +0000)]
Update the man page a bit- also to reflect that testing
that Jun Kuriyama did to verify the PCI-Express (Apple
Fibre Channel) HBA.

MFC after: 3 days

17 years agoWhen copying data from one archive to another, only set the error
cperciva [Sat, 7 Apr 2007 03:37:59 +0000 (03:37 +0000)]
When copying data from one archive to another, only set the error
message in the reader to the error message from the writer if the
error which occurred was in the writer.  This avoids error messages
of "Empty error message" when extracting truncated archives.

17 years agoDescribe PT_GETLWPLIST's arguments.
emaste [Sat, 7 Apr 2007 03:16:23 +0000 (03:16 +0000)]
Describe PT_GETLWPLIST's arguments.

17 years agoFix a bug for over 4GB media.
simokawa [Sat, 7 Apr 2007 02:52:13 +0000 (02:52 +0000)]
Fix a bug for over 4GB media.

MFC after: 3 days

17 years agoAdd a small test program for the additional socket options which
bms [Fri, 6 Apr 2007 23:39:17 +0000 (23:39 +0000)]
Add a small test program for the additional socket options which
RFC 3678 (Source-specific Multicast API) brings to FreeBSD.

17 years agoRemove XXX comment that changes to file fields should be protected with
rwatson [Fri, 6 Apr 2007 23:31:30 +0000 (23:31 +0000)]
Remove XXX comment that changes to file fields should be protected with
the file lock rather than the filedesc lock: I fixed this in the last
revision.

Spotted by: kris

17 years agopc98 boot2 is compiled with _KERNEL defined, and that makes non-static
kan [Fri, 6 Apr 2007 20:50:24 +0000 (20:50 +0000)]
pc98 boot2 is compiled with _KERNEL defined, and that makes non-static
bootinfo variable declaration visible. It conflicts with static
declaration in this file. Declare variable as globally visible in
order to resolve the conflict.

17 years ago__p_rcode_syms is declared as external in resolv.conf, so it cannot be
kan [Fri, 6 Apr 2007 19:45:17 +0000 (19:45 +0000)]
__p_rcode_syms is declared as external in resolv.conf, so it cannot be
redeclared as static in res_debug.c.

Make __p_rcode_syms global and add it to Symbol map. The rest of
__p_??_syms are already global.

Choice of FBSD_1.0 version for these debug symbols seems strange and
should be revisited before symbol  versioning is enabled for libc.so.7.

17 years agoFix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.
jkim [Fri, 6 Apr 2007 18:15:56 +0000 (18:15 +0000)]
Fix kernel module dependency.  linprocfs depends on sysvmsg and sysvsem.

Submitted by: nork

17 years agoAdd the PG_NX support for i386/PAE.
ru [Fri, 6 Apr 2007 18:15:03 +0000 (18:15 +0000)]
Add the PG_NX support for i386/PAE.

Reviewed by: alc

17 years agoThis commit was generated by cvs2svn to compensate for changes in r168433,
kan [Fri, 6 Apr 2007 17:43:46 +0000 (17:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r168433,
which included commits to RCS files with non-trunk default branches.

17 years agoImport two binutils header files from FSF 2.15 branch.
kan [Fri, 6 Apr 2007 17:43:46 +0000 (17:43 +0000)]
Import two binutils header files from FSF 2.15 branch.
These fix binutils compilation on i386/amd64 with GCC 4.1 and
have no other effect.

No response by: obrien

17 years agoAdd 64bit addressing support to SiI 3132/3124
sos [Fri, 6 Apr 2007 17:36:35 +0000 (17:36 +0000)]
Add 64bit addressing support to SiI 3132/3124

17 years agoRemove debug gunk.
sos [Fri, 6 Apr 2007 16:21:34 +0000 (16:21 +0000)]
Remove debug gunk.

17 years agoAdd support for 64bit addressing to AHCI and Marvell controllers.
sos [Fri, 6 Apr 2007 16:18:59 +0000 (16:18 +0000)]
Add support for 64bit addressing to AHCI and Marvell controllers.
Munged into ATA shape and Marvell specifics my yours truely.

Submitted by: jhb

17 years agoRemove conflicting extern decralaration for mboxfile variable.
kan [Fri, 6 Apr 2007 15:51:35 +0000 (15:51 +0000)]
Remove conflicting extern decralaration for mboxfile variable.
It is defined as static in implementation file.

17 years agogetblocksize expects pointer to long as a second argument, not
kan [Fri, 6 Apr 2007 15:36:43 +0000 (15:36 +0000)]
getblocksize expects pointer to long as a second argument, not
a pointer to u_long.

17 years agonfe(4) supports polling.
brueffer [Fri, 6 Apr 2007 14:25:14 +0000 (14:25 +0000)]
nfe(4) supports polling.

17 years agoSysctl description is not a format string, so one % is enough.
pjd [Fri, 6 Apr 2007 12:53:54 +0000 (12:53 +0000)]
Sysctl description is not a format string, so one % is enough.

17 years agoMFi386: add libkern/memset.c
nyan [Fri, 6 Apr 2007 11:30:31 +0000 (11:30 +0000)]
MFi386: add libkern/memset.c

17 years agosort.
nyan [Fri, 6 Apr 2007 11:29:52 +0000 (11:29 +0000)]
sort.

17 years agoUse strcasecmp() from libkern.
pjd [Fri, 6 Apr 2007 11:21:01 +0000 (11:21 +0000)]
Use strcasecmp() from libkern.

17 years agoImplement a work-around for poor ggate write performance.
pjd [Fri, 6 Apr 2007 11:19:48 +0000 (11:19 +0000)]
Implement a work-around for poor ggate write performance.

17 years agoWe have strcasecmp() in libkern now.
pjd [Fri, 6 Apr 2007 11:18:57 +0000 (11:18 +0000)]
We have strcasecmp() in libkern now.

17 years agoRemove temporary files when there are no longer needed.
pjd [Fri, 6 Apr 2007 11:16:11 +0000 (11:16 +0000)]
Remove temporary files when there are no longer needed.

17 years agoClaim maintainership of ZFS.
pjd [Fri, 6 Apr 2007 10:57:15 +0000 (10:57 +0000)]
Claim maintainership of ZFS.

17 years agoOops, keep things sorted.
pjd [Fri, 6 Apr 2007 10:33:06 +0000 (10:33 +0000)]
Oops, keep things sorted.

Found by: ru

17 years agostyle(9):
yar [Fri, 6 Apr 2007 08:43:30 +0000 (08:43 +0000)]
style(9):
Use a single space before $FreeBSD$ to avoid terminal line overflow.

Pointed out by: ru (The All-Seeing Eye)

17 years agomake modules compile without updating etc
kmacy [Fri, 6 Apr 2007 06:05:45 +0000 (06:05 +0000)]
make modules compile without updating etc

17 years agoBe more conservative and compile libkern/memset.c only on architectures
kan [Fri, 6 Apr 2007 04:51:50 +0000 (04:51 +0000)]
Be more conservative and compile libkern/memset.c only on architectures
than need it. These are i386, amd64 and powerpc so far.

17 years agoBump __FreeBSD_version on ZFS import.
pjd [Fri, 6 Apr 2007 02:33:43 +0000 (02:33 +0000)]
Bump __FreeBSD_version on ZFS import.

Requested by: nork

17 years agoAdd ZFS periodic scripts that monitors status of ZFS pools.
pjd [Fri, 6 Apr 2007 02:33:06 +0000 (02:33 +0000)]
Add ZFS periodic scripts that monitors status of ZFS pools.

Submitted by: des