Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-30 | upgrade Arla to fresher code. Too many new features and bugfixes. | Artur Grabowski | |
1999-04-20 | renable TCP_SACK and TCP_FACK again. if you have problems direct flaims | Niels Provos | |
to me. | |||
1999-04-20 | Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets. | Niklas Hallqvist | |
Fix a panic case in the MROUTING code too. Drop M_TUNNEL support, nothing ever uses it. | |||
1999-04-19 | another | Theo de Raadt | |
1999-04-18 | more version bump areas.. | Theo de Raadt | |
1999-04-18 | doc what needs to be updated for a version bump | Theo de Raadt | |
1999-04-18 | moving to 2.5-current, tree is unlocked | Theo de Raadt | |
1999-04-11 | Reenable IPSEC now that it is off by default, but can be enabled via sysctl | Niklas Hallqvist | |
1999-04-08 | How nice that we always had multicast routing in our kernels even when | Niklas Hallqvist | |
no MROUTING option has been set, and thus nothing calls the stuff... | |||
1999-04-07 | and enc is not default either | Theo de Raadt | |
1999-04-07 | disable IPSEC by default | Theo de Raadt | |
1999-03-30 | the real thing | Theo de Raadt | |
1999-03-30 | make option IPSEC imply option KEY | Niklas Hallqvist | |
1999-03-17 | complete update of ISP driver- includes 2100 FC support | mjacob | |
1999-02-28 | support bridging by default | Theo de Raadt | |
1999-02-28 | moving to 2.5-beta | Theo de Raadt | |
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |
1999-02-26 | config changes for uvm | Artur Grabowski | |
1999-02-24 | Use net/, not netsec/ for pfkey files. | Angelos D. Keromytis | |
1999-02-24 | Don't include skipjack twice. | Angelos D. Keromytis | |
1999-02-24 | Add option KEY in GENERIC, and update files. | Angelos D. Keromytis | |
1999-02-17 | ipsec skipjack, based on free .fi code (some .gov type will test this for me) | Theo de Raadt | |
1999-01-11 | Import of CMU's RAIDframe via NetBSD. | Niklas Hallqvist | |
1999-01-11 | Forgot to add kern_kthread.c here | Niklas Hallqvist | |
1999-01-11 | ipv6 chunks; nrl | Theo de Raadt | |
1999-01-07 | put "-current" in a the version string, not in osr | Theo de Raadt | |
1999-01-06 | relabel current for now | Theo de Raadt | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-12-26 | make ip_id random but ensure that ids dont repeat for some period. | Niels Provos | |
1998-12-04 | Disable TCP_SACK and TCP_FACK until such time as they don't cause connection | Jason Downs | |
problems between different revisions of OpenBSD. | |||
1998-11-28 | lpt is definately IEEE 1284 | Michael Shalayeff | |
1998-11-25 | Re-enable TCP_SACK/TCP_FACK now that it works on alpha | Todd C. Miller | |
1998-11-19 | disable FACK/SACK again; they still panic alphas. Sorry Niels, but you have ↵ | Theo de Raadt | |
to do better... | |||
1998-11-19 | reenable SACK and FACK | Niels Provos | |
1998-11-18 | disable SACK/FACK until provos learns how to write code which does not do ↵ | Theo de Raadt | |
unaligned accesses | |||
1998-11-17 | enable TCP_SACK and TCP_FACK by default | Niels Provos | |
1998-11-17 | Add adw device driver. | Jason Downs | |
1998-11-08 | compile MI com/lpt/ncr53c7xx for hppa | Michael Shalayeff | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-09-28 | 'sm' requires ifmedia attribute | Jason Wright | |
1998-09-28 | 'ne' requires ifmedia attribute | Jason Wright | |
"there can be only one!" - mickey@ "There can be only 4" - jason@ | |||
1998-09-28 | introduce attribute 'ifmedia' which means 'this particulariface | Michael 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-27 | add 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-27 | Add adv driver. | Jason Downs | |
1998-09-22 | Add NE[12]00 and DS8390 drivers. | Federico G. Schwindt | |
1998-09-19 | kill COMPAT_09 and COMPAT_10 | Theo de Raadt | |
1998-09-18 | always build xfs_syscalls | Artur Grabowski | |
1998-09-15 | hello 2.4 | Theo de Raadt | |
1998-09-11 | Add sm and aic devices. | Federico G. Schwindt | |
1998-09-10 | Added 'mii' bus | Jason Wright | |