aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-1013-87/+237
* Fix several unsafe pointer dereferences in the buffered_write()Konstantin Belousov2013-02-101-3/+23
* Remove a racy checks on resident and cached pages forAttilio Rao2013-02-101-12/+0
* Add nmtree to ITOOLS if it is installed on the host instead of keying offBrooks Davis2013-02-091-2/+4
* Fix breakage introduced in r246318.Tim Kientzle2013-02-091-1/+2
* Add dtc to the build.Tim Kientzle2013-02-091-0/+1
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-0910-320/+228
* Reference something which exists instead of the non-existent runsocksEitan Adler2013-02-091-5/+5
* Fix logic inversion.Eitan Adler2013-02-091-1/+1
* Fix some NLS catalogs broken after r245888.Antoine Brodin2013-02-091-1/+1
* Add more obsolete files.Antoine Brodin2013-02-091-0/+4
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-096-54/+57
* mdoc: Remove EOL whitespace.Joel Dahl2013-02-092-4/+4
* MFV r245512:Xin LI2013-02-0919-5/+1621
|\
| * Update vendor/illumos/dist and vendor-sys/illumos/distXin LI2013-01-1613-3/+1383
* | Fix LINT build for ARM.Xin LI2013-02-091-0/+1
* | Fix LINT build on amd64.Xin LI2013-02-091-4/+4
* | The encryption type field needs to be preserved for each descriptorAdrian Chadd2013-02-091-0/+6
* | Do not hold locks around hardware context reads.Navdeep Parhar2013-02-091-10/+11
* | Correctly list the usbloader dependencies.Hans Petter Selasky2013-02-081-2/+2
* | Make sure we don't leak command buffers when a USBHans Petter Selasky2013-02-081-6/+6
* | In r246282 the KTR_ENTRIES was specified with syntax error, fix it so 'makeXin LI2013-02-081-1/+1
* | Fix regression issue after r244503:Hans Petter Selasky2013-02-082-25/+25
* | ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.Pedro F. Giffuni2013-02-082-2/+1
* | ext2fs: make e2fs_maxcontig local and remove tautological check.Pedro F. Giffuni2013-02-082-7/+3
* | Remove unused MAXSYMLINKLEN macro.Pedro F. Giffuni2013-02-082-5/+0
* | add semicolon to end of CALLOUT_HANDLE_INITIALIZER example.Alfred Perlstein2013-02-081-1/+1
* | patch: Follow original versioning convention.Pedro F. Giffuni2013-02-081-1/+1
* | Fix NFSv4 permission description in setfacl(1) manual page: the 'D'Edward Tomasz Napierala2013-02-081-2/+2
* | Improve description of the "-m" option to setfacl(1).Edward Tomasz Napierala2013-02-081-5/+6
* | In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,Edward Tomasz Napierala2013-02-081-1/+6
* | Avoid use of register variables, which some compilers (e.g. clang)Nathan Whitehorn2013-02-081-9/+5
* | The 'end' word was missed in the comment.Konstantin Belousov2013-02-081-2/+2
* | Print a warning if not setuid root.Dag-Erling Smørgrav2013-02-082-3/+13
* | Cross-reference newgrp(1), and document the use of pw(8) to set the groupDag-Erling Smørgrav2013-02-081-2/+8
* | Remove NO_OBJ from Makefiles that generate manuals because this causes theDevin Teske2013-02-082-4/+0
* | Fix warning: comparison of unsigned expression < 0 is always false.Sergey Kandaurov2013-02-081-1/+1
* | Fix ieee80211_mesh.c compilation.Adrian Chadd2013-02-081-0/+4
* | Fix a corner case that I noticed with the AR5416 (and it's currentlyAdrian Chadd2013-02-081-10/+7
* | zfs_vget, zfs_fhtovp: properly handle the z_shares_dir objectAndriy Gapon2013-02-081-4/+13
* | zfs: update comments about zfid_long_t to match the FreeBSD definitionsAndriy Gapon2013-02-081-2/+5
* | ktr: correctly handle possible wrap-around in the boot bufferAndriy Gapon2013-02-081-1/+5
* | sh: Simplify mksyntax and make it fit for cross-compiling.Jilles Tjoelker2013-02-071-88/+66
* | Mesh: recevied GANN frames where not parsed correctly.Monthadar Al Jaberi2013-02-071-26/+66
* | Mesh HWMP forwarding information: updating FI for transmitter.Monthadar Al Jaberi2013-02-071-5/+44
* | Mesh HWMP PERR bug fixes.Monthadar Al Jaberi2013-02-071-1/+1
* | Mesh bug: debug infomartion showing swapped SA and DA address.Monthadar Al Jaberi2013-02-071-2/+2
* | Update ddb to print mesh routing table.Monthadar Al Jaberi2013-02-071-11/+27
* | Mesh HWMP PREQ: fixed conditions for discarding elements.Monthadar Al Jaberi2013-02-071-4/+4
* | Mesh HWMP: don't send an intermediate PREP for proxy entries.Monthadar Al Jaberi2013-02-071-1/+3