| Commit message (Expand) | Author | Age | Files | Lines |
* | Slightly reorganize and simplify. | tjr | 2004-07-09 | 1 | -24/+11 |
* | Decrease default stripe size to 4k, as we have "FAST" mode turned on by | pjd | 2004-07-09 | 2 | -2/+2 |
* | Implement "FAST" mode for GEOM_STRIPE class and turn it on by default. | pjd | 2004-07-09 | 1 | -80/+345 |
* | Only detach consumers which are attached when we wither stuff away. | phk | 2004-07-09 | 1 | -1/+2 |
* | Add a JFLAG which can be used to speed up universe: | phk | 2004-07-09 | 1 | -3/+3 |
* | Reduce namespace pollution. | des | 2004-07-09 | 1 | -0/+2 |
* | Newbus returns a zeroed softc, so there's no need to call bzero() here. | cognet | 2004-07-09 | 1 | -2/+0 |
* | When cleaning house, don't try to remove what isn't there. | des | 2004-07-09 | 1 | -7/+13 |
* | Bump document date. | des | 2004-07-09 | 1 | -1/+1 |
* | Accumulate directory entries in a fixed-length sbuf, and uiomove them in | des | 2004-07-09 | 1 | -8/+10 |
* | The type and name of sbuf_b{cat,cpy}()'s second argument have changed. | des | 2004-07-09 | 1 | -6/+6 |
* | Cosmetic adjustment to previous commit: name the second argument to | des | 2004-07-09 | 1 | -4/+4 |
* | Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of a | des | 2004-07-09 | 2 | -5/+7 |
* | - correctly set the return value for the copyin/out fault buffer to 1 | grehan | 2004-07-09 | 2 | -4/+20 |
* | Fixed markup. | ru | 2004-07-09 | 1 | -199/+216 |
* | Remove the declaration of isnan() from this file. It is no longer | das | 2004-07-09 | 2 | -6/+0 |
* | Polished markup. | ru | 2004-07-09 | 2 | -131/+182 |
* | Use and explicite 'sh' to run the scripts, because they may be checked | harti | 2004-07-09 | 1 | -6/+6 |
* | Fixed markup and punctuation. | ru | 2004-07-09 | 7 | -342/+455 |
* | Bump document date for recent changes. | das | 2004-07-09 | 1 | -1/+1 |
* | Markup nit picking. | ru | 2004-07-09 | 1 | -6/+5 |
* | Eliminate struct shm_handle. It is an unnecessary level of indirection to | alc | 2004-07-09 | 1 | -24/+12 |
* | Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti(). | bms | 2004-07-09 | 1 | -1/+1 |
* | Report input errors instead of ignoring them. | tjr | 2004-07-09 | 1 | -0/+8 |
* | Fix mismerge of fdc. Also, OLDCARD never was supported on amd64, so | imp | 2004-07-09 | 1 | -1/+1 |
* | Document these functions as being in libm, not libc. Some of them | das | 2004-07-09 | 1 | -4/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 21 | -508/+287 |
* | Define the following macros in terms of [gi]cc builtins when the | das | 2004-07-09 | 1 | -0/+29 |
* | Document compile-time switches here as I'm going to yank them from | bms | 2004-07-09 | 1 | -0/+12 |
* | Update for multibyte character support: remove BUGS and change the | tjr | 2004-07-09 | 1 | -7/+2 |
* | Further improve locking in xl(4): | bms | 2004-07-09 | 1 | -21/+34 |
* | Apply the long-overdue hatchet of style(9) death to this file. | bms | 2004-07-09 | 2 | -916/+1094 |
* | Add support for multibyte characters. The challenge here was to use | tjr | 2004-07-09 | 8 | -200/+880 |
* | Remove spl()'s from do_sendfile(). | rwatson | 2004-07-09 | 1 | -6/+1 |
* | Further locking improvements for vr(4): | bms | 2004-07-09 | 2 | -92/+138 |
* | Add a 'suspended' flag to softc so that we can avoid races on detach. | bms | 2004-07-09 | 2 | -0/+2 |
* | Actually turn on driver locking in xl(4). | bms | 2004-07-09 | 1 | -10/+0 |
* | Further rl(4) locking improvements: | bms | 2004-07-09 | 1 | -48/+71 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 17 | -169/+143 |
* | - Move contents of sched_add() into a sched_add_internal() function that | jhb | 2004-07-08 | 1 | -5/+11 |
* | MFamd64 (1.275): | marcel | 2004-07-08 | 1 | -12/+9 |
* | Define NSFBUFS and use it. | cognet | 2004-07-08 | 1 | -0/+7 |
* | Eliminate some magic numbers and correct description of _PC_NO_TRUNC. | wollman | 2004-07-08 | 2 | -20/+45 |
* | Remove support for gemdos, John removed it from the driver awhile ago. | trhodes | 2004-07-08 | 1 | -8/+0 |
* | Add the new call control layer to the library and install the man page | harti | 2004-07-08 | 1 | -5/+11 |
* | Remove the g++ include directory - it has been gone a long time | harti | 2004-07-08 | 1 | -6/+2 |
* | MAJOR cleanup of the Bmake framework. | obrien | 2004-07-08 | 37 | -23475/+162 |
* | Add a description what is in the sub-directories of /usr/include/netnatm. | harti | 2004-07-08 | 1 | -0/+11 |
* | Add a directory for the API include files. | harti | 2004-07-08 | 1 | -0/+2 |
* | Build upon the nice work of Alfred and add sorting capabilities to | keramida | 2004-07-08 | 3 | -9/+90 |