| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove lpt1 - we have userconfig if you have a weird port. | msmith | 1998-10-01 | 1 | -3/+1 |
* | Add sysctl 'machdep.msgbuf_clear'. Setting it to anything causes the | abial | 1998-09-29 | 1 | -4/+25 |
* | Don't pretend to support ix86's with 16-bit ints by using longs just | bde | 1998-09-29 | 5 | -18/+18 |
* | Initialize pcb_mpnest to 1 in the child process in cpu_fork(). This should | tegge | 1998-09-28 | 1 | -1/+4 |
* | Use correct virtual address when configuring the per CPU idle page directory | tegge | 1998-09-28 | 2 | -2/+8 |
* | Goodbye BOUNCE_BUFFERS, for a hack it has served us well. | peter | 1998-09-25 | 3 | -524/+3 |
* | Don't redefine kernel. Makefile.i386 now defines it. | bde | 1998-09-24 | 1 | -5/+1 |
* | Attempt to work around a bug in the previous commit related to | bde | 1998-09-20 | 2 | -6/+6 |
* | Ensure that the i8254 timecounter doesn't go backards. It sometimes | bde | 1998-09-20 | 2 | -12/+42 |
* | (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver | mjacob | 1998-09-18 | 1 | -2/+1 |
* | Mark the syscons and pcvt drivers as being allowed to conflict, so that | msmith | 1998-09-17 | 1 | -3/+3 |
* | autoconf.c: | gibbs | 1998-09-15 | 2 | -10/+6 |
* | sd->da, od is gone, no SCSI control devices. | gibbs | 1998-09-15 | 1 | -17/+18 |
* | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | jdp | 1998-09-14 | 3 | -3/+24 |
* | Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give | jdp | 1998-09-14 | 1 | -1/+3 |
* | Remove the SLICE code. | sos | 1998-09-14 | 1 | -8/+1 |
* | This implements retrieving the contents of message buffer via sysctl(3) | abial | 1998-09-14 | 1 | -1/+22 |
* | Make profiling work for ELF. gprof now autodetects the format of | jdp | 1998-09-07 | 1 | -1/+5 |
* | Don't go below the low water mark of free pages due to optional prefaulting | tegge | 1998-09-06 | 1 | -1/+10 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 11 | -81/+399 |
* | Make irq forwarding truely functional. | luoqi | 1998-09-04 | 1 | -11/+1 |
* | Increase 'maxusers' to 32; with the number of people using GENERIC as | msmith | 1998-09-04 | 1 | -2/+2 |
* | PAGE_WAKEUP -> vm_page_wakeup | ache | 1998-09-04 | 1 | -7/+7 |
* | Reviewed by: Doug Rabson | nsouch | 1998-09-03 | 1 | -1/+6 |
* | - Fix style bug. | kato | 1998-09-01 | 1 | -3/+3 |
* | Use 16bit register in inline asm code to set segment registers. | luoqi | 1998-08-31 | 1 | -3/+3 |
* | - hw.machine_arch returns cpu architecture type. | kato | 1998-08-31 | 2 | -13/+8 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -0/+58 |
* | Fixed printf format errors. Only one left in LINT on i386's. | bde | 1998-08-24 | 4 | -10/+11 |
* | Don't check minor number of dump device at all. | des | 1998-08-23 | 1 | -5/+1 |
* | Fixed printf format errors. | bde | 1998-08-23 | 2 | -4/+4 |
* | Presently there is only one `currentldt' variable for all cpus | msmith | 1998-08-18 | 8 | -16/+47 |
* | FIxed typo (syntax error) in previous commit. | bde | 1998-08-17 | 1 | -2/+2 |
* | Add macros for accessing device memory. | dfr | 1998-08-17 | 1 | -1/+9 |
* | Import the (Fast) Etherlink XL driver. I'm reasonally confident in its | wpaul | 1998-08-16 | 1 | -1/+2 |
* | Revamp the ELF include files to better support architecture-independent | jdp | 1998-08-16 | 1 | -1/+6 |
* | pmap.c: | bde | 1998-08-16 | 4 | -19/+20 |
* | Register tty software interrupt handlers at run time using register_swi() | bde | 1998-08-11 | 4 | -8/+8 |
* | Implemented dynamic registration of software interrupt handlers. Not | bde | 1998-08-11 | 6 | -38/+24 |
* | Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASK | bde | 1998-08-10 | 2 | -82/+20 |
* | Copy in the nfs_diskless structure if NFS_ROOT is defined. A previous | msmith | 1998-08-03 | 2 | -4/+4 |
* | Set p->p_switchtime to switchtime instead of to the current time in | bde | 1998-07-28 | 2 | -2/+22 |
* | Micro-optimized and cleaned up the clearing of switchtime in idle(). | bde | 1998-07-28 | 2 | -24/+16 |
* | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | jlemon | 1998-07-28 | 1 | -3/+3 |
* | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | jlemon | 1998-07-28 | 1 | -1/+4 |
* | Fix an off-by-one error when setting the iomap bits. | jlemon | 1998-07-28 | 1 | -5/+5 |
* | Re-arrange the page layout used by vm86_bioscall so that we can | jlemon | 1998-07-27 | 2 | -6/+16 |
* | Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. This | msmith | 1998-07-20 | 1 | -1/+2 |
* | A slap on the wrist to Dag-Erling, who plainly did not test this before | jkh | 1998-07-19 | 1 | -2/+1 |
* | Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a | bde | 1998-07-19 | 1 | -1/+3 |