summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update to the new and brighter pkg worldphk2012-12-151-27/+39
* In pfioctl, if the permission checks failed we returned with vnet contexttrociny2012-12-151-2/+2
* Four .c files from OpenBSM are used, in modified form, by the kernel torwatson2012-12-156-5/+5
* Merge OpenBSM 1.2-alpha3 from the vendor branch to 10-CURRENT; this versionrwatson2012-12-1510-35/+49
* Regenerate usb.confhselasky2012-12-151-1/+25
* MFV r244245:mm2012-12-151-9/+17
* Fix extending filesystems of weird size by making sure the actual sizetrasz2012-12-151-0/+6
* When mnt_vnode_next_active iterator cannot lock the next vnode andkib2012-12-152-63/+54
* Fix a typo, resulting in the NULL pointer dereference.kib2012-12-151-1/+1
* Line up the continuation backslashes.kib2012-12-151-2/+2
* Remove a special case for XEN, which is erronous and makes vfork(2)kib2012-12-151-4/+0
* Put shared library debug info into separate .symbols fileemaste2012-12-152-2/+22
* The group list for a non-default export entry (a host/subnet one)rmacklem2012-12-141-1/+1
* Minor refactoring prior to .symbols file changesemaste2012-12-142-14/+9
* - When checking if a dump exists on the given device there is no need topjd2012-12-143-6/+8
OpenPOWER on IntegriCloud