summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the usual missing permissions checks in mount(). As for cd9660,bde1998-09-092-2/+70
* Major numbers allocated for generic SMB/I2C i/onsouch1998-09-092-2/+6
* Major number allocated for generic SMB i/o -> 106nsouch1998-09-091-5/+3
* Major number allocated for generic I2C i/o -> 105nsouch1998-09-091-5/+4
* Add dependency for subr_bus.c on bus_if.h and device_if.h so that a makeimp1998-09-091-1/+2
* Print warning about block size not being optimal once per open rather thanimp1998-09-092-6/+16
* Sync with sys/i386/conf/majors.i386 revision 1.47.kato1998-09-091-1/+2
* Sync with sys/i386/conf/files.i386 revision 1.202.kato1998-09-092-2/+4
* Sync with sys/i386/conf/options.i386 revision 1.85.kato1998-09-092-2/+6
* Don't forget to initialize the inode lock. This bug causedbde1998-09-092-0/+2
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-09-092-38/+40
* Turned on -Wformat -fformat-extensions. -fformat-extensions requires abde1998-09-091-3/+4
* Don't use CTL_VFS at the wrong level. This caused loops in the sysctlbde1998-09-091-3/+2
* Reserve character major 104 for the CAM Transport Layer Services device.gibbs1998-09-092-2/+4
* Add a new library function getobjformat(). It checks all thejdp1998-09-092-2/+20
* - If the OACTIVE flag is set on entry to xl_start(), check to see if thewpaul1998-09-081-4/+68
OpenPOWER on IntegriCloud