summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-0542-52/+52
* After years of hard work by many FreeBSD and LLVM developers, makebrooks2012-11-053-2/+14
* In sys/contrib/ngatm/netnatm/msg/uni_ie.c, fix a few warnings from newerdim2012-11-051-4/+4
* Fix a few warnings from newer clang 3.2 in libpmc, about comparing enumdim2012-11-051-2/+2
* Fix a minor typo.mav2012-11-051-1/+1
* sh: Change cmdtype in tblentry from short to signed char.jilles2012-11-051-1/+1
* Add a jitter buffer in the common USB serial driver code whichhselasky2012-11-053-3/+82
* Fix build with clang: properly terminate comment even in #if 0 blocks.delphij2012-11-051-1/+1
* A clarification to the behaviour of the active vnode list managementkib2012-11-051-0/+3
* fuse_io* must be able to crunch also VDIR vnodes.attilio2012-11-051-2/+2
* Sync with domain and protosw data structures.kevlo2012-11-051-1/+9
* Clear IFF_DRV_OACTIVE if any slots were completed.adrian2012-11-051-0/+6
* Back out r242262. The simplified window change/update logic wasn'tandre2012-11-051-47/+16
* TX EDMA debugging fixes:adrian2012-11-051-6/+7
* Revert previous commit.kevlo2012-11-051-7/+9
* Catch up with r242520. s/maxusers/maxbikeshedskevlo2012-11-051-9/+7
* Revert r228695. We use __func__ here as a format to distinguish betweenpjd2012-11-051-1/+1
* rtld: Fix fd leak with parallel dlopen and fork/exec.jilles2012-11-042-4/+4
* MFV: less v453.delphij2012-11-0421-547/+688
* Add support for a few more devices:eadler2012-11-041-0/+4
* Make OK_TO_WRITE_TO_DISK an envrionment variable insteadeadler2012-11-042-46/+44
* 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
OpenPOWER on IntegriCloud