summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix comment about unpriviledged instructions. Now, it matches withskra2015-11-042-35/+36
* Unify AF_INET case and AF_INET6 case.ume2015-11-041-15/+1
* Change to not truncate an interface name when -W optionume2015-11-041-11/+24
* Mask an IPv6 network address.ume2015-11-041-1/+8
* Restore an interface name field to left align.ume2015-11-041-2/+2
* Rename libohash to libopenbsd.rodrigc2015-11-0413-16/+16
* Include "system.h" for isdir() prototype.rodrigc2015-11-041-0/+1
* Revert r290243, it's vaid "illegal instruction" casegonzo2015-11-041-2/+2
* Remove now obsolete KASSERT.ae2015-11-031-6/+0
* Fix typo in error messagedteske2015-11-031-1/+1
* ath(4) - don't try to free buffers / return an error if we've committedadrian2015-11-031-1/+11
* Remove this; it's also in sys/conf/files.mips.adrian2015-11-031-2/+0
* Add sysrc(8) support for "rc.conf.d" file(s) when given "-s name" todteske2015-11-032-12/+238
* Check for (old|new)size + 1 overflows off_t.ache2015-11-031-2/+4
* Make all the LinuxKPI include files compile standalone.hselasky2015-11-0325-26/+72
* Eliminate any conditional increments of object_opcodes in theae2015-11-032-3/+9
* Add ipfw_check_object_name_generic() function to do basic checks for anae2015-11-034-30/+17
* Implement `ipfw internal olist` command to list named objects.ae2015-11-035-5/+106
* Use meaningful errno for ssize_t overflow in read().ache2015-11-031-4/+22
* Revert r290327. The compiler warnings seems to be specific to clang v3.5 only.hselasky2015-11-032-6/+5
* Fix some clang compile warnings.hselasky2015-11-032-5/+6
* Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimisinghselasky2015-11-031-2/+6
* Fix cache issues with bulk transfersgonzo2015-11-033-33/+38
* Raspberry Pi firmware passes cache line size as a DTB parametergonzo2015-11-034-2/+10
* Have elf_lookup() return an error if the specified non-weak symbol couldmarkj2015-11-031-0/+4
* Use 64-bit addresses for configuring inbound and outbound address windows.jhibbits2015-11-031-8/+8
* sdl->sdl_len in sockaddr_dl can be longer thanhrs2015-11-031-3/+13
* Use the correct space (PCI addresses) for the I/O and memory ranges.jhibbits2015-11-031-6/+6
* Fix an alignment check that is wrong in half the busdma implementations.ian2015-11-024-8/+8
* Eliminate the last dregs of the old global arm_root_dma_tag.ian2015-11-024-21/+9
* The ops EL_SIGNAL, EL_EDITMODE, EL_UNBUFFERED, and EL_PREP_TERM all takebrooks2015-11-021-2/+2
* Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue.rrs2015-11-021-5/+2
* Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi)dteske2015-11-026-142/+148
* Add support for branch instruction on armv7 with ptrace single stepzbb2015-11-026-99/+266
* Make the arm64_cpu driver quiet as it adds no new information.andrew2015-11-021-4/+7
* Add testcases for -t ffs -o version=[12]ngie2015-11-021-1/+66
* Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap withngie2015-11-021-4/+4
* Clean up mtree keyword support a slight bit and add a few more default keywordsngie2015-11-023-3/+10
* zfs: allow the lookup of extended attributes of an unlinked fileavg2015-11-021-1/+1
* Add testcases for -t cd9660 -o isolevel=[1-3]ngie2015-11-021-0/+58
* Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 byngie2015-11-021-2/+4
* Fix spelling of `isolevel` cd9660 optionngie2015-11-021-1/+1
* Bump .Dd for r290259 and r290260ngie2015-11-021-1/+1
* Document undocumented long options for -t cd9660ngie2015-11-021-6/+20
* Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53ngie2015-11-021-18/+21
* mips: rate limit the trap handler output; add pid/tid/program name.adrian2015-11-021-3/+27
* Define `fhard` in pps_event(..) only when PPS_SYNC is defined to mutengie2015-11-021-1/+8
* Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to mutengie2015-11-021-0/+2
* Add _test suffix to multiple tests in lib/libc to conform to the design notedngie2015-11-024-38/+69
* Remove unused variable (SRCDIR)ngie2015-11-021-2/+0
OpenPOWER on IntegriCloud