| Commit message (Expand) | Author | Age | Files | Lines |
* | Further refine some #ifs: | das | 2004-09-17 | 1 | -2/+2 |
* | Fix two ugly errors: | kientzle | 2004-09-17 | 1 | -2/+6 |
* | There is no such manual page in FreeBSD. | pjd | 2004-09-16 | 1 | -2/+0 |
* | Implement cancellation points in libc interfaces, as specified by POSIX. | mtm | 2004-09-16 | 2 | -0/+314 |
* | Fix a condition where the hole would be inserted in the wrong | kuriyama | 2004-09-13 | 1 | -4/+2 |
* | We have now so many GEOM classes that it is better to just skip unknown | pjd | 2004-09-13 | 1 | -12/+2 |
* | Ignore geom_stripe providers. | le | 2004-09-13 | 1 | -0/+2 |
* | I found "portsdb -u" dumps core with recent INDEX file, and this is | kuriyama | 2004-09-10 | 1 | -0/+2 |
* | Fix format strings to unbreak with -DDEBUG option. | kuriyama | 2004-09-10 | 4 | -19/+20 |
* | Use the recently introduced RES_DFLRETRY parameter instead of a well-hidden | yar | 2004-09-09 | 1 | -1/+1 |
* | bump .Dd | alfred | 2004-09-09 | 1 | -1/+1 |
* | Add/document autoreq_getxid(3), which gets the autofs request | alfred | 2004-09-09 | 3 | -5/+22 |
* | Remove debug output. | alfred | 2004-09-08 | 1 | -4/+4 |
* | Fix a .Fn that should be an .Fa. | alfred | 2004-09-08 | 1 | -3/+16 |
* | sync with private code: | alfred | 2004-09-08 | 4 | -4/+8 |
* | Fix two problems with REG_ICASE that were introduced with the addition of | tjr | 2004-09-05 | 1 | -13/+10 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+8 |
* | Some old tar archives rely on "regular-file-plus-trailing-slash" to | kientzle | 2004-09-04 | 1 | -12/+22 |
* | Reset the seek pointer to 0 when a file is successfully opened, | iedowse | 2004-09-04 | 1 | -0/+2 |
* | Unbreak memmove(). Return the dst argument. While here, fix the END | marcel | 2004-09-04 | 1 | -7/+6 |
* | Unbreak memcpy(). memcpy() is defined to return the dst argument. | marcel | 2004-09-04 | 1 | -6/+5 |
* | Normalize the makefile. | alfred | 2004-09-03 | 1 | -8/+3 |
* | Hook libautofs to the build. | alfred | 2004-09-03 | 1 | -1/+1 |
* | Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC, | roam | 2004-09-03 | 1 | -0/+9 |
* | Hook autofs to the build. | alfred | 2004-09-02 | 2 | -4/+7 |
* | Septepber -> September | tjr | 2004-09-01 | 1 | -1/+1 |
* | Back out the previous change. glob() still does use strcmp() to order | tjr | 2004-09-01 | 1 | -4/+4 |
* | Per Ruslan, bsd.lib.mk already has support for dynamically-generated | kientzle | 2004-09-01 | 1 | -17/+11 |
* | Enter the autofs. | alfred | 2004-08-31 | 4 | -0/+820 |
* | Start the de-orbital burn of our previous FreeBSD version compat libs | obrien | 2004-08-29 | 1 | -3/+1 |
* | Add cross-reference to ftw(3). | tjr | 2004-08-29 | 1 | -0/+1 |
* | Remove the misleading description of the 'key' argument to | roam | 2004-08-27 | 1 | -17/+1 |
* | Cache uid-from-uname and gid-from-gname lookups during extraction. | kientzle | 2004-08-27 | 1 | -17/+84 |
* | Correct a denial-of-service vulnerability in zlib. | nectar | 2004-08-26 | 2 | -0/+6 |
* | Don't forget to va_end() the va_list we get from va_copy(). | des | 2004-08-26 | 2 | -0/+2 |
* | Don't edit permissions of pre-existing directories during extract. | kientzle | 2004-08-26 | 1 | -1/+1 |
* | It is not legal to re-use a va_list variable. This caused | kientzle | 2004-08-26 | 1 | -1/+4 |
* | Add missing brackets. It was committed from wrong tree. | davidxu | 2004-08-26 | 2 | -2/+2 |
* | gcc -O2 cleanup. tested for a long time. | davidxu | 2004-08-25 | 4 | -8/+8 |
* | Make profiling actually work. The gcc compiler emits a call to the | marcel | 2004-08-25 | 2 | -4/+79 |
* | note that it is the caller's responsibility to free any buffer passed | alfred | 2004-08-24 | 1 | -0/+5 |
* | Replace the current implementations of ftw() and nftw() with the OpenBSD | tjr | 2004-08-24 | 3 | -193/+208 |
* | struct tm.tm_year is listed as 'years since 1900', and is signed. On | peter | 2004-08-24 | 1 | -0/+3 |
* | Make sure we allocate at least enough space for the TCB for variant I TLS. | dfr | 2004-08-23 | 1 | -0/+2 |
* | Update documentation to match reality: glob() sorts its result according | tjr | 2004-08-23 | 1 | -4/+4 |
* | Pull debug symbols in for statically linked binary. | davidxu | 2004-08-21 | 2 | -0/+8 |
* | Back out the call to _init_tls() - something is broken there and it | dfr | 2004-08-21 | 1 | -2/+0 |
* | Re-word warning about the UTF2 encoding, taking care to use the word | tjr | 2004-08-21 | 1 | -3/+3 |
* | Bump document date for previous. | tjr | 2004-08-21 | 2 | -2/+2 |
* | Re-word warning about the rune interface, taking care to use the word | tjr | 2004-08-21 | 2 | -12/+10 |