summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Having thrown the cat out of the house, add a necessary include.phk2009-09-081-0/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-0834-1331/+1301
* Add necessary include.phk2009-09-0834-1301/+1331
* Move multi-include protection back up to the top of the file andphk2009-09-081-4/+4
* Move the duplicate definition of struct sockaddr_storage to its ownphk2009-09-083-41/+56
* Lock Giant around vn_open_cred().kib2009-09-081-2/+4
* Fix reference count leak for a case where snapshot's mount point is updated.pjd2009-09-081-0/+7
* Do not check proper request alignment here in geom_dev in production.mav2009-09-081-2/+2
* Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logickientzle2009-09-082-3/+6
* Update tests to match r195873, which corrected how hardlinked fileskientzle2009-09-083-18/+40
* Constify format string pointer, otherwise this would trigger warning whendelphij2009-09-081-1/+1
* A few enhancements I made while working on the Firewire target (sbp_targ).sbruno2009-09-072-3/+7
* If we have to use avl_find(), optimize a bit and use avl_insert() instead ofpjd2009-09-071-5/+10
* When snapshot mount point is busy (for example we are still in it)pjd2009-09-071-1/+9
* Some of the controllers sold as ServeRAID (IBM ServeRAID-MR10i,trasz2009-09-071-1/+4
* Fix detection of file system being shared. After this change commands like:pjd2009-09-071-0/+5
* Enable NFSv4 ACL support in ZFS.trasz2009-09-071-6/+31
* Add regression tests for NFSv4 ACL granular permission enforcement.trasz2009-09-079-2/+738
* Defer thread start until we set priority.pjd2009-09-071-1/+3
* Don't recheck ownership on update mount. This will eliminate LOR betweenpjd2009-09-071-5/+6
* - Avoid holding mutex around M_WAITOK allocations.pjd2009-09-071-6/+26
* Bring the layout of package-split.py more in line with where we're goingkensmith2009-09-071-67/+54
* Prevent the line from wrapping.trasz2009-09-071-1/+1
* Add regression tests for NFSv4 ACLs and update POSIX.1e tests to the changedtrasz2009-09-074-26/+1013
* Add NFSv4 support to setfacl(1).trasz2009-09-076-221/+539
* remove extranous returnsam2009-09-071-1/+1
* fix extraneous return that can cause a memory leaksam2009-09-071-1/+1
* correct typo that was a noop on 32-bit machines but a bug on 64-bit machinessam2009-09-071-1/+1
* When joining a multicast group, the inp_lookup_mcast_ifp callsyrinx2009-09-071-3/+6
* Use printb() instead of rolling its own routine to displayhrs2009-09-071-20/+4
* Suppress an options line when no bit is on.ume2009-09-071-0/+2
* Teach zdb(8) how to obtain GEOM provider size.pjd2009-09-071-0/+8
* Changing provider size is not really supported by GEOM, but doing so whenpjd2009-09-071-5/+16
* If a race is detected, pfs_vncache_alloc() may reclaim a vnode that hadkib2009-09-071-3/+5
* insmntque_stddtr() clears vp->v_data and resets vp->v_op tokib2009-09-072-0/+2
* bzero() on-stack argument, so mutex_init() won't misinterpret that thepjd2009-09-071-0/+1
* Import a vendor fix for a list overrun.attilio2009-09-072-7/+13
* Make sure to use up-to-date libarchive header files from source tree whenpjd2009-09-071-1/+1
* To save small bit of CPU time, hide part of SNTF register read latencymav2009-09-061-9/+7
* MFp4:mav2009-09-061-2/+2
* MFp4:mav2009-09-062-14/+13
* Silent gcc? Yeah, you wish. What I ment was to silence gcc.pjd2009-09-061-2/+2
* Remove unneeded CAM_SIM_MPSAFE check.mav2009-09-061-4/+1
* s/bus %d/scbus%d/ in some messages to correct terminology.mav2009-09-061-2/+2
* MFp4:mav2009-09-061-1/+2
* Avoid extra swi_sched() call, if this SIM is already queued.mav2009-09-061-12/+16
* Initialize state_valid and arraysize variable so gcc won't complain.pjd2009-09-061-1/+3
* Remove constraint, requiring request data to fulfill controller's alignmentmav2009-09-061-3/+3
* Change w_notrunning and w_stillcold from pointer to array so that sizeofantoine2009-09-061-2/+2
* Update etc/mtree/Makefile:antoine2009-09-061-4/+5
OpenPOWER on IntegriCloud