summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-27Allow segments to be used even after they were marked for deletion withRobert Nagy
2011-10-24Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.Ingo Schwarze
2011-10-22Don't attempt to send data not available for sending yet. AnalysedAlexandre Ratchov
2011-10-19Remove some blatant lies. Provide a variant 1 archs with a defaultPhilip Guenthe
2011-10-18some minor tweaks concerning midicat removal; ok ratchovJason McIntyre
2011-10-17Remove midicat since aucat can now be used instead of midicatAlexandre Ratchov
2011-10-17Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadPhilip Guenthe
2011-10-16Bump libc major; wscanf and wcsftime were addedStefan Sperling
2011-10-16Hook wcsftime(3) to the build; committing on behalf of espieStefan Sperling
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling
2011-10-16Tweak wording, to clarify that setrtable affects the routing tablePhilip Guenthe
2011-10-16Note a restriction that is actually enforced in 5.0Philip Guenthe
2011-10-16Fixes and tweaks from jmc@Philip Guenthe
2011-10-16Make consistent the syscall stubs for the syscalls that got specialPhilip Guenthe
2011-10-16Add stubs and manpage for __{get,set}_tcbPhilip Guenthe
2011-10-14Fix toprec handling in cgetnext(). OK otto@Todd C. Miller
2011-10-13Deal with the horror that is gcc asm constraints by copying thePhilip Guenthe
2011-10-13Increase the stack offset for the new rthread from (BIAS+128) toPhilip Guenthe
2011-10-13Convert rfork_thread() from int$80 to syscall.Philip Guenthe
2011-10-11Change to syscall is done, so delete an XXX commentPhilip Guenthe
2011-10-10put in code for wcstfime, as discussed with millert@ and stsp@ (and testedMarc Espie
2011-10-10Stop defining XPG4_1994_04_09.Antoine Jacoutot
2011-10-09d_t_fmt: fix the format for the day of the month to use %e (singleAntoine Jacoutot
2011-10-07threads waiting on PS_FDW_WAIT state should not be interruptible ifFederico G. Schwindt
2011-10-06Make struct chunk_info a variable sized struct, wasting lessOtto Moerbeek
2011-10-05restart connect(2) if it returns EINTRAlexandre Ratchov
2011-10-04some tweaks, from Tim van der MolenJason McIntyre
2011-10-02signedness fix; ok millertDarren Tucker
2011-09-29ssl.8: Certifying Authority -> Certificate AuthorityJason McIntyre
2011-09-28make sure that `references' is not optimized away as it is required for theFederico G. Schwindt
2011-09-25KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha ErkkilaJason McIntyre
2011-09-22Stop using the latin1 character set in the "C" locale. This behaviour wasStefan Sperling
2011-09-22fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was beingDamien Miller
2011-09-22install infnan(3/VAX) into man3/vax/ on all archs;Ingo Schwarze
2011-09-22Return the correct errno (EBUSY) when pthread_mutex_trylock() isPhilip Guenthe
2011-09-21Add /usr/local/share/terminfo to the search path so that ports canNicholas Marriott
2011-09-20In glob(3), limit recursion during matching attempts. Similar to fnmatch fix.Stefan Sperling
2011-09-19Use long calls like we do on hppa, otherwise the function we want to callMark Kettenis
2011-09-19Make this actually work.Mark Kettenis
2011-09-19Use a long-displacement branch instruction to call __cerror, since theMark Kettenis
2011-09-19Clear the upper 32-bits of the system call address we load using ldil, sinceMark Kettenis
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-16after some thought, i think it unlikely that we will need to specifyJason McIntyre
2011-09-16use .St here for ISO 8601 references; ok millertJason McIntyre
2011-09-16RFC-2822 -> RFC 2822Jason McIntyre
2011-09-14update vt100 example to vt200, as vt100 apparently is no longer in theJason McIntyre
2011-09-13For threads in PS_FDR_WAIT state, check SA_RESTART before marking it asFederico G. Schwindt
2011-09-05The scheduling loop can change errno, so we need to restore it evenPhilip Guenthe
2011-09-05Preserve errno across calls to open the password database(s), soPhilip Guenthe
2011-09-05Switch sigreturn() to the normal syscall entry instead of int$80.Philip Guenthe