]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix a warning that's been bugging me for ages.
[FreeBSD/FreeBSD.git] / sys /
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 dgClear out transmit descriptor memory in fxp_attach...
1998-10-11 jdpFix a couple of out-of-bounds array references in mappi...
1998-10-11 dimaadd <sys/linker.h>
1998-10-10 gibbsIf the bus delay is >= 2 seconds, notify the user that...
1998-10-10 dgFixed mbuf leak in fxp_stop().
1998-10-10 gpalmerMake kernel build on alpha again. New kld stuff needs...
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 katoPC-98 doesn't have CMOS ram.
1998-10-10 katoPC-98 doesn't have CMOS ram.
1998-10-10 obrienAdd GENERIC rev 1.124 changes
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 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 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 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 jkhFix damaged comment.
1998-10-09 msmithRemove some debugging code.
1998-10-09 msmithSync the MODINFO constants with <sys/linker.h>
1998-10-09 msmithMODINFO_NAME can't be 0, that's the end of the metadata...
1998-10-09 jkhAdd some evil temporary phys-to-kern translation for...
1998-10-09 wpaulAdd support for yet another "cyclone" board, with PCI...
1998-10-09 msmithMissing defines for the kernel environment and module...
1998-10-09 jkhinclude proper header for Mike's new stuff.
1998-10-09 msmithKernel environment access, preloaded module lookup.
1998-10-09 msmithInitialise kernel environment and module metadata pointers.
1998-10-09 msmithNew files for kernel environment and module metadata...
1998-10-09 jdpFix a panic on SMP systems, caused by sleeping while...
1998-10-08 jkhAllow the module area to be used in order to find the...
1998-10-08 msmithFix up the kernel environment and module data pointers...
1998-10-08 desMake that annoying "device busy" message dependent...
1998-10-08 katoDiscard previous commit.
1998-10-08 katoOops, discard my previous commits becase sumitted code...
1998-10-08 katoAdd entry for EtherEZ98 and Access/PC N98C+ cards.
1998-10-08 katoAdd ungermann-Bass Access/PC N98C+ support to fe driver...
1998-10-08 katoAdd SMC EtherEZ98 support to ed driver (PC-98).
1998-10-08 katoBIOS ROM base address is 0xe8000 on PC-98.
1998-10-08 wpaulCorrectly update the tail pointer of the transmit queue...
1998-10-08 katoSync with sys/i386/conf/GENERIC revision up to 1.123.
1998-10-08 katoSync with sys/i386/i386/userconfig.c revision 1.111.
1998-10-08 sosRemove debug output on disk change.
1998-10-08 kenAdd the quirk entry framework to handle disabling the...
1998-10-08 alexCheck the timeval passed to BIOCSRTIMEOUT with itimerfi...
1998-10-07 desAdd missing newline in probe message.
1998-10-07 luoqiUse vm_page_xxx() inline functions to manipulate vm_pag...
1998-10-07 obrienFix syntax errors I introduced.
1998-10-07 peterFix that pesky boot aguments parsing bug. (I think :-)
1998-10-07 msmithRequest the flags back when checking for keyboard status.
1998-10-07 gibbsAdd entries for the adw device driver.
1998-10-07 gibbsahc_pci.c:
1998-10-07 gibbsFix a parent tag reference count bug during tag teardown.
1998-10-07 gibbsAdd a missing newline.
1998-10-07 gibbsDon't set the active flag on a transaction resource...
next