Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-25 | One regdump to dump them all... | Marc Espie | |
(moid@ wants that commit, because it interferes with stuff he's cleaning, and he's prepared to clean up stuff I may have forgotten, even though this was tested) | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-25 | Casting of lhs, is not what you think it is. | Niklas Hallqvist | |
2001-08-25 | The VP cache code, while giving the powerpc port a signficant speed | Dale Rahn | |
increase is contributing to the instability of the port. This ifdef's the code, disabling it. | |||
2001-08-25 | It is nice to have the hex address of the function as well as the symbol | Dale Rahn | |
address. | |||
2001-08-25 | Since "CAVEATS" is going to be plural regardless, there might as well | Hugh Graham | |
be more than one entry. Also add some information on detaching. | |||
2001-08-25 | Tweakers are authors too. | Hugh Graham | |
2001-08-24 | sync | Theo de Raadt | |
2001-08-24 | Remove references to non-existant stuff | Bruno Rohee | |
Reference some interresting stuff Standardize a little, but it's not mdoc | |||
2001-08-24 | Adapt to trap() name change. | Miod Vallat | |
Only compile compatibility with older mvme88k executables if COMPAT_25 is defined. This makes sense to me, at least... | |||
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 | sync | Theo de Raadt | |
2001-08-24 | Display even zeros so that the swap output makes more sense. | Artur Grabowski | |
From Brian Poole <raj@cerias.purdue.edu> | |||
2001-08-24 | move back to requested snaplen after SIGHUP; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-24 | rearrange so that snaplen cannot be changed; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-24 | corrections; wouter.clarie@pandora.be | Theo de Raadt | |
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 | add /etc/wsconsctl.conf; from Brian J. Kifiak <bk@rt.fm> | Michael Shalayeff | |
2001-08-24 | from Brian J. Kifiak <bk@rt.fm> | Michael Shalayeff | |
2001-08-24 | junload: Derive progID and contID from filename | Jim Rees | |
2001-08-24 | KNF | Theo de Raadt | |
2001-08-24 | Add a missing space | brian | |
2001-08-24 | Make _PATH_DEF an ANSI C compatible preprocessor token. | Heikki Korpela | |
(See the rationale: http://www.lysator.liu.se/c/rat/c8.html#3-8-3-3) Spotted by me, my fix fixed by espie@, ok millert@ | |||
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 | Clarify PATCHORIG. | Marc Espie | |
2001-08-24 | implement $PATCHORIG, a variable with the ability to change from .orig to | Todd T. Fries | |
another suffix for 'update-patches' and 'patch', since there are some distfiles that have foo and foo.orig already; ok espie@ | |||
2001-08-24 | dehughification | Aaron Campbell | |
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 | Send DELETE notifications for all active SAs when we shut down the daemon. | Hakan Olsson | |
This "clean" shutdown happens on SIGTERM ('kill <pid>') or if a 'Q' command is input to the fifo UI. Suggested by <Ghislaine.Labouret@hsc.fr>. | |||
2001-08-24 | Initial IPCOMP support. | Hakan Olsson | |
2001-08-24 | It's the Melco LUA-TX, not LU-ATX; takeshim@kyoto.zaq.ne.jp | Aaron Campbell | |
2001-08-24 | Missed in previous commit: add kgdb(7) | Hugh Graham | |
2001-08-24 | kgdb(7) cross references this file, so it might as well be reciprocated. | Hugh Graham | |
2001-08-24 | I was only going to remove #include "init.h", but found 8 more | Hakan Olsson | |
#include's we don't need here. | |||
2001-08-24 | Cross reference kgdb(7) and generally reword so as to clarify that | Hugh Graham | |
a bsd.gdb may be useful for more than debugging coredumps. |