| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix reference to aio_read, should be aio_write | alfred | 2001-10-16 | 1 | -1/+1 |
* | Make this Makefile suitable for sparc64. | robert | 2001-10-15 | 1 | -2/+5 |
* | Define the types iaddr_t and saddr_t for sparc64. | robert | 2001-10-15 | 1 | -0/+4 |
* | Match parenthesis and don't give names to return values. | dd | 2001-10-15 | 1 | -3/+2 |
* | Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF) | peter | 2001-10-15 | 1 | -0/+2 |
* | Fixed style bugs in previous commit. | bde | 2001-10-15 | 1 | -15/+15 |
* | link(2) may fail with EPERM if name1 is immutable or append-only. | dd | 2001-10-14 | 1 | -1/+4 |
* | Make this compile on ia64. | dfr | 2001-10-14 | 1 | -25/+46 |
* | Add warning about zeroing-out the socket structure before populating it. | dillon | 2001-10-13 | 1 | -0/+4 |
* | Removed most of the zombie man pages in libm. All relevant parts have | bde | 2001-10-13 | 26 | -3333/+0 |
* | Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting to | bde | 2001-10-13 | 2 | -7/+7 |
* | Fixed missing quoting of [-1, +1]. | bde | 2001-10-13 | 2 | -2/+4 |
* | Use ".Lb libm" where it will have an effect (not just in the zombie man | bde | 2001-10-13 | 26 | -0/+52 |
* | Backed out "Compensate for header dethreading [mistakes]" mistakes in | bde | 2001-10-13 | 1 | -2/+0 |
* | Note that strncmp() will not compare characters after a NUL character. | mike | 2001-10-11 | 1 | -1/+8 |
* | Clarify that strnstr() will stop searching after in encounters a NUL | mike | 2001-10-11 | 1 | -5/+8 |
* | - Bump document date for eaccess(2) addition. | ru | 2001-10-11 | 1 | -27/+35 |
* | Change to track the new calling convention for execve. This version only | dfr | 2001-10-11 | 1 | -17/+3 |
* | Fix the phrase about "both files", which must be left | yar | 2001-10-11 | 1 | -1/+3 |
* | Fix SysV Semaphore Handling. | mr | 2001-10-11 | 2 | -27/+124 |
* | Shared libraries from 4.4-FreeBSD needed for proper binary compatibility. | obrien | 2001-10-10 | 5 | -14837/+22933 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 21 | -42/+0 |
* | getnetbyaddr() should be serviced by the "networks" database. | ru | 2001-10-10 | 1 | -1/+1 |
* | Adjust so that we don't use relocations which can't exist in a shared | dfr | 2001-10-10 | 4 | -5/+10 |
* | Shorter versions of the byte swapping code. | dfr | 2001-10-10 | 2 | -15/+7 |
* | Check to see if the devfs MIB exists and return 1 if it exists rather | jkh | 2001-10-10 | 1 | -0/+9 |
* | Implement strcasestr() which many others (f.e. Linux) already have. | ache | 2001-10-10 | 3 | -2/+79 |
* | Document the fact that the strnstr(3) function is not portable. | mike | 2001-10-09 | 1 | -0/+5 |
* | Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendor | mike | 2001-10-09 | 1 | -1/+6 |
* | Add a new libc function, strnstr(3), which allows one to limit the | mike | 2001-10-09 | 3 | -11/+122 |
* | Port to ia64. Actually, just do like the alpha. | dfr | 2001-10-08 | 1 | -1/+1 |
* | Limit maximum poll interval to 60 seconds. This prevents an overflow | deischen | 2001-10-07 | 3 | -0/+9 |
* | Make this work on ia64. I have no idea why it works on alpha - it | dfr | 2001-10-06 | 1 | -1/+7 |
* | Fix a load of dependancy violations. | dfr | 2001-10-05 | 2 | -7/+7 |
* | Add compatibility functions for the AF_LOCAL RPC transport stuff | wpaul | 2001-10-04 | 3 | -0/+235 |
* | Hopefully improve control message passing over Unix domain sockets. | dwmalone | 2001-10-04 | 2 | -14/+25 |
* | Include <string.h> to prototype strcpy(3). While I'm here, make use | mike | 2001-10-04 | 1 | -3/+4 |
* | Fixed various type errors in synopsis. | bde | 2001-10-03 | 1 | -7/+7 |
* | Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainly | bde | 2001-10-03 | 10 | -31/+33 |
* | Fixed spelling of rpow in rpow's prototype. | bde | 2001-10-03 | 1 | -1/+1 |
* | Fixed missing `const' in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
* | Fixed return type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
* | Fixed bitrot in synopsis. The change of the color type from byte to u_long | bde | 2001-10-03 | 1 | -8/+8 |
* | Avoid getting stuck in system(3) when the internal call to wait4() | alfred | 2001-10-03 | 1 | -2/+3 |
* | Don't install manpage links for the nonexistent functions exp2(), | bde | 2001-10-03 | 1 | -2/+2 |
* | Removed .Nm's for the nonexistent functions exp2() and exp2f(). | bde | 2001-10-03 | 1 | -2/+0 |
* | Made this header self-sufficient. | bde | 2001-10-03 | 1 | -6/+9 |
* | Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet. | bde | 2001-10-03 | 1 | -5/+5 |
* | Fixed wrong arg type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
* | Fixed bitrot in synopsis. The change of the return type of | bde | 2001-10-03 | 1 | -1/+1 |