summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Go back to direct-dispatch of the software queue and frame TX pathsAdrian Chadd2013-02-111-7/+9
* | Teach athalq about the recent if_ath_alq timestamp format change.Adrian Chadd2013-02-115-34/+51
* | Extend the timestamp to be a timeval, rather than ticks.Adrian Chadd2013-02-112-2/+8
* | Provide verbose help for fdt commands on platforms that use it.Tim Kientzle2013-02-114-3/+96
* | Capability rights for process management via process descriptors do existPawel Jakub Dawidek2013-02-111-3/+2
* | Add CAP_MKNOD right.Pawel Jakub Dawidek2013-02-101-0/+1
* | fts: Use O_DIRECTORY when opening name that might be changed by attacker.Jilles Tjoelker2013-02-101-1/+2
* | Remove the ia64-specific code fragment, which effect is more cleanlyKonstantin Belousov2013-02-101-10/+0
* | Make sure that received packets for removed addresses are handledMichael Tuexen2013-02-101-180/+192
* | ext2fs: Use prototype declarations for function definitionsPedro F. Giffuni2013-02-108-304/+65
* | Use the entire 64 bits of 'bar.pbi_length' when printing the bar size.Neel Natu2013-02-101-1/+1
* | MFV r246388:Martin Matuska2013-02-103-17/+6
|\|
| * Update vendor/illumos/dist and vendor-sys/illumos/distMartin Matuska2013-02-063-17/+6
* | Add bootcamp support to the loader.Andrey V. Elsukov2013-02-102-3/+8
* | Improve code style. No functional change.Michael Tuexen2013-02-101-7/+7
* | find: Run when cwd cannot be opened, except with -execdir or -delete.Jilles Tjoelker2013-02-102-2/+16
* | Don't try to suppress the inclusion of the build date in named's versionColin Percival2013-02-101-1/+1
* | Backport vendor changes in zfs(8) manual page (MFV r246389)Martin Matuska2013-02-101-122/+129
* | Fix minor memory leak.Pawel Jakub Dawidek2013-02-101-0/+1
* | Assert that if we are not dealing with keyfile we are dealing with passfile.Pawel Jakub Dawidek2013-02-101-0/+2
* | Use arc4random_buf(3) instead of reimplementing it.Pawel Jakub Dawidek2013-02-101-21/+5
* | Correct spelling of "daemon". No .Dd bump.Gavin Atkinson2013-02-101-1/+1
* | find: In -execdir ... {} +, only pass one file per invocation.Jilles Tjoelker2013-02-101-1/+7
* | sigqueue(2): Fix typo (EEPERM -> EPERM).Jilles Tjoelker2013-02-101-1/+1
* | - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-1011-229/+269
* | Fix correct use of USB header files.Hans Petter Selasky2013-02-101-2/+2
* | - 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