aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix viawd(4) that was only working as a module.Fabien Thomas2012-06-201-5/+9
* Add PV list locking to pmap_copy(), pmap_enter_object(), andAlan Cox2012-06-201-31/+61
* Don't close an uninitialized descriptor. [1]Eitan Adler2012-06-201-2/+6
* Add progress.c and progress.h, missed in the previous commit to camcontrol.Scott Long2012-06-202-0/+246
* Fix potential symlink race condition in "rm -P" by adding a checkKevin Lo2012-06-201-2/+9
* Correct typo in version.David E. O'Brien2012-06-201-1/+1
* Update the 'fwdownload' command to also flash disks connected over anScott Long2012-06-204-66/+167
* Install filemon.h into /usr/include for userland consumption.David E. O'Brien2012-06-202-1/+3
* Check proper flag (PDF_DAEMON, not PD_DAEMON) when deciding if the processPawel Jakub Dawidek2012-06-191-2/+2
* The falloc() function obtains two references to newly created 'fp'.Pawel Jakub Dawidek2012-06-191-2/+6
* Further refine the implementation of POSIX_FADV_NOREUSE.John Baldwin2012-06-194-16/+94
* Correct misunderstanding of hw.est.strictSean Bruno2012-06-191-2/+2
* Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' inJohn Baldwin2012-06-191-9/+8
* Fix another off-by-one error in the previous fix so that the new startJohn Baldwin2012-06-191-2/+2
* Passive mode is the default, and has been for a while.Dag-Erling Smørgrav2012-06-191-1/+1
* Switch the default password hash from md5 to sha512.Dag-Erling Smørgrav2012-06-192-2/+2
* Revert user comparison back to user names as some user can share uids (root/toorBaptiste Daroussin2012-06-191-6/+13
* Condition the implementation of pv_entry_count on PV_STATS. On amd64,Alan Cox2012-06-191-16/+16
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-19104-12860/+10887
* Add __unused macros to appropriate places in order to allow buildingEitan Adler2012-06-196-15/+14
* Allow users with RO privilege to the device to read the RO attributes.Eitan Adler2012-06-1910-35/+41
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-3/+1
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-3/+0
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-3/+2
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-6/+2
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-2/+1
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-192-8/+1
* Remove end of line whitespace.Joel Dahl2012-06-191-2/+2
* Minor mdoc fixes.Joel Dahl2012-06-191-6/+4
* Document support for Intel Enhanced Speedstep Tech interfaceSean Bruno2012-06-182-0/+101
* Fix the NFSv4 client for the case where mmap'd files areRick Macklem2012-06-181-5/+15
* Adjust the fix in r236953, by not generating the signal manually, butKonstantin Belousov2012-06-181-11/+5
* Revert r236529, re-enabling verification of the flashed content asMarius Strobl2012-06-181-2/+0
* Revert the part of r236495 that introduced checking of SPI_SR_TXEMPTYMarius Strobl2012-06-181-14/+8
* Try to bring this file closer to style(9).Marius Strobl2012-06-181-26/+42
* Unbreak after r236658 by comparing the right things.Marius Strobl2012-06-181-2/+2
* Refine r237102 a bit:Marius Strobl2012-06-182-4/+16
* Document the hw.ahci.force tunable here, too, as it's also used byMarius Strobl2012-06-181-2/+6
* Avoid hard sentence break.Marius Strobl2012-06-181-2/+3
* Add rate limitation for SCTP OOTB responses.Michael Tuexen2012-06-183-10/+5
* Cleanup the UDP decapsulation code.Michael Tuexen2012-06-181-42/+20
* Add PV chunk and list locking to pmap_page_exists_quick(),Alan Cox2012-06-181-15/+63
* Make radix lookup on src and dst flow addresses optionalAlexander V. Chernikov2012-06-184-101/+151
* Simplify IP pointer recovery in case of mbuf reallocation.Alexander V. Chernikov2012-06-181-53/+15
* Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.Alexander Motin2012-06-182-6/+0
* Fix the previous commit to only copy the data we were asked to and notPoul-Henning Kamp2012-06-181-0/+1
* In tty_makedev() the following construction:Peter Holm2012-06-181-2/+19
* Extend the radiotap code to be aware of the size of any extra vendorAdrian Chadd2012-06-182-6/+25
* Roll to the latest 2400/2500 firmware available from the public QLogicMatt Jacob2012-06-172-42656/+43175
* libc: Reduce relative relocations in strftime().Jilles Tjoelker2012-06-171-1/+1