]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-10-11 katoSync with sys/i386/conf/GENERIC revision 1.124.
1998-10-11 peterAvoid the need for calling functions that malloc after...
1998-10-11 rnordierOverride for ELF.
1998-10-11 rnordierOverride for ELF. Override .s.o suffix rule.
1998-10-11 peterFix a warning that's been bugging me for ages.
1998-10-11 peterFix a warning
1998-10-11 peterProbe all consoles, not just the first. It doesn't...
1998-10-11 peterCosmetic: After the autoboot timeout, print a \n.
1998-10-11 peterOnly call vidc_init() once (unless forced).
1998-10-11 peterFix comconsole mode. The int 0x14 read and status...
1998-10-11 peterWarn that one of the DEBUG statements has a v86 recursi...
1998-10-11 peterFix comment to match code
1998-10-11 peterComment about libm and libmd being needed for some...
1998-10-11 dgClear out transmit descriptor memory in fxp_attach...
1998-10-11 peterlibg++ and libstdc++ also have internal calls to libm...
1998-10-11 jdpFix a couple of out-of-bounds array references in mappi...
1998-10-11 peterlibopie also depends on libmd. Programs using libopie...
1998-10-11 peterlibf2c.so.* depends on libm.so. I'm not sure that...
1998-10-11 peterlibatm uses libmd; add it to the dependency list so...
1998-10-11 peterDeal with /usr/lib/compat/aout, and that we've been...
1998-10-11 peterDon't build elf libresolv.so*, no elf freebsd binaries...
1998-10-11 peterDon't install an elf libgnumalloc.so* in /usr/lib/compa...
1998-10-11 peterDon't install an elf liby.so[.2] in /usr/lib/compat...
1998-10-11 dimaadd <sys/linker.h>
1998-10-10 gibbsIf the bus delay is >= 2 seconds, notify the user that...
1998-10-10 jkhMove OBJFORMAT hack to the correct line; what can I...
1998-10-10 bdevfork -> fork. The child calls execl() which calls...
1998-10-10 dgFixed mbuf leak in fxp_stop().
1998-10-10 bdevfork -> fork. The child calls abort(), which calls...
1998-10-10 bdevfork -> fork. This home made popen() had the same...
1998-10-10 bdeFixed gross breakage in previous commit. The malloc...
1998-10-10 bdeRemoved debugging cruft.
1998-10-10 gpalmerMake kernel build on alpha again. New kld stuff needs...
1998-10-10 rnordierKill an extraneous dot.
1998-10-10 bdeDon't pretend to support ix86's with 16-bit ints by...
1998-10-10 rnordierFix a typo.
1998-10-10 bdeFixed warnings for pointer versus int type mismatches...
1998-10-10 bdeFixed warnings for pointer versus int type mismatches...
1998-10-10 katomp_machdep.c: Set a vector to boot code (PC-98).
1998-10-10 eivindRemove the description of EBADF (that's an implementati...
1998-10-10 bdeFixed searching for section "1aout" man pages. Section...
1998-10-10 bdeDon't build or install ${MAN1}. It's just a copy of...
1998-10-10 katoPC-98 uses different boot code from IBM-PC. So, MACHIN...
1998-10-10 jkhQuick commit to see if I can't fix Robert's i386/boot...
1998-10-10 katoPC-98 doesn't have CMOS ram.
1998-10-10 thepishPR: bin/8250
1998-10-10 jkhAdd missing newline to debugging output.
1998-10-10 katoPC-98 doesn't have CMOS ram.
1998-10-10 obrienAdd GENERIC rev 1.124 changes
1998-10-10 jkhDon't chain makes with &&; apparently this is evil...
1998-10-10 jkhAdjust for new MFS root code.
1998-10-10 jkhAdd entries for MFS which are consistent with the other...
1998-10-10 jkhAllow more flexible use of MFS root.
1998-10-10 peterAttempt to work around the page fault in tulip_txput...
1998-10-10 peterDisplay module type as well as module name when we...
1998-10-10 peterrm *.so and *.ko in clean as well.
1998-10-10 impFix conficts in probe:
1998-10-10 peterUse Mike Smith's linker module search path code.
1998-10-10 peterKeep track of the containing file for modules. This...
1998-10-09 peterUpdates for alignment rounding. XXX this is highly...
1998-10-09 peterFully implement KLD and preloading.
1998-10-09 peterUpdates for KLD backends.
1998-10-09 peterImplement merging SYSINIT's from preloaded KLD modules...
1998-10-09 peterMODINFO_ADDR has real addresses now, remove the manual...
1998-10-09 peterRelocate the preload module info from machdep specifica...
1998-10-09 peterCall some helper routines to be supplied by kern_linker...
1998-10-09 peterAt the moment, the alpha tentatively uses the ddb elf...
1998-10-09 rnordierTurn off the new /sys/boot stuff (except boot0) unless...
1998-10-09 peterWe don't compile this on an elf kernel (and explicitly...
1998-10-09 peterRemove DDB_ELF_SYMBOLS and DDB_KLD_SYMBOLS options...
1998-10-09 peterAttempt to at least align MODINFO_* blocks. IMHO,...
1998-10-09 peterTurn symbol table info passing back on, although it...
1998-10-09 peterRemove kernelname setenv, the common code does it.
1998-10-09 peterImplement preloading for elf modules
1998-10-09 peterPreload support for a.out KLD not implemented yet....
1998-10-09 peterUse a consistant module search path (same as kernel...
1998-10-09 peterloader <-> kernel preload module interface constants...
1998-10-09 peterelf_machdep.c and rindex.c are now standard
1998-10-09 peterDebug typo fixes.
1998-10-09 peterA hook for storing the origin of a module, this is...
1998-10-09 peterAdd SI_SUB_KLD
1998-10-09 jkhClean up the boot targets a bit.
1998-10-09 gibbsCall dpt_intr from our timeout routine to clear any...
1998-10-09 gibbsOnly pull 16 bits of residual information from completi...
1998-10-09 gibbsHook up ahapoll so that dumps, synchronize cache comman...
1998-10-09 msmithDon't try to initialise the environment out of a sysini...
1998-10-09 peterNull commit.. CVS aborted on freefall last time (reaonl...
1998-10-09 peterAn elf_reloc() function for the i386. Based on alpha...
1998-10-09 markmAdd JKH's auth.conf parser to turn on/off Kerberos...
1998-10-09 dtFix some bugs in pthread scheduler:
1998-10-09 gibbsPass termination information via softc flags to the...
1998-10-09 gibbsWhen 'using defaults' ensure that termination is enabled.
1998-10-09 rnordierGet this building as a.out or ELF.
1998-10-09 desHand me the pointy hat, and make it big.
1998-10-09 abialPut some #ifdef's around debugging code.
1998-10-09 abialFix for bad calculation of netmask bits. I'm amazed...
1998-10-09 katoSync with sys/i386/i386/machdep.c revision 1.312.
1998-10-09 kjcfix a bug which could lock up a transmitter.
1998-10-09 jkhNow take stdio.h out of files that don't require it.
1998-10-09 jkhFix damaged comment.
next