summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The dumpfs(8) utility doesn't actually use disktab(5); remove ittrasz2015-09-031-1/+0
* Fix acl_strip_np(3) breakage introduced in r279962.trasz2015-09-031-9/+11
* Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn'ttrasz2015-09-031-1/+3
* Rename YP to NIS in the manpages.araujo2015-09-034-24/+24
* Sync with the latest code from OpenBSD.araujo2015-09-032-62/+129
* Lower the compiler warning: unused-but-set-variable.araujo2015-09-031-4/+0
* For UGA, the frame buffer address obtained by scanning themarcel2015-09-031-52/+175
* Fix mandoc(1) "WARNING: end of line whitespace"dteske2015-09-031-15/+15
* Remove non-functional examples.dteske2015-09-031-22/+1
* Enable both i2c1 and i2c2. These devices are disabled in TI's DTSgonzo2015-09-031-0/+30
* pmap_mapdev_attr() also takes a vm_paddr_t.jhibbits2015-09-032-2/+2
* Don't leak 'var'.delphij2015-09-031-1/+3
* fd: remove UMA_ZONE_ZINIT argument from Files zonemjg2015-09-021-1/+1
* Don't trash memory from UMA_ZONE_NOFREE zones.mjg2015-09-021-2/+2
* ioat(4): pci_save/restore_state to persist MSI-X registers over BDXDE resetcem2015-09-021-16/+18
* Minor code cleanups (no functional changes).dteske2015-09-021-14/+12
* sh: Allow empty << EOF markers.jilles2015-09-023-2/+30
* Simplify kvm symbol resolution and error handling. The symbol tablehrs2015-09-028-241/+151
* Divide statistics in the number of packets with 1000 instead of 1024hrs2015-09-021-21/+25
* After the introduction of direct dispatch, the pacing code in g_down()imp2015-09-021-7/+41
* - snprintf() returns at most size-1 of the chars printed intohrs2015-09-021-10/+6
* ioat: re-initialize interrupts after resetting hw on BDXDEcem2015-09-021-9/+52
* Fix a panic which was reproducible by an infinite loop ofhrs2015-09-021-8/+8
* The ${BUILDKERNELS:[2..-1]} appears to produce a non zero result forglebius2015-09-021-0/+8
* Remove the software queue, which is a remnant of ifnet ifqueue.glebius2015-09-022-57/+17
* Add iwm(4), that was missing in r287394.glebius2015-09-021-2/+2
* Fix markup.trasz2015-09-021-2/+2
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-0215-24/+25
* Fixes a panic triggered by threaded Linux applications when runningtrasz2015-09-021-1/+21
* Fix dynamic attach/detach of 802.11 devices after r287197:glebius2015-09-022-9/+28
* Bump version for altered long-opts processingdteske2015-09-011-1/+1
* Simplify long-option processingdteske2015-09-011-14/+10
* The 'sa' argument to syscallret() is not unused.jhb2015-09-011-1/+1
* Export current system call code and argument count for system call entryjhb2015-09-014-1/+22
* Bump version for prior fix (SVN r287381)dteske2015-09-011-1/+1
* Style: Remove whitespace around brackets from function syntax optionsdteske2015-09-011-1/+1
* Comment for escape() function.dteske2015-09-011-0/+8
* Commentdteske2015-09-011-1/+1
* Properly escape arguments when moving into jail or chrootdteske2015-09-011-1/+22
* Style: commentsdteske2015-09-011-4/+4
* Style consistency: add single space before each `;;' case entrydteske2015-09-011-19/+19
* Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary sincedteske2015-09-011-12/+12
* pf: Fix misdetection of forwarding when net.link.bridge.pfil_bridge is setkp2015-09-011-1/+11
* Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returnsjhb2015-09-011-1/+1
* Add support for the dwc usb in the HiSilicon hi6220 in the HiKey board. Forandrew2015-09-013-0/+103
* Make most of port methods optional and remove bunch of dummies.mav2015-09-016-128/+38
* Add support for the DesignWare MMC hardware in the HiSilicon hi6220. Thisandrew2015-09-013-0/+103
* Fix how we place each objects thread local data. The code used was basedandrew2015-09-012-4/+4
* Ensure we use calculate_first_tls_offset, even if the main program doesn'tandrew2015-09-011-1/+1
* Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrantgjb2015-09-011-2/+2
OpenPOWER on IntegriCloud