summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add a reference to the new utrace(2) manual page.tjr2003-11-041-1/+2
* When printing ACLs, truncate user and group names if they're too long,rwatson2003-11-031-3/+5
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-024-254/+233
* Remove TODO comment about creating a macro version of towctrans().tjr2003-11-011-4/+0
* Fix a typo that caused the optimized single-byte locale path not to be taken.tjr2003-11-011-1/+1
* Add a manual page for the utrace() system call.tjr2003-11-012-1/+87
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-017-50/+204
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-314-75/+25
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundtjr2003-10-311-36/+8
* add destination address selection described in RFC3484.ume2003-10-301-7/+412
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.phk2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicphk2003-10-302-2/+7
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-298-31/+4
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-282-408/+1
* Pacify gcc about casting pointers to integers (for the lowest few bits).peter2003-10-261-6/+8
* Consistently cast to (u_char *) when filling with junk.phk2003-10-251-3/+3
* Style changes. Inching closer to convergence with OpenBSD.phk2003-10-251-61/+60
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()ume2003-10-251-1/+1
* - fix description of what processes SIGCONT can be sent tokensmith2003-10-241-1/+1
* oops, revert previous change to getaddrinfo.c. This is not relatedume2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-246-366/+1400
* reorder functions to be in sync with KAME.ume2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-232-17/+4
* Add implementations of amd64_[gs]et_[fg]sbase().peter2003-10-235-0/+158
* oops, gai_strerror must return default value when error codeume2003-10-221-0/+1
* make ai_errlist struct. this is preparation for RFC3493ume2003-10-221-19/+32
* The FP status register allows for 6 traps to be masked. One of them,marcel2003-10-222-3/+3
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-211-8/+3
* Bring the description of st_[cma]time modification conditions a bitdds2003-10-201-6/+18
* document the fact that kqueue will immediately return and not timeout whenjmg2003-10-201-0/+8
* Add rfork_thread(3).alc2003-10-132-1/+102
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.dds2003-10-111-1/+1
* Cite the published version of "Engineering a Sort Function" instead oftjr2003-09-301-4/+7
* More style fixes to improve diffability with OpenBSD.phk2003-09-271-46/+54
* Style changes to improve diffability against OpenBSD version.phk2003-09-271-91/+91
* Fix fabs(). This commit brought to you by the letter 'l'.peter2003-09-261-1/+1
* From OpenBSD:fenner2003-09-151-1/+1
* Our getaddrinfo() and getnameinfo() are thread-safe butume2003-09-152-2/+10
* Get rid of duplicates.ru2003-09-143-3/+3
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-123-6/+8
* mdoc(7): Properly mark C headers.ru2003-09-1020-29/+29
* Document the fact that send(2) can return EPIPE (like when a socket is notroberto2003-09-101-0/+4
* mdoc(7): Use the new feature of the .In macro.ru2003-09-0862-105/+105
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-081-7/+12
* Clarify that the second argument to accept() may be a null pointer ifroam2003-09-051-1/+7
* Remove an unused and incorrect prototype for _none_init().tjr2003-09-051-1/+0
OpenPOWER on IntegriCloud