Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | style(9): use NULL when assigning/comparing a char *, | johan | 2003-04-23 | 1 | -1/+1 |
| | | | | | | consitently compare fileid with 0 using == and !=. Reviewed by: silence on @audit | ||||
* | These are WARNS=5 clean, mark them as such to keep them that way. | johan | 2003-04-23 | 1 | -0/+1 |
| | | | | Look at by: sebastian.ssmoller@web.de on audit@ | ||||
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -0/+2 |
| | |||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -2/+0 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | This is actually making its enterance in FreeBSD 4.4. | obrien | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: cosmetics. | ru | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | Properly cast a size argument to an unsigned type. | roam | 2001-06-29 | 1 | -1/+2 |
| | | | | Thanks to: dd for noticing the need for a cast. | ||||
* | Silence warnings on the Alpha: don't assume size_t is an int. | dd | 2001-06-29 | 1 | -1/+1 |
| | |||||
* | Add kldconfig(8), a utility to modify the kernel module search path. | roam | 2001-06-29 | 3 | -0/+587 |
Reviewed by: -arch, -audit |