summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make the output from assert() look more like the example in the C99mike2001-10-291-2/+2
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().dillon2001-10-281-0/+40
* Add routines to convert time_t to/from fixed-bit fields. These routinesdillon2001-10-282-1/+62
* Only provide function information in compile environments that supportmike2001-10-271-5/+10
* Restore K&R prototype. Fix other style bugs.mike2001-10-271-2/+3
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,peter2001-10-271-2/+5
* Remove the internal implementation details of wrapping syscalls,ru2001-10-2619-505/+0
* Compensate for the way that _setjmp aligns the start of jmp_buf.dfr2001-10-262-5/+23
* Minimal libc for sparc64.jake2001-10-2619-0/+874
* In > LONG_MAX test use sseek return value and not _offset which can be notache2001-10-251-3/+4
* De-orbit DEFS.h - the other arches do not use it, and it got replacedpeter2001-10-2442-82/+35
* Add __FBSDID.asmodai2001-10-241-5/+10
* Help to recover from bad seek (i.e. negative or too big) happens beyondache2001-10-242-5/+12
* Back out read buffer invalidating via __SMOD.ache2001-10-232-7/+2
* Change comment explaining another usage of __SMODache2001-10-231-2/+2
* Disallow fseek() optimization in internal read buffer, if pointer is moved byache2001-10-231-0/+5
* Allow users to specify a command to use as remote command instead ofimp2001-10-234-6/+257
* Refer to chflags(2) instead of chflags(1) (since we're a section 2dd2001-10-231-3/+2
* Fix WAW dependency. p6 is written in the syscall epilogue.peter2001-10-221-0/+1
* Fix a few more dependancy violations.dfr2001-10-221-3/+3
* Implement setjmp, longjmp, sigsetjmp and siglongjmp.dfr2001-10-203-104/+53
* Add __divdf3(), __divsf3() and __infinity[].dfr2001-10-204-1/+296
* mdoc(7) police: join OS version with the corresponding macro.ru2001-10-191-2/+2
* Just use RSYSCALL.ru2001-10-192-4/+2
* signanosleep(2) hasn't existed since 1998.ru2001-10-192-2/+0
* s/kernal/kernelalfred2001-10-192-2/+2
* Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index.jlemon2001-10-171-2/+22
* Fix reference to aio_read, should be aio_writealfred2001-10-161-1/+1
* Fixed style bugs in previous commit.bde2001-10-151-15/+15
* link(2) may fail with EPERM if name1 is immutable or append-only.dd2001-10-141-1/+4
* Make this compile on ia64.dfr2001-10-141-25/+46
* Add warning about zeroing-out the socket structure before populating it.dillon2001-10-131-0/+4
* Note that strncmp() will not compare characters after a NUL character.mike2001-10-111-1/+8
* Clarify that strnstr() will stop searching after in encounters a NULmike2001-10-111-5/+8
* - Bump document date for eaccess(2) addition.ru2001-10-111-27/+35
* Fix SysV Semaphore Handling.mr2001-10-112-27/+124
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-105-10/+0
* getnetbyaddr() should be serviced by the "networks" database.ru2001-10-101-1/+1
* Adjust so that we don't use relocations which can't exist in a shareddfr2001-10-104-5/+10
* Shorter versions of the byte swapping code.dfr2001-10-102-15/+7
* 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
OpenPOWER on IntegriCloud