aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move CAM_PERIPH_PRINT() to cam_periph.hScott Long2018-01-262-3/+3
* Move per-operation data out of the csession structure.John Baldwin2018-01-261-76/+84
* Fix a sleepable malloc in ndastart. We shouldn't be sleepingWarner Losh2018-01-261-1/+7
* Use bus_dmamem_alloc(9) KPI instead of contigmalloc(9).Alexander Motin2018-01-261-17/+42
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-266-2/+11
* Make exit() never return until host_exit can be written.Warner Losh2018-01-261-1/+1
* BERI isn't BTX, so we don't have to provide exit(). Just remove itWarner Losh2018-01-261-7/+0
* Now that exit is __dead2, we need to tag ub_exit() as __dead2. To doWarner Losh2018-01-262-1/+2
* Fix a cut-and-paste error in a panic messageScott Long2018-01-261-1/+1
* For many years the message "fsync: giving up on dirty" has occationallyKirk McKusick2018-01-261-6/+17
* Gross hack to omit printing hex floating point when the lua numberWarner Losh2018-01-261-0/+4
* Add support to the imx5/6 watchdog for the external reset signal. Also, ifIan Lepore2018-01-262-13/+87
* abort() should be marked __dead2 since it won't return.Warner Losh2018-01-261-1/+1
* Preserve the original luaconf.h in a convenient place. Clients willWarner Losh2018-01-261-0/+0
* Provide abs form stdlib.h.Warner Losh2018-01-262-0/+6
* Implement abort() as a call to panic.Warner Losh2018-01-263-1/+39
* Split panic routineWarner Losh2018-01-263-9/+16
* Decouple Linux files from the belonging character device right after openHans Petter Selasky2018-01-261-215/+214
* PPC: Add place for NULL chars in intrnamesWojciech Macek2018-01-261-1/+1
* o A command line flag for the syslog_facility fixed in the SYNOPSIS.Maxim Konovalov2018-01-261-1/+1
* o EMFILE errno documented.Maxim Konovalov2018-01-261-1/+6
* Fix LINT build.Li-Wen Hsu2018-01-261-0/+1
* devd: readd virtualEitan Adler2018-01-261-1/+1
* devd: minor nitsEitan Adler2018-01-262-2/+2
* example cdev: use make_dev_sEitan Adler2018-01-262-7/+14
* dd(1): Use a local swapbytes() function.Eitan Adler2018-01-261-1/+16
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-2633-790/+851
* Minimum changes for ctl to build on architectures with non-matching physical andJustin Hibbits2018-01-262-3/+3
* Minimal change to build linuxkpi on architectures with physical addresses largerJustin Hibbits2018-01-261-1/+2
* cxgbe(4): Accept old names of a couple of tunables.Navdeep Parhar2018-01-261-0/+2
* cxgbe(4): Do not display harmless warning in non-debug builds.Navdeep Parhar2018-01-261-0/+2
* Add declaration of SSL_get_selected_srtp_profile() for OpenSSL.Jung-uk Kim2018-01-251-0/+1
* nfs: Remove NFSSOCKADDRALLOC, NFSSOCKADDRFREE macrosConrad Meyer2018-01-254-22/+14
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-2520-216/+209
* Add new opt_da.h for stand-alone build.Warner Losh2018-01-251-0/+1
* Track Ref / DeRef and Hold / Unhold that da is doing to track downWarner Losh2018-01-252-23/+180
* When devices are invalidated, there's some cases where ccbs for thatWarner Losh2018-01-251-4/+13
* `make installkernel' should display a completed message if doneWolfram Schneider2018-01-251-2/+8
* vt: add Ctrl+/ key mappingEd Maste2018-01-251-1/+1
* loader.efi: add missing EFI GUIDsEd Maste2018-01-252-0/+24
* bsdinstall: enable SUJ by default (revert r327890)Ed Maste2018-01-251-1/+2
* Avoid all SLB operations in trap handling if the process is not using aNathan Whitehorn2018-01-251-2/+6
* Treat DSE exceptions like DSI exceptions when generating signinfo.Nathan Whitehorn2018-01-251-1/+2
* Fix return style in RD2. Remove bogus return value from a void functionIan Lepore2018-01-251-2/+2
* Minor style issue introduced in r328346.Pedro F. Giffuni2018-01-251-1/+1
* Minor cleanups... Move DRIVER_MODULE() and other boilerplate stuff to theIan Lepore2018-01-251-26/+30
* o Move sdhci_fdt to the generic files list.Ruslan Bukin2018-01-253-2/+3
* Add support for SDHCI controller found in Qualcomm Snapdragon 410e.Ruslan Bukin2018-01-251-0/+6
* Add basic driver for Qualcomm USB 2.0 EHCI controller.Ruslan Bukin2018-01-251-0/+231
* Bump .Dd date for c99 changeWarner Losh2018-01-251-1/+1