summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-04-22forgot one malloc attach/detachchristos
2003-04-22also rewrite emul_find_interp() calls to include the ${COMPAT_UTIL_OVERRIDE}jdolecek
2003-04-22fix lkm malloc lossage.christos
2003-04-22explicitly attach and detach malloc types like smbfs does; thanks jaromir.christos
2003-04-22don't define TRUE and FALSE locally.christos
2003-04-22Bump SYMTAB_SPACE a little.thorpej
2003-04-22- #ifdef DEBUG, #if DEBUG -> #ifdef AHC_DEBUGtsutsui
2003-04-22correct accounting of {exec,file}pages.yamt
2003-04-22Use high vectors on IQ80321 and IQ80310.thorpej
2003-04-22Use high vectors on the BRH.thorpej
2003-04-22pmap_link_l2pt(): If not ARM32_NEW_VM_LAYOUT, add an assertion thatthorpej
2003-04-22choose the smaller size of the two strings when memcpy'ing them. A betterchristos
2003-04-22fix wrong calculation. pointed by enami.christos
2003-04-22Include <machine/pio.h> for in8() and in16().bjh21
2003-04-22Bump the number of level 2 pages for the kernel image.fvdl
2003-04-22styleitojun
2003-04-22New pmap for netwinder.thorpej
2003-04-22Some ARM32_PMAP_NEW-related cleanup:thorpej
2003-04-21Remove unused variable.fvdl
2003-04-21Remove trigraph.fvdl
2003-04-21Avoid trigraph in string.fvdl
2003-04-21Reset bus in attach, not at first access.fvdl
2003-04-21Reset channel(s) in ahc_attach, rather than at first access.fvdl
2003-04-21Add NetBSD RCS Id.fvdl
2003-04-21Add another IBM drive that incorrectly reports DT only.fvdl
2003-04-21Add file that I missed when adding the ahd driver.fvdl
2003-04-21Set/report DT a bit more correctly.fvdl
2003-04-21Recognize more devices. From FreeBSD.augustss
2003-04-21Add quirk. From FreeBSD.augustss
2003-04-21Regen.augustss
2003-04-21Add more devices. From FreeBSD and OpenBSD.augustss
2003-04-21Some Mach-O libraries do not have a load base address. The Darwinmanu
2003-04-21Connect the front panel power button on psycho based machines to sysmon'smartin
2003-04-21remove redundant adjustment of m->m_pkthdr.lenitojun
2003-04-21correct arg to m_pullup (need to count IP header size as well)itojun
2003-04-21correct (false) assumptions on mbuf chain. not sure if it really helps, butitojun
2003-04-21Defflag XSCALE_CACHE_READ_WRITE_ALLOCATE and XSCALE_NO_COALESCE_WRITES.thorpej
2003-04-21#ifdef, not #if, for XSCALE_NO_COALESCE_WRITES.thorpej
2003-04-21Add XSCALE_CACHE_READ_WRITE_ALLOCATE.thorpej
2003-04-21Ignore input when the port is not open. This change is functionallygson
2003-04-21Add commented-out ahd driver.fvdl
2003-04-21ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbsfvdl
2003-04-21Override LDBL_MINchristos
2003-04-21no __i386__ here. charles explained that the value is correct.christos
2003-04-20One more FreeBSD compat define.fvdl
2003-04-20Add register definitions for the PCI-X capability.fvdl
2003-04-20If the format string ends with "%" or "%l", print those characters, justbjh21
2003-04-20PR/6362: der Mouse: /dev/speaker octave-tracking goes out of rangechristos
2003-04-20If the RTC time is > 50 days out, don't use it at all, on the assumptionscw
2003-04-20Pick the right channel in the reset ioctl.fvdl