aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o make sure the boundary is a power of 2, when not zero.Marcel Moolenaar2015-07-261-5/+9
* Report the scheme and provider names in warning message about unalignedAndrey V. Elsukov2015-07-261-2/+4
* Build debug version of rmlock's methods only when LOCK_DEBUG > 0.Andrey V. Elsukov2015-07-261-1/+1
* Improve locking on Mac OS X. This does not change the functionalityMichael Tuexen2015-07-261-2/+25
* Fix and improve a debug message. The SID was reported as an SSN.Michael Tuexen2015-07-261-4/+4
* In tmpfs_chtimes(), remove checks on the nanosecond level whenChristian Brueffer2015-07-261-6/+4
* isl(4), driver for Intersil I2C ISL29018 Digital Ambient Light SensorMichael Gmelin2015-07-254-1/+431
* Use consistent spacing.Edward Tomasz Napierala2015-07-251-4/+4
* Add md_root example to defaults/loader.conf.Edward Tomasz Napierala2015-07-251-0/+10
* Remove unused txd_saved.Sean Bruno2015-07-251-2/+1
* Revert r173708's modifications to vm_object_page_remove().Konstantin Belousov2015-07-252-24/+5
* Move including netinet/icmp6.h around to avoid a problem when includingMichael Tuexen2015-07-252-5/+1
* cyapa(4), driver for the Cypress APA I2C trackpadMichael Gmelin2015-07-254-1/+1839
* Use double newlines consistently.Edward Tomasz Napierala2015-07-251-0/+9
* Remove stale comment.Kristof Provost2015-07-251-1/+0
* With the removal of b_saveaddr in the r285819, b_data must be reset toKonstantin Belousov2015-07-251-0/+7
* Document md_root in loader(8). The md(4) manual page mentions it,Edward Tomasz Napierala2015-07-251-3/+9
* Fix color mapping for TDA19988. Values for VIP_CNTRL_1 and VIP_CNTRL_2Oleksandr Tymoshenko2015-07-251-2/+2
* Synchronize PIN input/output modes with gnu/dts/include/dt-bindings/pinctrl/a...Oleksandr Tymoshenko2015-07-251-1/+2
* If there is panel info in DTB do not wait for HDMI event and setupOleksandr Tymoshenko2015-07-251-2/+5
* OF_getencprop_alloc shouldn't be used to get string value. If stringOleksandr Tymoshenko2015-07-251-2/+2
* Fix a typo in comment.Xin LI2015-07-241-1/+1
* Add a comment discussing the appropriate use of the atomic_*() functionsAlan Cox2015-07-241-0/+19
* - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signalingMarius Strobl2015-07-242-9/+16
* Add RISC-V ELF machine type definitionEd Maste2015-07-241-0/+1
* - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writingMarius Strobl2015-07-242-9/+14
* o Revert the other functional half of r239864, i. e. the merge of r134227Marius Strobl2015-07-245-80/+81
* Fix silly syntax error emacs chugged in for me.. gesh.Randall Stewart2015-07-241-1/+0
* Fix an issue with MAC OS locking and also optimize the caseRandall Stewart2015-07-244-9/+16
* Implement the basic system calls that operate on pathnames.Ed Schouten2015-07-243-15/+166
* Panic when a device is trying to recursively acquire rather than hangWarner Losh2015-07-241-2/+11
* Call ksem_get() with initialized 'rights'.Sergey Kandaurov2015-07-231-2/+4
* Refactor unmapped buffer address handling.Jeff Roberson2015-07-2311-313/+255
* nvme: ensure csts.rdy bit is cleared before returning from nvme_ctrlr_disableJim Harris2015-07-231-10/+12
* nvme: properly handle case where pci_alloc_msix does not alloc all vectorsJim Harris2015-07-231-6/+28
* Allow us to create UNIX sockets and socketpairs in CloudABI processes.Ed Schouten2015-07-231-4/+37
* Allow cap_rights_{set,clear,is_set} to be called with no arguments.Ed Schouten2015-07-231-6/+6
* - Don't defeat the FIFO nature of the buffer cache by eliminating theJeff Roberson2015-07-231-36/+0
* vt: cpu logos: Correct reversed 0/1 beastie descriptionsConrad Meyer2015-07-221-1/+1
* vt: Change default CPU logo to OrbConrad Meyer2015-07-221-1/+1
* vt: Default to cpu logos offConrad Meyer2015-07-221-1/+1
* vt_core.c: Use do/while to highlight missed semi-colon errorsConrad Meyer2015-07-221-5/+5
* Catch up with ACPICA 20150717.Jung-uk Kim2015-07-221-1/+1
* sfxge: added fallbacks for pre 4.2.1 firmware supportAndrew Rybchenko2015-07-223-4/+41
* Merge ACPICA 20150717.Jung-uk Kim2015-07-2287-1296/+2900
|\
* | vt: Unbreak build on no-splash configurationsConrad Meyer2015-07-221-0/+4
* | Fix several problems with Stream Reset.Randall Stewart2015-07-227-63/+373
* | Regenerate system call table.Ed Schouten2015-07-225-8/+23
* | Import upstream changes to the system call definitions.Ed Schouten2015-07-223-2/+16
* | Introduce support for MSI-X interrupts in AHCIZbigniew Bodek2015-07-223-19/+140