]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-12-11 Poul-Henning... Set and propagate the correct cause code values.
1998-12-11 Poul-Henning... Copy application name and connection attributes for...
1998-12-11 Poul-Henning... (almost) null commit, recording message for previous...
1998-12-11 Poul-Henning... *** empty log message ***
1998-12-11 Matthew DillonReviewed by: freebsd-current
1998-12-11 Bruce EvansMerged from Lite2 (one bcopy -> memmove, one significan...
1998-12-11 Bruce EvansFixed missing 'p' and `-' flags and other defects in...
1998-12-11 Doug RabsonAdd directories for KLD examples.
1998-12-11 Doug RabsonSample modules for KLD.
1998-12-11 Bruce EvansMerged from Lite2 (just an English fix or pun removal).
1998-12-11 Bruce EvansFixed disordered options in synopsis.
1998-12-11 Bruce EvansFixed missing `p' flag in synopsis.
1998-12-11 KATO TakenoriSync with sys/i386/isa/lpt.c revision 1.72.
1998-12-11 John BirrellShould be sysctl -n. Yesterday wasn't one of my better...
1998-12-11 KATO TakenoriSync with sys/i386/i386/machdep.c revision 1.317.
1998-12-11 Matt JacobSome fixes to handle fixed mode and variable mode more...
1998-12-11 Julian ElischerIf we failed to probe/attach somehow, we never have...
1998-12-11 Justin T. GibbsConvert dadump to use reasonable data types so that...
1998-12-11 Justin T. GibbsDo not attempt to retry commands that fail with ILLEGAL...
1998-12-11 Justin T. GibbsRemove unsued variable.
1998-12-11 Nick HibmaFixed same as Julian did in uhci_pci.c and fixed the...
1998-12-11 John BirrellChange to the current directory before doing the instal...
1998-12-10 Mike SmithAdd a '-p' flag to shutdown which corresponds to the...
1998-12-10 Nick HibmaReversed the order of the USB devices, makes sure the...
1998-12-10 Mike SmithPerform APM power-off on power-off request, not halt...
1998-12-10 Jun KuriyamaFix typo.
1998-12-10 Julian ElischerThe shift and the masking were in the wrong order for...
1998-12-10 John BirrellCALL -> PCALL for sigaltstack for libc_r.
1998-12-10 John BirrellDon't hide mknod, it doesn't need a wrapper and never...
1998-12-10 Julian ElischerRemove some compiler warnings.
1998-12-10 Eivind EklundRename one of the two devfs_link's to devfs_makelink.
1998-12-10 Bill PaulSilence gcc -Wall -ansi -pedantic.
1998-12-10 Brian SomersBoy, this was tricky to find:
1998-12-10 Brian SomersWhen using ``set device !someprogram'', when ``someprog...
1998-12-10 Brian SomersSupport ESS1868 (and probably ESS688 & ESS1668).
1998-12-10 Bill PaulSilence gcc -Wall -ansi -pedantic and fix minor bug...
1998-12-10 Jordan K. Hubbardlinux_pipe does not preserve the edx register. Linux and
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...
next