]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2000-08-06 KATO Takenori- Fixed missing initialization of current device number.
2000-08-06 Paul SaabChange the behavior of isa_nmi to log an error message...
2000-08-06 Robert NordierConsistency fix.
2000-08-06 Brian FeldmanNone of select.h needs to be exposed to !_KERNEL.
2000-08-06 Tor EggeRemove 3 off by 128 errors.
2000-08-06 Tor EggeBe more verbose when changing APIC ID on an IO APIC.
2000-08-05 Mark OvensDocument the ``-'' option and minor re-wording in EXAMPLES
2000-08-05 Archie CobbsFix misspelling.
2000-08-05 Ben SmithurstMention the non-English docs as well as ports.
2000-08-05 Ben SmithurstFix description of argv[0] passed to interpreted script...
2000-08-05 Alexander LangerFix world-breakage: warnx("..') --> warnx("...")
2000-08-05 Kris KennawayDon't call errx() without a format string, to protect...
2000-08-05 Kris KennawayDon't call errx() without a format string, to protect...
2000-08-05 Kris KennawayDon't call warnx() without a format string (localized...
2000-08-05 Kris KennawayPrevent internal buffer overflow due to expansion of...
2000-08-04 John BaldwinArgh! Fix a brainfart of mine. In the old boot0,...
2000-08-04 Jim MockExplain that in order to track -STABLE, you should...
2000-08-04 John PolstraRemove everything resembling a comment from "refuse...
2000-08-04 Hajimu UMEMOTOIf caller have privilege to r/w access to /dev/apm...
2000-08-04 Mitsuru IWASAKICleanup debug messages and Add some enhancements from...
2000-08-04 Nick HibmaFinally make the module dependencies work. kern_linker...
2000-08-04 Bill Paul*smack* #if 0, not #ifdef 0.
2000-08-04 Bill PaulThe check_extport() function appears to have some new...
2000-08-04 Ruslan Ermilovsrc/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildwo...
2000-08-04 Ruslan ErmilovMake natd(8) "compatible" with firewall_type="simple".
2000-08-04 Kris KennawayReturn an error instead of overflowing the buffer in...
2000-08-04 Kris KennawayCalculate the string length of a u_long at compile...
2000-08-04 Kris KennawayCorrect factor-of-10 error in INT_STRLEN_MAXIMUM()...
2000-08-04 Kris KennawayCorrect string length bounds checking.
2000-08-04 Kris KennawayPrevent TMPDIR overflow.
2000-08-04 Kris Kennawaysprintf() -> snprintf() paranoia.
2000-08-04 Kris KennawayDon't overflow the internal buffer in clnt_sperror()
2000-08-04 Kris Kennawaysprintf -> snprintf paranoia
2000-08-04 David E. O... This commit was generated by cvs2svn to compensate...
2000-08-04 David E. O... Virgin import of gdb-5.0
2000-08-04 Kris KennawayLimit the amount of data copied to the error buffer...
2000-08-04 David E. O... These files are for an arch we don't care about.
2000-08-04 David E. O... Fix this so it is a Makefile and not a shell script...
2000-08-04 KATO TakenoriCommented out xe device because it depend on PCMCIA...
2000-08-04 KATO TakenoriMerged from sys/i386/isa/clock.c revision 1.155.
2000-08-04 Sheldon HearnMerge the truncate(1) utility onto the RELENG_4 branch...
2000-08-04 Mike SmithAdd support for 2.x/3.x firmware adapters which are...
2000-08-04 Kris KennawayPrevent buffer overflows.
2000-08-04 John BaldwinFix some of the arcdisk devsw functions to catch up...
2000-08-04 John BaldwinBring back the perform() function. However, conditioni...
2000-08-04 Brian FeldmanUnbreak the OpenSSL headers for those of us who don...
2000-08-03 Kris KennawayCleanup of TMPDIR code.
2000-08-03 Archie CobbsImprove performance in the case where ip_output() retur...
2000-08-03 Kris KennawayChange use of perror() to warn()
2000-08-03 Warner LoshMerge from GENERIC. Mostly reenable some devices and...
2000-08-03 Jeffrey HsuMake check for empty list in STAILQ_LAST() more readable.
2000-08-03 Jeffrey HsuModify to use fixed STAILQ_LAST().
2000-08-03 Jeffrey HsuRestore STAILQ_LAST() semantics to match that of TAILQ_...
2000-08-03 David MaloneExplain "-c" option more exactly and state the default...
2000-08-03 David Malonespecifer -> specifier
2000-08-03 David MaloneSort cases in getopt switch statement.
2000-08-03 David MaloneReplace two calls to strlen+calloc+strcpy with strdup.
2000-08-03 Ruslan ErmilovDo not display icmp(4) sockets as non-existent bridge...
2000-08-03 Ruslan ErmilovMake netstat(1) to be aware of divert(4) sockets.
2000-08-03 MIHIRA Sanpei... Add the ESS Solo-1 to generic chip match.
2000-08-03 KATO Takenori- Fixed %si (offset to partition table) in boot.
2000-08-03 John BaldwinForced commit to note that actually, the last commit...
2000-08-03 John BaldwinFix the more obvious warnings to deal with my earlier...
2000-08-03 John BaldwinCleanup warnings. Most of these are signed/unsigned...
2000-08-03 John BaldwinFix several BDECFLAGS warnings. Also, actually use...
2000-08-03 John BaldwinCleanup warnings by adding missint prototypes, removing...
2000-08-03 David E. O... * Create entire directory path for modules.
2000-08-03 KATO Takenori- Fixed pointer to the partition table in the buffer.
2000-08-03 Sheldon HearnDon't bitch when trying to create a ${DESTDIR}/modules...
2000-08-03 Marcel MoolenaarFix buildkernel and installkernel when KERNEL is defined in
2000-08-03 Kris KennawayInstall the openssl(1) manpage with an MLINK from ssl...
2000-08-03 Matt JacobAdd a comment as to where stdarg.h applies.
2000-08-03 Jordan K. HubbardFix HTTP port addresses for the IPv6 case.
2000-08-03 John BaldwinUse <machine/stdarg.h> instead of <stdarg.h> so that...
2000-08-03 Peter WemmMake the pfil.c code conditional on either option PFIL_...
2000-08-02 Nick SayerSimplex devices will always report EBUSY on 2nd (and...
2000-08-02 Nick Sayer1. Increase the size of the DMA buffer.
2000-08-02 Kelly YanceyFix previous commit such that only -S/--skip ignores...
2000-08-02 Peter WemmFix self referential dependencies. eg: uhub was packag...
2000-08-02 Peter WemmFix the SYSINIT() bubble sort. This was fixed in kern_...
2000-08-02 David E. O... Update for GDB 5.0.
2000-08-02 Nick SayerUndo some of my own damage. With this patch, it appears...
2000-08-02 Bill PaulAdd support for the Netgear GA620T copper gigabit card.
2000-08-02 Bill PaulAdd call to bus_generic_attach() at the end of sk_attac...
2000-08-02 Nick SayerMinor man page corrections and fixups to document the...
2000-08-02 Bill PaulGrrrr. Add definition for DC_WDOG_CTLWREN. I made this...
2000-08-02 Nick SayerFix channel 1 playback the rest of the way. There are...
2000-08-02 David E. O... These files are for an arch we don't care about.
2000-08-02 Sheldon HearnResolve conflicts from vendor merge.
2000-08-02 Dag-Erling... Fix signedness bogon.
2000-08-02 Sheldon HearnImport routed-2.21.
2000-08-02 KATO TakenoriAdded PC-98 boot manager installation and configuration...
2000-08-02 KATO TakenoriCommented out card and pcic devices because they are...
2000-08-02 KATO TakenoriAdded PC-98 HDD boot manager. The boot0 is the `IPL...
2000-08-02 Nick SayerGet playback on channel 1 closer to working. 8 bit...
2000-08-02 Ruslan ErmilovUnbreak world build by adding the necessary <net/ethern...
2000-08-02 Kelly YanceyFix patch such that skipping files does not count as...
2000-08-02 Nick SayerFix channel 1, sort of. recording now generates IRQs...
2000-08-02 Peter WemmGRRR! Fix the 'panic: ip6_init' caused by darrenr...
2000-08-01 Nick SayerHook up the ESS solo driver in the correct branch this...
next