]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix an array which was too small.
[FreeBSD/FreeBSD.git] / sys /
2001-05-16 impCatch up with some recent changes:
2001-05-16 impSeparate out isa attachment to its own file. The pci...
2001-05-16 impThis file is now obsolete. The #defines in it have...
2001-05-16 alfredremove include of ipl.h because it no longer exists
2001-05-16 jhbLock the procfs functions for doing a single step and...
2001-05-15 imppcic98reg.h is now contained in meciareg.h.
2001-05-15 impThe mecia support has moved to the mecia driver, so...
2001-05-15 impAdd mecia driver definitions.
2001-05-15 impThis code touches MD code inappropriately. So we have...
2001-05-15 impA new driver for the MECIA. This is the NEC Original...
2001-05-15 jhb"Sir, the deorbit burn completed succesfully."
2001-05-15 jhbRemove unneeded includes of sys/ipl.h and machine/ipl.h.
2001-05-15 jhbAdd a PROC_TRYLOCK() macro to perform a mtx_trylock...
2001-05-15 jhbRemove unneeded includes in the i386 case.
2001-05-15 jhb- Remove unneeded include of sys/ipl.h.
2001-05-15 jhb- Remove unneeded include of sys/ipl.h.
2001-05-15 jhbMove the definition of HWI_MASK to the i386/isa/icu...
2001-05-15 jhb- Use ICU_LEN rather than NHWI for the size of the...
2001-05-15 jhb- Use PROC_LOCK_ASSERT instead of a direct mtx_assert.
2001-05-15 wpaulFix instance of (struct ti_softc *) that should have...
2001-05-15 jhbInclude sys/lock.h and sys/mutex.h so that this compiles.
2001-05-15 wpaulAdjust the descriptor structures a little by making...
2001-05-15 greidRemove a bogus comment which I forgot to get rid of...
2001-05-15 gibbsahc_eisa.c:
2001-05-15 jlemonUse " |= " to enable special media handling for fxp...
2001-05-15 brianSupport /dev/ctty again
2001-05-15 tanimuraBack out scanning file descriptors with holding a proce...
2001-05-15 katoMerged from sys/isa/fd.c revision 1.197.
2001-05-15 katoMerged from sys/i386/i386/machdep.c revision 1.450.
2001-05-15 imp{G,S}ET_UNIT are now unused, gc them
2001-05-14 impIt turns out that pcic_slot::slotnum was really unused...
2001-05-14 impRemove static array of slots. We now have state inform...
2001-05-14 impFix the so called "static bug" in polling mode. Some...
2001-05-14 joergThis commit was generated by cvs2svn to compensate...
2001-05-14 joergImplement a few more floppy ioctl commands and IO optio...
2001-05-14 wpaulClose PR 22208: bring chip out of suspend mode, because...
2001-05-14 sosAdd support for the AMD 766 southbridge incl ATA100...
2001-05-14 mckusickFurther fixes for deadlock in the presence of multiple...
2001-05-14 jlemonWhen calling poll() on a fd associated with a filesyste...
2001-05-14 phkUse the new ability to avoid practically all the gunk...
2001-05-14 phkAfter a successfull poll of the cloning functions,...
2001-05-14 impMinor style(9) changes:
2001-05-14 impTake a stab at making this less dependent on having...
2001-05-14 impChange machdep.pccard.pcic_mem_{start,end} to machdep...
2001-05-14 tanimura- Convert msleep(9) in select(2) and poll(2) to cv_...
2001-05-14 impWhen activating or deactivating a resource, only attemp...
2001-05-13 mckusickIf the effective link count is zero when an NFS file...
2001-05-13 phkConvert DEVFS from an "opt-in" to an "opt-out" option.
2001-05-13 bdeUse a critical region to protect pushing of the parent...
2001-05-13 jlemonRemove safety belt that checks for miibus in the config...
2001-05-13 impReturn errors for unsupported operations on pcic_get_re...
2001-05-13 impChange #ifdef PC98 to #ifdef MECIA_SUPPORT and define...
2001-05-13 impI'll be making some rather substantial changes to the...
2001-05-13 impo Get rid of static array of slots in pccard layer...
2001-05-13 jlemonUpdate makefile to reflect vlan support.
2001-05-13 jlemonAdd few cosmetic style fixes, and some debug informatio...
2001-05-12 jlemonAdd a few more register definitions.
2001-05-12 deischenRevert part of last commit. Instead of using %fs for...
2001-05-12 wpaulUnbreak release. *sigh*
2001-05-12 impTh -> The in a comment
2001-05-12 deischenPreserve the state of the %gs register when setting...
2001-05-11 jhbSimplify the vm fault trap handling code a bit by using...
2001-05-11 jhbGC prototype for procfs_bmap() missed during a previous...
2001-05-11 jhbSimply the vm fault trap handling code a bit by using...
2001-05-11 jhbAllow sendsig() to hand the proc lock off to osendsig...
2001-05-11 jhbAdd a new macro to test if a process' proc lock is...
2001-05-11 wpaulIt's vlan.h, not opt_vlan.h.
2001-05-11 iedowseIn vrele() and vput(), avoid triggering the confusing...
2001-05-11 jlemonRegenerate.
2001-05-11 jlemonCorrectly recognize the i82562{EM} PHYs.
2001-05-11 wpaulRegenerate
2001-05-11 jhbCheck witness_dead in more functions to avoid panic...
2001-05-11 wpaulDisable the 'stats counter overflow' interrupts since...
2001-05-11 wpaulAdd support for gigabit ethernet cards based on the...
2001-05-11 teggeRegenerate.
2001-05-11 teggegettimeofday() is MP safe on both -current and -stable.
2001-05-11 ruIn in_ifadown(), differentiate between whether the...
2001-05-11 mckusickRemove yet another deadlock case.
2001-05-11 grogFix world-breaking typo in previous commit.
2001-05-11 msmithUn-swap irq/link byte values so that printf works.
2001-05-10 jhbTrim lots of stuff that is now in MI code along with...
2001-05-10 jhb- Split out the support for per-CPU data from the SMP...
2001-05-10 wpaulTry to read the station address twice during the probe...
2001-05-10 jhb- Use sched_lock and critical regions to ensure that...
2001-05-10 mjacobThe new order of things is that dwlpxN is now called...
2001-05-10 impFix the panics for real this time. When something...
2001-05-10 mjacobadd alpha_pci_route_interrupt method
2001-05-10 mjacobQuick hack to reintroduce the notion that there might...
2001-05-10 dcsFICL 2.05 has a flawed definition of BASE. Fix it.
2001-05-09 jhbInclude sys/lock.h for witness_list_locks() and axe...
2001-05-09 jhbAdd in commented out entries for NEWCARD so that they...
2001-05-09 wpaulThe sk driver developed a bug when the multicast code...
2001-05-09 jhbAdd include of sys/mutex.h and resort include of sys...
2001-05-09 jhbAdd needed sys/lock.h include.
2001-05-09 sosRemove the error var, it hides the real one.
2001-05-09 desAvoid overflow when converting ticks to jiffies.
2001-05-09 dmlbEliminate some panics for errors we can recover from.
2001-05-08 dmlbUse enumeration values for CARD_SET_RES_FLAGS.
2001-05-08 dmlbUse enumeration types for CARD_SET_RES_FLAGS.
2001-05-08 dmlbAdd additional enumeration types for CARD_SET_RES_FLAGS.
next