]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Quick fix for breakage of read clustering on non-IDE drives. Read
[FreeBSD/FreeBSD.git] / sys /
1998-08-18 bdeQuick fix for breakage of read clustering on non-IDE...
1998-08-18 bdeFixed printf format errors.
1998-08-17 bdeConverted rcsid to $Id$ again. There shouldn't be...
1998-08-17 bdeRemoved unused includes.
1998-08-17 bdeFixed printf format errors (none detected in GENERIC...
1998-08-17 bdeFixed a type mismatch.
1998-08-17 bdeRemoved unused includes. Fixed disordering of includes.
1998-08-17 bdeBacked out previous commit. The seconds part of microt...
1998-08-17 bdeFixed nonsense overflow checking (checking that a long...
1998-08-17 bdeOops, the previous commit was of a local version.
1998-08-17 bdeFIxed typo (syntax error) in previous commit.
1998-08-17 dfrDon't use unaligned accesses when printing extended...
1998-08-17 dfrAdd macros for accessing device memory.
1998-08-17 dfrAdd Miata system type and pull in the LOCATE_PCS macro...
1998-08-17 dfrAdd breakpoint() for BREAK_TO_DEBUGGER.
1998-08-17 katoSync with sys/i386/isa/lpt.c revision 1.70.
1998-08-17 dfrUpdate to work with the new elf headers.
1998-08-17 dfrUpdate to use elf_generic.h.
1998-08-17 dfrDisable some unnecessary debugging code.
1998-08-17 jbRemove support for NetBSD syscalls.
1998-08-17 bdeFixed printf format errors.
1998-08-17 bdeFixed printf format errors. sppp_dotted_quad() was...
1998-08-17 bdeFIxed printf format errors. Most of them were exposed...
1998-08-16 bdeFixed printf format and spelling errors. Didn't fix...
1998-08-16 wpaulImport the (Fast) Etherlink XL driver. I'm reasonally...
1998-08-16 desEnable kernel dumps on SLICE systems.
1998-08-16 jdpMake ELF kernels build again.
1998-08-16 jdpRevamp the ELF include files to better support architec...
1998-08-16 bdeFixed a style bug (a long line) in the previous commit.
1998-08-16 bdeUse [u]intptr_t instead of [u_]long for casts between...
1998-08-16 bdeCast an int to (intptr_t) before casting it to (void *).
1998-08-16 bdeFixed yet more ioctl breakage due to the type of the...
1998-08-16 bdepmap.c:
1998-08-16 bdeUse an array of uintptr_t's instead of an array of...
1998-08-15 bdeCast to `char *' instead of to u_long to help add byte...
1998-08-15 bdeOops, the printf format error fixes confused curp-...
1998-08-15 bdeOops, the previous fix confused Linux's sigset_t with...
1998-08-15 bdeFixed yet more ioctl breakage due to the type of the...
1998-08-15 bdeMade some disgusting ifdefs even more disgusting to...
1998-08-15 bdeUse offsetof() to avoid some casts from pointers to...
1998-08-15 kato- change at2pc98() into global from static.
1998-08-15 katoSync with sys/i386/isa/syscons.c revision 1.274.
1998-08-14 sosOnly write a filemark on close when data has actually...
1998-08-14 dfrChange cmd argument to dsioctl from int to u_long.
1998-08-14 sosChanged \n to \r in the mouse cutbuffer, this makes...
1998-08-13 msmithFix BNC/AUI autodetection.
1998-08-13 gibbsUse "baseclass" instead of "class" for storing the...
1998-08-13 bdeCleaned up previous commit, mainly by moving repetitive...
1998-08-13 bdeUpdated for not-so-new version of Cyclom-Y boards ...
1998-08-13 dfrI managed to break sparse configuration accesses with...
1998-08-13 dfrProtect all modifications to v_numoutput with splbio().
1998-08-13 dfrProtect all modifications to paging_in_progress with...
1998-08-13 katoSync with sys/i386/isa/sio.c revision 1.210.
1998-08-12 brianRemove some #if 0'd and commented-out code.
1998-08-12 wpaulOne-liner: add a call to the underlying device driver...
1998-08-12 msmith"The releaseing of the reference and lock is not tempor...
1998-08-12 julianHandle the case of moving a directory onto the top...
1998-08-12 bdeDon't configure compatibility code for pre-Lite2 mount...
1998-08-12 bdeRemoved support for FreeBSD-1.x.
1998-08-12 bdeFixed printf format errors.
1998-08-12 bdeRemoved unused includes.
1998-08-12 bdeSynced with dgb.c. Important changes from 1.29 (ioctl...
1998-08-12 bdeFixed printf format errors.
1998-08-12 dfrModify the internal interfaces to the kernel linker...
1998-08-11 bdeRemoved a bogus ifdef that broke using SWI_* in LKMs.
1998-08-11 bdeFixed printf format errors (ntohl() returns in_addr_t...
1998-08-11 bdeDon't depend on "implicit int".
1998-08-11 bdeRegister tty software interrupt handlers at run time...
1998-08-11 bdeFixed printf format errors.
1998-08-11 bdeImplemented dynamic registration of software interrupt...
1998-08-11 dfrAdd code from NetBSD to print CIA capabilities and...
1998-08-11 dfrSync with i386/isa/diskslice_machdep.c 1.31.
1998-08-10 bdeFixed null setting of multiple wakeup prevention variable.
1998-08-10 bdeFixed restoring of cpl after trap handling. The wrong...
1998-08-10 bdeUse [u]intptr_t instead of [unsigned] long to convert...
1998-08-10 bdeHide compiler warnings for casting from a long to a...
1998-08-10 katoSync with sys/i386/isa/syscons.c revision 1.273.
1998-08-10 katoSync with sys/i386/isa/diskslice_machdep.c revision...
1998-08-10 katoSync with sys/i386/conf/majors.i386 revision 1.45.
1998-08-10 katoSync with sys/i386/conf/options.i386 revision up to...
1998-08-10 bdeFixed the formatting of some tables (mainly the one...
1998-08-10 phkReserve majors for M-Systems DiskOnChip driver. This...
1998-08-10 yokota- Added SC_BAD_FLICKER for syscons.
1998-08-10 yokotaA workaround for screen flicker; eliminate some I/O...
1998-08-10 dfrLots of changes, including:
1998-08-10 phkThe machine dependent disk slice manager does not recognize
1998-08-10 sosSupport the PAL version of the BT878 based Haupauge...
1998-08-09 jkhMF22: Shut this thing up by default.
1998-08-08 jkhA few misc changes to get the spigot and meteor board...
1998-08-08 sosUpdated Hauppauge detection code for Tuner ID 0x0a...
1998-08-08 peterMake ../Makefile.inc handling more consistant to preven...
1998-08-07 katoFix garbage after quitting X server.
1998-08-07 katoSync with sys/i386/conf/files.i386 and majors.i386...
1998-08-07 katoSync with sys/i386/isa/syscons.c and syscons.h revision...
1998-08-07 dfrRemove a stupid hack of mine which prevented PCI io...
1998-08-07 dfrAdd support for type1 pci configuration cycles for...
1998-08-07 dfrAdd some more useful macros.
1998-08-07 dfrUpdate so that it should build a working kernel for...
1998-08-07 dfrTweaks to console support.
1998-08-06 eivindFix some things Simon had broken, basically making...
next