| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix breakage of ELF kernel builds caused by the addition of an | jdp | 1998-09-19 | 1 | -1/+2 |
* | Add VESA support to syscons. | sos | 1998-09-15 | 2 | -3/+251 |
* | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | jdp | 1998-09-14 | 2 | -2/+5 |
* | Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give | jdp | 1998-09-14 | 1 | -1/+3 |
* | Add extra bootinfo fields for the three-stage bootloader; the end of the | msmith | 1998-09-14 | 1 | -1/+5 |
* | Correct SECAM B-Delay and add XUSSR channel set. | sos | 1998-09-10 | 1 | -1/+2 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 1 | -1/+12 |
* | Make profiling work for ELF. gprof now autodetects the format of | jdp | 1998-09-07 | 1 | -1/+5 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 4 | -37/+130 |
* | Reviewed by: Doug Rabson | nsouch | 1998-09-03 | 2 | -0/+103 |
* | Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA. | sos | 1998-08-31 | 1 | -2/+2 |
* | Added Capture Area ioctl - BT848[SG]CAPAREA. | sos | 1998-08-31 | 1 | -0/+15 |
* | - hw.machine_arch returns cpu architecture type. | kato | 1998-08-31 | 2 | -14/+5 |
* | 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 | 1 | -2/+2 |
* | Presently there is only one `currentldt' variable for all cpus | msmith | 1998-08-18 | 3 | -3/+13 |
* | Add macros for accessing device memory. | dfr | 1998-08-17 | 1 | -1/+9 |
* | Make ELF kernels build again. | jdp | 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 | 1 | -4/+4 |
* | Removed a bogus ifdef that broke using SWI_* in LKMs. | bde | 1998-08-11 | 1 | -6/+2 |
* | Implemented dynamic registration of software interrupt handlers. Not | bde | 1998-08-11 | 2 | -2/+6 |
* | 1. Reorganized screen saver related code so that both the LKM screen | yokota | 1998-08-03 | 1 | -2/+10 |
* | 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 |
* | Add missing register name defines. | msmith | 1998-07-14 | 1 | -1/+7 |
* | Changed to the C9x draft spelling of the (unsigned) integral type | bde | 1998-07-14 | 2 | -17/+14 |
* | Don't pretend to support ix86's with 16-bit ints by using longs just to | bde | 1998-07-11 | 1 | -11/+10 |
* | Don't pretend to support ix86's with 16-bit ints by using longs | bde | 1998-07-11 | 1 | -32/+32 |
* | Don't pretend to support ix86's with 16-bit ints by using longs just | bde | 1998-07-11 | 1 | -15/+15 |
* | Oops, fptrint_t still needs to be declared in <machine/profile.h> in the | bde | 1998-07-10 | 1 | -1/+6 |
* | Added a kernel-only typedef (ptrint_t) giving an integral type that is | bde | 1998-07-10 | 2 | -5/+8 |
* | Add the ability to suspend as well as hibernate to the system. This | imp | 1998-07-06 | 2 | -9/+19 |
* | Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c. | mckay | 1998-06-21 | 1 | -3/+1 |
* | Converted add_interrupt_randomness() to take a `void *' arg. Rewrote | bde | 1998-06-21 | 1 | -5/+8 |
* | Changed the type of an isa/general interrupt handler to take a | bde | 1998-06-18 | 2 | -5/+5 |
* | Don't declare isa device structs or isa interrupt handlers in <sys/conf>, | bde | 1998-06-17 | 1 | -11/+0 |
* | Oops, uoff_t can't be used here yet. | bde | 1998-06-15 | 1 | -2/+2 |
* | Reviewed by: Amancio | ahasty | 1998-06-14 | 1 | -1/+5 |
* | Removed LOCORE ifdef. This header isn't used for locore stuff. | bde | 1998-06-14 | 1 | -8/+5 |
* | Define 64-bit types in terms of __int64_t and __uint64_t. | bde | 1998-06-14 | 1 | -5/+9 |
* | Added typedefs for __int64_t and __uint64_t. These will be used to avoid | bde | 1998-06-14 | 1 | -9/+24 |
* | Add a macro tweak. | steve | 1998-06-13 | 1 | -1/+2 |
* | Increased MAXTSIZ to 128MB...there are binaries that get quite large. | dg | 1998-06-12 | 1 | -3/+3 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 1 | -3/+3 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 2 | -2/+4 |
* | Add CPU_PII to the list. | des | 1998-05-22 | 1 | -1/+2 |
* | Disallow reading the current kernel stack. Only the user structure and | tegge | 1998-05-19 | 1 | -1/+5 |
* | Change simple lock handling to not depend upon having a local apic | tegge | 1998-05-17 | 2 | -4/+4 |
* | Add forwarding of roundrobin to other cpus. This gives a more regular | tegge | 1998-05-17 | 2 | -11/+53 |