| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tidy up the markup. | Ruslan Ermilov | 2005-06-22 | 1 | -33/+48 |
| * | Document a lot of sparc64 internals. | Ruslan Ermilov | 2005-06-22 | 15 | -18/+1561 |
| * | Correct an error in the previous revision. RAND_MAX is the maximum value | John Baldwin | 2005-06-22 | 1 | -3/+9 |
| * | Clear devinfo_generation in devinfo_free() since we are freeing all of the | John Baldwin | 2005-06-22 | 1 | -0/+1 |
| * | Line up the markup. | Ruslan Ermilov | 2005-06-22 | 5 | -137/+200 |
| * | Fix last commit. | Ruslan Ermilov | 2005-06-22 | 1 | -2/+3 |
| * | Struct ifatm isn't at the beginning of the softc anymore. Use the | Hartmut Brandt | 2005-06-22 | 1 | -2/+2 |
| * | Free the struct ifnet when detaching is complete. Also add BPF stuff. | Hartmut Brandt | 2005-06-22 | 1 | -0/+23 |
| * | Fix the debugging macro. The struct ifnet isn't embedded in softc | Hartmut Brandt | 2005-06-22 | 1 | -1/+1 |
| * | Upgrade these regression tests to track recent changes to `env'. | Garance A Drosehn | 2005-06-21 | 1 | -3/+78 |
| * | Fix a bug where the value of ${SOMEVAR} would simply disappear if there | Garance A Drosehn | 2005-06-21 | 1 | -23/+48 |
| * | Add missing unlock. | Pawel Jakub Dawidek | 2005-06-21 | 1 | -1/+3 |
| * | Add the functions _Qp_cmp() and _Qp_cmpe() as described in the Sparc | Stefan Farfeleder | 2005-06-21 | 1 | -8/+11 |
| * | Put in a more descriptive heading for the `env' command. | Garance A Drosehn | 2005-06-21 | 1 | -1/+1 |
| * | Undo r1.14 to env.c. While it is unusual for environment variables to | Garance A Drosehn | 2005-06-21 | 2 | -7/+2 |
| * | Build mount_reiserfs on every platforms, not only i386 and pc98. | Jean-Sébastien Pédron | 2005-06-21 | 1 | -2/+1 |
| * | Buid reiserifs.ko on every platforms, not only i386 and pc98. | Jean-Sébastien Pédron | 2005-06-21 | 1 | -2/+1 |
| * | Connect reiserfs build to every platforms, not only i386 and pc98. | Jean-Sébastien Pédron | 2005-06-21 | 1 | -6/+0 |
| * | Connect reiserfs build to every platforms, not only i386 and pc98. | Jean-Sébastien Pédron | 2005-06-21 | 7 | -27/+16 |
| * | Replace the use if ext2fs' bitops by bitstring.h macros. This fixes | Jean-Sébastien Pédron | 2005-06-21 | 2 | -29/+16 |
| * | Unbreak the ipfilter_loaded function. There doesn't seem to be a way | Dima Dorfman | 2005-06-21 | 1 | -1/+1 |
| * | Fix a -Wuninitialized warning reported by rwatson. | Joseph Koshy | 2005-06-21 | 1 | -1/+2 |
| * | fix IP(v4) over IPv6 tunneling most likely broken with ifnet changes. | Hajimu UMEMOTO | 2005-06-20 | 1 | -1/+8 |
| * | Don't bump bounds every time savecore(8) is run. | Doug White | 2005-06-20 | 1 | -9/+12 |
| * | Simplify the storming logic and remove a variable as a result. | John Baldwin | 2005-06-20 | 1 | -8/+3 |
| * | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | David E. O'Brien | 2005-06-20 | 8 | -0/+8 |
| * | Fix IP(v6) over IP tunneling most likely broken with ifnet changes. | Bjoern A. Zeeb | 2005-06-20 | 1 | -1/+8 |
| * | Don't compile legacy libalias support into kernel. | Gleb Smirnoff | 2005-06-20 | 2 | -2/+1 |
| * | - Don't use legacy function in a non-legacy one. This gives us | Gleb Smirnoff | 2005-06-20 | 1 | -4/+3 |
| * | Add a suite of regression tests for all the recent changes to `env', | Garance A Drosehn | 2005-06-20 | 3 | -0/+801 |
| * | Add the '-S' and '-P' options. The '-S' option can be used to split | Garance A Drosehn | 2005-06-20 | 5 | -32/+829 |
| * | If the `utility' specified starts with a '/' character, then execute it | Garance A Drosehn | 2005-06-20 | 1 | -1/+2 |
| * | Move the code that clears the environment when `-i' is specified, so it that | Garance A Drosehn | 2005-06-20 | 1 | -5/+9 |
| * | Add a '-v' option to `env', to make it easier to discover exactly what steps | Garance A Drosehn | 2005-06-20 | 1 | -4/+25 |
| * | Appending "..." to a SSID which contains unprintable characters only when | Tai-hwa Liang | 2005-06-20 | 1 | -4/+5 |
| * | Correct spelling of options PMC_HOOKS to options HWPMC_HOOKS. | Robert Watson | 2005-06-19 | 1 | -1/+1 |
| * | New release notes: | Hiroki Sato | 2005-06-19 | 2 | -0/+6 |
| * | Fix a panic which could occur parsing #!-lines in a shell-script. If the | Garance A Drosehn | 2005-06-19 | 1 | -3/+3 |
| * | - Try to catch the wrong bufobj panics a little earlier. I believe they | Jeff Roberson | 2005-06-18 | 1 | -0/+5 |
| * | Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. | Jean-Sébastien Pédron | 2005-06-18 | 13 | -6347/+0 |
| * | Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. | Jean-Sébastien Pédron | 2005-06-18 | 15 | -9/+6356 |
| * | Fix a number of now bogus casts I missed the first time around (I must | Brooks Davis | 2005-06-17 | 1 | -8/+7 |
| * | Spelling/grammer fixes in comment. | Brooks Davis | 2005-06-17 | 1 | -1/+1 |
| * | Refer to the correct file/function in panic messages. | Brooks Davis | 2005-06-17 | 1 | -2/+2 |
| * | Add the ID of my Thinkpad R40. Makes the module detect and with the | Martin Cracauer | 2005-06-17 | 1 | -1/+1 |
| * | This commit was generated by cvs2svn to compensate for changes in r147466, | Dag-Erling Smørgrav | 2005-06-17 | 43 | -43/+43 |
| |\ |
|
| | * | Fix markup errors caused by a bug in gendoc.pl (see P4 change #78671) | Dag-Erling Smørgrav | 2005-06-17 | 43 | -43/+43 |
| * | | This commit was generated by cvs2svn to compensate for changes in r147464, | Dag-Erling Smørgrav | 2005-06-17 | 1 | -2/+2 |
| |\| |
|
| | * | MFP4: (#78671) correctly escape \& in Perl strings. | Dag-Erling Smørgrav | 2005-06-17 | 1 | -2/+2 |
| * | | This commit was generated by cvs2svn to compensate for changes in r147462, | Dag-Erling Smørgrav | 2005-06-17 | 1 | -3/+3 |
| |\| |
|