summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Implement strcasestr() which many others (f.e. Linux) already have.ache2001-10-103-2/+79
* Document the fact that the strnstr(3) function is not portable.mike2001-10-091-0/+5
* Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendormike2001-10-091-1/+6
* Add a new libc function, strnstr(3), which allows one to limit themike2001-10-093-11/+122
* Make this work on ia64. I have no idea why it works on alpha - itdfr2001-10-061-1/+7
* Fix a load of dependancy violations.dfr2001-10-052-7/+7
* Add compatibility functions for the AF_LOCAL RPC transport stuffwpaul2001-10-043-0/+235
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-042-14/+25
* Include <string.h> to prototype strcpy(3). While I'm here, make usemike2001-10-041-3/+4
* Fixed various type errors in synopsis.bde2001-10-031-7/+7
* Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainlybde2001-10-0310-31/+33
* Fixed missing `const' in synopsis.bde2001-10-031-1/+1
* Fixed return type in synopsis.bde2001-10-031-1/+1
* Avoid getting stuck in system(3) when the internal call to wait4()alfred2001-10-031-2/+3
* Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.bde2001-10-031-5/+5
* Fixed misspelled arg type in synopsis.bde2001-10-031-1/+1
* Fixed missing include in synopsis.bde2001-10-031-0/+1
* - cope with sa_len < sizeof(struct sockaddr).ume2001-10-021-35/+44
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-01420-643/+643
* mdoc(7) police: don't split author names in the AUTHORS section.ru2001-10-011-0/+1
* mdoc(7) police: s/atof/atoi/ru2001-10-011-1/+1
* Add __FBSDID()s to libutildillon2001-09-301-2/+4
* Add ERRORS section.asmodai2001-09-261-1/+18
* Be explicit about the POSIX version it conforms to [in this case 1990].asmodai2001-09-261-5/+5
* Change standards compliancy order so that C and POSIX are grouped.asmodai2001-09-261-1/+1
* - Correct capitalization of a function name.murray2001-09-241-2/+3
* Note that strdup(3) will set errno if memory allocation fails. Thismike2001-09-231-1/+4
* Fix a whole bunch of dependancy bugs and make it actually work when thedfr2001-09-221-7/+10
* Fix byte swapping - it was totally broken.dfr2001-09-222-5/+6
* o Modify access(2) man page to describe eaccess(2), and add a symlinkrwatson2001-09-212-4/+20
* Document the FTS_ROOTPARENTLEVEL and FTS_ROOTLEVEL constants.ru2001-09-201-5/+9
* First appeared in 5.0, not in 4.4ache2001-09-171-1/+1
* style(9)mike2001-09-171-62/+56
* Typo: s/conatains/contains/guido2001-09-121-1/+1
* mdoc(7) police: changed pure POSIX text; added missing markup bits.ru2001-09-112-8/+12
* mdoc(7) police: removed commas from the standard (split) AUTHORS block.ru2001-09-111-3/+3
* Add more standards which we conform to.asmodai2001-09-091-1/+18
* Detail thread-safe and async-cancel-safe status.asmodai2001-09-091-0/+10
* 1) If __SAPP stream is not seekable, remove __SAPP flag on first call insteadache2001-09-071-3/+10
* Move to using .In instead of .Fd #include <> for include mark-up.asmodai2001-09-0727-39/+39
* reconnect strfmon.c to build listphantom2001-09-071-1/+1
* Fix some mdoc nits caused by my knowledge not being too up-to-date onasmodai2001-09-071-9/+12
* Port to ia64, taking into account the fact that pagesizes may be variable.dfr2001-09-071-0/+11
* Add strfmon.3 to the fray.asmodai2001-09-072-1/+89
* For now just back out seek error checking in __SAPP case, it cause problemsache2001-09-071-2/+2
* Fix all the ambiguous or erroneous statements of the brk(2)yar2001-09-061-55/+87
* correctly wrap macros with { }phantom2001-09-061-2/+3
* strfmon(3) is not ready to go live.obrien2001-09-061-1/+1
* Add strfmon(3) implementation. It still contains few XXX's because I lostphantom2001-09-052-3/+618
* mdoc(7) police: markup and minor content fixes.ru2001-09-052-73/+61
OpenPOWER on IntegriCloud