summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors and style bugs in rev.1.92. This is the versionbde2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itbde2002-08-251-78/+9
* Add suspend and resume support.orion2002-08-251-8/+45
* Fixed editing errors in rev.1.4 which manifested as printf format errorsbde2002-08-251-2/+2
* Fixed printf format errors and style bugs in previous commit.bde2002-08-251-9/+78
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-2511-37/+10
* Fixed white space around operators, casts and reserved words.jake2002-08-242-32/+30
* Use 'p' as the partition specifier instead of 's'. We continue to usemarcel2002-08-241-2/+5
* return x; -> return (x);jake2002-08-242-43/+43
* Be sure to unregister from sndstat on unregister. Gets rid of phantomnsayer2002-08-241-0/+1
* o Use vm_object_lock() in place of directly locking Giant.alc2002-08-241-12/+12
* o Use vm_object_lock() in place of Giant when manipulating a vm objectalc2002-08-241-2/+2
* Correct bug in t_bw_rtttime rollover, #undef USERTTdillon2002-08-242-2/+10
* Fix typos: s/O2Mirco/O2Micro/blackend2002-08-241-6/+6
* o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.alc2002-08-241-0/+6
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),marcel2002-08-242-4/+4
* check packet length before fetching ESP crypto checksum.ume2002-08-241-0/+8
* Add some \n's to printf()speter2002-08-241-5/+5
* Fix unit wiring. Also, change the variable "hit" to "wired" so that itpeter2002-08-241-11/+9
* style: put return types on a line by themselves.alfred2002-08-247-259/+518
* style:alfred2002-08-239-372/+737
* Put return values from functions on a line by themselves.alfred2002-08-231-36/+72
* Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inpeter2002-08-231-4/+2
* s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.marcel2002-08-231-1/+1
* 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
OpenPOWER on IntegriCloud