summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownpeter2002-08-233-3/+3
* Make sure channel buffer start is associated with channel, otherwiseorion2002-08-231-3/+3
* Add the complex state TDS_SUSP_SLP.julian2002-08-231-1/+2
* Don't use "NULL" when "0" is really meant.archie2002-08-231-1/+1
* o Fix namespace issues in <sys/mman.h>.mike2002-08-233-25/+67
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-238-259/+42
* Remove stddef.h from the header listscottl2002-08-231-1/+0
* Add a belated entry for amdpm(4).murray2002-08-231-0/+1
* Don't re-lock the sched lock if we didn't unlock it.julian2002-08-231-1/+1
* Do some minor cleanups found during backport to RELENG_4.mjacob2002-08-233-25/+24
* Pick a cleaner method (and put in a separate function) for findingmjacob2002-08-231-21/+43
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.orion2002-08-233-6/+39
* Removed unneeded include of machine/types.h (which no longer exists).jake2002-08-231-1/+0
* - Fix a mistake in my last few commits. The PDROP flag stops msleep fromjeff2002-08-232-6/+2
* Fix a bug where large msdos partitions were not handled correctly, and fixtrhodes2002-08-221-1/+7
* s/sus/sys/ in the a.out kernel case.peter2002-08-222-2/+2
* slight cleanup of single-threading code for KSE processesjulian2002-08-224-6/+53
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-2221-32/+32
* Use machine/limits.h rather than userland limits.h (which may come frompeter2002-08-221-1/+1
* Instead of grabbing the userland a.out.h/link.h (or worse, frompeter2002-08-221-3/+5
* Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.hpeter2002-08-222-4/+4
* repo copy nlist.h to sys/nlist_aout.h, and strip out the userlandpeter2002-08-221-9/+3
* Repo copy link.h to sys/link_elf.h and sys/link_aout.h since they arepeter2002-08-222-286/+6
* Include sys/libkern.h for the kernel prototypes of these libkern functionsjhb2002-08-228-8/+8
* Many of the alpha low level console drivers still have bogus compile timepeter2002-08-2212-23/+23
* Convert NEXUS_ACCESSOR to use the __BUS_ACCESSORmux2002-08-221-14/+2
* Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.mjacob2002-08-221-0/+3
* unused variable removal (pointed out by bde)mjacob2002-08-221-1/+0
* Prepare for importing newer version of ACPI CA.iwasaki2002-08-221-3/+10
* Spell proprly properly:rwatson2002-08-221-1/+1
* Merged from sys/dev/syscons/scvtb.c revision 1.9.nyan2002-08-222-8/+8
* Merged from sys/dev/syscons/syscons.c revision 1.388.nyan2002-08-221-1/+1
* Include <sys/systm.h> for the declarations of many things instead ofbde2002-08-221-0/+1
* Add an entry for Avlab's low profile 4 serial port card.jhay2002-08-221-0/+12
* Add an entry for VScom PCI-200L 2 port serial card.jhay2002-08-221-0/+10
* o Remove the AIOCBLIST_ASYNCFREE flag and related code. It's never set.alc2002-08-221-19/+2
* - Closer inspection revealed a possible deadlock situation in vn_lock() thatjeff2002-08-221-16/+13
* - Make vn_lock() vget() and VOP_LOCK() all behave the same way WRTjeff2002-08-222-18/+9
* - Return two shared locks to exclusive locks. This was premature.jeff2002-08-221-2/+11
* - Fix interlock handling in vn_lock(). Previously, vn_lock() could returnjeff2002-08-221-10/+12
* - Fix interlock handling in vn_lock(). Previously, vn_lock() could returnjeff2002-08-221-17/+9
* Don't use "NULL" when "0" is really meant.archie2002-08-228-18/+18
* Make __clock_t use `unsigned long' rather than a fixed 32-bit integermike2002-08-221-1/+1
* TX/RX descriptor/buffer management changes.pdeuskar2002-08-212-312/+216
* Don't use "NULL" when "0" is really meant.archie2002-08-2113-24/+24
* Revert some suspension/sleep/signal code from KSE-IIIjulian2002-08-213-43/+49
* Make the V2 errno translation more resistent to new errnos.phk2002-08-211-21/+22
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-2154-1178/+1155
* - Do not pretend to compile a kernel and remove the definitionrobert2002-08-211-2/+0
OpenPOWER on IntegriCloud