summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r168515,gshapiro2007-04-09153-4880/+11339
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.14.1gshapiro2007-04-09161-5375/+11950
| |
* | Instead of detecting if lock is already initialized based on standard 1 bitpjd2007-04-096-4/+110
| | | | | | | | | | | | | | check, use more accurate 13 bits check. We had too many false-positives with the standard check. Reported by: mlaier
* | Always try to load zpool.cache instead of trying to find good place topjd2007-04-091-0/+7
| | | | | | | | document it. When there is no such file, it's invisible for the user.
* | We don't have to wait for the root file system to be mounted anymore, now thatpjd2007-04-092-4/+0
| | | | | | | | kobj KPI supports operating on files loaded by the loader.
* | Drop the Giant lock before calling zfs_domount(), which is held whenpjd2007-04-092-2/+8
| | | | | | | | mounting root file system.
* | Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it onpjd2007-04-083-2/+4
| | | | | | | | dedicated /boot/ file system and use ZFS for the root file system.
* | Extend kobj compatibility KPI to support operating on files before andpjd2007-04-084-32/+204
| | | | | | | | | | after the root file system is mounted. This is one of the changes that will allow to put root file system on ZFS.
* | Use root_mounted().pjd2007-04-081-1/+1
| |
* | Add root_mounted() function that returns true if the root file system ispjd2007-04-082-0/+15
| | | | | | | | already mounted.
* | Add missing parenkmacy2007-04-081-4/+4
| |
* | Bump __FreeBSDversion for CAM sg addition.delphij2007-04-081-1/+1
| | | | | | | | Requested by: bsam
* | OK, this is not my day, fix the former fix :/sos2007-04-081-2/+1
| |
* | Due to the recent "aircrack-ptw" WEP cracking discovery, I thoughtsam2007-04-084-163/+909
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Hopefully unbreak the 64bit DMA support this time.sos2007-04-083-11/+9
| |
* | remove stale variable referencekmacy2007-04-081-2/+2
| |
* | MFp4: Synchronize with recent OpenSolaris changes.pjd2007-04-0837-76/+723
| |
* | There can be many reasons of VDEV failures, so log type as well.pjd2007-04-081-1/+1
| |
* | add busdma function for mapping mbuf iovecskmacy2007-04-082-14/+121
| | | | | | | | change m_collapse to return an error code
* | Provide sample entries to handle ZFS problem reports.pjd2007-04-081-0/+31
| | | | | | | | It'd be nice to send them via e-mail...
* | - Use 'name=value' so it can be properly recognized by devd(8).pjd2007-04-082-64/+60
| | | | | | | | - Use only subclass as devd's type.
* | Dont zero out 64BIT flag on DMA ops.sos2007-04-081-2/+3
| |
* | hook uipc_mvec.c into buildkmacy2007-04-082-1/+3
| |
* | Convert driver RX path over to using mbuf ioveckmacy2007-04-084-123/+107
| |
* | Add driver private mbuf iovec support routineskmacy2007-04-082-0/+363
| |
* | prison_free() can be called with a mutex held. This wasn't a problem untilpjd2007-04-081-11/+16
| | | | | | | | | | | | | | | | | | | | | | 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
* | Take vnode pointer and hold it under znode lock, so we won't race withpjd2007-04-082-4/+6
| | | | | | | | | | zfs_reclaim(). This may or may not fix problem reported by kris, but it's definiatelly better that way.
* | Only use prison mutex to protect the fields that need to be protected by it.pjd2007-04-081-2/+2
| |
* | Disable cmi_midiattach(). The implementation is incomplete, and causingariff2007-04-081-1/+2
| | | | | | | | various interesting memory leak issues.
* | If we cannot open /dev/zfs try to load zfs.ko automatically and reopen.pjd2007-04-082-4/+42
| |
* | pr_list is protected by the allprison_lock.pjd2007-04-081-1/+1
| |
* | Move atomic.S files to directories that better fit OpenSolaris directorypjd2007-04-076-22/+6
| | | | | | | | layout.
* | Fix libzpool compilation.pjd2007-04-072-0/+8
| | | | | | | | Reported by: des
* | Remove reference to FBSDprivate version. We do not use it in thiskan2007-04-071-7/+0
| | | | | | | | module yet.
* | Catch up on rtld's special status. Since it does not appear onkan2007-04-071-0/+2
| | | | | | | | | | | | | | | | main object list, its versioning information needs to be examined separately. This hopefully fixes problems that people running with SYMVER_ENABLED are experiencing.
* | Limit the number of system taskq threads to the number of CPUs.pjd2007-04-072-2/+2
| | | | | | | | | | | | They are only used when there is a need for reducing namecache. Observed by: kris, csjp
* | Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-077-0/+1194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Fix build on Solaris.kientzle2007-04-071-1/+1
| |
* | Build ZFS on amd64 and pc98.des2007-04-074-12/+9
| | | | | | | | Approved by: pjd@
* | Fix some type mismatches.des2007-04-072-6/+6
| | | | | | | | Reviewed by: pjd@
* | Allow to tune maximum and minimum memory used by ARC.pjd2007-04-072-10/+26
| |
* | Add my mentee, alexbl.novel2007-04-071-0/+2
| |
* | Hide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE.pjd2007-04-071-1/+1
| | | | | | | | Suggested by: ache
* | Hide bus reset announcements within bootverbose.mjacob2007-04-071-2/+7
| | | | | | | | MFC after: 3 days
* | - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.pjd2007-04-072-6/+2
| | | | | | | | | | | | | | - 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
* | The net.link.tap.up_on_open sysctl was MFCed. While here, fix a minorbrueffer2007-04-071-2/+3
| | | | | | | | whitespace problem in the previous commit.
* | Remove empty section.brueffer2007-04-071-2/+0
| | | | | | | | MFC after: 3 days
* | Fix build.nyan2007-04-071-1/+1
| |
* | Unbreak.hrs2007-04-071-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r168463,des2007-04-071-5/+5
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud