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