summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-2410-0/+24
* HPET: avoid handling the multiple file-descriptor case.rpaulo2014-10-241-23/+6
* Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphoresjhb2014-10-247-14/+7
* Fix a bug where DMA maps created with bus_dmamap_create() won't incrementloos2014-10-241-0/+2
* HPET: create /dev/hpetN as a way to access HPET from userland.rpaulo2014-10-242-1/+83
* Fix documentation issue.melifaro2014-10-241-2/+2
* Update the network interface baudrate integer according to the actualhselasky2014-10-241-1/+10
* - Add sys/types.h for the APIs in sys/sysctl.hngie2014-10-241-0/+42
* Correct my previous commit:ngie2014-10-241-4/+9
* Accept the documented FDT compatible string for the PL310 cache controllerian2014-10-241-2/+7
* Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.kevlo2014-10-243-1/+7
* Bump default dynamic limit to 16k entries.melifaro2014-10-241-3/+4
* Remove redundant check and m_pullup() call.ae2014-10-243-6/+0
* Fix displaying non-contiguous netmasks.melifaro2014-10-241-3/+4
* Improve ctld.conf example.trasz2014-10-241-10/+17
* Make the initiator-name and initiator-portal checks a little nicer.trasz2014-10-243-20/+36
* Tidy up the login code; no functional changes.trasz2014-10-241-11/+11
* amd64: make uiomove_fromphys functional for pages not mapped by the DMAProyger2014-10-244-66/+142
* - Mark signo __unused in the signal handler functionngie2014-10-241-0/+8
* - Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSDngie2014-10-241-0/+8
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treedelphij2014-10-244-5/+5
* Fix a leaked Storage Variable.araujo2014-10-241-6/+11
* Fix formatting of vmstat (1) so that it looks cleaner on standard 80mckusick2014-10-241-23/+37
* - Test for EINVAL requirement when passing an invalid flag in to msync(2)ngie2014-10-241-0/+11
* - Ignore EINVAL check with mknod(path, S_IFCHR, -1) as the testcase is alwaysngie2014-10-241-0/+10
* Whitespacejhibbits2014-10-241-1/+1
* Three updates to PowerPC FBT:jhibbits2014-10-241-3/+15
* Move the duplicated code to a single function.loos2014-10-233-48/+38
* Hook xo(1) to the build -- it's like echo, but uses libxo tomarcel2014-10-232-0/+17
* Hook libxo to the build.marcel2014-10-233-0/+39
* Provide a working GPIOBUS_IVAR() macro for FDT systems.loos2014-10-231-0/+5
* In all cases except CTLTYPE_STRING, penv is NULL here, so passing itdes2014-10-231-5/+4
* Add generated headers xoversion.h and xoconfig.h. These are the resultmarcel2014-10-232-0/+237
* Import libxo 0.1.4marcel2014-10-23204-0/+37851
* Install a temporary workaround to avoid problems in fdt data with linux'sian2014-10-231-1/+35
* Under PAE ULONG is insufficient for representing the physical memory size. U...alc2014-10-231-3/+3
* Use a static callout to drive key_timehandler() instead of timeout().jhb2014-10-232-5/+9
* In selfdfree re-evaulate sf_si after takin the lock.mjg2014-10-231-1/+2
* Test if 'env' is NULL before doing memset() and strlen(),delphij2014-10-231-1/+1
* puc(4): add an entry for the Oxford Semiconductor OXPCIe952 1S1P card.rpaulo2014-10-231-0/+7
* minor updates to make it more explicit that when using fpu_kern_thread,jmg2014-10-231-5/+10
* Avoid taking the lock in selfdfree when not needed.mjg2014-10-231-3/+4
* Change the code to use the openpty(3) API which uses the pts(4) driveremax2014-10-233-89/+44
* Move if_get_counter initialization from if_attach into if_alloc.ae2014-10-231-6/+2
* Fix a bug where some DTS layouts could cause the premature ending of theloos2014-10-231-38/+37
* vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin fontdumbbell2014-10-234-9/+48
* Clean up (refactor) discovery a little; no functional changes.trasz2014-10-231-9/+8
* Show SFP+/QSFP memory map dump on higher verbose levels.melifaro2014-10-231-2/+44
* Omit the mprotect_exec testcase on FreeBSDngie2014-10-231-0/+6
* Mark signum __unusedngie2014-10-231-0/+8
OpenPOWER on IntegriCloud