summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-08remove bogus rtfree. inspired by fix to PR 1706. sync with kameJun-ichiro itojun Hagino
2001-03-08turn off useprivilegedports by default. only rhost-auth needsMarkus Friedl
this. older sshd's may need this, too.
2001-03-08Some warning hunting.Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
Define new include files for convenience, for use by drivers who can attach either to pcctwo or syscon, or need bug console routines.
2001-03-08Some warning hunting.Miod Vallat
2001-03-07and this will produce a cubios mickeyMichael Shalayeff
2001-03-07spellingTodd T. Fries
2001-03-07Correct argument order for branch_taken's callback function.Miod Vallat
2001-03-07typoTodd T. Fries
2001-03-07Fix open comment.Miod Vallat
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-07print ether_ntoa() compatibleTheo de Raadt
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-07Somehow I left my tsort there...Marc Espie
and the canonical output looks much better with a blank line removed. Note that the last test needs large amounts of memory to finish (especially the perl part).
2001-03-07Typo: adw driver will NOT claim to be iha0Kenneth R Westerback
2001-03-07Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingDamien Miller
functions and small protocol change.
2001-03-07Oops, use the right legnth for the key id.Angelos D. Keromytis
2001-03-07Add KEY_ID support (mostly from roland@digitalvampire.org)Angelos D. Keromytis
2001-03-07Revert my bfd change, and instead make ld match bfd, which isNiklas Hallqvist
the way Red hat choose. Both ways work, the important thing is that things match. However if we use the red hat solution we will not need to merge local changes when importing new binutils releases; espie made me aware of the import issues which I forgot due to lack of sleep :-).
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-07removed dated commentTheo de Raadt
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-07the name "secure shell" is boring, noone ever uses itTheo de Raadt
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-071st bug on the road to shlibs on alpha:Niklas Hallqvist
match the maxpagesize between bfd and ld.
2001-03-06OpenBSD -> .OxBrad Smith
NetBSD -> .Nx FreeBSD -> .Fx
2001-03-06NetBSD -> .NxBrad Smith
FreeBSD -> .Fx
2001-03-06Print the name of the marked SA (if available).Angelos D. Keromytis
2001-03-06Don't use the source for both sides!Angelos D. Keromytis