aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.Alan Cox2002-08-241-0/+6
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),Marcel Moolenaar2002-08-242-4/+4
* check packet length before fetching ESP crypto checksum.Hajimu UMEMOTO2002-08-241-0/+8
* Add some \n's to printf()sPeter Wemm2002-08-241-5/+5
* Fix unit wiring. Also, change the variable "hit" to "wired" so that itPeter Wemm2002-08-241-11/+9
* style: put return types on a line by themselves.Alfred Perlstein2002-08-247-259/+518
* style:Alfred Perlstein2002-08-239-372/+737
* Put return values from functions on a line by themselves.Alfred Perlstein2002-08-231-36/+72
* Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inPeter Wemm2002-08-231-4/+2
* s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.Marcel Moolenaar2002-08-231-1/+1
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownPeter Wemm2002-08-233-3/+3
* Make sure channel buffer start is associated with channel, otherwiseOrion Hodson2002-08-231-3/+3
* Add the complex state TDS_SUSP_SLP.Julian Elischer2002-08-231-1/+2
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-231-1/+1
* o Fix namespace issues in <sys/mman.h>.Mike Barcroft2002-08-233-25/+67
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-238-259/+42
* Remove stddef.h from the header listScott Long2002-08-231-1/+0
* Add a belated entry for amdpm(4).Murray Stokely2002-08-231-0/+1
* Don't re-lock the sched lock if we didn't unlock it.Julian Elischer2002-08-231-1/+1
* Do some minor cleanups found during backport to RELENG_4.Matt Jacob2002-08-233-25/+24
* Pick a cleaner method (and put in a separate function) for findingMatt Jacob2002-08-231-21/+43
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.Orion Hodson2002-08-233-6/+39
* Removed unneeded include of machine/types.h (which no longer exists).Jake Burkholder2002-08-231-1/+0
* - Fix a mistake in my last few commits. The PDROP flag stops msleep fromJeff Roberson2002-08-232-6/+2
* Fix a bug where large msdos partitions were not handled correctly, and fixTom Rhodes2002-08-221-1/+7
* s/sus/sys/ in the a.out kernel case.Peter Wemm2002-08-222-2/+2
* slight cleanup of single-threading code for KSE processesJulian Elischer2002-08-224-6/+53
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-2221-32/+32
* Use machine/limits.h rather than userland limits.h (which may come fromPeter Wemm2002-08-221-1/+1
* Instead of grabbing the userland a.out.h/link.h (or worse, fromPeter Wemm2002-08-221-3/+5
* Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.hPeter Wemm2002-08-222-4/+4
* repo copy nlist.h to sys/nlist_aout.h, and strip out the userlandPeter Wemm2002-08-221-9/+3
* Repo copy link.h to sys/link_elf.h and sys/link_aout.h since they arePeter Wemm2002-08-222-286/+6
* Include sys/libkern.h for the kernel prototypes of these libkern functionsJohn Baldwin2002-08-228-8/+8
* Many of the alpha low level console drivers still have bogus compile timePeter Wemm2002-08-2212-23/+23
* Convert NEXUS_ACCESSOR to use the __BUS_ACCESSORMaxime Henrion2002-08-221-14/+2
* Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.Matt Jacob2002-08-221-0/+3
* unused variable removal (pointed out by bde)Matt Jacob2002-08-221-1/+0
* Prepare for importing newer version of ACPI CA.Mitsuru IWASAKI2002-08-221-3/+10
* Spell proprly properly:Robert Watson2002-08-221-1/+1
* Merged from sys/dev/syscons/scvtb.c revision 1.9.Yoshihiro Takahashi2002-08-222-8/+8
* Merged from sys/dev/syscons/syscons.c revision 1.388.Yoshihiro Takahashi2002-08-221-1/+1
* Include <sys/systm.h> for the declarations of many things instead ofBruce Evans2002-08-221-0/+1
* Add an entry for Avlab's low profile 4 serial port card.John Hay2002-08-221-0/+12
* Add an entry for VScom PCI-200L 2 port serial card.John Hay2002-08-221-0/+10
* o Remove the AIOCBLIST_ASYNCFREE flag and related code. It's never set.Alan Cox2002-08-221-19/+2
* - Closer inspection revealed a possible deadlock situation in vn_lock() thatJeff Roberson2002-08-221-16/+13
* - Make vn_lock() vget() and VOP_LOCK() all behave the same way WRTJeff Roberson2002-08-222-18/+9
* - Return two shared locks to exclusive locks. This was premature.Jeff Roberson2002-08-221-2/+11
* - Fix interlock handling in vn_lock(). Previously, vn_lock() could returnJeff Roberson2002-08-221-10/+12