summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minorbde1998-12-071-1/+2
| | | | ones in rmail have been fixed.
* 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
| | | | | | in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx. (The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy args.)
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlybde1998-12-071-3/+1
| | | | | | depend on libkvm. Removed obsolete `#define _NEW_VFSCONF'.
* 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
| | | | | (rev.1.7 blew away most of rev.1.2-1.6; I'm only fixing blowing away of rev.1.4).
* Move stime declaration to main block, otherwise can left uninitializedache1998-12-071-2/+3
| | | | | in rare cases. Found by: Eivind Eklund <eivind@yes.no>
* Disallow ipfw "tee" rules until it is actually implemented.archie1998-12-072-5/+10
| | | | PR: bin/8471
* 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
| | | | PR: bin/7939
* 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
| | | | | | | | as a RealTek 8139 if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of directly calling inb()/outb() etc... rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported by the RealTek driver
* 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
| | | | down again.
* 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
| | | | | | Don't depend on "implicit int". Don't bloat the data section with labpc_devsw_installed.
* Backed out previous commit. It was for bug for bug compatibility withbde1998-12-061-3/+2
| | | | | | 2.2's .mk files. Fixed spelling and placement of '$Id$'.
* 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
| | | | | | | | which was hosing the fixit functionality. PR: 8983 Fixed and embarassed by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp> :-)
* 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
| | | | | | | | "October 14, 1998". A Y2k fix makes it now display "October 14, 98+1900". Appears you can perform arithmetic in a string definition. PR: gnu/8321 Reviewed by: Andrew J. Korty <ajk@purdue.edu>
* 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
| | | | | can really read it. Hmm. I have no idea *how* this worked in our earlier tests on the x86. :)
* 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 ↵mjacob1998-12-061-4/+8
| | | | announce message
* Now that John has kindly repo-moved these files, nuke the originaljkh1998-12-064-209/+7
| | | | copies and update the Makefile.
* 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
| | | | | macro to be like the CAM_DEBUG macro but to instead provide a predicate result.
* Fix it so that it works on an eb164 when you have a serial console on com1.mjacob1998-12-051-1/+7
| | | | Obtained from:gallatin@freebsd.org
* Null commit to commemorate the momentous occasion of the repositoryjdp1998-12-051-1/+1
| | | | | | | | copying of these files from the parent directory. Let us all now observe a brief moment of silence. OK, that's long enough. Jordan will adjust the Makefiles appropriately and then "cvs rm" the originals.
* Add in named SID field revision names (including CCS).mjacob1998-12-051-1/+8
| | | | | Add in named defines for DEFAULT and NOCHANGE densities (for sequential access devices).
* Print out information for write-allocate of AMD CPUs.kato1998-12-052-2/+40
| | | | Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
* 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
| | | | | | | | | | | | | pattern matches will occur at offset zero of the source string. The bug causes the input source string pointer to be incremented by the offset of the end of the match, instead of it's length. The fix is to only increment the pointer by the length of the pattern match (eo-so). Of course, the one example in the man page shows a situation where the match occurs at offset 0. Submitted by: John W. DeBoskey <jwd@unx.sas.com> Obtained from: freebsd-current@freebsd.org
* 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
| | | | | fixed (chained dependency checking for pkg_add is broken, for one thing) but at least you can now create one package and use it.
OpenPOWER on IntegriCloud