| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove un-needed call to close(2). The fd that close is being | Christian S.J. Peron | 2004-11-13 | 1 | -1/+0 |
| * | Document the fact that kvm_getenvv(3) requires procfs to be mounted | Christian S.J. Peron | 2004-11-13 | 1 | -0/+7 |
| * | Help Tinderbox and remove libautofs | Mark Murray | 2004-11-10 | 1 | -1/+1 |
| * | sranddev() is not magic pixie dust. While it gives a good random | Warner Losh | 2004-11-10 | 1 | -2/+4 |
| * | Add 0xbf (191) as new Solaris partition identifier. | Poul-Henning Kamp | 2004-11-10 | 1 | -0/+1 |
| * | Use the RET macro. | Olivier Houchard | 2004-11-09 | 17 | -52/+52 |
| * | Add a week alias __siglongjmp => siglongjmp. | Olivier Houchard | 2004-11-09 | 1 | -0/+1 |
| * | MFKernel: Implement ffs with clz on Xscale. | Olivier Houchard | 2004-11-07 | 1 | -0/+6 |
| * | Ooops. ssize_t != int. <sigh> | Tim Kientzle | 2004-11-06 | 4 | -4/+4 |
| * | i386_set_ldt() is not available when running 32 bit binaries on amd64 | Peter Wemm | 2004-11-06 | 4 | -0/+26 |
| * | Cosmetic tweaks to reduce diffs to the i386 counterpart. | Peter Wemm | 2004-11-06 | 2 | -4/+6 |
| * | Use the recently exposed fs/gs set functions when compiling libthr to | Peter Wemm | 2004-11-06 | 1 | -0/+12 |
| * | When building the custom i386 libraries for use on amd64 kernels, we | Peter Wemm | 2004-11-06 | 6 | -0/+170 |
| * | Don't define SOFTFLOAT directly in source files, it's now done in the Makefile. | Olivier Houchard | 2004-11-05 | 2 | -2/+1 |
| * | Fix signalcontext and makecontext. | Olivier Houchard | 2004-11-05 | 3 | -14/+17 |
| * | Remove getcontext.S, it is not needed. | Olivier Houchard | 2004-11-05 | 2 | -64/+1 |
| * | Import a Makefile for arm. | Olivier Houchard | 2004-11-05 | 1 | -0/+8 |
| * | Partial support of KSE for arm. | Olivier Houchard | 2004-11-05 | 8 | -118/+132 |
| * | Makefile tweaks: | Tim Kientzle | 2004-11-05 | 1 | -2/+3 |
| * | Remove the unused archive_string_sprintf() utility function. | Tim Kientzle | 2004-11-05 | 2 | -18/+0 |
| * | Revert 1.24: Brain glitch. <sigh> | Tim Kientzle | 2004-11-05 | 1 | -1/+1 |
| * | Clean up the error handling in the | Tim Kientzle | 2004-11-05 | 9 | -133/+213 |
| * | archive.h gets built in ${.OBJDIR} | Tim Kientzle | 2004-11-05 | 1 | -1/+1 |
| * | Update a comment. | Tim Kientzle | 2004-11-05 | 1 | -0/+1 |
| * | Protect against local flooder of /var/run/log. Do not loop forever in | Gleb Smirnoff | 2004-11-04 | 1 | -13/+41 |
| * | Add glibc-style strftime(3) padding specifiers, namely, -(no padding), | Xin LI | 2004-11-04 | 2 | -21/+79 |
| * | Fixed "make clean". | Ruslan Ermilov | 2004-11-04 | 1 | -0/+1 |
| * | Save cancelflags in signal frame, this fixes a problem that | David Xu | 2004-11-01 | 4 | -0/+6 |
| * | Make pthread_mutex_trylock(3) return EBUSY on failure, as all software | Brian Feldman | 2004-10-31 | 2 | -16/+2 |
| * | Don't barf when we encounter an UUID for GPT partitions. Instead, add | Marcel Moolenaar | 2004-10-31 | 2 | -2/+3 |
| * | Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! | Peter Wemm | 2004-10-27 | 1 | -0/+1 |
| * | Add necessary whitespace to correct cross references. | Ceri Davies | 2004-10-27 | 1 | -2/+2 |
| * | Allow tar format to read and accept an empty (or non-existent) | Tim Kientzle | 2004-10-27 | 1 | -3/+9 |
| * | Reword the last change a bit, add mdoc(7) markup. | Yaroslav Tykhiy | 2004-10-25 | 2 | -2/+6 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 27 | -32/+32 |
| * | -O2 compile isn't quite ready for WARNS=2 yet. | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | Check unhandled signals before thread marks itself as DEAD, | David Xu | 2004-10-23 | 2 | -2/+28 |
| * | 1. Move thread list flags into new separate member, and atomically | David Xu | 2004-10-23 | 10 | -48/+90 |
| * | Modify libugidfw(3) to use MBI_* permission flags from mac_bsdextended.h | Robert Watson | 2004-10-21 | 1 | -13/+12 |
| * | Decrease reference count if we won't use the thread, this avoids memory | David Xu | 2004-10-21 | 2 | -0/+8 |
| * | libsmb is now WARNS 2 clean on 64-bit platforms. | David E. O'Brien | 2004-10-19 | 1 | -0/+1 |
| * | style.Makefile(5) | David E. O'Brien | 2004-10-19 | 1 | -5/+4 |
| * | uniq(1) is not an install tool, and using it was causing | Ruslan Ermilov | 2004-10-18 | 1 | -2/+2 |
| * | Sync with sys/i386/include/endian.h: use the single instruction 'bswap'. | David E. O'Brien | 2004-10-18 | 2 | -0/+8 |
| * | Replaced afterinstall: with FILES. | Ruslan Ermilov | 2004-10-18 | 2 | -12/+4 |
| * | Since sendfile(2) works on regular files only, | Yaroslav Tykhiy | 2004-10-18 | 1 | -1/+1 |
| * | Revert 1.18: It broke Athlon64 builds, which | Tim Kientzle | 2004-10-18 | 1 | -1/+2 |
| * | Use STDERR_FILENO instead of 2, as POSIX intended. | Tim Kientzle | 2004-10-18 | 1 | -1/+1 |
| * | Remove setrunelocale() | Andrey A. Chernov | 2004-10-18 | 1 | -23/+0 |