| Commit message (Expand) | Author | Age | Files | Lines |
* | MNT_NODEV is deprecated. | ru | 2004-11-29 | 2 | -7/+2 |
* | When determining whether filename is too long for a | kientzle | 2004-11-28 | 1 | -6/+6 |
* | Correct the spelling of "archive_write_pax_header" | kientzle | 2004-11-28 | 1 | -1/+1 |
* | When required to negate the absoulte result of a division/remainder | peadar | 2004-11-27 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 7 | -5/+10 |
* | Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoid | tjr | 2004-11-21 | 1 | -4/+4 |
* | In preparation to remove U areas, don't refer to p_uarea in libkvm. | das | 2004-11-20 | 1 | -1/+1 |
* | Install the header for libmagic. | obrien | 2004-11-19 | 1 | -0/+1 |
* | Remove ntp_gettime.c which was a wrapper around sysctlbyname(3). | marks | 2004-11-18 | 2 | -54/+1 |
* | -Add a note that currently two syntax styles for label element declaration | csjp | 2004-11-18 | 1 | -3/+16 |
* | Remove 80386 support from libc. | jhb | 2004-11-16 | 2 | -12/+0 |
* | Document more fields of struct stat. | yar | 2004-11-15 | 1 | -0/+32 |
* | Use .Vt "struct stat" consistently. | yar | 2004-11-15 | 1 | -1/+1 |
* | Nitpicking on grammar. | yar | 2004-11-15 | 1 | -1/+1 |
* | Improve mdoc(7) markup of the page: add several missing macros, | yar | 2004-11-15 | 1 | -10/+10 |
* | Document the S_IS*(mode) macros used to test for file types. | yar | 2004-11-15 | 1 | -1/+27 |
* | Since I'm not using the public API for writing | kientzle | 2004-11-15 | 1 | -6/+8 |
* | Pax extended headers were always failing | kientzle | 2004-11-15 | 1 | -1/+1 |
* | Remove stub libxpg4. All functionality was merged into libc a long time ago. | tjr | 2004-11-13 | 3 | -19/+1 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 8 | -8/+21 |
* | Remove un-needed call to close(2). The fd that close is being | csjp | 2004-11-13 | 1 | -1/+0 |
* | Document the fact that kvm_getenvv(3) requires procfs to be mounted | csjp | 2004-11-13 | 1 | -0/+7 |
* | Help Tinderbox and remove libautofs | markm | 2004-11-10 | 1 | -1/+1 |
* | sranddev() is not magic pixie dust. While it gives a good random | imp | 2004-11-10 | 1 | -2/+4 |
* | Add 0xbf (191) as new Solaris partition identifier. | phk | 2004-11-10 | 1 | -0/+1 |
* | Use the RET macro. | cognet | 2004-11-09 | 17 | -52/+52 |
* | Add a week alias __siglongjmp => siglongjmp. | cognet | 2004-11-09 | 1 | -0/+1 |
* | MFKernel: Implement ffs with clz on Xscale. | cognet | 2004-11-07 | 1 | -0/+6 |
* | Ooops. ssize_t != int. <sigh> | kientzle | 2004-11-06 | 4 | -4/+4 |
* | i386_set_ldt() is not available when running 32 bit binaries on amd64 | peter | 2004-11-06 | 4 | -0/+26 |
* | Cosmetic tweaks to reduce diffs to the i386 counterpart. | peter | 2004-11-06 | 2 | -4/+6 |
* | Use the recently exposed fs/gs set functions when compiling libthr to | peter | 2004-11-06 | 1 | -0/+12 |
* | When building the custom i386 libraries for use on amd64 kernels, we | peter | 2004-11-06 | 6 | -0/+170 |
* | Don't define SOFTFLOAT directly in source files, it's now done in the Makefile. | cognet | 2004-11-05 | 2 | -2/+1 |
* | Fix signalcontext and makecontext. | cognet | 2004-11-05 | 3 | -14/+17 |
* | Remove getcontext.S, it is not needed. | cognet | 2004-11-05 | 2 | -64/+1 |
* | Import a Makefile for arm. | cognet | 2004-11-05 | 1 | -0/+8 |
* | Partial support of KSE for arm. | cognet | 2004-11-05 | 8 | -118/+132 |
* | Makefile tweaks: | kientzle | 2004-11-05 | 1 | -2/+3 |
* | Remove the unused archive_string_sprintf() utility function. | kientzle | 2004-11-05 | 2 | -18/+0 |
* | Revert 1.24: Brain glitch. <sigh> | kientzle | 2004-11-05 | 1 | -1/+1 |
* | Clean up the error handling in the | kientzle | 2004-11-05 | 9 | -133/+213 |
* | archive.h gets built in ${.OBJDIR} | kientzle | 2004-11-05 | 1 | -1/+1 |
* | Update a comment. | kientzle | 2004-11-05 | 1 | -0/+1 |
* | Protect against local flooder of /var/run/log. Do not loop forever in | glebius | 2004-11-04 | 1 | -13/+41 |
* | Add glibc-style strftime(3) padding specifiers, namely, -(no padding), | delphij | 2004-11-04 | 2 | -21/+79 |
* | Fixed "make clean". | ru | 2004-11-04 | 1 | -0/+1 |
* | Save cancelflags in signal frame, this fixes a problem that | davidxu | 2004-11-01 | 4 | -0/+6 |
* | Make pthread_mutex_trylock(3) return EBUSY on failure, as all software | green | 2004-10-31 | 2 | -16/+2 |
* | Don't barf when we encounter an UUID for GPT partitions. Instead, add | marcel | 2004-10-31 | 2 | -2/+3 |