]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-09-08 impChange the order that we look for free memory windows...
2002-09-08 jdpUpdate the hardware list for the bge driver.
2002-09-08 jdpMention support for the on-board NICs on IBM x235 servers.
2002-09-08 jdpAdd support for the BCM5703x chips. I do not have...
2002-09-08 phkFix style(9) bugs.
2002-09-08 phkFix a logic bug in the struct dev_t allocation code.
2002-09-08 phkDeal with a new exteded MBR paritition type
2002-09-08 phkNow that we have a cached mount credential in struct...
2002-09-08 phkGet this file closer to style(9).
2002-09-08 tjrAdd wcstol() and wcstoul(), based on strtol() and strto...
2002-09-08 acheAnother two-letters breakage
2002-09-08 tjrReplace a stray reference to strtok() with one to wcstok().
2002-09-08 blackendTypo: s/o packet/on packet/
2002-09-08 ache1) Remove all two-letters names and derivates, comes...
2002-09-08 mdoddSplit cam_argmask and move "commands" into cam_cmdmask...
2002-09-08 jakeMake this driver work a whole lot better.
2002-09-08 wollmanFix a syntax error which causes an annoying warning.
2002-09-08 peteropt_kstack_pages.h is not needed anymore. It would...
2002-09-08 peterNote that 'device gzip' *requires* COMPAT_AOUT. Maybe...
2002-09-08 peterDo not blow up when we walk off the end of the brands...
2002-09-07 peterTidy up some loose ends that bde pointed out. caddr_t...
2002-09-07 peterRemove bogus fill_kinfo_proc() before ptrace_set_pc...
2002-09-07 peterThe true value of how the kernel was configured for...
2002-09-07 peterMake UAREA_PAGES and KSTACK_PAGES visible to userland...
2002-09-07 peterMove the KSTACK_PAGES option from MD to MI. Although...
2002-09-07 jmallettFill out two fields (si_pid, si_uid) in the siginfo...
2002-09-07 bmahNew release notes: COMPAT_AOUT, AMD Elan SC520 support.
2002-09-07 bmahAdd some more AMD processors to the supported hardware...
2002-09-07 jmallettDiff reduction in comments for filling the siginfo...
2002-09-07 jmallettMatch the more modern ports and comment the filling...
2002-09-07 tmmUnbreak the modules build:
2002-09-07 mjacobThe size argument to snprintf does not have to be backe...
2002-09-07 bdeInclude <machine/pcb.h> instead of depending on namespa...
2002-09-07 julianfix braino..
2002-09-07 sobomaxAllow edquota(8) to be used for setting up quotas non...
2002-09-07 sobomaxRemove #include <netinet/ip.h>.
2002-09-07 sobomaxAlso add #include <netinet/in_systm.h> before <neinet...
2002-09-07 dfrAdd __BEGIN_DECLS/__END_DECLS so that c++ code can...
2002-09-07 tjrAdd an implementation of wcstok(), based on strtok_r().
2002-09-07 jmallettTwo arrays were born from the same seeds, both grew...
2002-09-07 peterFix a missing line in a cut/paste error.
2002-09-07 peterAutomatically enable CPU_ENABLE_SSE (detect and enable...
2002-09-07 sobomaxAdd #include <netinet/ip.h> in attempt to fix the world.
2002-09-07 davidcNote that siginit() does not cause every signal to...
2002-09-07 peterSupposedly linux has added a 6th syscall arg register...
2002-09-07 tjrSync prototypes with <wchar.h> with respect to the...
2002-09-07 tjrAdd restrict qualifiers where C99 permits them. All...
2002-09-07 tjrAdd restrict qualifiers to wcsstr()'s arguments.
2002-09-07 tjrCall strtok_r() via a libc private name from within...
2002-09-07 peterAdd options COMPAT_AOUT to detect future bitrot.
2002-09-07 julianfix misplaced schedlock
2002-09-07 peterAdd COMPAT_AOUT option so that config will not yell...
2002-09-07 peterAdd the aout module subdir for the i386.
2002-09-07 peterAdd an a.out exec module.
2002-09-07 peterMake imgact_aout.c optional. It is i386 specific.
2002-09-07 peterGive this a self contained a.out coredump routine.
2002-09-07 peterZap the implementations of the i386-aout specific cpu_c...
2002-09-07 krisAdd support for ev67 and ev45 CPUTYPEs (new in gcc3)
2002-09-07 peterCollect the a.out coredump code into the calling functions.
2002-09-07 muxList the new athlon CPUs supported by the CPUTYPE make...
2002-09-07 muxUpdate to use all the new CPU optimizations of GCC3.
2002-09-06 jhbAdd a subclass of the PCI-PCI bridge driver that uses...
2002-09-06 jhbAdd a function pci_probe_route_table() that returns...
2002-09-06 jhbExport pcib_attach() as a "protected" for use in subcla...
2002-09-06 sobomaxInclude <netinet/ip.h> to unbreak kdump. I don't know...
2002-09-06 brooksDon't include "bpf.h" when compiling on FreeBSD. We...
2002-09-06 peterBandaid for mount_nfs segfaulting with the more obscure...
2002-09-06 bmahFix a bug where calling MD5File(3) with a zero-length...
2002-09-06 jhbDump the $PIR table if booting verbose.
2002-09-06 wollmanInclude some verbage about not calling exit() from...
2002-09-06 mjacobRemove STRNCAT (==>strncat) usage. Apparently I never...
2002-09-06 mjacobTsk. Now that we're not using our own locks, we have...
2002-09-06 mdoddAdd 'camcontrol load' as a complement to 'camcontrol...
2002-09-06 sobomaxReduce namespace pollution by staticizing everything...
2002-09-06 iwasakiAdd an entry for corega WL PCCL-11.
2002-09-06 archieMake it clear that the ":C" variable modifier expects...
2002-09-06 sobomaxConnect if_gre module to the build.
2002-09-06 sobomaxAdd if_gre module glue.
2002-09-06 sobomaxConnect gre(4) to the build.
2002-09-06 sobomaxAdd a new gre(4) driver, which could be used to create...
2002-09-06 jhb- Add a pci_cfgintr_valid() function to see if a given...
2002-09-06 sobomaxAdd more ethernet types and move AppleTalk types into...
2002-09-06 jhbIf we are using APIC_IO tell ACPI so it can route inter...
2002-09-06 jhbAttach ACPI children a bit later in attach(), specifica...
2002-09-06 sobomaxMake these less broken.
2002-09-06 iwasakiAdd support for Corega FEther CB-TXD (CardBus 100M...
2002-09-06 gordonConvert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves...
2002-09-06 gordonAdd a support for a ${OSTYPE} which is set once in...
2002-09-06 jhbAdd support for printing out the contents of a PCI...
2002-09-06 jhbPrefer the physical bus number of the PCI bus as the...
2002-09-06 jhbAdd a helper routine acpi_SetIntrModel() to call the...
2002-09-06 rwatsonMinor spelling tweak: assume "his" is actually "This".
2002-09-06 bdeRemoved vestiges of the -a and -d options.
2002-09-06 tjrStyle: One space between "restrict" qualifier and "*".
2002-09-06 robertExpand a contraction in the text of style(9) for consis...
2002-09-06 phkRemove magicspace from reference data.
2002-09-06 phkRemove "magicspace". It looks good on paper, it doesn...
2002-09-06 phkexpat2 changed the name of their include file to expat.h
2002-09-06 phkFix an indentation typo.
2002-09-06 phkAdd a zeroed out sector one for the GPT hack and test...
next