| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the | jake | 2003-02-23 | 1 | -1/+5 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -7/+0 |
* | Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB. | dillon | 2002-08-31 | 1 | -3/+5 |
* | Move MI stuff out of MD param.h files. | phk | 2002-05-14 | 1 | -48/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+5 |
* | Optionize UPAGES for the i386. As part of this I split some of the low | peter | 2001-08-25 | 1 | -0/+3 |
* | Limit the amount of KVM reserved for the buffer cache and for swap-meta | dillon | 2001-08-20 | 1 | -0/+16 |
* | Fix CMSG and ALIGN macro usage. | asmodai | 2000-11-08 | 1 | -13/+25 |
* | Implement write combining for crashdumps. This is useful when | ps | 2000-10-17 | 1 | -0/+1 |
* | Cleanup comment in machine/param.h regarding mbuf-related sizes, and get rid | bmilekic | 2000-10-08 | 1 | -7/+3 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 1 | -3/+3 |
* | Change the mbuf size from 128 -> 256. Increasing the mbuf header size | jlemon | 2000-03-29 | 1 | -1/+1 |
* | Reclaim UPAGES_HOLE (8k) that was chopped out of process address space. | peter | 1999-12-11 | 1 | -2/+0 |
* | Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot | dillon | 1999-09-22 | 1 | -4/+0 |
* | Change default block size for user VBLK device access from 2K to PAGE_SIZE | dillon | 1999-09-22 | 1 | -1/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH if | imp | 1999-03-01 | 1 | -1/+9 |
* | Introduce machine-dependent macro pgtok() to convert page count to number | luoqi | 1999-02-19 | 1 | -1/+3 |
* | OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat and | peter | 1999-01-07 | 1 | -5/+1 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -3/+3 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 1 | -1/+12 |
* | - hw.machine_arch returns cpu architecture type. | kato | 1998-08-31 | 1 | -2/+4 |
* | Oops, uoff_t can't be used here yet. | bde | 1998-06-15 | 1 | -2/+2 |
* | Removed LOCORE ifdef. This header isn't used for locore stuff. | bde | 1998-06-14 | 1 | -8/+5 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -2/+3 |
* | Another round of lock pushdown. | fsmp | 1997-08-30 | 1 | -239/+1 |
* | Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>. | kato | 1997-08-30 | 1 | -12/+1 |
* | Fix typo in the comment introduced by me. | kato | 1997-08-29 | 1 | -2/+2 |
* | Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc" | kato | 1997-08-29 | 1 | -1/+11 |
* | The last of the encapsolation of cpl/spl/ipending things into a critical | fsmp | 1997-08-24 | 1 | -2/+64 |
* | Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h. | fsmp | 1997-08-21 | 1 | -2/+17 |
* | Made PEND_INTS default. | fsmp | 1997-08-21 | 1 | -1/+95 |
* | Turn on the lockmanager by default for SMP. | fsmp | 1997-08-18 | 1 | -1/+5 |
* | VM86 kernel support. | dyson | 1997-08-09 | 1 | -1/+2 |
* | Fix the DDB breakpoint code when using the 4MB page support. | dyson | 1997-08-07 | 1 | -1/+4 |
* | pushed down "volatility" of simplelock to actual int inside the struct. | fsmp | 1997-08-04 | 1 | -5/+5 |
* | param.h: | fsmp | 1997-07-24 | 1 | -1/+18 |
* | Forced 32bit alignment of struct simple_lock in param.h. | fsmp | 1997-07-23 | 1 | -2/+2 |
* | Added a missing semicolon, compile failed when I turned on simple_lock(). | fsmp | 1997-07-22 | 1 | -10/+6 |
* | Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changes | peter | 1997-04-07 | 1 | -1/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -0/+60 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Improved the btodb() and dbtob() macros. I made them give unsigned | bde | 1996-10-06 | 1 | -8/+9 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -15/+1 |
* | Move atdevbase out of locore.s and into machdep.c | phk | 1996-05-02 | 1 | -18/+5 |
* | removed: | phk | 1996-05-02 | 1 | -26/+20 |
* | Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS" | dg | 1995-05-25 | 1 | -9/+1 |
* | Bruces fixes for large filesystems | gpalmer | 1995-02-19 | 1 | -11/+11 |
* | Decrease MCLBYTES from 4k back to 2k. It isn't likely that we'll be doing | dg | 1995-01-23 | 1 | -2/+2 |