summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add a version tag for the rtc port to depend on.peter2000-05-061-0/+2
* Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).phk2000-05-051-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-0510-6/+11
* Don't use struct buf for random small temporary buffers.phk2000-05-051-5/+7
* Add a little do-nothing ``slopsucker'' device which gives a homewollman2000-05-041-0/+44
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-044-4/+20
* I mentioned yesterday that I could use some work, and Kelly says, "Commit mydwhite2000-05-031-19/+23
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-031-1/+0
* Move sn and cs drivers from the compat section to the real section.imp2000-05-031-4/+4
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-013-0/+5
* Add $FreeBSD$peter2000-05-0123-1/+36
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-011-21/+0
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-307-7/+0
* Fix comments, whitespace to reduce diffs between this and GENERIC.markm2000-04-301-8/+12
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Initial dependency so that the kld's will link. imgact_coff dependspeter2000-04-292-0/+4
* Mark two functions as private.peter2000-04-293-0/+11
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-282-6/+8
* Remove synchronizing instruction in MP unlock code. It turns outdillon2000-04-261-10/+21
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-263-4/+57
* Driver for DEC "Tulip" based WAN cards from LanMedia Corporation.phk2000-04-262-0/+2
* Fix a long-standing bug which caused massive character loss in remotegrog2000-04-251-5/+15
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-245-472/+3
* Disable PCI BIOS on PC-98.nyan2000-04-231-1/+3
* - PC-98 uses IRQ2 too.nyan2000-04-222-2/+26
* Changed interrupt level to splcam() because of the bs driver is CAM driver.nyan2000-04-221-2/+4
* Fix include paths so that this builds correctly.msmith2000-04-214-4/+4
* IO apics are not necessarily page aligned, they are only required to be alignedluoqi2000-04-201-3/+5
* Move the linprocfs bits under the rest of the i386 linux compatibilitymsmith2000-04-205-0/+1862
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-195-6/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-184-4/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-2/+2
* hm committed newbused vt driver this weekend, so it is no longer neededimp2000-04-171-5/+0
* When in infrastructure mode, use address 3 from the 802.11 header as thewpaul2000-04-171-2/+7
* Some more i386-only BIOS-friendliness:msmith2000-04-168-53/+476
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-165-187/+157
* Add the scsi-target driver to LINT.phk2000-04-162-0/+2
* Fix typo, extentions -> extensionsasmodai2000-04-151-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-156-177/+177
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-152-0/+10
* The ASUSCOM_IPAC isn't broken according to submitter.asmodai2000-04-102-2/+2
* Add new options NETGRAPH_MPPC_COMPRESSION and NETGRAPH_MPPC_ENCRYPTION.archie2000-04-092-0/+6
* Don't complain about not getting resources for the compatibility shimimp2000-04-081-4/+4
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-081-215/+8
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-1/+1
* Don't use ``grep | sed'' in the example for INCLUDE_CONFIG_FILEbrian2000-04-082-2/+2
* Newbusify adv driver.nyan2000-04-071-14/+0
* Finally cvs rm these two files; they were not referenced in conf/files*,peter2000-04-062-2528/+0
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-063-6/+10
* Add multiple #include protectionroger2000-04-041-0/+6
OpenPOWER on IntegriCloud