Age | Commit message (Expand) | Author |
2013-01-31 | Add a bunch of missing functions. | Brad Smith |
2013-01-30 | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). | Brad Smith |
2013-01-24 | Oops, due to the way return from system calls work, we can not use a delay | Miod Vallat |
2013-01-23 | The kernel sources mention that the system call entry point is trap #450; the | Miod Vallat |
2013-01-20 | Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead of | Miod Vallat |
2013-01-20 | Properly handle "%%" and "%N" where N is not a supported escape. | Todd C. Miller |
2013-01-20 | PIC-related code should follow the #ifdef __PIC__ line, not the #else line. | Miod Vallat |
2013-01-19 | Document F_DUPFD_CLOEXEC; adapted from FreeBSD | Todd C. Miller |
2013-01-19 | partially re-instate previous; requested by deraadt | Jason McIntyre |
2013-01-19 | better description of O_CLOEXEC; from russell | Jason McIntyre |
2013-01-18 | Update the setsockopt(2) interface documentation for the EFBIG and | Alexander Bluhm |
2013-01-15 | Don't pull <math.h> just because it can return HUGE_VAL in the | Martynas Venckus |
2013-01-13 | Remove machine-dependent glue for strtorQ, since hppa64 quad-precision | Martynas Venckus |
2013-01-11 | Add END() directives to the various functions. | Miod Vallat |
2013-01-11 | Add a bunch of macros to help writing PIC code for libc .S routines. Handles | Miod Vallat |
2013-01-08 | fix __cerror non-weak symbol name | Miod Vallat |
2013-01-08 | More int's that should be size_t for strlen() use | Theo de Raadt |
2013-01-07 | use a size_t instead of an int to avoid signed compare | Theo de Raadt |
2013-01-05 | Fix verbiage to make it clear that on success the return value of | Kenneth R Westerback |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2013-01-03 | sysctl.3: remove some confusing text about NFS_NIOTHREADS | Jason McIntyre |
2013-01-03 | some small cleanup; | Jason McIntyre |
2013-01-01 | Add an implementation based on tedu@'s design of fmemopen(3) and | Martin Pieuchot |
2012-12-26 | Actually invoke the system call in libc's sigreturn() wrapper; went unnoticed | Miod Vallat |
2012-12-22 | Make sure the stack is 16-byte aligned otherwise the use of certain SSE | Mark Kettenis |
2012-12-22 | Fix bug in random offset introduced in rev 1.143; random range was | Otto Moerbeek |
2012-12-17 | Allow gethostbyname() to accept a numeric IP string. | Eric Faurot |
2012-12-12 | document RES_USE_DNSSEC; text tweaked by sthen | Jason McIntyre |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-05 | Cross-reference getfsstat(2); OK jmc@ | Todd C. Miller |
2012-12-05 | no need for .Pp before lists; | Jason McIntyre |
2012-12-04 | Rewritten posix_openpt manual that doesn't include any of the POSIX | Todd C. Miller |
2012-12-04 | Use "path name" not "pathname". | Todd C. Miller |
2012-12-03 | Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. At | Mark Kettenis |
2012-12-03 | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | Todd C. Miller |
2012-11-30 | Document a known bug in the DES crypt cipher implementation which we're | Stefan Sperling |
2012-11-29 | - put the various options into the same order as those in resolv.h | Jason McIntyre |
2012-11-29 | struct ktr_header changed back in April 2012, rearranging the members, | Philip Guenthe |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-11-24 | Saner implementation for self-contained hostent and netent, and also | Eric Faurot |
2012-11-24 | knf | Eric Faurot |
2012-11-24 | make separate structures for pack and unpack | Eric Faurot |
2012-11-23 | Copy from the is* manpages the CAVEAT about the input range. | Philip Guenthe |
2012-11-19 | remove some useless Tn and double punctuation; | Jason McIntyre |
2012-11-19 | RES_IGNTC is no longer ignored; ok sthen | Jason McIntyre |
2012-11-18 | Ensure that the base provided to strtol(3) is between 2 and 36 inclusive, | Joel Sing |
2012-11-17 | tweak previous; | Jason McIntyre |
2012-11-17 | Clarify ss_sp's meaning and that alt stacks are per-thread | Philip Guenthe |
2012-11-10 | raise() sends the signal to the current thread and only one error can occur. | Philip Guenthe |
2012-11-10 | Per POSIX, fix raise() and abort() to send the signal to the current thread. | Philip Guenthe |