aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Lock iir(4) and mark it MPSAFE.John Baldwin2014-11-134-372/+252
* filedesc: oops.. commit missing change to filedesc.hMateusz Guzik2014-11-131-1/+1
* Fix typo in ARM GIC device_printf()Zbigniew Bodek2014-11-131-1/+1
* filedesc: fixup fdinit to lock fdp and preapare files conditinallyMateusz Guzik2014-11-133-9/+13
* Remove dpt_isa.c and commented out references to it. It was never connectedJohn Baldwin2014-11-132-269/+0
* Remove reference to sys/dev/dpt/dpt_control.c. It was removed back in 2001 a...John Baldwin2014-11-131-1/+0
* Fix assertion, &uc->uc_busy is never zero, the intent is to test theKonstantin Belousov2014-11-131-2/+1
* Fix check for vendor-specific peripheral qualifier.Alexander Motin2014-11-131-1/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-1323-326/+185
* Do not try to dereference thread pointer when the value is not a pointer.Konstantin Belousov2014-11-131-3/+8
* Remove fossil. It has been present in 4.4Lite2, but its use wasKonstantin Belousov2014-11-131-5/+0
* Bump FreeBSD_version for r274462 - add ppoll() system call.Dmitry Chagin2014-11-131-1/+1
* Count statistics for the specific address family.Andrey V. Elsukov2014-11-131-1/+2
* Strip IP header only when we act in tunnel mode.Andrey V. Elsukov2014-11-131-29/+30
* Remove redundant ip6_plen initialization.Andrey V. Elsukov2014-11-131-3/+0
* Regen for r274462.Dmitry Chagin2014-11-1311-12/+103
* Add the ppoll() system call.Dmitry Chagin2014-11-136-33/+150
* iw_cxgbe: don't forget to close the socket in c4iw_connect if soconnectNavdeep Parhar2014-11-131-1/+3
* add support for private knote lock (reduces lock contention),Luigi Rizzo2014-11-133-18/+49
* Derive copyright year from src/COPYRIGHT.Xin LI2014-11-131-1/+1
* we need full barriers hereLuigi Rizzo2014-11-132-6/+6
* Fix some bad interaction between cxgbe(4) and lacp lagg(4) that couldNavdeep Parhar2014-11-122-8/+12
* We don't return sp pointer, thus NULL assignment isn't needed.Andrey V. Elsukov2014-11-121-4/+0
* ipsec6_process_packet is called before ip6_output fixes ip6_plen.Andrey V. Elsukov2014-11-121-5/+2
* Make uart_bus_fdt a decendant of ofwbusZbigniew Bodek2014-11-121-0/+1
* Make PL011 UART to wait on putc only when TX FIFO is fullZbigniew Bodek2014-11-121-1/+3
* Add the FDT table GUID. This is used to pass the device tree blob from UEFIAndrew Turner2014-11-121-0/+2
* For posix_fallocate(2) and posix_fadvise(2), return ESPIPE whenKonstantin Belousov2014-11-121-29/+15
* ifdef ext2_print_inode which is not really used.Pedro F. Giffuni2014-11-123-2/+6
* Fix ips_out_nosa errors accounting.Andrey V. Elsukov2014-11-121-1/+10
* Merge from projects/sendfile:Gleb Smirnoff2014-11-121-11/+13
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-1222-135/+173
* Fix the error checking, broken on r273337, to _not_ ignore controllerLuiz Otavio O Souza2014-11-121-1/+1
* Fix the reversed sense of the PADCONF_NONE test.Ian Lepore2014-11-121-1/+1
* Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose).Ian Lepore2014-11-121-6/+5
* Bugfixes for the imx5/imx6 iomux fdt_pinctrl driver.Ian Lepore2014-11-121-3/+21
* Improve CAM's reaction on asymmetric access errors.Alexander Motin2014-11-121-3/+3
* Since r273264 the SD card detection on Raspberry Pi is reliably working andLuiz Otavio O Souza2014-11-111-2/+5
* Fix build.Gleb Smirnoff2014-11-112-1/+3
* Fix incorrect reading of 32-bit modinfo by 64-bit loaders.Peter Grehan2014-11-111-0/+22
* Remove SF_KQUEUE code. This code was developed at Netflix, but was notGleb Smirnoff2014-11-117-838/+69
* Add device ID for the T502-BT (dual-port 1G) adapter.John Baldwin2014-11-111-0/+1
* Move NFS and TFTP filesystems before the synthetic filesystems (bzip,John Baldwin2014-11-111-7/+7
* Use the correct device. Note this commit complements r274386.Jung-uk Kim2014-11-111-3/+2
* Use the callout(9) API instead of timeout(9). To do this more cleanly,John Baldwin2014-11-114-84/+32
* Use the correct device (child) when asking the bus layer about which powerAdrian Chadd2014-11-112-2/+2
* Add workaround for vt efifb's early use of PHYS_TO_DMAPEd Maste2014-11-111-1/+7
* Update comment.Konstantin Belousov2014-11-111-1/+1
* Fix gcc build: preserve const qualifier when casting input values.Dag-Erling Smørgrav2014-11-111-4/+4
* Initial attachment of the agp(4) to Haswell IGP. There is no handlingKonstantin Belousov2014-11-111-0/+58