summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix oopslet for PROC_UNLOCK_NOSWITCHmjacob2001-06-241-1/+1
* cleanup some of the XPORT_FC codemjacob2001-06-241-24/+18
* Add a transport settings variant for Fibre Channel.mjacob2001-06-241-0/+13
* Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h).mjacob2001-06-241-0/+3
* on icmp6 node information query (FQDN), do not return hostnames withume2001-06-241-2/+6
* decrease warningume2001-06-241-2/+4
* Nuke the comment about MIP6. We don't have MIP6 code, yet.ume2001-06-241-12/+0
* inject outbound packet to BPF.ume2001-06-241-1/+25
* Don't dereference a NULL pointer if we fail to get a sendfilebuf.dwmalone2001-06-241-1/+2
* Allow getcred sysctl to work in jailed root processes. Processes candwmalone2001-06-243-17/+35
* Get rid of some constness warnings.dwmalone2001-06-241-6/+7
* Fix asm constraints for atomic_cmpset_32. This fix may also be neededbenno2001-06-241-1/+1
* After exhaustive discussions and some meandering and confusion, enoughdillon2001-06-241-0/+6
* Reset timestamps of battery info. and status by thier notify handler.iwasaki2001-06-241-10/+13
* - Swap order of "S4B" and "S5" in sleep_state_names. They alreadyiwasaki2001-06-241-6/+6
* Add initializetion of NVCTL register with EEPROM stored value.semenu2001-06-235-0/+45
* the turtle beach santacruz implements ac97 eapd in an inverted sense -cg2001-06-233-13/+15
* Replace bzero() of struct ip with explicit zeroing of structure members,jlemon2001-06-232-4/+12
* add defines and ifdefs so this code will compile on 4.xcg2001-06-237-14/+113
* move a private struct definition from ac97.h to ac97.ccg2001-06-232-13/+32
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-236-6/+6
* add sndstat.c so module users have /dev/sndstat againcg2001-06-232-2/+2
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-236-73/+618
* Merged from sys/i386/isa/npx.c revision 1.102.kato2001-06-231-2/+2
* Merged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.kato2001-06-232-34/+16
* Removed pcm and sbc devices.kato2001-06-231-4/+0
* Merged from sys/conf/files.i386 revisions 1.362 and 1.363.kato2001-06-231-5/+2
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.kato2001-06-232-2/+2
* Convert inb/outb to bus_space.nsouch2001-06-234-50/+68
* Translate various ppbus sequences into microsequences to limitnsouch2001-06-232-109/+128
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-238-135/+122
* Fix a number of bugs in the implementation of the WEP related statusbrooks2001-06-223-67/+156
* - Lock CURSIG() with the proc lock to close the signal race with psignal.jhb2001-06-221-99/+67
* - Lock CURSIG with the proc lock and don't release the proc lock untiljhb2001-06-221-4/+10
* - Grab the proc lock around CURSIG and postsig(). Don't release the procjhb2001-06-225-13/+20
* - Change CURSIG() and postsig() to require that the proc lock is heldjhb2001-06-221-9/+10
* People wanted this bumped for the Bzip2 import.obrien2001-06-221-1/+1
* Make the hw.physmem and hw.usermem variables unsigned so that they dontpeter2001-06-222-4/+4
* Be conservative and always perform an mb after an atomic_cmpset operation.jhb2001-06-221-0/+2
* - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.jhb2001-06-221-4/+4
* int -> size_t fixmjacob2001-06-221-2/+2
* Make hostid an unsigned long (matches kern_mib.c change)mjacob2001-06-221-1/+1
* Temporary fix at least- define NCPU_PRESENT which will be mp_npcus formjacob2001-06-221-2/+11
* changed hostid from long to unsigned long to be able to store values > 2GBpirzyk2001-06-221-3/+2
* Doh, missed a printf -> db_printf in the previous commit.jhb2001-06-221-1/+1
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-2212-899/+1198
* Move check against CAM_NEW_TRAN_CODE ahead of the file that might includemjacob2001-06-222-6/+8
* Don't set CONSPEED to the default and deobfuscate the comment.dd2001-06-212-2/+4
* Use the M_ZERO flag to malloc(9)greid2001-06-2121-64/+32
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
OpenPOWER on IntegriCloud