summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wtap: fix clang warning.monthadar2012-12-181-1/+1
* Fix !INET6 build after r244365.glebius2012-12-181-2/+11
* Clear correct flag in INET6 case.glebius2012-12-181-1/+1
* - Add sysctl to allow unprivileged users to call mlock(2)-family systemzont2012-12-181-0/+18
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.zont2012-12-184-18/+106
* - Set memorylocked limit to 64Kb for default login class.zont2012-12-181-1/+3
* Get libcompiler-rt and libgcc building on ARM with clang.andrew2012-12-182-4/+16
* Fix typo in comment.kevlo2012-12-181-1/+1
* More correct version of prev. fix.ache2012-12-181-1/+1
* Piete.Brooks at cl.cam.ac.uk reported via email a crash which wasrmacklem2012-12-1814-41/+144
* Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistentjimharris2012-12-181-2/+4
* Hide OBJCOPY and others in POSIX modeemaste2012-12-171-1/+1
* Since we use different flags to detect tcp forwarding, and we share theae2012-12-171-1/+2
* Fix:ache2012-12-171-1/+1
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forae2012-12-171-1/+1
* Fix warning from valgrind when a failed entry is tested.eadler2012-12-171-0/+1
* Minor style tweaks.pjd2012-12-171-6/+5
* Better variables naming in expand_name() to be more consistent with coredump().pjd2012-12-171-16/+16
* libc/iconv: Fix race condition with setting FD_CLOEXEC.jilles2012-12-171-5/+1
* - Fix handling of .mps filesgabor2012-12-171-8/+8
* Warn about reaching various PF limits.pjd2012-12-172-0/+3
* - Use unsigned int for values obtained with sysctlbyname(). This fixesgabor2012-12-172-4/+9
* Make sure to stop both TX and RX MACs in ale_stop_mac(). Previouslyyongari2012-12-171-1/+1
* amd64 only has rela sections.rpaulo2012-12-171-12/+12
* Fix the gssd daemon so that it uses syslog() to reportrmacklem2012-12-171-0/+23
* - Fix strtol() error handling.hrs2012-12-161-16/+35
* Use new savecore(8) option and limit number of kernel dumps that willpjd2012-12-162-1/+10
* With rotating kernel dumps the higest dump number is not necessarily thepjd2012-12-161-1/+29
* Implement -m option to savecore(8) that allows to limit number of kernelpjd2012-12-162-21/+96
* Make use of the fact that we changed working directory to the dump directorypjd2012-12-161-4/+3
* Minor wording improvments to some manual pageseadler2012-12-162-3/+3
* Sort flags properly.pjd2012-12-161-3/+3
* Prefer snprintf() over sprintf().pjd2012-12-161-5/+5
* Revert r237842 and switch back to SCHED_ULE. All problems I encounteredmarius2012-12-161-1/+1
* Restore pre-r234898 printing of boot loader and path.marius2012-12-161-3/+3
* Move expand_name() after process lock is released.pjd2012-12-161-7/+4
* When growing a filesystem, don't leave unused space at the endtrasz2012-12-161-7/+10
* Don't add audit record when coredumps are disabled or name cannot be expanded.pjd2012-12-161-9/+0
* Make the check easier to read.pjd2012-12-161-2/+1
* Use 'cred' variable.pjd2012-12-161-2/+1
* Fix comment to represent actual file purposegonzo2012-12-161-1/+1
* sbuf_trim() cannot be used on sbuf with drain function set.pjd2012-12-151-2/+1
* Ignore a warning in ubldr where clang doesn't understand the %D printfandrew2012-12-151-0/+3
* Also remove -Werror on arm with clang as there are warnings.andrew2012-12-151-1/+1
* Don't define CTORS_SECTION_ASM_OP and DTORS_SECTION_ASM_OP on arm whenandrew2012-12-151-0/+2
* Recognise vfpv2 as a value for the ARM .fpu asm directive. Clang generatesandrew2012-12-151-0/+1
* Fix a comment in an asm block to work with compilers other than GCCandrew2012-12-151-1/+1
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-153-10/+40
* Change `iostat -Ix` to display total duration of transactions insteadtrociny2012-12-152-13/+42
* New devstat metrics for devstat_compute_statistics():trociny2012-12-153-9/+75
OpenPOWER on IntegriCloud