Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-09-03 | o OpenBSD gets if_media support (from NetBSD) | Jason Wright | |
o rework/simplify if_xl to use it | |||
1998-09-01 | add a commented out XFS option | Artur Grabowski | |
1998-08-30 | glue for xfs | Artur Grabowski | |
1998-08-27 | Undo changes which were not discussed. | Theo de Raadt | |
1998-08-27 | defopt TIMEZONE | Michael Shalayeff | |
1998-08-27 | defopt NTP | Michael Shalayeff | |
1998-08-24 | back out a change that should not have escaped | Todd C. Miller | |
1998-08-24 | add 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-10 | add MI ipx_cksum.c for those missing MD one | Michael Shalayeff | |
1998-06-08 | makeoptions | Theo de Raadt | |
1998-05-20 | Increase NVNODE. | Jason Downs | |
1998-05-20 | Enable NTP again now that mickey has solved the pentium timer problem. | gene | |
1998-05-06 | Comment out NTP for now as it seems to expose a bug in the use of performance | gene | |
timers on the Pentium. | |||
1998-04-26 | remove another foul up of mine | Niels Provos | |
1998-04-26 | typo | Todd C. Miller | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-25 | Add option NTP to the standard set of things built into the kernel. | gene | |
Adds minimal bloat vs. functionallity. |