]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Provide access to the IA32 hardware debug registers from the ddb
[FreeBSD/FreeBSD.git] / sys /
2001-06-28 bsdProvide access to the IA32 hardware debug registers...
2001-06-27 brianFairwell dgm
2001-06-27 brianRemove dgm
2001-06-27 brianSpell digi right
2001-06-27 cgdon't flag the playback hardchan as busy on devices...
2001-06-27 cgtidy up/simplify dsp_clone()
2001-06-27 umerefresh default router list on nd6_purge(), only if...
2001-06-27 jhbCatch up to mbuf allocator changes from last September...
2001-06-27 jhbMake this compile again. Broken since June 1.
2001-06-27 ruFixed the brain-o in rev. 1.10: the logic check was...
2001-06-27 bennoCode for dealing with external interrupts.
2001-06-27 bennoFix comment breakage.
2001-06-27 bennoFix the atomic_*_32 operations. These were written...
2001-06-27 bennoBracket this file in the usual #ifndef/#define/#endif...
2001-06-27 bennoGarbage collect some debug code.
2001-06-27 bennoAdd -msoft-float to COPTS to stop GCC attempting to...
2001-06-27 jhb- Add trylock variants of shared and exclusive locks.
2001-06-27 jhb- Add a new witness_assert() to perform arbitrary locki...
2001-06-27 jhb- Always use the proc lock of the task leader to protec...
2001-06-26 joergImplement a new ioctl command for floppies: FD_READID
2001-06-26 joergSome more cosmetics: kill another couple of K&R functio...
2001-06-26 cgadd a tunable/sysctl, hw.snd.autovchans. if this is...
2001-06-26 obrienThis commit was generated by cvs2svn to compensate...
2001-06-26 obrienThis commit was generated by cvs2svn to compensate...
2001-06-26 bennoDon't initialise ret in atomic_cmpset_32.
2001-06-26 onoeThe information about how to integrate this driver...
2001-06-26 onoeFix capability information in association request to...
2001-06-26 onoeFix keyid bit position of encrypted packet to make...
2001-06-26 onoeFix previous enhancement to add support for new ifconfi...
2001-06-26 nyanMerged from the following changes.
2001-06-26 nyanMerged from sys/isa/sio.c revision 1.335.
2001-06-26 nyanMerged from sys/i386/isa/isa_dma.c revision 1.7.
2001-06-26 nyanMerged from sys/isa/syscons_isa.c revision 1.16.
2001-06-26 nyanMerged from sys/dev/syscons/scterm-sc.c revison 1.15.
2001-06-26 nyanMerged from sys/dev/syscons/syscons.c revisons 1.358...
2001-06-26 nyanMerged from sys/isa/fd.c revisions 1.198, 1.199, 1...
2001-06-26 nyanMerged from sys/i386/include/bus_at386.h revision 1.14.
2001-06-26 nyanMerged from sys/dev/aic/aic_isa.c revision 1.8.
2001-06-26 ruBring in fix from NetBSD's revision 1.16:
2001-06-26 katoCommented out pcm hints.
2001-06-26 katoRecognize FC-PGA2 Pentium III (Tualatin).
2001-06-26 nyanFixed miss merging from revision 1.102.
2001-06-25 jhbAllow the clock lock to recurse.
2001-06-25 jhb- Grab the vm lock around all of pmap_emulate_reference...
2001-06-25 jhb- Move the 'clk' spinlock below other spin locks since...
2001-06-25 jhb- Replace the unused KTR_IDLELOOP trace class with...
2001-06-25 jhb- Sort includes.
2001-06-25 jhbCount the context switch when blocking on a mutex as...
2001-06-25 jhbCount the switch when an ithread goes idle as a volunta...
2001-06-25 jhbWe don't need the vm lock to perform a few simple calcu...
2001-06-25 jhbFix cut-n-paste brain-o.
2001-06-25 dfrAdd code to detect Transmeta Crusoe cpus.
2001-06-25 msmithDriver modifications consistent with my other drivers...
2001-06-25 impWork around a bug in the current interrupt system by...
2001-06-24 kuriyamaMerge from netinet/ip_fw.c (1.117 -> 1.118).
2001-06-24 umeremove IN6_IS_ADDR_ANY macro (outside of standard,...
2001-06-24 umedisallow setsockopt(IPV6_V6ONLY) for already bound...
2001-06-24 mjacobfix oopslet for PROC_UNLOCK_NOSWITCH
2001-06-24 mjacobcleanup some of the XPORT_FC code
2001-06-24 mjacobAdd a transport settings variant for Fibre Channel.
2001-06-24 mjacobAdd CAM_NEW_TRAN_CODE as an option (to be included...
2001-06-24 umeon icmp6 node information query (FQDN), do not return...
2001-06-24 umedecrease warning
2001-06-24 umeNuke the comment about MIP6. We don't have MIP6 code...
2001-06-24 umeinject outbound packet to BPF.
2001-06-24 dwmaloneDon't dereference a NULL pointer if we fail to get...
2001-06-24 dwmaloneAllow getcred sysctl to work in jailed root processes...
2001-06-24 dwmaloneGet rid of some constness warnings.
2001-06-24 bennoFix asm constraints for atomic_cmpset_32. This fix...
2001-06-24 dillonAfter exhaustive discussions and some meandering and...
2001-06-24 iwasakiReset timestamps of battery info. and status by thier...
2001-06-24 iwasaki- Swap order of "S4B" and "S5" in sleep_state_names...
2001-06-23 semenuAdd initializetion of NVCTL register with EEPROM stored...
2001-06-23 cgthe turtle beach santacruz implements ac97 eapd in...
2001-06-23 jlemonReplace bzero() of struct ip with explicit zeroing...
2001-06-23 cgadd defines and ifdefs so this code will compile on 4.x
2001-06-23 cgmove a private struct definition from ac97.h to ac97.c
2001-06-23 ruAdd netstat(1) knob to reset net.inet.{ip|icmp|tcp...
2001-06-23 cgadd sndstat.c so module users have /dev/sndstat again
2001-06-23 iwasakiAdd sysctl interface (Read-only) for temprature, AC...
2001-06-23 katoMerged from sys/i386/isa/npx.c revision 1.102.
2001-06-23 katoMerged from sys/i386/i386/machdep.c revisions 1.456...
2001-06-23 katoRemoved pcm and sbc devices.
2001-06-23 katoMerged from sys/conf/files.i386 revisions 1.362 and...
2001-06-23 katoMerged from sys/boot/i386/btx/btx/btx.s revision 1.25.
2001-06-23 nsouchConvert inb/outb to bus_space.
2001-06-23 nsouchTranslate various ppbus sequences into microsequences...
2001-06-23 silbyEliminate the allocation of a tcp template structure...
2001-06-22 brooksFix a number of bugs in the implementation of the WEP...
2001-06-22 jhb- Lock CURSIG() with the proc lock to close the signal...
2001-06-22 jhb- Lock CURSIG with the proc lock and don't release...
2001-06-22 jhb- Grab the proc lock around CURSIG and postsig(). ...
2001-06-22 jhb- Change CURSIG() and postsig() to require that the...
2001-06-22 obrienPeople wanted this bumped for the Bzip2 import.
2001-06-22 peterMake the hw.physmem and hw.usermem variables unsigned...
2001-06-22 jhbBe conservative and always perform an mb after an atomi...
2001-06-22 jhb- Protect all accesses to nsw_[rw]count{,_{,a}sync...
2001-06-22 mjacobint -> size_t fix
2001-06-22 mjacobMake hostid an unsigned long (matches kern_mib.c change)
2001-06-22 mjacobTemporary fix at least- define NCPU_PRESENT which will...
next