summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-182-28/+174
* Fix the precious change to check the pointer returned by malloc().jhb2015-12-181-1/+1
* loader.efi: show EFI error number, not full status valueemaste2015-12-181-5/+6
* Generate ipnodes.by{addr,name} from /etc/hosts for compatibility withume2015-12-181-12/+5
* proc: fix a race which could result in dereference of bad p_pgrp pointer on forkmjg2015-12-182-1/+2
* Enable PRINTF_BUFR_SIZE on powerpc64, following r194204 on x86. The kernelnwhitehorn2015-12-181-0/+1
* It turns out that it's OK to sleep in this context, so use M_WAITOKimp2015-12-181-2/+1
* - Keep hosts.by{name,addr} IPv4 only.ume2015-12-181-2/+13
* Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).brueffer2015-12-181-0/+4
* Regenerate config.h for OpenBSM 1.2 alpha 4.brueffer2015-12-181-4/+4
* Merge OpenBSM 1.2 alpha 4.brueffer2015-12-18160-451/+525
|\
| * Vendor import of OpenBSM 1.2-alpha4.brueffer2015-12-09160-467/+550
| * Vendor import of OpenBSM 1.2-alpha3. This eliminates most local patchesrwatson2012-12-159-32/+46
* | Add a generic firmware dependent handle to pass from the loader to theimp2015-12-181-0/+1
* | No need to test command values this way. There can be only one, evenimp2015-12-182-13/+13
* | Use variable names that aren't as prone to dyslexic confusion.imp2015-12-181-2/+2
* | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-1822-389/+386
* | Scheduling module to introduce a fixed delay into the I/O path.imp2015-12-183-1/+273
* | Create a simplebus PNP info wrapper.imp2015-12-182-0/+5
* | Flag sysctl hw.mmc.debug as a tunable, since often you want to debug theian2015-12-181-1/+1
* | Fix the clock divisor calc for imx6 sdcard bus speed.ian2015-12-181-2/+9
* | ioat(4): Add an API to get HW revisioncem2015-12-174-4/+23
* | Fix regression in if_ndis in r280347.glebius2015-12-171-2/+1
* | Exit cleanly if malloc() fails to allocate a buffer for a copy of thejhb2015-12-171-0/+2
* | t seems certain Intel GPUs use GPIO bitbanging over a child devicejhb2015-12-171-1/+1
* | Incorrect length in calloc() call, already fixed upstream.des2015-12-171-1/+1
* | Import RISC-V machine headers. This is a minimal set required to compilebr2015-12-1757-0/+4616
* | vm_page_replace: add wrapper to KASSERT about old pagecem2015-12-173-4/+17
* | Support the variant of the interrupt-map property where the parent bus hasandrew2015-12-172-2/+18
* | Revert r292275 & r292379smh2015-12-1713-289/+66
* | RIP Juergen Lock (nox@FreeBSD.org), you and your contributions won't be forgo...brueffer2015-12-171-0/+1
* | Switch the IPsec related statistics to using the built in sysctlgnn2015-12-172-14/+24
* | Consistently use ${AWK} instead of hard-coding the program name.markj2015-12-171-1/+1
* | Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-174-62/+68
* | Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-164-60/+47
* | Remove the unused systrace device file and fix style bugs.markj2015-12-161-61/+41
* | Fix style issues around existing SDT probes.markj2015-12-1615-152/+145
* | vm_page.h: page busy macro fixupscem2015-12-161-8/+9
* | Fix issues introduced by r292275smh2015-12-164-6/+11
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-1629-805/+505
* | Flag the first port on a Sheevaplug ftdi serial device as jtag.ian2015-12-161-1/+1
* | sh: Fix use-after-free when attempting to modify a read-only variable.jilles2015-12-161-1/+1
* | Remove lldb(1) files if WITHOUT_LLDB is setemaste2015-12-161-0/+5
* | Enable LLDB by default on amd64 and arm64emaste2015-12-161-1/+5
* | Use human readable representation of ip for the pxeboot.ip kenvbapt2015-12-161-3/+2
* | pxeboot: make the tftp loader use the option root-path directivebapt2015-12-165-32/+26
* | UEFI: combine GetMemoryMap and ExitBootServices and retry on erroremaste2015-12-165-38/+39
* | Build mount_smbfs for arm. Also sort the subdirs.ian2015-12-161-1/+2
* | Remove redundant extern's that make the ppc compile fail.rrs2015-12-161-25/+0
* | Adopt assert from amd64 in pmap_remove_pages().skra2015-12-161-3/+18
OpenPOWER on IntegriCloud