summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary variable and fix the usage of sysctl(3).araujo2015-06-111-7/+5
* MFV r284234:delphij2015-06-101-3/+15
* Add support for '_' occurring at the beginning or end of a nameume2015-06-101-3/+3
* List kinfo_getfile.c only once.brooks2015-06-101-1/+1
* o Rework ARMv7 events list using aliases - same way as we have for arm64.br2015-06-101-10/+53
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-094-3/+25
* Sync with NetBSD:bapt2015-06-072-19/+20
* Set the correct register when calling sigprocmask in longjmp.andrew2015-06-061-1/+1
* strchr(3): Mdoc fixes.jilles2015-06-041-3/+5
* revert r283969,283970 not needed anymore after r283981bapt2015-06-044-53/+4
* Remove unused variable and silence clang warnings.araujo2015-06-041-2/+0
* Clean up unused variable and silence clang warnings.araujo2015-06-041-3/+0
* Remove unused variables and silence clang warnings.araujo2015-06-041-4/+2
* Capitalize the list of accepted variablesbapt2015-06-031-3/+3
* Add a pw_mkdb2(3) function which does the same thing as pw_mkdb(3) exceptbapt2015-06-034-4/+53
* Fix typobapt2015-06-031-2/+2
* Remove unused variable allocated_ctx reported by clang.araujo2015-06-021-5/+1
* Remove unused variable spotted by clang.araujo2015-06-011-2/+2
* Fix a debug statement. Only the callback function (performing thedteske2015-06-011-1/+1
* Use proper prototype for harmless().rodrigc2015-05-311-1/+1
* Make x_putlong() and x_putbytes() prototypes match therodrigc2015-05-311-2/+2
* Use ANSI C prototypes.rodrigc2015-05-318-275/+116
* Add the needed if-then instructions to build as Thumb-2.andrew2015-05-316-0/+53
* Remove __ARM_EABI__ from more places in libc as this is the only ARM ABIandrew2015-05-313-19/+7
* Use a register to set the cpsr bits. The ip register is safe to be changedandrew2015-05-312-8/+12
* Removed unused special fork() implementations.brooks2015-05-293-107/+1
* Fix __fpclassifyl when double == long double. As with r283693 this isandrew2015-05-291-0/+10
* Fix __isinfl on architectures where double == long double. This is theandrew2015-05-291-3/+5
* Export a list of VM objects in the system via a sysctl. The list can bejhb2015-05-274-2/+174
* Add <sys/user.h> to the SYNOPSIS of the kinfo_get*() functions since thesejhb2015-05-274-4/+8
* Update to ELF Tool Chain r3223emaste2015-05-271-1/+1
* memmem(3): empty little string matches the beginning of the big stringemaste2015-05-262-11/+17
* Upgrade our copy of clang and llvm to 3.6.1 release.dim2015-05-256-13/+16
* Remove SUBDIR_DEPEND for non-existent libreadline directoryngie2015-05-241-1/+0
* When only 2 bytes can be read from a 4 byte UTF-16 character in a base64tijl2015-05-241-24/+19
* Fix decoding of UTF-7 when a base64 encoded chunk appears at the end oftijl2015-05-241-5/+1
* Remove the stray DEBUG_FLAGS=-g line that snuck in with theimp2015-05-211-1/+0
* Drop libmandoc and incorporate it into the main mandoc Makefilebapt2015-05-212-45/+0
* Remove clause 3 and 4 from the licensebapt2015-05-211-2/+0
* Create links to the libprocstat man pages for all of the libprocstat function...allanjude2015-05-212-26/+57
* Remove the write-only variable phent. We currently do not check thekib2015-05-201-5/+0
* Fix underlinkingbapt2015-05-191-0/+2
* All FreeBSD platforms are elf: move i386-elf to i386emaste2015-05-196-3/+2
* Use fixed enum values for PMC_CLASSES().jhb2015-05-191-5/+12
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-0/+77
* Synchronize libedit with NetBSDbapt2015-05-188-72/+116
* Drop some unnecessary casts.pfg2015-05-181-4/+3
* In r279493, the functions pzero[f](), qzero[f], pone[f](),kargl2015-05-174-4/+4
* Some third-party malloc(3) implementations use pthread_setspecific(3)kib2015-05-151-110/+91
* Update to ELF Tool Chain r3197emaste2015-05-141-1/+1
OpenPOWER on IntegriCloud