summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove includes that are no longer needed, now that the core dumpingjdp1998-09-141-9/+1
* Viola! The kernel now generates standard ELF core dumps for ELFjdp1998-09-142-16/+361
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()jdp1998-09-1412-46/+99
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These givejdp1998-09-147-7/+59
* Remove the SLICE code.sos1998-09-1432-5778/+27
* Add extra bootinfo fields for the three-stage bootloader; the end of themsmith1998-09-141-1/+5
* Add constants associated with preloaded kernel modules.msmith1998-09-141-1/+18
* Resynch with working sources before BTX integration.msmith1998-09-1419-147/+348
* This implements retrieving the contents of message buffer via sysctl(3)abial1998-09-142-2/+44
* Sync with sys/i386/isa/syscons.c revision 1.277.kato1998-09-141-3/+1
* Sync with sys/i386/isa/if_ed.c and sio.c revisions 1.145 and 1.215,kato1998-09-143-48/+41
* Decouple genassym flags from CFLAGS.jkh1998-09-143-9/+18
* Sync with sys/i386/conf/majors.i386 revision 1.48.kato1998-09-141-1/+3
* Add BTX startup/interface code.rnordier1998-09-146-2/+235
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfssos1998-09-142-6/+2
* Add provisions for variant core dump file formats, depending on thejdp1998-09-1412-117/+152
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickeivind1998-09-137-106/+192
* invalid printf call fixed -> compile time warning removednsouch1998-09-133-6/+6
* unused function removed (byte_1284_inbyte)nsouch1998-09-131-34/+1
* Lowlevel i/o routines for ZIP+ support. Mostly written with microseqnsouch1998-09-131-0/+771
* ppbus enhanced to support ZIP+ : microseq improvednsouch1998-09-136-81/+207
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +nsouch1998-09-1310-129/+286
* add immio.c for ZIP+ supportnsouch1998-09-131-0/+1
* Remove unused variable.dt1998-09-132-6/+2
* Fix a bug related to renaming in root directory. This bug reported bydt1998-09-132-4/+8
* Finish conversion of cfs -> codarvb1998-09-1356-8420/+233
* Enable client entry point support.rnordier1998-09-132-4/+4
* Bring in files for bridging support.luigi1998-09-122-0/+753
* Bring in new files for dummynet supportluigi1998-09-122-0/+709
* Define the Posix.1g names for the howto argument to shutdown(2).wollman1998-09-121-1/+8
* various nits that didn't make it through the brucefilter.phk1998-09-122-10/+12
* Enable the vn device under DEVFS without SLICE.sos1998-09-121-4/+33
* Don't dereference an uninitialized pointer in dead code. The deadbde1998-09-121-2/+2
* Provide the correct definition of ELF64_R_INFO.dfr1998-09-121-2/+2
* Add btxldr, a BTX loader for ELF clients.rnordier1998-09-124-2/+758
* This commit was generated by cvs2svn to compensate for changes in r39088,rnordier1998-09-124-0/+1023
|\
| * BTX (aka the boot extender) is an i386 kernel that hosts 32-bitrnordier1998-09-124-0/+1023
* BTX (aka the boot extender) is an i386 kernel that hosts 32-bitrnordier1998-09-121-0/+937
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-1154-4229/+4286
* Fix RST validation.wollman1998-09-112-84/+224
* Machine dependant relocations for KLD.dfr1998-09-112-0/+222
* Implement dynamic loading for ELF.dfr1998-09-112-372/+820
* Avoid a possible memory leak.dfr1998-09-111-2/+8
* Pass the correct argument to npxsave(), otherwise vm86pcb will beyokota1998-09-101-2/+4
* Oops missed a line in the previous commitsos1998-09-103-3/+6
* Ensure that m_nextpkt is set to NULL after reassembling fragments.dfr1998-09-101-1/+3
* Update info on the bt848 driver.sos1998-09-103-21/+57
* Changed METEORSINPUT for Hauppauge cards with bt878.sos1998-09-104-50/+112
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-105-9/+76
* Don't keep the underlying directory locked while performing the filetegge1998-09-103-9/+34
OpenPOWER on IntegriCloud