Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-07 | Simplification of the interrupt handler prototype and calling convention: | Miod Vallat | |
they can either ask for a fixed void* argument, or an execution frame, but not both anymore - no handler used this third flavour anyway. Add code for UKC. While there, some warning hunting. | |||
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat | |
This function may be called for a pmap which is not marked as tied to any cpu, which is acceptable behaviour. While there, some warning hunting. | |||
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat | |
This makes sure code including <machine/param.h> will get prototypes for setsoftXXX macros - there is code in the tree which depends on this. | |||
2001-03-07 | Remove 68k-isms, fix interrupt handler prototypes, warning hunting. | Miod Vallat | |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat | |
While there, some warning hunting. | |||
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat | |
callbacks. While there, some warning hunting. | |||
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat | |
the correct defines from the Makefile now. | |||
2001-03-07 | _KERNEL, not KERNEL, dammit ! | Miod Vallat | |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat | |
2001-03-07 | General cleanup in the kernel compilation process, sync style with | Miod Vallat | |
other ports, add warning flags. | |||
2001-03-07 | ssh replaces siop here, too... | Miod Vallat | |
2001-03-07 | More careful spl usage for the IPSEC case in ip_output(); from angelos@ | Aaron Campbell | |
2001-03-07 | missing splx. from aaron. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-07 | lca and apecs buses need sgmap glue as well. | Eric Jackson | |
pointed out by wasilx@forest.ihep.su - PR1713 | |||
2001-03-07 | Remove a bogus rtfree(); PR 1706 | brian | |
2001-03-07 | Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaron | Mats O Jansson | |
2001-03-07 | C requires labels to be followed by statements; from NetBSD. | Aaron Campbell | |
2001-03-07 | Instead of panic'ing when an ESC is found in kernel output, print a warning | Aaron Campbell | |
and ignore it; from NetBSD. | |||
2001-03-07 | Missing splx() calls in failure cases. | Aaron Campbell | |
2001-03-07 | Missing splx() in failure case; deraadt@ ok | Aaron Campbell | |
2001-03-07 | Missing SPL_X(); deraadt@ ok | Aaron Campbell | |
2001-03-07 | Replace siop devices with ssh. | Miod Vallat | |
Include ../../../conf/GENERIC in non-GENERIC configurations. Remove XT, which is no more different from GENERIC then. | |||
2001-03-07 | Bye-bye siop, enter ssh | Miod Vallat | |
2001-03-07 | Change siop name to ssh, as per mvme68k, to prevent conflict with the | Miod Vallat | |
other siop driver. Change siop-related defines to ssh-related defines everywhere. | |||
2001-03-07 | DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch() | Eric Jackson | |
2001-03-07 | 2nd bug on the road to shlibs on alpha: | Niklas Hallqvist | |
Off by one page when loading. | |||
2001-03-06 | different fix, we still need to deliver EV_EOF; from jlemon@freebsd.org | Niels Provos | |
2001-03-06 | Move the test for bogus packet length in udp_output() closer to the top of | Aaron Campbell | |
the function. Previously it was possible for us to get stuck in splsoftnet() under certain situations. Bug reported by hunter@dg.net.ua, fix by me ok'd by deraadt@, provos@, angelos@. | |||
2001-03-06 | fix a kqueue related panic triggered by shutdown, okay art@ | Niels Provos | |
2001-03-06 | 1) Enable tag queuing. | Kenneth R Westerback | |
2) Negotiate and report wide/sync only after INQUIRY results known. 3) Clean up wide/sync negotiation code a bit, ensuring that an agressive target does not prematurely force negotiation before the INQUIRY is done. Seen by millert@. 4) Ensure that a wide negotiation always resets the sync settings to async. 5) Some error message improvements from thorpej@NetBSD. 6) Some KNF. 7) Print wide/sync negotiation results after each completed negotiation. 8) Print some relevant information just before a panic that should never happen. But does on PowerPC. | |||
2001-03-06 | Convert to new timeout API. mickey@ ok. | Hakan Olsson | |
2001-03-06 | Eeep, don't reset the checksum when checking it! Noticed by bugfix@123.net | Angelos D. Keromytis | |
2001-03-06 | bit of cleaning | Theo de Raadt | |
2001-03-06 | isapnp pcic fits | Theo de Raadt | |
2001-03-05 | Backs out changes to wsdisplay.c so alpha (and presumably others) | Todd C. Miller | |
is happy again. It also makes i386 serial console work by changing the console priority in wscons_machdep.c from CN_INTERNAL to CN_NORMAL and moves the com/pccom console attach routine for i386 to be the first so it will be matched (consinit takes the first highest match). | |||
2001-03-05 | Convert to new timeout API. costa@ ok. | Hakan Olsson | |
2001-03-05 | sync | Theo de Raadt | |
2001-03-05 | Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED. | Aaron Campbell | |
These cards are probably very rare. deraadt@ ok | |||
2001-03-05 | this can contain minimal usb support | Theo de Raadt | |
2001-03-05 | fix order | Theo de Raadt | |
2001-03-05 | TUNSIFMODE ioctl (from NetBSD) | Angelos D. Keromytis | |
2001-03-05 | Clear ip_sum before calculating IP checksum (closes PR 1667) | Angelos D. Keromytis | |
2001-03-04 | Import/export credentials from TDB. | Angelos D. Keromytis | |
2001-03-04 | Store peer's credentials in TDB. | Angelos D. Keromytis | |
2001-03-04 | Revert to our old traceback code, with heuristic argument printout. | Niklas Hallqvist | |
2001-03-04 | avoid possible align issue. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-04 | typo | Artur Grabowski | |
2001-03-04 | Better diagnostics for locking errors. Fix panic before panic in | Constantine Sapuntzakis | |
acquire_lock_interlocked. Thanks to Grigoriy Orlov for triggering this one. | |||
2001-03-04 | Fix use of timeouts. Thanks to Grigoriy Orlov (gluk) | Constantine Sapuntzakis | |
2001-03-04 | These file systems don't do softudpates. | Constantine Sapuntzakis | |