| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with sys/i386/i386/machdep.c revision up to 1.309. | kato | 1998-09-15 | 2 | -2/+80 |
* | Sync with sys/i386/confMakefile.i386 revision 1.122. | kato | 1998-09-15 | 2 | -6/+12 |
* | Remove includes that are no longer needed, now that the core dumping | jdp | 1998-09-14 | 1 | -9/+1 |
* | Viola! The kernel now generates standard ELF core dumps for ELF | jdp | 1998-09-14 | 2 | -16/+361 |
* | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | jdp | 1998-09-14 | 12 | -46/+99 |
* | Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give | jdp | 1998-09-14 | 7 | -7/+59 |
* | Remove the SLICE code. | sos | 1998-09-14 | 32 | -5778/+27 |
* | Add extra bootinfo fields for the three-stage bootloader; the end of the | msmith | 1998-09-14 | 1 | -1/+5 |
* | Add constants associated with preloaded kernel modules. | msmith | 1998-09-14 | 1 | -1/+18 |
* | Resynch with working sources before BTX integration. | msmith | 1998-09-14 | 19 | -147/+348 |
* | This implements retrieving the contents of message buffer via sysctl(3) | abial | 1998-09-14 | 2 | -2/+44 |
* | Sync with sys/i386/isa/syscons.c revision 1.277. | kato | 1998-09-14 | 1 | -3/+1 |
* | Sync with sys/i386/isa/if_ed.c and sio.c revisions 1.145 and 1.215, | kato | 1998-09-14 | 3 | -48/+41 |
* | Decouple genassym flags from CFLAGS. | jkh | 1998-09-14 | 3 | -9/+18 |
* | Sync with sys/i386/conf/majors.i386 revision 1.48. | kato | 1998-09-14 | 1 | -1/+3 |
* | Add BTX startup/interface code. | rnordier | 1998-09-14 | 6 | -2/+235 |
* | Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs | sos | 1998-09-14 | 2 | -6/+2 |
* | Add provisions for variant core dump file formats, depending on the | jdp | 1998-09-14 | 12 | -117/+152 |
* | Support PnP compatibility IDs. This allow e.g. the ed driver to pick | eivind | 1998-09-13 | 7 | -106/+192 |
* | invalid printf call fixed -> compile time warning removed | nsouch | 1998-09-13 | 3 | -6/+6 |
* | unused function removed (byte_1284_inbyte) | nsouch | 1998-09-13 | 1 | -34/+1 |
* | Lowlevel i/o routines for ZIP+ support. Mostly written with microseq | nsouch | 1998-09-13 | 1 | -0/+771 |
* | ppbus enhanced to support ZIP+ : microseq improved | nsouch | 1998-09-13 | 6 | -81/+207 |
* | ppbus enhanced to support ZIP+ : 1284 code added, microseq improved + | nsouch | 1998-09-13 | 10 | -129/+286 |
* | add immio.c for ZIP+ support | nsouch | 1998-09-13 | 1 | -0/+1 |
* | Remove unused variable. | dt | 1998-09-13 | 2 | -6/+2 |
* | Fix a bug related to renaming in root directory. This bug reported by | dt | 1998-09-13 | 2 | -4/+8 |
* | Finish conversion of cfs -> coda | rvb | 1998-09-13 | 56 | -8420/+233 |
* | Enable client entry point support. | rnordier | 1998-09-13 | 2 | -4/+4 |
* | Bring in files for bridging support. | luigi | 1998-09-12 | 2 | -0/+753 |
* | Bring in new files for dummynet support | luigi | 1998-09-12 | 2 | -0/+709 |
* | Define the Posix.1g names for the howto argument to shutdown(2). | wollman | 1998-09-12 | 1 | -1/+8 |
* | various nits that didn't make it through the brucefilter. | phk | 1998-09-12 | 2 | -10/+12 |
* | Enable the vn device under DEVFS without SLICE. | sos | 1998-09-12 | 1 | -4/+33 |
* | Don't dereference an uninitialized pointer in dead code. The dead | bde | 1998-09-12 | 1 | -2/+2 |
* | Provide the correct definition of ELF64_R_INFO. | dfr | 1998-09-12 | 1 | -2/+2 |
* | Add btxldr, a BTX loader for ELF clients. | rnordier | 1998-09-12 | 4 | -2/+758 |
* | This commit was generated by cvs2svn to compensate for changes in r39088, | rnordier | 1998-09-12 | 4 | -0/+1023 |
|\ |
|
| * | BTX (aka the boot extender) is an i386 kernel that hosts 32-bit | rnordier | 1998-09-12 | 4 | -0/+1023 |
* | BTX (aka the boot extender) is an i386 kernel that hosts 32-bit | rnordier | 1998-09-12 | 1 | -0/+937 |
* | All the references to cfs, in symbols, structs, and strings | rvb | 1998-09-11 | 54 | -4229/+4286 |
* | Fix RST validation. | wollman | 1998-09-11 | 2 | -84/+224 |
* | Machine dependant relocations for KLD. | dfr | 1998-09-11 | 2 | -0/+222 |
* | Implement dynamic loading for ELF. | dfr | 1998-09-11 | 2 | -372/+820 |
* | Avoid a possible memory leak. | dfr | 1998-09-11 | 1 | -2/+8 |
* | Pass the correct argument to npxsave(), otherwise vm86pcb will be | yokota | 1998-09-10 | 1 | -2/+4 |
* | Oops missed a line in the previous commit | sos | 1998-09-10 | 3 | -3/+6 |
* | Ensure that m_nextpkt is set to NULL after reassembling fragments. | dfr | 1998-09-10 | 1 | -1/+3 |
* | Update info on the bt848 driver. | sos | 1998-09-10 | 3 | -21/+57 |
* | Changed METEORSINPUT for Hauppauge cards with bt878. | sos | 1998-09-10 | 4 | -50/+112 |