summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hyperv/vmbus: Move IDT vector to vmbus_softcsephe2016-05-234-25/+15
* hyperv/vmbus: Get rid of vmbus_devpsephe2016-05-232-9/+12
* hyperv/vmbus: Declare Synic message and event w/ proper typessephe2016-05-233-14/+17
* hyperv: Move Hypercall setup to an early place.sephe2016-05-234-102/+122
* hyperv/hn: Use hyperv busdma(9) helper.sephe2016-05-231-13/+2
* hyperv: Add helpers for busdma(9) operationsephe2016-05-235-1/+147
* [siba] update device ids.adrian2016-05-231-2/+2
* hyperv: Move guest id setup to early placesephe2016-05-232-52/+35
* [bwn] convert another PHY-N workaround to the freebsd bwn format.adrian2016-05-231-8/+4
* Add a note on how to update a self-hosted armv6hf system to the entryian2016-05-231-0/+4
* [nvram2env] fix nvram2env to scan all of memory, not 1/4thadrian2016-05-231-46/+52
* [bhnd] Add support for querying the attachment type of the bhnd bus.adrian2016-05-2310-38/+137
* [ixl] fix build for RSS.adrian2016-05-231-3/+5
* [bhnd] Fix DEFINE_CLASS_(2|3) multiple inheritance support.adrian2016-05-231-4/+4
* Hopefully fix Coverity CID 1008328 (Out-of-bounds write) in /bin/sh.truckman2016-05-231-4/+6
* Mark swap-related proc sysctls as not requiring Giant.kib2016-05-221-3/+5
* Replace hand-made exclusive lock, protecting against parallelkib2016-05-221-24/+10
* Restore the translation of armv6hf->arm when generating MACHINE_CPUARCH.ian2016-05-221-1/+1
* bsdinstall/zfsboot GPT+BIOS+GELI installs now make use of GELIBOOTallanjude2016-05-221-60/+84
* gnugrep: Update the configuration.pfg2016-05-221-2/+2
* urtwn: cleanup some unused code in urtwn_tx_data().avos2016-05-221-5/+1
* urtwn: setup per-frame retry limit.avos2016-05-222-4/+22
* Remove false claim. Giant is dropped by mi_startup() before passingkib2016-05-221-2/+0
* Convert proto family in both directions. The linux and native values fordchagin2016-05-221-4/+12
* Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on e...ngie2016-05-221-1/+4
* Remove a now unused global declaration of some sysentvec struct.dchagin2016-05-221-2/+0
* Fix humanized decoding of struct stat with respect to .st_mtimngie2016-05-221-1/+1
* Remove drop/reacquire of Giant around geom calls for cd9660 and udf.kib2016-05-222-12/+0
* Fix default ZFS layout to work better by default with sysutils/beadmallanjude2016-05-221-1/+1
* Improve panic message by specifying on which cpu it really is.ache2016-05-221-1/+1
* arc4random() returns 0 to (2**32)−1, use an alternative to initializekevlo2016-05-224-6/+10
* ndis(4): Undo unneeded workarounds in ndis' rand().pfg2016-05-221-2/+0
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-2215-21/+21
* vfork(2): Mention some risks of calling vfork() from application code.jilles2016-05-221-12/+28
* Fix typo introduced by me (not the submitter) when fixing typosbapt2016-05-221-1/+1
* Fix typos in the commentsbapt2016-05-221-3/+3
* Fix typo in comments for the zfsboot scriptbapt2016-05-221-1/+1
* Add a missing errno translation for SO_ERROR optname.dchagin2016-05-221-2/+11
* Add macro to convert errno and use it when appropriate.dchagin2016-05-225-26/+6
* For future use move futex timeout code to the separate function anddchagin2016-05-221-41/+68
* Due to lack the priority propagation feature replace sx by mutex. WIth thisdchagin2016-05-221-44/+77
* Add my copyright as I rewrote most of the futex code. Minor style(9) cleanupdchagin2016-05-221-3/+4
* Minor style(9) cleanup, no functional changes.dchagin2016-05-221-117/+109
* INTRNG - implement pic_post_filter method. This method is fundamentalskra2016-05-221-0/+6
* Fix some format strings to make them either correct or uniform.skra2016-05-221-3/+3
* Stop dereferencing _end in crt1.c. This was only needed for brk/sbrk so isandrew2016-05-221-10/+1
* 1) POSIX prohibits printing errors to stderr here and requireache2016-05-221-15/+10
* Silence top(1) compiler warningsngie2016-05-2213-54/+207
* Remove a couple of extra blank lines.loos2016-05-222-2/+0
* Sort and remove a couple of unnecessary headers.loos2016-05-221-7/+3
OpenPOWER on IntegriCloud