summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Netgear GA621, uvisor(4) devices.bmah2002-08-232-4/+34
* New hardware list additions: mpt and pst devices.bmah2002-08-232-0/+42
* New release notes: mpt driver, pst driver.bmah2002-08-232-2/+18
* Update list of fxp(4) devices.bmah2002-08-232-2/+28
* New release notes: sh(1) parser changes, via8233 sound driver, ichbmah2002-08-232-0/+34
* 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
* Tweak chain example to show more possibilitiesache2002-08-231-2/+2
* Similar to bsd.subdir.mk, echo the name of the dir beforejohan2002-08-231-4/+8
* Add option '-W': don't log FTP sessions to wtmp.yar2002-08-232-5/+15
* 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 warning when calling w(1) when logged in via xdm/kdm. This isseanc2002-08-231-4/+3
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryache2002-08-233-37/+37
* We cannot use an alloc with only inputs and/or locals. The kernelmarcel2002-08-231-11/+16
* - Fix a mistake in my last few commits. The PDROP flag stops msleep fromjeff2002-08-232-6/+2
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.jmallett2002-08-221-0/+9
* 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
* Use sys/nlist_aout.h for shared-with-kernel definitions.peter2002-08-221-69/+1
* Use sys/link_elf.h or sys/link_aout.h based on compile environmentpeter2002-08-221-284/+3
* 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
* New release note: whereis -ajohan2002-08-222-0/+8
* 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
* 1) add mvtermschweikh2002-08-221-1/+44
* 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
OpenPOWER on IntegriCloud