summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Collapse)Author
1998-12-04Disable TCP_SACK and TCP_FACK until such time as they don't cause connectionJason Downs
problems between different revisions of OpenBSD.
1998-11-28lpt is definately IEEE 1284Michael Shalayeff
1998-11-25Re-enable TCP_SACK/TCP_FACK now that it works on alphaTodd C. Miller
1998-11-19disable FACK/SACK again; they still panic alphas. Sorry Niels, but you have ↵Theo de Raadt
to do better...
1998-11-19reenable SACK and FACKNiels Provos
1998-11-18disable SACK/FACK until provos learns how to write code which does not do ↵Theo de Raadt
unaligned accesses
1998-11-17enable TCP_SACK and TCP_FACK by defaultNiels Provos
1998-11-17Add adw device driver.Jason Downs
1998-11-08compile MI com/lpt/ncr53c7xx for hppaMichael Shalayeff
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-09-28'sm' requires ifmedia attributeJason Wright
1998-09-28'ne' requires ifmedia attributeJason Wright
"there can be only one!" - mickey@ "There can be only 4" - jason@
1998-09-28introduce attribute 'ifmedia' which means 'this particularifaceMichael Shalayeff
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
1998-09-27add wscons support to powerpc port.Dale S. Rahn
This contains several pieces of the port MI: vgafb, on powerpc under openfirmware the vga card comes up in gfx mode. instead of resetting it to text mode, vgafb treats this as a raster display. The mechanism used may not have been the best, it's interface to wscons is as a text display, and it does the character plotting itself. font_8x16.c was stolen from the atari port for use. MD: ppcppi support stolen from alpha pms.c, pckbd.c and the rest of the support files were used nearly directly. powerpc conf.c to support wscon, vga/kbd machdep.c hack to get around a bus_space_set_region,bus_space_copy error. ofw_machdep.c some hack code on the road to supporting wscons as console.
1998-09-27Add adv driver.Jason Downs
1998-09-22Add NE[12]00 and DS8390 drivers.Federico G. Schwindt
1998-09-19kill COMPAT_09 and COMPAT_10Theo de Raadt
1998-09-18always build xfs_syscallsArtur Grabowski
1998-09-15hello 2.4Theo de Raadt
1998-09-11Add sm and aic devices.Federico G. Schwindt
1998-09-10Added 'mii' busJason Wright
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright
o rework/simplify if_xl to use it
1998-09-01add a commented out XFS optionArtur Grabowski
1998-08-30glue for xfsArtur Grabowski
1998-08-27Undo changes which were not discussed.Theo de Raadt
1998-08-27defopt TIMEZONEMichael Shalayeff
1998-08-27defopt NTPMichael Shalayeff
1998-08-24back out a change that should not have escapedTodd C. Miller
1998-08-24add ksyms to GENERIC. Since DDB is already there this is safe.Todd C. Miller
1998-08-24/dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary ↵Todd C. Miller
for ports that copy the symbol table to the end of kernel space (all that use DDB do this)
1998-07-10add MI ipx_cksum.c for those missing MD oneMichael Shalayeff
1998-06-08makeoptionsTheo de Raadt
1998-05-20Increase NVNODE.Jason Downs
1998-05-20Enable NTP again now that mickey has solved the pentium timer problem.gene
1998-05-06Comment out NTP for now as it seems to expose a bug in the use of performancegene
timers on the Pentium.
1998-04-26remove another foul up of mineNiels Provos
1998-04-26typoTodd C. Miller
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-25Add option NTP to the standard set of things built into the kernel.gene
Adds minimal bloat vs. functionallity.
1998-03-24add isp driver from netbsd, more munging neededTheo de Raadt
1998-03-15Add Kirk McKusick's soft update code. This is an implementation of:Todd C. Miller
http://www.ece.cmu.edu/~ganger/papers/CSE-TR-254-95/ This code currently has a restrictive copyright (for the time being) and so is not enabled by default; "option FFS_SOFTUPDATES" will enable it. Note that you will need to re-run config(8) as the old softdep stubs have moved to ffs_softdep_stub.c.
1998-03-07moving towards 2.3 nowTheo de Raadt
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
1998-02-15provide an lo1 for the netmask hackTheo de Raadt
1998-01-28Missing files, noted by Marco S Hyman <marc@snafu.org>Niklas Hallqvist
1998-01-26IPF 3.2.3dgregor
1998-01-10Broke up vfs_subr.c which was getting a bit huge. We now have seperate filesConstantine Sapuntzakis
for the syncer daemon as well as default VOP_*.
1997-11-25add ripemd160.Niels Provos
1997-11-10use files.wsconsMichael Shalayeff
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging