]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-12-10 John BirrellAdd a test for hw.machine == i386 before trying to...
1998-12-10 John BirrellAdd logic to check if any of the BIN1 files do not...
1998-12-10 Justin T. GibbsRevamp the way that exceptional message handling is...
1998-12-10 Justin T. GibbsConvert debugging printfs to the CAM_DEBUG macro.
1998-12-10 Justin T. GibbsExpand the hba_misc fied in the Path Inquiry ccb to...
1998-12-10 Justin T. GibbsRemove debugging printfs.
1998-12-10 Steve PriceAnother directive nit.
1998-12-10 Steve PriceRemove @code directive around --change-leading-char.
1998-12-10 Steve PriceComment out empty "BUGS" section.
1998-12-10 Steve PriceRemove duplicate entries for -N and -S commandline...
1998-12-10 Archie CobbsEliminate compiler warning when compiling "config.c...
1998-12-10 Steve PriceAdd missing int to prototypes of mvaddstr and mvaddnstr.
1998-12-10 Archie CobbsEliminate compiler warning.
1998-12-10 Steve PriceTypo fix: "whether on not" -> "whether or not".
1998-12-10 Archie CobbsEliminate compiler warning.
1998-12-10 Jordan K. Hubbardpoll(2) sets POLLNVAL for descriptors passed in that...
1998-12-10 Archie CobbsEliminate compiler warning.
1998-12-10 Steve PriceCleanup up the wording for the F00F bug workaround...
1998-12-10 Robert V. BaronIn ktrwrite, use uio_procp = curproc vs 0
1998-12-10 Archie CobbsEliminate compiler warnings.
1998-12-10 Steve PriceTypo fix.
1998-12-09 Nick HibmaVarious bug fixes:
1998-12-09 Nick HibmaPreliminary support for OHCI motherboards
1998-12-09 Nick Hibma1) Fixed bug: sc was used unitialised in uhci_run
1998-12-09 Eivind EklundBetter error checking.
1998-12-09 Dmitrij TejblumDon't disable mmap with large file offset.
1998-12-09 Eivind EklundRemove the if fixed in the last commit; bde quite corre...
1998-12-09 Jordan K. HubbardDon't create unpacked ports on disc2 anymore.
1998-12-09 Eivind EklundBack out last change; there was 'fixup' code for the...
1998-12-09 Eivind EklundSomeday I hope people will learn that "#endif" is not...
1998-12-09 Eivind EklundIf we're not going to check returnvalues, it had better...
1998-12-09 Eivind EklundMove the return so that the DEVFS code can execute...
1998-12-09 Jordan K. HubbardStop erroneously claiming that we're installing booteasy.
1998-12-09 Eivind EklundGet rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is...
1998-12-09 Eivind Eklundmalloc(xxx, yyy, M_WAITOK) does not fail. This probabl...
1998-12-09 Eivind EklundMake compare correct with unsigned types. (Problem...
1998-12-09 Eivind EklundCheck return value of malloc.
1998-12-09 Eivind EklundBailing out when malloc returns != NULL will not help...
1998-12-09 Eivind EklundAdjust prototype to match definition (by adding a ...
1998-12-08 Eivind EklundFix typo (; in "if (vp == NULL);").
1998-12-08 Bill FumerolaBalance the brackets.
1998-12-08 Bill FumerolaUse quotes around the first_line variable so C comments...
1998-12-08 Archie CobbsFix a new bug introduced by the previous bug fix
1998-12-08 Eivind EklundBetter error checking.
1998-12-08 Martin CracauerAdd -s option, just report size of file that would...
1998-12-08 KATO TakenoriUse CNAME macro for pc98_system_parameter, which is...
1998-12-08 Bruce EvansBacked out the FIOASYNC fix in rev.1.108. fcntl(fd...
1998-12-08 KATO TakenoriSync with sys/i386/conf/Makefile.i386 revision 1.130.
1998-12-08 KATO TakenoriSync with sys/i386/isa/fd.c, if_fe.c, npx.c and sio...
1998-12-08 KATO TakenoriSync with sys/i386/i386/userconfig.c revision 1.117.
1998-12-08 Archie CobbsAutomatically detect a.out vs. elf kernel
1998-12-08 Jordan K. HubbardDOH! Name the mfsroot contents properly.
1998-12-07 Warner LoshIf there is no .depends file, use the standard ad-hoc...
1998-12-07 Archie CobbsThe "easy" fixes for compiling the kernel -Wunused...
1998-12-07 Bill PaulUn-revert typo fix (fauled -> failed). This is what...
1998-12-07 Eivind EklundFix grouping of statements. This remove a potential...
1998-12-07 Eivind EklundPropagate unsignedness to all variants of 'k', and...
1998-12-07 Andrey A. Chernovunlocalize date
1998-12-07 Robert NordierUse '#' flag in place of "0x" in format strings.
1998-12-07 Bruce EvansDon't put compiler warning flags in leaf Makefiles.
1998-12-07 Bruce EvansCFLAGS+= -Wall -Wformat for all of src/bin. All warnin...
1998-12-07 Bruce EvansFixed printf format errors.
1998-12-07 Bruce EvansFixed warnx format errors in printf and csh, and snprin...
1998-12-07 Bruce EvansRemoved unused include of <kvm.h>. It was alarming...
1998-12-07 Bruce EvansFixed -Wall regression (broken in rev.1.12). Removed...
1998-12-07 Bruce EvansFixed printf format errors (new bugs in rev.1.7). ...
1998-12-07 Andrey A. ChernovMove stime declaration to main block, otherwise can...
1998-12-07 Archie CobbsDisallow ipfw "tee" rules until it is actually implemented.
1998-12-07 Eivind EklundClean up some pointer usage.
1998-12-07 Archie CobbsFix brokenness compiling "s/pat/subst/" when length...
1998-12-07 Archie CobbsCompile -Wall
1998-12-07 Eivind EklundRemove guard for < 0 on an unsigned variable.
1998-12-07 Eivind Eklund'\0' is the most ugly NULL pointer constant I've ever...
1998-12-07 Bill Paulif_rl.c: make a small tweak to properly handle the...
1998-12-06 Archie CobbsTweaks to allow compiling -Wall (mostly adding "const...
1998-12-06 Jordan K. HubbardShuffle the exclusion list for boot.flp in an effort...
1998-12-06 Archie CobbsAdd "-aout" flag to nm until the kernel is ELF'd.
1998-12-06 Jordan K. HubbardCorrect for mfsroot.flp now.
1998-12-06 Bruce EvansIfdefed a conditionally used include.
1998-12-06 Bruce EvansBacked out previous commit. It was for bug for bug...
1998-12-06 Bruce EvansRemoved bitrotted code for setting OBJFORMAT.
1998-12-06 Alexander LangerSync usage string with reality: removed -n, added -s.
1998-12-06 Jordan K. HubbardMFC: loosen compare even though bde doesn't like it.
1998-12-06 Jordan K. HubbardFix an exceedingly *stupid* error in my floppy selectio...
1998-12-06 Archie CobbsMake rcsid a const char[] instead of char[] to avoid...
1998-12-06 Archie CobbsEliminate compiler warnings from -Wall
1998-12-06 Archie CobbsEliminate compiler warnings from -Wall
1998-12-06 David E. O... The \*(td string macro, which is supposed to display...
1998-12-06 David E. O... Rev 1.13 fixes PR bin/8958
1998-12-06 Jordan K. HubbardPut mfsroot.gz on yet another filesystem so that the...
1998-12-06 Matt Jacobfix warning messages from previous delta
1998-12-06 Matt Jacobuse CAM_DEBUG_XPT to track XPT; correct a misspelling
1998-12-06 Matt Jacobprint the appropriate SCSI revision (with CCS as a...
1998-12-06 Jordan K. HubbardNow that John has kindly repo-moved these files, nuke...
1998-12-06 Archie CobbsAvoid compiler warning (printf arg type mismatch) when...
1998-12-05 Matt JacobAdd a CAM_DEBUG_XPT define (to debug XPT layer only...
1998-12-05 Matt JacobFix it so that it works on an eb164 when you have a...
1998-12-05 John PolstraNull commit to commemorate the momentous occasion of...
1998-12-05 Matt JacobAdd in named SID field revision names (including CCS).
1998-12-05 KATO TakenoriPrint out information for write-allocate of AMD CPUs.
next