summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Collapse)Author
1999-02-24Use net/, not netsec/ for pfkey files.Angelos D. Keromytis
1999-02-24Don't include skipjack twice.Angelos D. Keromytis
1999-02-24Add option KEY in GENERIC, and update files.Angelos D. Keromytis
1999-02-17ipsec skipjack, based on free .fi code (some .gov type will test this for me)Theo de Raadt
1999-01-11Import of CMU's RAIDframe via NetBSD.Niklas Hallqvist
1999-01-11Forgot to add kern_kthread.c hereNiklas Hallqvist
1999-01-11ipv6 chunks; nrlTheo de Raadt
1999-01-07put "-current" in a the version string, not in osrTheo de Raadt
1999-01-06relabel current for nowTheo de Raadt
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-12-26make ip_id random but ensure that ids dont repeat for some period.Niels Provos
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.