summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/cwd.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2 fixupmarkm2001-12-021-2/+2
|
* Silence some more warnings, mostly from `-W -Wwrite-strings'.tg2001-08-081-1/+1
|
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.tg2001-08-071-2/+0
|
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-031-4/+10
|
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-311-1/+1
|
* Clean up the code a bit:tg2001-07-241-35/+38
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Fix another buffer overflow.tg2001-06-281-4/+4
| | | | | PR: 15593 Submitted by: Przemyslaw Frasunek <venglin@lagoon.FreeBSD.lublin.pl>
* Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested.jhay1999-11-081-2/+2
| | | | Restore dos_makepath() functionality to pre r1.5 days.
* Fix one (of the many) buffer overflows in doscmd.imp1999-10-121-1/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Kill printf accidentally committedimp1998-07-011-3/+1
|
* Make sourcer's main program execute in X mode.imp1998-07-011-11/+13
| | | | | | | | o Make the dos emulation treat c: and C: the same way. Sourcer was doing a chdir("c:\\") rather than a chdir("C:\\"); o use drlton() in all places where we used to use -'A' so that we're always case independent. o use drntol() in all places where we used to use + 'A' for similar reasons
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+970
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud