| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | This commit was generated by cvs2svn to compensate for changes in r131826, | harti | 2004-07-08 | 55 | -149/+7612 |
|\ |
|
| * | Virgin import of NgATM share kernel/user part 1.0 | harti | 2004-07-08 | 55 | -149/+7612 |
* | | This commit was generated by cvs2svn to compensate for changes in r131823, | harti | 2004-07-08 | 13 | -31/+336 |
|\ \ |
|
| * | | Virgin import of NgATM user part 1.0 | harti | 2004-07-08 | 13 | -31/+336 |
* | | | Note that the implementation notes were not only derived from NetBSD but | trhodes | 2004-07-08 | 1 | -0/+9 |
* | | | Better handle the break instruction trap. The runtime specification | marcel | 2004-07-08 | 1 | -7/+46 |
* | | | Make withering water tight. | phk | 2004-07-08 | 3 | -25/+77 |
* | | | - Merged from sys/dev/fdc/fdc.c revision 1.275. | nyan | 2004-07-08 | 8 | -749/+694 |
* | | | Fix some grammar-wording knit. | keramida | 2004-07-08 | 1 | -3/+3 |
* | | | MFi386: revision 1.16. | nyan | 2004-07-08 | 2 | -2/+30 |
* | | | Remove obsolete defines. | nyan | 2004-07-08 | 2 | -126/+0 |
* | | | MFi386: revision 1.1164. | nyan | 2004-07-08 | 1 | -7/+1 |
* | | | Change the following kernel options to environment variables: | brian | 2004-07-08 | 17 | -143/+169 |
* | | | Markup overhaul. | ru | 2004-07-08 | 1 | -94/+150 |
* | | | Markup nits. | ru | 2004-07-08 | 1 | -8/+14 |