aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove doscmd from the base system now that it lives in the ports tree.Dag-Erling Smørgrav2004-03-231-193/+0
| | | | Notes: svn path=/head/; revision=127340
* Update FreeBSD SCM IDs.David E. O'Brien2002-03-071-2/+2
| | | | Notes: svn path=/head/; revision=91805
* Initialize debugf in main()Peter Wemm2001-08-131-1/+1
| | | | Notes: svn path=/head/; revision=81605
* Silence some more warnings, mostly from `-W -Wwrite-strings'.Thomas Gellekum2001-08-081-4/+4
| | | | Notes: svn path=/head/; revision=81282
* Mark debug() and fatal() as __printflike() and fix resulting warnings.Thomas Gellekum2001-07-311-1/+1
| | | | Notes: svn path=/head/; revision=80727
* Clean up the code a bit:Thomas Gellekum2001-07-241-1/+1
| | | | | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow. Notes: svn path=/head/; revision=80279
* Unbreak doscmd after the sigset_t change:Marcel Moolenaar1999-09-291-2/+2
| | | | | | | | | | | | | | | doscmd heavily depends on struct sigcontext which luckily is mostly passed between functions as usion regcontext_t. By redefining union regcontext_t in terms of mcontext_t almost all bases are covered. It also seems to me that doscmd was in a transitional state. The redundant definitions made it difficult to get a clear overview and could easily cause oversight. To make sure my changes were ok, I went as far as to complete the transition. It was not exactly necessary, but I expect to have to come back here some more ("whistle" if I'm wrong :-). Notes: svn path=/head/; revision=51798
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add our doscmd to the tree. This is a result of work from BSDI, andJohn Dyson1997-08-091-0/+193
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI Notes: svn path=/head/; revision=27999