| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mostly cosmetic. Use indentation that is reasonably close to other | Peter Wemm | 2001-10-29 | 2 | -20/+20 |
| * | Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_ | Peter Wemm | 2001-10-29 | 1 | -1/+8 |
| * | Make the output from assert() look more like the example in the C99 | Mike Barcroft | 2001-10-29 | 2 | -6/+6 |
| * | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | Matthew Dillon | 2001-10-28 | 1 | -0/+40 |
| * | Add routines to convert time_t to/from fixed-bit fields. These routines | Matthew Dillon | 2001-10-28 | 2 | -1/+62 |
| * | sparc64 verions of the crt initialization and finalization files required | David E. O'Brien | 2001-10-28 | 2 | -0/+100 |
| * | Only provide function information in compile environments that support | Mike Barcroft | 2001-10-27 | 2 | -9/+17 |
| * | Restore K&R prototype. Fix other style bugs. | Mike Barcroft | 2001-10-27 | 1 | -2/+3 |
| * | Add missing crti.S and crtn.S files. I have tested these with -static | Peter Wemm | 2001-10-27 | 2 | -0/+92 |
| * | Sync with other platforms. | David E. O'Brien | 2001-10-27 | 1 | -2/+3 |
| * | minor style updating | David E. O'Brien | 2001-10-27 | 3 | -13/+9 |
| * | Update for reality and syncing with other FreeBSD platforms. | David E. O'Brien | 2001-10-27 | 1 | -6/+5 |
| * | Feh, it helps to include a file other than yourself... wonder how | David E. O'Brien | 2001-10-27 | 1 | -1/+1 |
| * | Explicitly use int32_t for on-disk records for pw_change and pw_expire, | Peter Wemm | 2001-10-27 | 1 | -2/+5 |
| * | Remove the -I../libc/${MACHINE_ARCH} that was there solely for | Peter Wemm | 2001-10-26 | 1 | -3/+0 |
| * | Make libc_r check the kern.usrstack sysctl instead of using internal | Peter Wemm | 2001-10-26 | 9 | -18/+60 |
| * | Style: sort __sys_foo() prototypes, tabs -> spaces, etc. | Ruslan Ermilov | 2001-10-26 | 3 | -234/+234 |
| * | Removed: | Ruslan Ermilov | 2001-10-26 | 10 | -250/+30 |
| * | Remove the internal implementation details of wrapping syscalls, | Ruslan Ermilov | 2001-10-26 | 19 | -505/+0 |
| * | Compensate for the way that _setjmp aligns the start of jmp_buf. | Doug Rabson | 2001-10-26 | 2 | -5/+23 |
| * | Fix nit in copyright. | David E. O'Brien | 2001-10-26 | 1 | -2/+2 |
| * | Use the new machine-independent versions of crtbegin and crtend | David E. O'Brien | 2001-10-26 | 2 | -108/+0 |
| * | Minimal libc for sparc64. | Jake Burkholder | 2001-10-26 | 19 | -0/+874 |
| * | In > LONG_MAX test use sseek return value and not _offset which can be not | Andrey A. Chernov | 2001-10-25 | 1 | -3/+4 |
| * | Don't put an extra space after password prompts, because it violates POLA, | Maxim Sobolev | 2001-10-25 | 2 | -7/+7 |
| * | Implement va->pa translation for kernel virtual addresses. This is | Doug Rabson | 2001-10-25 | 1 | -30/+59 |
| * | Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token | Archie Cobbs | 2001-10-25 | 1 | -2/+2 |
| * | Change #include "DEFS.h" to <machine/asm.h>. | Peter Wemm | 2001-10-25 | 4 | -4/+4 |
| * | De-orbit DEFS.h - the other arches do not use it, and it got replaced | Peter Wemm | 2001-10-24 | 42 | -82/+35 |
| * | Add __FBSDID. | Jeroen Ruigrok van der Werven | 2001-10-24 | 1 | -3/+5 |
| * | Add __FBSDID. | Jeroen Ruigrok van der Werven | 2001-10-24 | 1 | -5/+10 |
| * | Help to recover from bad seek (i.e. negative or too big) happens beyond | Andrey A. Chernov | 2001-10-24 | 2 | -5/+12 |
| * | Back out read buffer invalidating via __SMOD. | Andrey A. Chernov | 2001-10-23 | 2 | -7/+2 |
| * | Change comment explaining another usage of __SMOD | Andrey A. Chernov | 2001-10-23 | 1 | -2/+2 |
| * | Disallow fseek() optimization in internal read buffer, if pointer is moved by | Andrey A. Chernov | 2001-10-23 | 1 | -0/+5 |
| * | Partially port kvm to ia64 - virtual to physical translation is incomplete. | Doug Rabson | 2001-10-23 | 1 | -0/+167 |
| * | Allow users to specify a command to use as remote command instead of | Warner Losh | 2001-10-23 | 4 | -6/+257 |
| * | Refer to chflags(2) instead of chflags(1) (since we're a section 2 | Dima Dorfman | 2001-10-23 | 1 | -3/+2 |
| * | Fix WAW dependency. p6 is written in the syscall epilogue. | Peter Wemm | 2001-10-22 | 1 | -0/+1 |
| * | Fix a few more dependancy violations. | Doug Rabson | 2001-10-22 | 1 | -3/+3 |
| * | In the words of the submitter: | Daniel Eischen | 2001-10-21 | 1 | -2/+10 |
| * | Implement setjmp, longjmp, sigsetjmp and siglongjmp. | Doug Rabson | 2001-10-20 | 3 | -104/+53 |
| * | Add __divdf3(), __divsf3() and __infinity[]. | Doug Rabson | 2001-10-20 | 4 | -1/+296 |
| * | mdoc(7) police: join OS version with the corresponding macro. | Ruslan Ermilov | 2001-10-19 | 1 | -2/+2 |
| * | Just use RSYSCALL. | Ruslan Ermilov | 2001-10-19 | 2 | -4/+2 |
| * | signanosleep(2) hasn't existed since 1998. | Ruslan Ermilov | 2001-10-19 | 2 | -2/+0 |
| * | Add NO_WERROR so the build won't die because of discarded qualifiers | Dag-Erling Smørgrav | 2001-10-19 | 1 | -0/+2 |
| * | Back out part of previous commit which was gcc-centric | Dag-Erling Smørgrav | 2001-10-19 | 1 | -2/+2 |
| * | s/kernal/kernel | Alfred Perlstein | 2001-10-19 | 2 | -2/+2 |
| * | Add library exposed by KDE's use if this module. | Mark Murray | 2001-10-18 | 1 | -0/+2 |