summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix powerpc setjmp FPR saving/restoring.jhibbits2015-04-083-108/+108
* Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-0724-4/+1019
* vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via thejhb2015-04-061-2/+2
* Stop including if_var.h from userland.glebius2015-04-062-2/+0
* Make strlcpy/strlcat slightly easier to read.pfg2015-04-062-43/+42
* fts: Don't return FTS_SLNONE if it's not a symlink (if race).jilles2015-04-041-5/+6
* libc: Eliminate duplicate copies of __vdso_gettc.cemaste2015-04-0210-197/+5
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITtrasz2015-04-021-3/+3
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.kib2015-04-012-3/+9
* wordexp: Explicitly pass along IFS.jilles2015-03-311-1/+4
* Make kevent(2) a cancellation point.kib2015-03-295-2/+82
* Add an SCTP symbol which was missed intuexen2015-03-281-0/+1
* setmode(): Use sysctl kern.proc.umask instead of umask() if possible.jilles2015-03-261-9/+33
* Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-191-0/+5
* We won't support a.out on arm64/aarch64. As such there will be no need toandrew2015-03-181-0/+3
* libc: plug memory leaks in edge cases for the posix1e code.pfg2015-03-132-4/+11
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+3
* Save and restore non-volatile floating-point registers during longjmp().nwhitehorn2015-03-086-0/+236
* forgot to bump date, and replace contraction (igor)...jmg2015-03-071-2/+2
* make things a bit more clear.. we worked together on language..jmg2015-03-061-0/+2
* compat_passwd(): yet another uninitialized access to stayopen.pfg2015-03-061-1/+1
* qsort(3): small style(9) cleanups.pfg2015-03-051-10/+10
* qsort(3): enhance to handle 32-bit aligned data on 64-bit systemspfg2015-03-051-12/+21
* Avoid lookup of CODESET aliases using uninitialized pathkan2015-02-281-0/+8
* nice(): Put back old return value, keeping [EPERM] error.jilles2015-02-282-12/+19
* Fix typo. Note that this is mostly innocent, since libthr no longerkib2015-02-271-1/+1
* eui64_line(): plug memory leak.pfg2015-02-271-0/+1
* Hint out check for unsigned negative values.pfg2015-02-271-1/+1
* Adjust wording slightly to emphasize that random(3) should not be used forcperciva2015-02-251-3/+2
* setmode(3): Make sure that setmode sets errno on failure.pfg2015-02-222-20/+47
* nice(): Correct return value and [EPERM] error.jilles2015-02-222-5/+32
* Prevent NULL pointer de-reference.pfg2015-02-211-1/+1
* regex(3): Fix uninitialized pointer values.pfg2015-02-202-3/+3
* tab vs spaces.pfg2015-02-201-2/+2
* dbm_delete(3) correct man page to match current behaviour.pfg2015-02-201-4/+2
* Fix small memleaks in nis_passwd() and nis_group().pfg2015-02-202-2/+6
* fix spelling, add comma and remove BUGS section.. it provided no usefuljmg2015-02-191-17/+3
* libc: clean some set-but-not-used errors.pfg2015-02-183-7/+1
* ulimit(3): simplify.pfg2015-02-171-10/+8
* Restore the extern qualifier on __cleanup.kib2015-02-171-1/+1
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-163-4/+11
* Replace strcpy() with strlcpy()pfg2015-02-151-1/+1
* Reverse one of the initializations from r278804.pfg2015-02-151-1/+1
* Mismatch in r278804.pfg2015-02-151-1/+1
* More tidy-ups on uninitialized scalar variablepfg2015-02-152-3/+3
* ulimit(3): Fix broken check.pfg2015-02-151-5/+9
* The ld(1) flag is -Bsymbolic not -Wsymbolic.tijl2015-02-141-2/+2
* Properly interpose libc spinlocks, was missed in r276630. Inkib2015-02-143-22/+26
* Disallow pattern spaces which would cause intermediate calculations todelphij2015-02-141-0/+17
* Revert 278634: This broke the build due to the compiler being too clever.pfg2015-02-131-2/+2
OpenPOWER on IntegriCloud