Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-24 | Theo says that this is probably all that's needed for sigreturn. | Artur Grabowski | |
2001-08-24 | One can get really creative at 2am. | Artur Grabowski | |
2001-08-23 | Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half is | Miod Vallat | |
unneeded. | |||
2001-08-23 | option M88000 is not necessary for mvme88k. | Miod Vallat | |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat | |
2001-08-23 | adapt to how our scheduler works. | Artur Grabowski | |
2001-08-23 | Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008 | Constantine Sapuntzakis | |
2001-08-23 | sync | Constantine Sapuntzakis | |
2001-08-23 | VT82C686A -> VT82C686 (in user-visible description) | Constantine Sapuntzakis | |
closed PR#2019 | |||
2001-08-23 | UID_MAX and GID_MAX | Artur Grabowski | |
2001-08-23 | weak_alias and warn_references | Artur Grabowski | |
2001-08-23 | setjmp.h, trivial. | Artur Grabowski | |
2001-08-23 | ieeefp.h from sparc | Artur Grabowski | |
2001-08-23 | Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD. | Jason Wright | |
2001-08-23 | Allow wd to be root and some cleanup. | Artur Grabowski | |
2001-08-23 | wd | Artur Grabowski | |
2001-08-23 | Remove DEBUG, it's too chatty. | Artur Grabowski | |
2001-08-23 | pciide works. | Artur Grabowski | |
2001-08-23 | fix args in stream -> raw conversion. | Artur Grabowski | |
I just love the knights who say NiH! | |||
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-23 | suppress printf() on non-multicast interface. | Jun-ichiro itojun Hagino | |
suppress ipv6 initialization for IFT_PFLOG. | |||
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski | |
2001-08-23 | retreive -> retrieve | Aaron Campbell | |
2001-08-23 | initialize the channel timeout earlier. | Artur Grabowski | |
2001-08-23 | Remove more. | Artur Grabowski | |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski | |
2001-08-23 | sparc64 really benefits from knowing exactly what mappings to sync | Artur Grabowski | |
on bus_dmamap_sync, so it will have the same call footprint as in NetBSD. Rather than converting the whole world to the new arguments we will slowly convert everything that sparc64 needs with ifdef __HAVE_NEW_BUS_DMAMAP_SYNC Once most relevant drivers are converted we can start implementing the new bus_dmamap_sycn on other archs. | |||
2001-08-23 | Remove even more leftovers from old timeouts. | Artur Grabowski | |
2001-08-23 | fix a comment | Artur Grabowski | |
2001-08-23 | Some reordering in the code caused hw_ok to never be set to 1 | Artur Grabowski | |
which causes some CMD Technology controllers to never attach properly. | |||
2001-08-23 | Uncomment hme, it works. | Artur Grabowski | |
Add commented out IDE entries, doesn't work yet. | |||
2001-08-23 | Provide temporary compatibility with old machine ID binaries for some time. | Miod Vallat | |
2001-08-23 | Remove the old timeout legacy code. | Miod Vallat | |
2001-08-23 | Convert the last old-timeout, tested by beck@ | Miod Vallat | |
2001-08-23 | enable de. ok miod@ | Matthieu Herrb | |
2001-08-23 | sync | Theo de Raadt | |
2001-08-23 | shorten | Theo de Raadt | |
2001-08-23 | decruftify: remove unnecessary/unused functions | Jason Wright | |
2001-08-23 | need bpfilter.h | Jason Wright | |
2001-08-23 | glue for atapi and ata | Artur Grabowski | |
2001-08-23 | only include <machine/autoconf.h> on sparc64 | Jason Wright | |
2001-08-23 | don't try to enable IPv6 on IFT_PFLOG. | Jun-ichiro itojun Hagino | |
2001-08-23 | Move the limited memory mapping code later in configuration, after | Dale Rahn | |
physmem size is known. Now this runs on systems > 256M again. This is still a BAD idea. New pmap module is coming soon. | |||
2001-08-22 | add hme at pci (commented out) | Jason Wright | |
add qsphy/nsphy/ukphy (necessary for hme@sbus attachment anyway) | |||
2001-08-22 | add hme at pci attachment (yes, this doesn't really belong here). | Jason Wright | |
2001-08-22 | pci bus frontend for hme from netbsd | Jason Wright | |
2001-08-22 | Some "raw" wrappers around "stream" methods. | Artur Grabowski | |
Also, define __HAVE_NEW_BUS_DMAMAP_SYNC, we will have to start converting code to using the five-argument variant on bus_dmamap_sync. | |||
2001-08-22 | Fix interrupt establishing. | Artur Grabowski | |
2001-08-22 | Recurse in arch/m68k for make obj magic. | Miod Vallat | |
2001-08-22 | Modify fpsp and 060sp makefiles, so that they honor obj/ directories | Miod Vallat | |
and get cleaned as part of the kernel clean rule. Agreed by millert@ and jj@ |