Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1998-03-24 | add isp driver from netbsd, more munging needed | Theo de Raadt | |
1998-03-15 | Add 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-07 | moving towards 2.3 now | Theo de Raadt | |
1998-03-01 | Merge 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-15 | provide an lo1 for the netmask hack | Theo de Raadt | |
1998-01-28 | Missing files, noted by Marco S Hyman <marc@snafu.org> | Niklas Hallqvist | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1998-01-10 | Broke up vfs_subr.c which was getting a bit huge. We now have seperate files | Constantine Sapuntzakis | |
for the syncer daemon as well as default VOP_*. | |||
1997-11-25 | add ripemd160. | Niels Provos | |
1997-11-10 | use files.wscons | Michael Shalayeff | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. | Niklas Hallqvist | |
Some files were move behind CVS back. | |||
1997-11-05 | noone cares about the strip driver | Theo de Raadt | |
1997-11-04 | make it easier to add additional transforms. add blowfish and cast | Niels Provos | |
encryption. some more info for kernfs/ipsec. | |||
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-10-01 | 2.2 | Theo de Raadt | |
1997-09-24 | correct PORTAL comment; kstailey@ | Michael Shalayeff | |
1997-09-02 | Remove COMPAT_NOMID, it should never have been here in the first place. | Jason Downs | |