| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvs | cvs2svn | 2002-10-08 | 66 | -66/+66 |
| * | Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB. | Matthew Dillon | 2002-08-31 | 1 | -1/+1 |
| * | MFi386: Sony Programmable I/O Controller driver, for Sony Jogdial devices. | Ruslan Ermilov | 2002-04-16 | 1 | -0/+1 |
| * | add enable_intr() and disable_intr() which are required for DEVICE_POLL | Andrew Gallatin | 2002-02-12 | 1 | -0/+13 |
| * | MFC: | Paul Saab | 2001-11-03 | 1 | -2/+2 |
| * | MFC Implement maxbcache support for the alpha | Matthew Dillon | 2001-09-21 | 1 | -0/+15 |
| * | MFC: rev 1.10: one needs to introduce things with a `.file' directive before | David E. O'Brien | 2001-08-03 | 1 | -0/+6 |
| * | Merge a small part of the floppy driver changes from -current into | Joerg Wunsch | 2001-07-19 | 1 | -2/+14 |
| * | MFC: Ross Harvey's better ddb backtrace support | Andrew Gallatin | 2001-06-15 | 1 | -2/+2 |
| * | MFC: Add mbstate_t and wint_t. | David E. O'Brien | 2001-05-18 | 1 | -28/+46 |
| * | MFC: IPv4 address is not unsigned int. | Hajimu UMEMOTO | 2001-04-21 | 1 | -3/+0 |
| * | MFC: fnv hash improvements for nfsnode hash etc. | Peter Wemm | 2001-03-21 | 1 | -1/+1 |
| * | MFC: | David E. O'Brien | 2001-03-05 | 1 | -0/+5 |
| * | MFC: Correct 2nd argument of getnameinfo(3) to socklen_t. | Hajimu UMEMOTO | 2001-02-26 | 1 | -0/+1 |
| * | MFC: VCS id style consistency | David E. O'Brien | 2001-01-08 | 1 | -3/+2 |
| * | MFC: remove seconds types | David E. O'Brien | 2001-01-08 | 1 | -2/+0 |
| * | MFC: sort some of the _BSD_* types. | David E. O'Brien | 2001-01-01 | 1 | -4/+4 |
| * | MFC: Fix CMSG and ALIGN macro usage. | Jeroen Ruigrok van der Werven | 2000-12-29 | 1 | -17/+37 |
| * | Fix typo. | David E. O'Brien | 2000-12-28 | 1 | -2/+2 |
| * | * MFC: protection for multiple inclusions | David E. O'Brien | 2000-12-28 | 1 | -3/+7 |
| * | MFC: Implement write combining for crashdumps. | Paul Saab | 2000-11-21 | 1 | -0/+1 |
| * | MFC: rev 1.3 (add ISO C99's `long long' and adjust comments) | David E. O'Brien | 2000-10-30 | 1 | -4/+10 |
| * | MFC (alpha rev.1.4, i386 rev.1.5: work around a bug (apparently in gcc) by | Bruce Evans | 2000-10-27 | 1 | -2/+2 |
| * | MFC: support for kernels with more than 64k worth of globals | Andrew Gallatin | 2000-10-24 | 1 | -1/+4 |
| * | MFC: | Paul Saab | 2000-09-30 | 1 | -1/+1 |
| * | MFC: fp_except -> fp_except_t | John Baldwin | 2000-08-22 | 1 | -1/+1 |
| * | MFC: Use the same IEEE fp types on the alpha as on the i386. | John Baldwin | 2000-08-17 | 1 | -1/+1 |
| * | MFC: pmap interface optimizations, optionally physically backed SYSVSHM. | Peter Wemm | 2000-08-04 | 1 | -3/+3 |
| * | MFC: spelling fix | Peter Wemm | 2000-08-03 | 1 | -1/+1 |
| * | MFC: make tree k-12 safe[r] :-) | Peter Wemm | 2000-08-03 | 1 | -1/+1 |
| * | MFC: $FreeBSD$ | Peter Wemm | 2000-08-03 | 6 | -0/+7 |
| * | MFC: taskqueue api. | Doug Rabson | 2000-07-18 | 1 | -1/+4 |
| * | MFC: Add support for the Alpha Processor, Inc. UP1000 system. | Matt Jacob | 2000-07-04 | 3 | -0/+15 |
| * | MFC(1.7): (infrastructure for) ppc driver on alpha | Matt Jacob | 2000-07-04 | 1 | -0/+14 |
| * | MFC: Support the OHCI controller's IRQ mapping on newer Alpha's. | John Baldwin | 2000-06-07 | 1 | -0/+6 |
| * | MFC enough to make the alpha kernel compile again after SMP and random MFCs. | Andrew Gallatin | 2000-05-24 | 1 | -3/+2 |
| * | MFC 1.12, one step toward making a RELENG_4 kernel compile | Andrew Gallatin | 2000-05-24 | 1 | -2/+2 |
| * | MFC: delayed checksum work. This also brings the mbuf size up to 256. | Jonathan Lemon | 2000-05-05 | 1 | -0/+3 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-04-02 | 1 | -0/+10 |
| * | MFC: make SYSVSHM limits arbitarily configurable via sysctl after boot | Peter Wemm | 2000-04-02 | 1 | -8/+0 |
| * | MFC: Add prototype from promcnattach. | Matt Jacob | 2000-03-27 | 1 | -0/+1 |
| * | MFC: add support for more mice (psm.c 1.24, i386/include/mouse.h 1.16, | Kazutaka YOKOTA | 2000-03-21 | 1 | -4/+44 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 1 | -96/+0 |
| * | Patches that eliminate extra context switches in FIFO case. | Peter Dufault | 2000-03-02 | 1 | -2/+3 |
| * | * Fix the memory probing code so that it sees all memory clusters, not | Doug Rabson | 2000-02-29 | 1 | -4/+0 |
| * | Update the ata driver to take more advantage of newbus, this | Søren Schmidt | 2000-02-18 | 1 | -1/+6 |
| * | Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. This | Bruce Evans | 2000-02-17 | 1 | -6/+0 |
| * | Add functions which allow i/o memory to be accessed without forcing a | Doug Rabson | 2000-02-12 | 1 | -0/+19 |
| * | Fix breakage from last commit- macro was broken. I appreciate the | Matt Jacob | 2000-01-16 | 1 | -2/+2 |
| * | The kernel side of per-process unaligned access control (printing, fixing & | Andrew Gallatin | 2000-01-16 | 2 | -0/+7 |