Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We do want to print '\n'/'\r'. | pjd | 2005-02-03 | 1 | -0/+1 |
| | | | | Pointed out by: stefanf | ||||
* | 'c' cannot be -1. | pjd | 2005-02-03 | 1 | -1/+0 |
| | | | | Submitted by: stefanf | ||||
* | - Move gets() function to libkern (I want to use it outside vfs_mount.c). | pjd | 2005-02-03 | 1 | -0/+67 |
- Add buffer size limitations (overflow will not be possible anymore). - Add 'visible' option, which will allow for passphrase reading in the future. - Remove special treatment of '@' and '#', those two are only confusing. Discussed with: rwatson MFC after: 2 weeks |