aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bring in fix from NetBSD's revision 1.16:Ruslan Ermilov2001-06-261-1/+7
* Commented out pcm hints.KATO Takenori2001-06-261-5/+5
* Recognize FC-PGA2 Pentium III (Tualatin).KATO Takenori2001-06-262-0/+2
* Fixed miss merging from revision 1.102.Yoshihiro Takahashi2001-06-261-1/+1
* Allow the clock lock to recurse.John Baldwin2001-06-251-1/+1
* - Grab the vm lock around all of pmap_emulate_reference() as it manipulatesJohn Baldwin2001-06-252-8/+14
* - Move the 'clk' spinlock below other spin locks since KTR trace eventsJohn Baldwin2001-06-251-6/+39
* - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS traceJohn Baldwin2001-06-252-23/+23
* - Sort includes.John Baldwin2001-06-251-9/+9
* Count the context switch when blocking on a mutex as a voluntary contextJohn Baldwin2001-06-252-0/+6
* Count the switch when an ithread goes idle as a voluntary context switch.John Baldwin2001-06-251-0/+1
* We don't need the vm lock to perform a few simple calculations on theJohn Baldwin2001-06-251-1/+1
* Fix cut-n-paste brain-o.John Baldwin2001-06-251-1/+1
* Add code to detect Transmeta Crusoe cpus.Doug Rabson2001-06-252-4/+110
* Driver modifications consistent with my other drivers to facilitateMike Smith2001-06-255-41/+115
* Work around a bug in the current interrupt system by explicitlyWarner Losh2001-06-251-0/+4
* Merge from netinet/ip_fw.c (1.117 -> 1.118).Jun Kuriyama2001-06-241-45/+69
* remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time)Hajimu UMEMOTO2001-06-241-7/+0
* disallow setsockopt(IPV6_V6ONLY) for already bound sockets.Hajimu UMEMOTO2001-06-241-0/+11
* fix oopslet for PROC_UNLOCK_NOSWITCHMatt Jacob2001-06-241-1/+1
* cleanup some of the XPORT_FC codeMatt Jacob2001-06-241-24/+18
* Add a transport settings variant for Fibre Channel.Matt Jacob2001-06-241-0/+13
* Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h).Matt Jacob2001-06-241-0/+3
* on icmp6 node information query (FQDN), do not return hostnames withHajimu UMEMOTO2001-06-241-2/+6
* decrease warningHajimu UMEMOTO2001-06-241-2/+4
* Nuke the comment about MIP6. We don't have MIP6 code, yet.Hajimu UMEMOTO2001-06-241-12/+0
* inject outbound packet to BPF.Hajimu UMEMOTO2001-06-241-1/+25
* Don't dereference a NULL pointer if we fail to get a sendfilebuf.David Malone2001-06-241-1/+2
* Allow getcred sysctl to work in jailed root processes. Processes canDavid Malone2001-06-243-17/+35
* Get rid of some constness warnings.David Malone2001-06-241-6/+7
* Fix asm constraints for atomic_cmpset_32. This fix may also be neededBenno Rice2001-06-241-1/+1
* After exhaustive discussions and some meandering and confusion, enoughMatthew Dillon2001-06-241-0/+6
* Reset timestamps of battery info. and status by thier notify handler.Mitsuru IWASAKI2001-06-241-10/+13
* - Swap order of "S4B" and "S5" in sleep_state_names. They alreadyMitsuru IWASAKI2001-06-241-6/+6
* Add initializetion of NVCTL register with EEPROM stored value.Semen Ustimenko2001-06-235-0/+45
* the turtle beach santacruz implements ac97 eapd in an inverted sense -Cameron Grant2001-06-233-13/+15
* Replace bzero() of struct ip with explicit zeroing of structure members,Jonathan Lemon2001-06-232-4/+12
* add defines and ifdefs so this code will compile on 4.xCameron Grant2001-06-237-14/+113
* move a private struct definition from ac97.h to ac97.cCameron Grant2001-06-232-13/+32
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.Ruslan Ermilov2001-06-236-6/+6
* add sndstat.c so module users have /dev/sndstat againCameron Grant2001-06-232-2/+2
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.Mitsuru IWASAKI2001-06-236-73/+618
* Merged from sys/i386/isa/npx.c revision 1.102.KATO Takenori2001-06-231-2/+2
* Merged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.KATO Takenori2001-06-232-34/+16
* Removed pcm and sbc devices.KATO Takenori2001-06-231-4/+0
* Merged from sys/conf/files.i386 revisions 1.362 and 1.363.KATO Takenori2001-06-231-5/+2
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.KATO Takenori2001-06-232-2/+2
* Convert inb/outb to bus_space.Nicolas Souchu2001-06-234-50/+68
* Translate various ppbus sequences into microsequences to limitNicolas Souchu2001-06-232-109/+128
* Eliminate the allocation of a tcp template structure for eachMike Silbersack2001-06-238-135/+122