summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-03-07Simplification 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-07Correct 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-07Include <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-07Remove 68k-isms, fix interrupt handler prototypes, warning hunting.Miod Vallat
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
While there, some warning hunting.
2001-03-07Strict prototypes for interrupt handlers and a few machine-dependentMiod Vallat
callbacks. While there, some warning hunting.
2001-03-07Get rid of definitions of ASSEMBLER, LOCORE and such. We will getMiod Vallat
the correct defines from the Makefile now.
2001-03-07_KERNEL, not KERNEL, dammit !Miod Vallat
2001-03-07Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.Miod Vallat
2001-03-07General cleanup in the kernel compilation process, sync style withMiod Vallat
other ports, add warning flags.
2001-03-07ssh replaces siop here, too...Miod Vallat
2001-03-07More careful spl usage for the IPSEC case in ip_output(); from angelos@Aaron Campbell
2001-03-07missing splx. from aaron. sync with kameJun-ichiro itojun Hagino
2001-03-07lca and apecs buses need sgmap glue as well.Eric Jackson
pointed out by wasilx@forest.ihep.su - PR1713
2001-03-07Remove a bogus rtfree(); PR 1706brian
2001-03-07Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaronMats O Jansson
2001-03-07C requires labels to be followed by statements; from NetBSD.Aaron Campbell
2001-03-07Instead of panic'ing when an ESC is found in kernel output, print a warningAaron Campbell
and ignore it; from NetBSD.
2001-03-07Missing splx() calls in failure cases.Aaron Campbell
2001-03-07Missing splx() in failure case; deraadt@ okAaron Campbell
2001-03-07Missing SPL_X(); deraadt@ okAaron Campbell
2001-03-07Replace 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-07Bye-bye siop, enter sshMiod Vallat
2001-03-07Change siop name to ssh, as per mvme68k, to prevent conflict with theMiod Vallat
other siop driver. Change siop-related defines to ssh-related defines everywhere.
2001-03-07DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch()Eric Jackson
2001-03-072nd bug on the road to shlibs on alpha:Niklas Hallqvist
Off by one page when loading.
2001-03-06different fix, we still need to deliver EV_EOF; from jlemon@freebsd.orgNiels Provos
2001-03-06Move the test for bogus packet length in udp_output() closer to the top ofAaron 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-06fix a kqueue related panic triggered by shutdown, okay art@Niels Provos
2001-03-061) 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-06Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-06Eeep, don't reset the checksum when checking it! Noticed by bugfix@123.netAngelos D. Keromytis
2001-03-06bit of cleaningTheo de Raadt
2001-03-06isapnp pcic fitsTheo de Raadt
2001-03-05Backs 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-05Convert to new timeout API. costa@ ok.Hakan Olsson
2001-03-05syncTheo de Raadt
2001-03-05Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED.Aaron Campbell
These cards are probably very rare. deraadt@ ok
2001-03-05this can contain minimal usb supportTheo de Raadt
2001-03-05fix orderTheo de Raadt
2001-03-05TUNSIFMODE ioctl (from NetBSD)Angelos D. Keromytis
2001-03-05Clear ip_sum before calculating IP checksum (closes PR 1667)Angelos D. Keromytis
2001-03-04Import/export credentials from TDB.Angelos D. Keromytis
2001-03-04Store peer's credentials in TDB.Angelos D. Keromytis
2001-03-04Revert to our old traceback code, with heuristic argument printout.Niklas Hallqvist
2001-03-04avoid possible align issue. sync with kameJun-ichiro itojun Hagino
2001-03-04typoArtur Grabowski
2001-03-04Better diagnostics for locking errors. Fix panic before panic inConstantine Sapuntzakis
acquire_lock_interlocked. Thanks to Grigoriy Orlov for triggering this one.
2001-03-04Fix use of timeouts. Thanks to Grigoriy Orlov (gluk)Constantine Sapuntzakis
2001-03-04These file systems don't do softudpates.Constantine Sapuntzakis