summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add defines and ifdefs so this code will compile on 4.xcg2001-06-237-14/+113
* Three people known to be born on December 18!ru2001-06-231-0/+1
* 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-2310-19/+43
* add sndstat.c so module users have /dev/sndstat againcg2001-06-232-2/+2
* - Fix space allocation for mbstat structurebmilekic2001-06-231-3/+5
* Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) whenbmilekic2001-06-231-1/+2
* By default link statically (like we did in the port) - it provides 8-10%sobomax2001-06-231-0/+2
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-236-73/+618
* Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.ru2001-06-232-12/+25
* Add myself.rse2001-06-231-0/+1
* Fixed DPADD.ru2001-06-231-2/+2
* Document "normalizing" behavior of mktime(3).ru2001-06-231-1/+12
* Merged from sys/i386/isa/npx.c revision 1.102.kato2001-06-231-2/+2
* Average age is 28 years and 11 months.ru2001-06-231-1/+3
* 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
* Make sure the average age keeps on decreasing down that slippery slope.green2001-06-231-0/+1
* Remove duplicate word.dd2001-06-231-1/+1
* Bring in fix from rev 1.32 that got lost during the conversion to kqueue.jlemon2001-06-231-8/+19
* Convert inb/outb to bus_space.nsouch2001-06-234-50/+68
* Translate various ppbus sequences into microsequences to limitnsouch2001-06-232-109/+128
* Make the similar changes as in our keyinfo, i.e. allow user to get his ownache2001-06-232-10/+17
* give up and join the party (along with thomas Moestl (same bday))julian2001-06-231-0/+1
* 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
* Now how many files would a new committer have to commit?tanimura2001-06-221-0/+1
* Join in the fun.wes2001-06-221-0/+1
* 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
* Increase the buffer sizes for the build deps, run deps, and the linedd2001-06-221-3/+3
* Quiet compiler warnings by making `WARNS 2' clean.obrien2001-06-222-6/+9
* MFS: Add tx(4) section to hardware list.bmah2001-06-222-8/+14
* WARNS= -> WARNS?=dd2001-06-2223-23/+23
* 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
* Take sbuf(9) item out of the release notes. It doesn't have as muchbmah2001-06-222-10/+0
* Note that ed(4) supports the DE305.bmah2001-06-222-0/+4
* New/updated release notes: gensetdefs(8) removed, mbuf allocator SMP-friendlybmah2001-06-222-6/+38
* 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
* MFS: Fix minor grammatical problem in orm(4) item.bmah2001-06-222-2/+2
OpenPOWER on IntegriCloud