summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minorbde1998-12-071-1/+2
* Fixed printf format errors.bde1998-12-071-4/+4
* Fixed warnx format errors in printf and csh, and snprintf format errorsbde1998-12-072-9/+23
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlybde1998-12-071-3/+1
* Fixed -Wall regression (broken in rev.1.12). Removed unused includes.bde1998-12-071-3/+3
* Fixed printf format errors (new bugs in rev.1.7). Fixed a spelling errorbde1998-12-071-7/+7
* Move stime declaration to main block, otherwise can left uninitializedache1998-12-071-2/+3
* Disallow ipfw "tee" rules until it is actually implemented.archie1998-12-072-5/+10
* Clean up some pointer usage.eivind1998-12-071-2/+4
* Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars.archie1998-12-071-3/+6
* Compile -Wallarchie1998-12-072-2/+3
* Remove guard for < 0 on an unsigned variable.eivind1998-12-071-2/+2
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-072-4/+4
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-076-56/+44
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-0672-89/+124
* Shuffle the exclusion list for boot.flp in an effort to get sizesjkh1998-12-065-15/+10
* Add "-aout" flag to nm until the kernel is ELF'd.archie1998-12-061-2/+2
* Correct for mfsroot.flp now.jkh1998-12-061-7/+4
* Ifdefed a conditionally used include.bde1998-12-061-2/+4
* Backed out previous commit. It was for bug for bug compatibility withbde1998-12-061-3/+2
* Removed bitrotted code for setting OBJFORMAT.bde1998-12-062-12/+2
* Sync usage string with reality: removed -n, added -s.alex1998-12-061-2/+2
* MFC: loosen compare even though bde doesn't like it.jkh1998-12-062-6/+6
* Fix an exceedingly *stupid* error in my floppy selection logicjkh1998-12-063-3/+9
* Make rcsid a const char[] instead of char[] to avoid compiler warningsarchie1998-12-0610-10/+10
* Eliminate compiler warnings from -Wallarchie1998-12-065-6/+9
* Eliminate compiler warnings from -Wallarchie1998-12-0611-16/+16
* The \*(td string macro, which is supposed to display today's date in the formobrien1998-12-061-1/+2
* Rev 1.13 fixes PR bin/8958obrien1998-12-061-1/+1
* Put mfsroot.gz on yet another filesystem so that the boot blocksjkh1998-12-062-7/+15
* fix warning messages from previous deltamjacob1998-12-061-3/+3
* use CAM_DEBUG_XPT to track XPT; correct a misspellingmjacob1998-12-061-13/+16
* print the appropriate SCSI revision (with CCS as a proper name for the announ...mjacob1998-12-061-4/+8
* Now that John has kindly repo-moved these files, nuke the originaljkh1998-12-064-209/+7
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-063-6/+6
* Add a CAM_DEBUG_XPT define (to debug XPT layer only). Add a CAM_DEBUGGEDmjacob1998-12-051-2/+8
* Fix it so that it works on an eb164 when you have a serial console on com1.mjacob1998-12-051-1/+7
* Null commit to commemorate the momentous occasion of the repositoryjdp1998-12-051-1/+1
* Add in named SID field revision names (including CCS).mjacob1998-12-051-1/+8
* Print out information for write-allocate of AMD CPUs.kato1998-12-052-2/+40
* Revise some comments and labels.rnordier1998-12-051-16/+22
* There is a bug in /bin/pax -s option processing. The code assumes that allobrien1998-12-051-2/+2
* Fix typos (dexktop, ot)rnordier1998-12-052-6/+6
* Fix typo (fauled)rnordier1998-12-0514-28/+28
* Sync with sys/i386/isa/fd.c revision 1.125.kato1998-12-052-6/+6
* Sync with sys/i386/i386/userconfig.c revision 1.116.kato1998-12-051-2/+6
* Sync with sys/i386/conf/optins.i386 revision 1.94.kato1998-12-052-4/+2
* Sync with sys/i386/conf/SMP-GENERIC revision 1.23.kato1998-12-051-1/+5
* Sync with sys/i386/conf/GENERIC revision 1.133.kato1998-12-052-2/+10
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-052-8/+24
OpenPOWER on IntegriCloud