aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Partially port kvm to ia64 - virtual to physical translation is incomplete.Doug Rabson2001-10-231-0/+167
* Allow users to specify a command to use as remote command instead ofWarner Losh2001-10-234-6/+257
* Refer to chflags(2) instead of chflags(1) (since we're a section 2Dima Dorfman2001-10-231-3/+2
* Fix WAW dependency. p6 is written in the syscall epilogue.Peter Wemm2001-10-221-0/+1
* Fix a few more dependancy violations.Doug Rabson2001-10-221-3/+3
* In the words of the submitter:Daniel Eischen2001-10-211-2/+10
* Implement setjmp, longjmp, sigsetjmp and siglongjmp.Doug Rabson2001-10-203-104/+53
* Add __divdf3(), __divsf3() and __infinity[].Doug Rabson2001-10-204-1/+296
* mdoc(7) police: join OS version with the corresponding macro.Ruslan Ermilov2001-10-191-2/+2
* Just use RSYSCALL.Ruslan Ermilov2001-10-192-4/+2
* signanosleep(2) hasn't existed since 1998.Ruslan Ermilov2001-10-192-2/+0
* Add NO_WERROR so the build won't die because of discarded qualifiersDag-Erling Smørgrav2001-10-191-0/+2
* Back out part of previous commit which was gcc-centricDag-Erling Smørgrav2001-10-191-2/+2
* s/kernal/kernelAlfred Perlstein2001-10-192-2/+2
* Add library exposed by KDE's use if this module.Mark Murray2001-10-181-0/+2
* Tons of type, style and warning fixes that have been rotting in my tree forDag-Erling Smørgrav2001-10-185-70/+101
* Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index.Jonathan Lemon2001-10-171-2/+22
* Fix reference to aio_read, should be aio_writeAlfred Perlstein2001-10-161-1/+1
* Make this Makefile suitable for sparc64.Robert Drehmel2001-10-151-2/+5
* Define the types iaddr_t and saddr_t for sparc64.Robert Drehmel2001-10-151-0/+4
* Match parenthesis and don't give names to return values.Dima Dorfman2001-10-151-3/+2
* Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF)Peter Wemm2001-10-151-0/+2
* Fixed style bugs in previous commit.Bruce Evans2001-10-151-15/+15
* link(2) may fail with EPERM if name1 is immutable or append-only.Dima Dorfman2001-10-141-1/+4
* Make this compile on ia64.Doug Rabson2001-10-141-25/+46
* Add warning about zeroing-out the socket structure before populating it.Matthew Dillon2001-10-131-0/+4
* Removed most of the zombie man pages in libm. All relevant parts haveBruce Evans2001-10-1326-3333/+0
* Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting toBruce Evans2001-10-132-7/+7
* Fixed missing quoting of [-1, +1].Bruce Evans2001-10-132-2/+4
* Use ".Lb libm" where it will have an effect (not just in the zombie manBruce Evans2001-10-1326-0/+52
* Backed out "Compensate for header dethreading [mistakes]" mistakes inBruce Evans2001-10-131-2/+0
* Note that strncmp() will not compare characters after a NUL character.Mike Barcroft2001-10-111-1/+8
* Clarify that strnstr() will stop searching after in encounters a NULMike Barcroft2001-10-111-5/+8
* - Bump document date for eaccess(2) addition.Ruslan Ermilov2001-10-111-27/+35
* Change to track the new calling convention for execve. This version onlyDoug Rabson2001-10-111-17/+3
* Fix the phrase about "both files", which must be leftYaroslav Tykhiy2001-10-111-1/+3
* Fix SysV Semaphore Handling.Michael Reifenberger2001-10-112-27/+124
* Shared libraries from 4.4-FreeBSD needed for proper binary compatibility.David E. O'Brien2001-10-105-14837/+22933
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-1021-42/+0
* getnetbyaddr() should be serviced by the "networks" database.Ruslan Ermilov2001-10-101-1/+1
* Adjust so that we don't use relocations which can't exist in a sharedDoug Rabson2001-10-104-5/+10
* Shorter versions of the byte swapping code.Doug Rabson2001-10-102-15/+7
* Check to see if the devfs MIB exists and return 1 if it exists ratherJordan K. Hubbard2001-10-101-0/+9
* Implement strcasestr() which many others (f.e. Linux) already have.Andrey A. Chernov2001-10-103-2/+79
* Document the fact that the strnstr(3) function is not portable.Mike Barcroft2001-10-091-0/+5
* Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendorMike Barcroft2001-10-091-1/+6
* Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft2001-10-093-11/+122
* Port to ia64. Actually, just do like the alpha.Doug Rabson2001-10-081-1/+1
* Limit maximum poll interval to 60 seconds. This prevents an overflowDaniel Eischen2001-10-073-0/+9
* Make this work on ia64. I have no idea why it works on alpha - itDoug Rabson2001-10-061-1/+7