| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed AES encryption algorithm bug | SUZUKI Shinsuke | 2002-05-24 | 1 | -0/+1 |
| * | Fix warnings: deprecated use of label at end of compound statement | Peter Wemm | 2002-05-24 | 2 | -1/+2 |
| * | Fix warnings due to macro varargs. | Peter Wemm | 2002-05-24 | 1 | -1/+1 |
| * | Oops, I missed this warning. Comment out extra junk after #endif | Peter Wemm | 2002-05-24 | 1 | -1/+1 |
| * | Pacify gcc by preinitializing a variable. | Peter Wemm | 2002-05-24 | 1 | -2/+2 |
| * | Fix a few warnings by adding a missing prototype | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Fix warning; Extra tokens after #endif | Peter Wemm | 2002-05-24 | 1 | -1/+1 |
| * | Fix warning; remove unused arg that was passed through uninitialized. | Peter Wemm | 2002-05-24 | 1 | -2/+2 |
| * | Fix warnings. Also, removed an unused variable that I found that was just | Peter Wemm | 2002-05-24 | 1 | -6/+4 |
| * | Fix new compiler unhappiness. | Peter Wemm | 2002-05-24 | 4 | -1/+4 |
| * | Fix deprecated use of label at end of compound statement | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Constify a debug function arg that we pass __func__ to in order to pacify | Peter Wemm | 2002-05-24 | 2 | -2/+2 |
| * | Fix warnings; deprecated use of label at end of compound statement | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | pacify gcc-3.1's -Wunused checking. | Peter Wemm | 2002-05-24 | 1 | -1/+4 |
| * | Fix warning; deprecated use of label at end of compound statement | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Fix some low hanging fruit warnings. There are problems in i4b_ing.c | Peter Wemm | 2002-05-24 | 2 | -0/+5 |
| * | Fix trivial warning: | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly | Peter Wemm | 2002-05-24 | 5 | -13/+16 |
| * | Add support for reading an additional loader configuration file. By default, | Gordon Tetlow | 2002-05-24 | 3 | -1/+70 |
| * | o Replace the vm_map's hint by the root of a splay tree. By design, | Alan Cox | 2002-05-24 | 2 | -81/+106 |
| * | For now, make the .ifdef GCC3 case default. We should change -Wno-format | Peter Wemm | 2002-05-24 | 1 | -7/+1 |
| * | Convert unionfs to nmount. | Maxime Henrion | 2002-05-24 | 2 | -25/+22 |
| * | - Remove a few storage pools and replace them with UMA zones. The spans | Andrew R. Reiter | 2002-05-24 | 7 | -78/+90 |
| * | - Turn a couple of storage pools into UMA zones and their associated calls | Andrew R. Reiter | 2002-05-24 | 2 | -10/+13 |
| * | Fix comments. | Maxime Henrion | 2002-05-24 | 1 | -1/+1 |
| * | Style nit, no functional changes. | Maxime Henrion | 2002-05-23 | 2 | -0/+2 |
| * | - Fix uma_zcreate parameters -- don't pass M_* flags here, doh. | Andrew R. Reiter | 2002-05-23 | 1 | -2/+2 |
| * | Update comments to better match reality. | Maxime Henrion | 2002-05-23 | 1 | -2/+2 |
| * | Convert nullfs to nmount. | Maxime Henrion | 2002-05-23 | 2 | -17/+12 |
| * | Slightly change the way we pass mount options to the filesystem | Maxime Henrion | 2002-05-23 | 2 | -12/+24 |
| * | o Conditionalize sections for POSIX.1-2001 compatibility. | Mike Barcroft | 2002-05-23 | 1 | -31/+49 |
| * | ANSIfy variable-argument macros. | Mark Murray | 2002-05-23 | 2 | -6/+6 |
| * | In m_aux_delete, no need to chase beyond victim. | Hajimu UMEMOTO | 2002-05-23 | 1 | -0/+1 |
| * | Whitespace only; fix indentation. | Mark Murray | 2002-05-23 | 1 | -3/+3 |
| * | Dont panic if only one disk on a channel can do tagged queueing. | Søren Schmidt | 2002-05-23 | 1 | -8/+8 |
| * | Fixed broken ``make -jX install''. | Ruslan Ermilov | 2002-05-23 | 1 | -0/+1 |
| * | Minor nit: get p pointer in msleep() from td->td_proc (where | John Baldwin | 2002-05-23 | 1 | -1/+1 |
| * | Whitespace: trim a trailing tab. | John Baldwin | 2002-05-23 | 1 | -1/+1 |
| * | Make the counters uintmax_ts, and use %ju rather than %llu. | Dag-Erling Smørgrav | 2002-05-23 | 2 | -4/+6 |
| * | Fix a panic by allocating the iface structure locally in the attach | Josef Karthauser | 2002-05-23 | 2 | -3/+14 |
| * | - Turn two more storage pools into UMA zones and make the related memory | Andrew R. Reiter | 2002-05-23 | 4 | -30/+31 |
| * | Reflect some changes in the NetBSD code path, and sligh adjustments to ours. | Josef Karthauser | 2002-05-23 | 1 | -4/+7 |
| * | Sync with NetBSD. (Non functional changes). | Josef Karthauser | 2002-05-22 | 1 | -9/+9 |
| * | Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUT | Josef Karthauser | 2002-05-22 | 1 | -1/+1 |
| * | Rename pause() to ia32_pause() so it doesn't conflict with the pause() | John Baldwin | 2002-05-22 | 4 | -14/+14 |
| * | Restore us back to the rev 1.324 level of having an Intel gigE driver. | David E. O'Brien | 2002-05-22 | 2 | -0/+2 |
| * | Debug registers aren't selectors, so use saner names for the variables in | John Baldwin | 2002-05-22 | 2 | -48/+48 |
| * | - Sort the pause() inline into the appropriate location. | John Baldwin | 2002-05-22 | 2 | -12/+50 |
| * | Rename cpu_pause() to pause(). Originally I was going to make this an | John Baldwin | 2002-05-22 | 4 | -12/+12 |
| * | Quick fix for non-unique inode numbers for hard links. We use the | Bruce Evans | 2002-05-22 | 2 | -12/+28 |