Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-24 | Adapt to the <machine/asm.h> macros (only for entry points for now, because | Miod Vallat | |
LABEL has disappeared), and to the trap() name changes. | |||
2001-08-24 | Rename the trap() symbols with more insightful names. This forces us | Miod Vallat | |
to check all trap() invocations in the sources and fix them, thus improving the chances of 197-kernels to live. | |||
2001-08-24 | Define the usual <machine/asm.h> macros, for convenience of .S parts. | Miod Vallat | |
2001-08-24 | Correct execution flow in m197_table_search(). | Miod Vallat | |
2001-08-24 | Grandma always told me, initialize your variables before you print their | Miod Vallat | |
values, you damn kid! | |||
2001-08-24 | Get rid of a shupid define. | Miod Vallat | |
2001-08-24 | Cleanup. | Miod Vallat | |
2001-08-24 | Remove unused debugging code, fix uninitialized variables. | Miod Vallat | |
2001-08-24 | There is no need to hide potentially useful stuff in .c files. | Miod Vallat | |
2001-08-24 | Get rid of the ugly db_printf() wrappers, as well as of the | Miod Vallat | |
``machine registers'' command, which prints nothing more than ``show registers''. | |||
2001-08-24 | missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument ↵ | Jason Wright | |
form of bus_dmamap_sync() | |||
2001-08-24 | Correctly tell if a syscon is main one on 188. | Miod Vallat | |
2001-08-24 | Pass a dev_t where a dev_t is expected. | Miod Vallat | |
2001-08-24 | No newline at the end of panic messages. | Miod Vallat | |
2001-08-24 | KNF | Theo de Raadt | |
2001-08-24 | Add a missing space | brian | |
2001-08-24 | switch to the optimised AES reference code from | Markus Friedl | |
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip the same code is used by ssh, so please make sure to update usr.sbin/ssh/rijndael.c if you change this code. tested on sparc (jason) and with swap encryption (me); ok deraadt@, provos@ | |||
2001-08-24 | Compile cleanup, systype is not currently used, so ifdef it. | Dale Rahn | |
2001-08-24 | From NetBSD: | Angelos D. Keromytis | |
Add an M_READONLY() macro, which evaluates to true if the mbuf's data area is not to be written to. This is the case for mbufs with external storage which is either a non-cluster or a cluster referenced by multiple mbufs. Change M_LEADINGSPACE() and M_TRAILINGSPACE() to use M_READONLY(), rather than their own testing for M_EXT. Previously, M_LEADINGSPACE() treated all M_EXT mbufs as read-only (which causes an extra mbuf to be needlessly allocated when sending large TCP packets), and M_TRAILINGSPACE() previously did not treat any external storage as read-only (could lead to data corruption of external storage buffers!). | |||
2001-08-24 | make ofprint useable, do carriage return on newline, | Dale Rahn | |
increment pointer to printed buf, instead of printing same character. | |||
2001-08-24 | Fix the typos in the timeout replacement. | Dale Rahn | |
2001-08-24 | propagate bootpath | Jason Wright | |
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 | |