| Commit message (Expand) | Author | Age | Files | Lines |
* | New release notes: | hrs | 2003-07-30 | 2 | -0/+6 |
* | Generate events when the carrier goes up or down. | harti | 2003-07-30 | 1 | -0/+10 |
* | Remove the disabling of buckets workaround. | phk | 2003-07-30 | 1 | -1/+0 |
* | Embed a simplistic version of the dokern.sh script directly into | ru | 2003-07-30 | 2 | -9/+7 |
* | fixed wrong parameter descriptions | suz | 2003-07-30 | 1 | -3/+9 |
* | Moved the MFS root floppies creation code from release.10 to | ru | 2003-07-30 | 1 | -6/+6 |
* | Update for the 2003/07/29 import. | ru | 2003-07-30 | 1 | -4/+5 |
* | This commit was generated by cvs2svn to compensate for changes in r118194, | ru | 2003-07-30 | 5 | -30/+60 |
|\ |
|
| * | Vendor import of bwk's 29-Jul-2003 release. | ru | 2003-07-30 | 5 | -30/+60 |
* | | In get_mcontext(), if we need to clear the return value, clear | marcel | 2003-07-30 | 1 | -0/+1 |
* | | Only allow trapframe formats instead of sigframe formats like the | marcel | 2003-07-30 | 1 | -4/+4 |
* | | - Get rid of the ill-conceived uz_cachefree member of uma_zone. | jeff | 2003-07-30 | 2 | -16/+24 |
* | | - Check to see if we need a slab prior to allocating one. Failure to do | jeff | 2003-07-30 | 1 | -2/+2 |
* | | Detour via (void *) to defeat gcc's strict-aliasing warnings when using | peter | 2003-07-30 | 1 | -3/+3 |
* | | Temporary workaround: Always disable buckets, there is a bug there | phk | 2003-07-29 | 1 | -0/+1 |
* | | Restored clearing of the bss, except for putting it in a correct place | bde | 2003-07-29 | 1 | -9/+18 |
* | | Fix grammar nits. | bmah | 2003-07-29 | 2 | -16/+16 |
* | | Fix a memory leak in CCD's mirror code. | phk | 2003-07-29 | 1 | -0/+2 |
* | | Make IA64 a second port that comes with NO_FLOPPIES. | ru | 2003-07-29 | 3 | -30/+16 |
* | | Fix the new DA_OLD_QUIRKS option for normal and module compiles. | njl | 2003-07-29 | 3 | -3/+4 |
* | | Fix error in comment | ache | 2003-07-29 | 1 | -3/+2 |
* | | Process events from the ATM drivers. Carrier change and PVC change | harti | 2003-07-29 | 2 | -49/+126 |
* | | Add GB18030 locale | ache | 2003-07-29 | 10 | -12/+7257 |
* | | New release notes: da(4) no-6-byte-commands, GNOME 2.2.2, KDE 3.1.3. | bmah | 2003-07-29 | 2 | -2/+22 |
* | | Cleanup useless break. | ume | 2003-07-29 | 1 | -3/+0 |
* | | Generate events for carrier state, PVC state changes and flow control | harti | 2003-07-29 | 3 | -16/+13 |
* | | Remove the rather bogus statistics sysctl and merge it into the | harti | 2003-07-29 | 2 | -17/+8 |
* | | Generate events when the interface state or a PVC state changes. | harti | 2003-07-29 | 1 | -18/+10 |
* | | Correct a cut'n'paste error in a comment. | harti | 2003-07-29 | 1 | -1/+1 |
* | | Make a local static string const. | harti | 2003-07-29 | 1 | -4/+4 |
* | | The number of prefixes can never be negative so use an u_int for this. | harti | 2003-07-29 | 1 | -1/+1 |
* | | Use a size_t for variables that need to hold buffer lengths. | harti | 2003-07-29 | 4 | -18/+20 |
* | | Use size_t for buffer sizes. Improve error handling in some places. | harti | 2003-07-29 | 8 | -148/+117 |
* | | Use the appropriate [s]size_t type where a buffer size is meant. | harti | 2003-07-29 | 6 | -78/+50 |
* | | Use a size_t where a buffer length is meant. | harti | 2003-07-29 | 2 | -4/+8 |
* | | Make the ioctl() interface cleaner with regard to types: use size_t | harti | 2003-07-29 | 11 | -46/+54 |
* | | Minor grammar, punctuation, and wording fixes | yar | 2003-07-29 | 1 | -8/+8 |
* | | Send events for VCC state changes, ACR rate changes and interface state | harti | 2003-07-29 | 3 | -9/+12 |
* | | Implement a mechanism by which ATM drivers can inform interested | harti | 2003-07-29 | 2 | -1/+85 |
* | | Use PSL_KERNEL as upcall thread's initial rflags, don't use | davidxu | 2003-07-29 | 1 | -1/+1 |
* | | Don't hide the name of tmpstk, since there is no need to do so and the | bde | 2003-07-29 | 1 | -3/+2 |
* | | Minor constification. | phk | 2003-07-29 | 1 | -2/+2 |
* | | Implement DOSPTYP_EXTLBA more completely: loop until we find no more | phk | 2003-07-29 | 1 | -1/+2 |
* | | Try to make 'uname -a' look more like it does on Linux: | des | 2003-07-29 | 1 | -0/+30 |
* | | Add GB18030 dirs | ache | 2003-07-29 | 2 | -0/+6 |
* | | Allow GB18030 locale | ache | 2003-07-29 | 1 | -0/+1 |
* | | Add support for gb18030 encoding | ache | 2003-07-29 | 3 | -1/+170 |
* | | New release notes: | hrs | 2003-07-29 | 3 | -4/+14 |
* | | Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giant | alc | 2003-07-29 | 1 | -6/+0 |
* | | fix another bus_dma leak due to not having a size param for our bus_dma | jmg | 2003-07-29 | 1 | -0/+2 |