summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2003-12-17Bump date for previous (hi christos!).wiz
2003-12-17Say what happens with pgrp == 0.christos
2003-12-14remove superfluous assignmentlukem
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-12-10comment from niels provos;itojun
2003-12-09simplify a sentencegrant
2003-12-09Reference kfilter_register(9) rather than the non-existent kfilter_register(2).augustss
2003-12-09Bump date for previous (hi andrew!).wiz
2003-12-09Update man page to correct PROC_* names (addresses PR lib/23645) andatatat
2003-12-08Make this compile on non-IEEE GCC3 targets (aka VAX).matt
2003-12-08"int flags" is correct in the prototype, but not in the Englishgrant
2003-12-07Make building IPv6 support controllable by MKINET6matt
2003-12-07Swap WEAK_ALIAS args to how they should be.scw
2003-12-05Revert last change, as this is a 3rd-party file, noted by kleink@.keihan
2003-12-05Spaces.uebayasi
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04oopsatatat
2003-12-04Bump for sysctl() updateatatat
2003-12-04Adapt userland sysctl goop to new world order, permitting dynamicatatat
2003-12-04MAKEVERBOSE tweakslukem
2003-11-26improve random number generation by using largest 31-bit primejdolecek
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-26Fix compile problem if -UYP -DHESIOD.lukem
2003-11-25Bump date for previous.wiz
2003-11-25take "Skip a random number of ids" into consideration, correct the rotationitojun
2003-11-25- Document NO_DEFERchristos
2003-11-25"seed2" was ruining the non-repeating property of this function; remove it.itojun
2003-11-25Catch up with namei: An empty string is not a valid pathname.kleink
2003-11-23Implement siginfo for sh3.uwe
2003-11-23s/!=/==/scw
2003-11-23New sentence, new line. Remove trailing spaces.wiz
2003-11-23Bump Dd.jhawk
2003-11-21Don't compile fp*.c if doing a soft-float build.scw
2003-11-19Use Rv for return values section; bump date.wiz
2003-11-19document RETURN VALUESpooka
2003-11-18s/modified/modifies/ in the description of makecontext().uwe
2003-11-18Fix typo in previous.wiz
2003-11-18Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2).thorpej
2003-11-18Userland portion of fsync_range(2), written by Bill Studenmund, andthorpej
2003-11-14s/modifed/modified/keihan
2003-11-13-traditional-cpp and spaces after commas is not a happy combination.simonb
2003-11-11Need weak aliases here.simonb
2003-11-11Add #ifdef __weak_alias around use of __weak_alias.simonb
2003-11-11Fix tyop.simonb
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-06This is the last part of siginfo support for pc532. Simon will make thischristos
2003-11-06siginfo trampoline addition. This is not used until simon verifies that itchristos
2003-11-05From Ragge's wishlist: rename infinity -> huge_val.kleink
2003-11-02Add userland portion of siginfo for mips. Many thanks to simon for lettingchristos
2003-11-01Corrent map order to match sparc/ieeefp.h.nakayama