| Commit message (Expand) | Author | Age | Files | Lines |
* | - Put missing prototype for rcmd() in <unistd.h>. | ru | 2001-11-09 | 2 | -58/+66 |
* | The algorithm that computes the tables used in the BM search algorithm sometimes | dcs | 2001-11-09 | 1 | -1/+2 |
* | Note that the manpage is incorrect about the vector argument. | peter | 2001-11-09 | 1 | -0/+3 |
* | Fix vendor ID's. | obrien | 2001-11-07 | 12 | -36/+60 |
* | rcsid[]->__FBSDID | obrien | 2001-11-07 | 55 | -248/+95 |
* | Don't ignore unknown characters. The previous code treated a line like: | fenner | 2001-11-07 | 2 | -3/+5 |
* | Add a note explaining why CLOCKS_PER_SEC isn't 1000000. | dwmalone | 2001-11-05 | 1 | -1/+10 |
* | - There is no such thing as a socket structure. sockets are integers. | jhb | 2001-11-05 | 1 | -2/+2 |
* | Document ENETDOWN. | dd | 2001-11-05 | 1 | -0/+2 |
* | malloc and calloc do not free memory. | dd | 2001-11-05 | 1 | -2/+3 |
* | Make strtod.c work on Alpha as well. strtod.c has got locale support, | peter | 2001-11-04 | 1 | -11/+8 |
* | Slightly closer to netbsd_strtod.c: | peter | 2001-11-04 | 1 | -11/+12 |
* | Implement fpsetmask() and fpgetmask(). | dfr | 2001-11-03 | 3 | -1/+83 |
* | phkmalloc->evilchecks++; | phk | 2001-11-02 | 1 | -3/+13 |
* | Add notice about early use from malloc.c forbidding malloc use from | phk | 2001-11-02 | 1 | -0/+5 |
* | Add a long-overdue nail to the deprecated /dev/urandom interface | markm | 2001-10-30 | 2 | -2/+2 |
* | Make the output from assert() look more like the example in the C99 | mike | 2001-10-29 | 1 | -2/+2 |
* | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | dillon | 2001-10-28 | 1 | -0/+40 |
* | Add routines to convert time_t to/from fixed-bit fields. These routines | dillon | 2001-10-28 | 2 | -1/+62 |
* | Only provide function information in compile environments that support | mike | 2001-10-27 | 1 | -5/+10 |
* | Restore K&R prototype. Fix other style bugs. | mike | 2001-10-27 | 1 | -2/+3 |
* | Explicitly use int32_t for on-disk records for pw_change and pw_expire, | peter | 2001-10-27 | 1 | -2/+5 |
* | Remove the internal implementation details of wrapping syscalls, | ru | 2001-10-26 | 19 | -505/+0 |
* | Compensate for the way that _setjmp aligns the start of jmp_buf. | dfr | 2001-10-26 | 2 | -5/+23 |
* | Minimal libc for sparc64. | jake | 2001-10-26 | 19 | -0/+874 |
* | In > LONG_MAX test use sseek return value and not _offset which can be not | ache | 2001-10-25 | 1 | -3/+4 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 42 | -82/+35 |
* | Add __FBSDID. | asmodai | 2001-10-24 | 1 | -5/+10 |
* | Help to recover from bad seek (i.e. negative or too big) happens beyond | ache | 2001-10-24 | 2 | -5/+12 |
* | Back out read buffer invalidating via __SMOD. | ache | 2001-10-23 | 2 | -7/+2 |
* | Change comment explaining another usage of __SMOD | ache | 2001-10-23 | 1 | -2/+2 |
* | Disallow fseek() optimization in internal read buffer, if pointer is moved by | ache | 2001-10-23 | 1 | -0/+5 |
* | Allow users to specify a command to use as remote command instead of | imp | 2001-10-23 | 4 | -6/+257 |
* | Refer to chflags(2) instead of chflags(1) (since we're a section 2 | dd | 2001-10-23 | 1 | -3/+2 |
* | Fix WAW dependency. p6 is written in the syscall epilogue. | peter | 2001-10-22 | 1 | -0/+1 |
* | Fix a few more dependancy violations. | dfr | 2001-10-22 | 1 | -3/+3 |
* | Implement setjmp, longjmp, sigsetjmp and siglongjmp. | dfr | 2001-10-20 | 3 | -104/+53 |
* | Add __divdf3(), __divsf3() and __infinity[]. | dfr | 2001-10-20 | 4 | -1/+296 |
* | mdoc(7) police: join OS version with the corresponding macro. | ru | 2001-10-19 | 1 | -2/+2 |
* | Just use RSYSCALL. | ru | 2001-10-19 | 2 | -4/+2 |
* | signanosleep(2) hasn't existed since 1998. | ru | 2001-10-19 | 2 | -2/+0 |
* | s/kernal/kernel | alfred | 2001-10-19 | 2 | -2/+2 |
* | Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index. | jlemon | 2001-10-17 | 1 | -2/+22 |
* | Fix reference to aio_read, should be aio_write | alfred | 2001-10-16 | 1 | -1/+1 |
* | 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 |
* | 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 |