summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefer the use of stdbool to custom defines.eadler2012-11-041-3/+3
* zfs_dirlook: bailout early if directory is unlinkedavg2012-11-041-0/+14
* zfsctl_snapdir_lookup: obtain a snapname in the remount caseavg2012-11-041-0/+1
* zfs: set MNTK_EXTENDED_SHARED flagavg2012-11-041-0/+1
* opensolaris compat: clear VI_MOUNT before returning if mount_snapshot failsavg2012-11-041-0/+3
* zfs_vnode_forget: dispose of larvae vnode using public vfs api (mostly)avg2012-11-041-5/+4
* zfs_umount: no need to set MNTK_UNMOUNTF here, dounmount handles thatavg2012-11-041-4/+0
* opensolaris_lookup: use vfs_busy in traverse before calling VFS_ROOTavg2012-11-041-0/+4
* zfs_vnode_lock: no need to double-guess caller's intentions hereavg2012-11-041-8/+0
* zfs_mount: drop vfs.zfs.rootpool.prefer_cached_config tunableavg2012-11-041-14/+2
* zfs_freebsd_close: call zfs_close with count=1 instead of count=0avg2012-11-041-1/+1
* cpuctl_do_cpuid: explicitly use ecx=0 for cpuid callavg2012-11-041-1/+1
* Add decoding of the missed MNT_KERN_ flags to ddb "show mount" command.kib2012-11-041-0/+5
* Add decoding of the missed VI_ and VV_ flags to ddb "show vnode" command.kib2012-11-041-3/+9
* Order the enumeration of the MNT_ flags to be the same as the order ofkib2012-11-041-2/+2
* New sentence, new line.joel2012-11-041-4/+4
* Add a few basic examples.joel2012-11-041-1/+19
* - Add my mentor relationships to committers-ports.dotgblach2012-11-042-0/+4
* Add an example showing the use of gnop(8) to skip over header data.wblock2012-11-041-1/+13
* Change default prompt to show ~ again for the home directorybapt2012-11-042-2/+2
* Oops - conditionalise that.adrian2012-11-041-0/+2
* Fix a bug where operations was carried on even if not implemented,attilio2012-11-031-6/+4
* Replace all uses of the page queues lock by a R/W lock that is privatealc2012-11-031-34/+40
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-037-63/+7
* EDMA TX tweaks:adrian2012-11-031-7/+28
* Merge the FDT versions of initarm.andrew2012-11-037-2487/+491
* sh: Use C99 flexible array instead of accessing array beyond bounds.jilles2012-11-031-3/+2
* Add tty_set_winsize().ed2012-11-033-37/+24
* For AR9380 NICs - the non-enterprise versions don't support RTS protectionadrian2012-11-031-2/+10
* Add a new HAL call to extract out the HAL enterprise bits from theadrian2012-11-032-1/+23
* 1. Have the APs initialize the TLB1 entries from what has beenmarcel2012-11-034-58/+89
* Add a MD_ROOT_FSTYPE kernel option. The option specifies themarcel2012-11-032-1/+6
* Add the bus attachment for the embedded EHCI HC.marcel2012-11-031-0/+1
* Allow using the embedded EHCI host controller in Freescale SoCsmarcel2012-11-032-6/+12
* Add the buildLINT convenience target, handy for build automation.marcel2012-11-031-0/+3
* o DragonFly 2.3.1 added.maxim2012-11-031-1/+2
* When a file is first being written, the dynamic block reallocationmckusick2012-11-032-2/+75
* Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.delphij2012-11-032-3/+4
* Merge r242395,242483 from mutex implementation:attilio2012-11-033-43/+155
* Revert the change that makes less default.eadler2012-11-032-2/+2
* Fix errno in a couple of error cases.tuexen2012-11-031-1/+3
* Print a newline after the error message.jh2012-11-031-0/+1
* HAL API updates, from the previous couple of HAL commits.adrian2012-11-031-2/+4
* HAL API changes!adrian2012-11-033-3/+15
* Add a debug method to dump the EDMA TX status descriptor contents out.adrian2012-11-032-0/+14
* Sync strlcpy with userland version.delphij2012-11-031-33/+17
* Sync strlen with userland implementation.delphij2012-11-031-13/+98
* Fix typobapt2012-11-031-1/+1
* If no contents keyword is specified, the default for files issjg2012-11-031-0/+47
* Add a couple of examples.joel2012-11-021-1/+65
OpenPOWER on IntegriCloud