| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC BUS_DMA_ZERO support for busdma memory allocations, and M_ZERO | Mike Silbersack | 2003-09-25 | 2 | -4/+12 |
| * | esp(4) has been declared dead on Alpha for a long time now. Bury the remains. | Wilko Bulte | 2003-08-31 | 1 | -1/+0 |
| * | More vm_offset_t -> vm_paddr_t conversions in kernel dump related code. | Luoqi Chen | 2003-08-31 | 2 | -2/+2 |
| * | MFC: bus.h 1.11 and busdma_machdep 1.24 to get bus_dmamap_load_mbuf & | Andrew Gallatin | 2003-08-18 | 2 | -10/+250 |
| * | Add vm_paddr_t typedef. | Luoqi Chen | 2003-08-12 | 1 | -0/+1 |
| * | Add one more INVARIANTS check to the mbuf code which detects attempts | Mike Silbersack | 2003-08-10 | 1 | -0/+1 |
| * | Disable FireWire on alpha because bus_dmamap_load_mbuf() is not supported. | Hidetoshi Shimokawa | 2003-05-05 | 1 | -5/+0 |
| * | MFC: Add FireWire drivers to GENERIC and drivers.conf. | Hidetoshi Shimokawa | 2003-04-28 | 1 | -0/+5 |
| * | MFC GENERIC.hints 1.5: Make the second serial port available for | Andrew Gallatin | 2003-03-03 | 1 | -1/+1 |
| * | MFC consolidate vmapbuf() and vunmapbuf(). Note that in -current we had to | Matthew Dillon | 2003-01-25 | 1 | -63/+0 |
| * | primarily MFC vm_map.c 1.275. Also pull-in vm_waitproc() and | Matthew Dillon | 2003-01-13 | 1 | -3/+0 |
| * | add spl's for revised crypto dispatch logic | Sam Leffler | 2002-12-30 | 2 | -0/+4 |
| * | Use "options <tab>" rather than "options<tab><tab>". | Jun Kuriyama | 2002-10-12 | 2 | -17/+17 |
| * | MFC rev 1.8: recovery from new binutils part II: fix the alpha kernel so that | Andrew Gallatin | 2002-09-19 | 1 | -1/+1 |
| * | Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB. | Matthew Dillon | 2002-08-31 | 1 | -1/+1 |
| * | Fix style nit. | David E. O'Brien | 2002-08-31 | 1 | -1/+1 |
| * | MFC MPT/Fusion driver | Matt Jacob | 2002-08-23 | 1 | -0/+1 |
| * | Fix the link to the Handbook | Marc Fonvieille | 2002-08-01 | 1 | -1/+1 |
| * | Convert spaces to tab. | Jun Kuriyama | 2002-07-24 | 1 | -5/+5 |
| * | MFC: note that sio is required | Matt Jacob | 2002-06-21 | 1 | -1/+1 |
| * | MFC 1.93: Fixup unaligned bwx instructions (ldwu, stw). | Andrew Gallatin | 2002-05-23 | 1 | -7/+25 |
| * | MFi386: Sony Programmable I/O Controller driver, for Sony Jogdial devices. | Ruslan Ermilov | 2002-04-16 | 1 | -0/+1 |
| * | MFC: Make the comment section resemble English | Wilko Bulte | 2002-03-31 | 1 | -9/+8 |
| * | MFC 1.67: only read from the possibly bad address if we did not get a | Andrew Gallatin | 2002-03-29 | 1 | -1/+1 |
| * | plip has produced an error during attach on Alpha as long as I care | Wilko Bulte | 2002-03-27 | 1 | -1/+0 |
| * | MFC of the UPAGES swap leak. For full information, see: | Mike Silbersack | 2002-03-06 | 1 | -0/+10 |
| * | MFC of the vm_daemon speedup when many shared pages and processes are present. | Mike Silbersack | 2002-03-06 | 1 | -5/+19 |
| * | Rev 1.19.2.4 forgot to include sys/fcntl.h, we need it, so add it. | Alfred Perlstein | 2002-03-02 | 1 | -0/+1 |
| * | allow reads of /dev/mem when securelevel is raised. | Alfred Perlstein | 2002-02-27 | 1 | -1/+1 |
| * | MFC remove the MFREE() mbuf macro and cleanup twists in related code. | Matthew Dillon | 2002-02-13 | 1 | -9/+6 |
| * | Add DEVICE_POLLING hook for alpha. Not an MFC, really, since the | Andrew Gallatin | 2002-02-12 | 1 | -1/+5 |
| * | add enable_intr() and disable_intr() which are required for DEVICE_POLL | Andrew Gallatin | 2002-02-12 | 1 | -0/+13 |
| * | Now that alpha prezeros pages, catch up to rev 1.113 of i386/vm/vm_machdep.c | Andrew Gallatin | 2002-02-10 | 1 | -2/+3 |
| * | Call vm_page_zero_idle() from the idle loop on alpha. The code has | Andrew Gallatin | 2002-02-10 | 1 | -1/+4 |
| * | Regenerated file from previous commit to syscalls.master | Andrew Gallatin | 2002-02-03 | 3 | -18/+6 |
| * | MFC: Linux/alpha uses the same BSDish return mechanism we do for | Andrew Gallatin | 2002-02-03 | 1 | -4/+4 |
| * | MFC 1.159: Don't read the sigcontext pointer directly from userspace. | Andrew Gallatin | 2002-01-22 | 1 | -5/+12 |
| * | MFC: Enable UFS_DIRHASH in the GENERIC kernel. | Ian Dowse | 2001-12-19 | 1 | -0/+1 |
| * | MFC: clock_compat_osf | Andrew Gallatin | 2001-12-17 | 1 | -1/+26 |
| * | MFC the maxusers = 0 autosizing code. | Matthew Dillon | 2001-12-13 | 2 | -7/+9 |
| * | MFC post-processing: | Marcel Moolenaar | 2001-11-05 | 4 | -455/+3 |
| * | Mega MFC: This syncs-up the Linuxulator with -current and hence | Marcel Moolenaar | 2001-11-05 | 10 | -632/+858 |
| * | MFC: | Paul Saab | 2001-11-03 | 1 | -2/+2 |
| * | MFC i386/i386/pmap.c 1.292 (madvise free page exhaustion fixes) | Matthew Dillon | 2001-11-03 | 1 | -1/+17 |
| * | MFC 1.10 - get EV5 (demi)sables working | Andrew Gallatin | 2001-10-20 | 1 | -1/+4 |
| * | MFC: Fix problem where a user buffer outside of the area being tested | Matt Jacob | 2001-10-20 | 1 | -1/+1 |
| * | MFC 1.3: Fix typo in END macro (END'ed enable twice) | Matt Jacob | 2001-10-15 | 1 | -1/+1 |
| * | Err, umm, the i386 linux files got committed to the RELENG_4 branch, so | Matt Jacob | 2001-10-15 | 3 | -662/+547 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2001-10-12 | 3 | -0/+1341 |
| * | Regenerate (cosmetic exit syscall declarations) | Peter Wemm | 2001-10-05 | 3 | -4/+4 |