summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_msdosfs/boot.c
Commit message (Collapse)AuthorAgeFilesLines
* Make fsck and fsck_msdosfs WARNS=6 cleanuqs2012-10-211-1/+1
| | | | | | | | | - sprinkle const - add volatile qualifier to avoid vfork clobbering Inspired by: NetBSD PR: bin/139802 Reviewed by: ed
* sbin/fsck: s/perror/perr/ to avoid shadowinguqs2012-10-211-7/+7
| | | | | | | | | - rename some other vars too - merge NetBSD license changes Obtained from: NetBSD PR: bin/139802 Reviewed by: ed
* Fix some style(9), although there's a lot more issues here.brian2010-06-201-16/+20
| | | | | | | | | Fix some casting errors. PR: 142384 Submitted by: giffunip at tutopia dot com Obtained from: NetBSD MFC after: 3 weeks
* Rename fields to match better the msdosfs headers. This work is stillkib2010-02-141-50/+50
| | | | | | | | | incomplete as some info doesn't really belong to the structs where it is defined. Submitted by: Pedro F. Giffuni <giffunip tutopia com> Reviewed by: bde MFC after: 2 weeks
* Bug fixes from NetBSDkib2010-02-141-14/+20
| | | | | | | | | | | - fix sign-compare issues. - ANSIfy a couple of functions. - Remove more duplicate #includes. - Memory leak found by Coverity on NetBSD. Submitted by: Pedro F. Giffuni <giffunip tutopia com> Reviewed by: bde MFC after: 2 weeks
* License changes from NetBSD.kib2010-02-141-7/+0
| | | | | | | Move to 2 clause license, approved by Wolfgang Solfrank. Submitted by: Pedro F. Giffuni <giffunip tutopia com> MFC after: 2 weeks
* Use consistent style in user prompts: the question is in a new lineyar2008-01-311-2/+2
| | | | | | | and begins with a capital letter. The rest of pwarn/ask pairs here follows this style. Requested by: bde
* Prevent the `fix?' question from running togetheryar2008-01-131-1/+1
| | | | | with the problem description on the terminal: use conventional punctuation.
* Only compare the interesting part of the bootblock with its backup.tjr2004-04-201-4/+8
| | | | | | | Allow check to proceed with bad backup boot block if we're doing a readonly check. Various typos in comments. Obtained from: NetBSD
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
|
* Add fsck_msdosfs.obrien2001-07-091-0/+268
Obtained from: NetBSD
OpenPOWER on IntegriCloud