Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings related to -Wall -Wcast-qual | dillon | 1999-01-28 | 1 | -2/+2 |
| | |||||
* | Fix getenv() comparison against '=' ... was *cp = '=' instead of | dillon | 1999-01-27 | 1 | -2/+2 |
| | | | | *cp == '='. | ||||
* | Add getenv_int(), specifically for retrieving integer values from kernel | msmith | 1999-01-15 | 1 | -1/+20 |
| | | | | | environment variables. This makes it easy to pass tuning parameters in from the bootloader. | ||||
* | Don't try to initialise the environment out of a sysinit, it's handled | msmith | 1998-10-09 | 1 | -10/+1 |
| | | | | in MD code instead. | ||||
* | Fix damaged comment. | jkh | 1998-10-09 | 1 | -1/+2 |
| | |||||
* | Kernel environment access, preloaded module lookup. | msmith | 1998-10-09 | 1 | -0/+126 |