| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 59 | -59/+59 |
* | Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, and | kato | 1997-01-10 | 1 | -4/+1 |
* | - Cleanup up the driver (remove un-needed parameters, white-space, | nate | 1997-01-06 | 1 | -2/+2 |
* | Minor white-space and comment cleanups. No functional change. | nate | 1997-01-05 | 1 | -3/+10 |
* | Let the VM system know that on certain arch's that VM_PROT_READ | dyson | 1996-12-30 | 1 | -1/+3 |
* | Make LKM's build again. I have added the allegedly broken | dyson | 1996-12-07 | 1 | -0/+4 |
* | Change endian.h so that when a kernel is compiled without I386_CPU, and | dyson | 1996-12-07 | 1 | -2/+2 |
* | Synchronize with the RELENG_2_2 branch. | asami | 1996-12-04 | 1 | -9/+1 |
* | Alot of fixes from kazu: | sos | 1996-12-01 | 1 | -14/+48 |
* | Relax the constraints on the bswap opcode (it works on non-byte | dyson | 1996-11-29 | 1 | -24/+16 |
* | Support the appropriate use of bswap instruction on non-I386 builds. | dyson | 1996-11-29 | 1 | -1/+10 |
* | Commit AWE32 changes I forgot in my first round. Whoops! | jkh | 1996-11-16 | 1 | -0/+3 |
* | KNF'ify. | nate | 1996-11-15 | 1 | -5/+11 |
* | Finally a start at sharing the kdb controller routines between | sos | 1996-11-14 | 2 | -24/+92 |
* | Support the PG_G flag on Pentium-Pro processors. This pretty | dyson | 1996-11-11 | 1 | -1/+34 |
* | Further improved version of hadling a HALT when there is no console. | julian | 1996-10-31 | 1 | -1/+2 |
* | More merge and update. | asami | 1996-10-30 | 1 | -1/+5 |
* | Improved biasing of i586 clock by adjusting for hardclock() latency. | bde | 1996-10-25 | 1 | -51/+62 |
* | When compiling with '-Wall -pedantic', the byte swapping macros gave the | nate | 1996-10-21 | 1 | -3/+3 |
* | Improved non-statistical (GUPROF) profiling: | bde | 1996-10-17 | 1 | -5/+31 |
* | Added missing extern declaration of timer_freq. | bde | 1996-10-17 | 1 | -8/+7 |
* | Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These will | bde | 1996-10-16 | 1 | -26/+30 |
* | Pmap_resident_count was mistakenly removed from pmap.h, thereby | dyson | 1996-10-13 | 1 | -0/+2 |
* | Performance optimizations. One of which was meant to go in before the | dyson | 1996-10-12 | 1 | -1/+3 |
* | Cleaned up: | bde | 1996-10-12 | 1 | -15/+3 |
* | Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's. | bde | 1996-10-10 | 1 | -3/+1 |
* | Put I*86_CPU defines in opt_cpu.h. | bde | 1996-10-09 | 1 | -1/+3 |
* | Improved the btodb() and dbtob() macros. I made them give unsigned | bde | 1996-10-06 | 1 | -8/+9 |
* | Cleaned up vm types. Cosmetic. | bde | 1996-10-06 | 1 | -7/+7 |
* | Fix a couble of nasties regarding mouse pointer and different | sos | 1996-09-30 | 1 | -1/+3 |
* | Added "memory" to clobber list in invlpg(). It needs it if invltlb() | bde | 1996-09-29 | 1 | -20/+21 |
* | Essentially rename pmap_update to be invltlb. It is a very machine | dyson | 1996-09-28 | 1 | -4/+3 |
* | Move pmap_update_1pg to cpufunc.h. Additionally, | dyson | 1996-09-28 | 1 | -1/+7 |
* | Apparently, BSDI have a new system call gate. I was experimenting | peter | 1996-09-27 | 1 | -2/+3 |
* | Drat, missed this prototype for random_select(). | peter | 1996-09-27 | 1 | -1/+2 |
* | Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned | bde | 1996-09-24 | 1 | -6/+13 |
* | Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: | bde | 1996-09-21 | 16 | -72/+92 |
* | Another round of merge/update. | asami | 1996-09-12 | 2 | -50/+7 |
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 1 | -4/+2 |
* | Improve the scalability of certain pmap operations. | dyson | 1996-09-08 | 1 | -6/+24 |
* | Unused file. | nate | 1996-09-07 | 1 | -106/+0 |
* | Remove these three devconf files entirely. | phk | 1996-09-06 | 1 | -96/+0 |
* | Second phase of merge, get rid of more machine-independent-dependencies. | asami | 1996-09-03 | 2 | -11/+3 |
* | Cleaned up interrupt masking by declaring the state variable in a | bde | 1996-08-28 | 1 | -10/+15 |
* | Defined T_MCHK exception for i686; renumbered T_RESERVED to 29. | dg | 1996-08-11 | 1 | -2/+3 |
* | Eliminated i586_ctr_rate. Use i586_ctr_freq instead. | bde | 1996-08-02 | 1 | -8/+6 |
* | Add an fls() inline function which does the opposite operation to | wollman | 1996-08-01 | 1 | -1/+12 |
* | Eliminated pcb_inl. It was always 0 because context switches don't occur | bde | 1996-07-31 | 1 | -2/+1 |
* | Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were | bde | 1996-07-30 | 1 | -2/+6 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -19/+6 |