]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-03-25 Yoshihiro TakahashiFix style.
2002-03-25 Hajimu UMEMOTOCorrected arguments to key_allocsa called from
2002-03-25 Pierre BeyssacAdd forgotten flag in flag lists.
2002-03-25 Hajimu UMEMOTO3rd arg to bcmp() was wrong. From: David Wang <dsw...
2002-03-25 Mike BarcroftInclude <machine/limits.h> for definition of ULONG_MAX...
2002-03-25 Mike BarcroftInclude <machine/limits.h> for definition of ULONG_MAX.
2002-03-25 David E. O... Fix kernel build.
2002-03-25 Mike BarcroftInclude <stdint.h> for definition of intmax_t and/or...
2002-03-25 Thomas MoestlAdd kern/syscalls.c, which is needed for some KTR trace...
2002-03-25 Thomas MoestlAdd missing includes for the KTRACE case.
2002-03-25 Thomas MoestlAdd missing declarations.
2002-03-25 Thomas MoestlMake this compile (submitted by jake), add a missing...
2002-03-25 Thomas MoestlRemove second copy of iommu_decode_fault() which I...
2002-03-25 Jun KuriyamaMFen.
2002-03-25 David E. O... Remove a FMT that was buried in here.
2002-03-25 Brooks DavisRemote newly unused variable to unbreak LINT.
2002-03-24 Luigi RizzoAdd a few popular entries.
2002-03-24 David E. O... Remove the setting of 'FMT'. We now do ELF by default...
2002-03-24 David E. O... MFP4. This slipped into a IFC(MFC) by PHK, but it...
2002-03-24 David E. O... 'char *' can be a large entity now (on 64-bit platforms...
2002-03-24 Mark MurrayAdd BSD sort to the build, now that GNU sort is gone.
2002-03-24 Mark MurrayRemove GNU sort from the build. BSD sort is coming.
2002-03-24 Mark MurrayMake this compile on FreeBSD. Sort out VCS tags, fix...
2002-03-24 Mark MurrayReplace __progname with the documented, more acceptable...
2002-03-24 Mark MurrayReplace __progname with the functionally identical...
2002-03-24 Mark MurrayReplace use of __progname with the functionally identic...
2002-03-24 Poul-Henning... Link testcase 13 in.
2002-03-24 Wilko Bulteplip has produced an error during attach on Alpha as...
2002-03-24 Poul-Henning... Add a testcase for the alpha BSD label from beast.
2002-03-24 Poul-Henning... Make the BSD method width/endian agnostic and support...
2002-03-24 Poul-Henning... Add a copy of the bsd-label from beast.freebsd.org
2002-03-24 Søren SchmidtAdd AMD 768 support.
2002-03-24 Poul-Henning... Hide the ACPI counter probing printf behind bootverbose.
2002-03-24 David E. O... Guard against redefining __gnuc_va_list.
2002-03-24 Poul-Henning... Update to reflect new contents of sys/geom
2002-03-24 Poul-Henning... Be more systematic about conversion of on-disk formats...
2002-03-24 Jeff RobersonReset the cachefree statistics after draining the cache...
2002-03-24 Marcel MoolenaarUndefine __FBSDID before defining it as it's already...
2002-03-24 Alexander LeidingerDon't pretend to be a section 4 man page.
2002-03-24 Mark MurrayFix warns, ANSIfy, use __FBSDID(), sort headers.
2002-03-24 Bruce EvansFixed some style bugs in the removal of __P(()). Conti...
2002-03-24 Bruce EvansFixed some style bugs in the removal of __P(()). The...
2002-03-24 Dima DorfmanA break after a return is useless.
2002-03-24 Dima DorfmanFix braino.
2002-03-24 Dag-Erling... Remove spaces between (void) and function calls. Use...
2002-03-24 Dag-Erling... Parenthesize return values and pull an orphaned { back...
2002-03-24 Dag-Erling... __FBSDID, ANSIfy function definitions, staticize functi...
2002-03-24 Dag-Erling... Un-__P().
2002-03-24 Bruce EvansFixed some style bugs in the removal of __P(()). The...
2002-03-24 Bruce EvansFixed some style bugs in the removal of __P(()). Conti...
2002-03-24 Bruce EvansFixed some style bugs in the removal of __P(()). Conti...
2002-03-24 Bruce EvansFixed some style bugs in the removal of __P(()). Tabs...
2002-03-24 Will AndrewsMinor changes:
2002-03-24 Thomas MoestlRevamp the busdma implementation a bit:
2002-03-24 Dima DorfmanCorrect a typo.
2002-03-24 Thomas MoestlFix sparc64_bus_mem_unmap() to pass the right address...
2002-03-24 Thomas MoestlMake the OpenFirmware interrupt mapping code more gener...
2002-03-24 Thomas MoestlMap the device memory belonging to resources of type...
2002-03-24 Crist J. ClarkFix a style(9) error. Put the vendor version control...
2002-03-24 Warner LoshMissed a __P in a .x file, remove it anyway
2002-03-24 Warner Losho remove __P
2002-03-24 Giorgos KeramidasBe a bit more verbose. "modtime" means nothing.
2002-03-24 Giorgos KeramidasGrammar fix: "When at least one of the fields .. match...
2002-03-24 Chad DavidFixed bad wording/spelling in few paragraphs.
2002-03-24 Hidetoshi ShimokawaMaxtor Personal Storage 3000XT (Firewire) hangs upon
2002-03-23 Warner Loshunifdef __STDC__
2002-03-23 Warner Losho unifdef -D__STDC__
2002-03-23 Warner Losho unifdef -D__STDC__
2002-03-23 Warner Loshunifdef -D__STDC__
2002-03-23 Jens SchweikhardtRemove a duplicate with a typo.
2002-03-23 Thomas MoestlAdd code to print the fault virtual address for uncorre...
2002-03-23 Thomas MoestlDe-__P(), de-K&R, remove superfluous comments and proto...
2002-03-23 Thomas MoestlDe-K&R.
2002-03-23 Thomas MoestlFix syscall ktraceing.
2002-03-23 Thomas MoestlMake this compile without options DDB; use intr_disable...
2002-03-23 David E. O... Update comments. We uniformly use __FBSDID in libc...
2002-03-23 Thomas MoestlDecruft some #if 0'ed code.
2002-03-23 Thomas MoestlAdd PCIfunctions 2 and 3 of the PCIO2 chip to the intpi...
2002-03-23 Thomas MoestlIn some cases, RX descriptors that are signalled to...
2002-03-23 Pierre BeyssacAdd option -n to i386 boot2 to disallow boot interrupti...
2002-03-23 Thomas MoestlAssorted fixes:
2002-03-23 Dag-Erling... We keep moduli(5) in /etc/ssh, not /etc.
2002-03-23 Nicolas SouchuForgot viapm in the NOTES. Fixed.
2002-03-23 Nicolas Souchusmbus_alloc_bus is not part of the smbus interface...
2002-03-23 David E. O... W/o __P, the internal declarations will all fit on...
2002-03-23 Hidetoshi ShimokawaAutomatically detect devices that do not support READ...
2002-03-23 David E. O... Style nit.
2002-03-23 David E. O... Remove prototype, no other crt1.c has or needs it.
2002-03-23 David E. O... Style(9) local vars after 'register' removal.
2002-03-23 Dag-Erling... Install headers with -C. Ideally, these Makefiles...
2002-03-23 David E. O... Remove these abortive MIPS bits.
2002-03-23 Warner LoshBreath deep and take __P out of the system include...
2002-03-23 David E. O... GDB 4.18 does not use the mmalloc library by default...
2002-03-23 Jake BurkholderMachine must be non-static for COMPAT_43 to compile...
2002-03-23 Jake BurkholderOops. Should have said
2002-03-23 Jake BurkholderCleanup the trace back routine slightly. Print the...
2002-03-23 Jake BurkholderSync with other arches; add bloat.
2002-03-23 Poul-Henning... Revert last commit, it came too late to save alpha :-(
2002-03-23 Poul-Henning... Hide the ugly d_boot[01] from the kernel.
2002-03-23 Bruce EvansFixed some style bugs in the removal of __P(()). The...
next