From 8c762c50349865d6d22f51daebb157301f3768a1 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 16 Jun 2022 14:19:44 +0000 Subject: Pull up following revision(s) (requested by skrll in ticket #1473): sys/lib/libkern/arch/hppa/milli_extra.S: revision 1.2 Fix a dumb typo/thinko Thanks to Tom Lane for spotting it. --- sys/lib/libkern/arch/hppa/milli_extra.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/lib/libkern/arch/hppa/milli_extra.S b/sys/lib/libkern/arch/hppa/milli_extra.S index 587e0f23304..de12afd96be 100644 --- a/sys/lib/libkern/arch/hppa/milli_extra.S +++ b/sys/lib/libkern/arch/hppa/milli_extra.S @@ -37,6 +37,6 @@ .entry MILLI_ENTRY(__canonicalize_funcptr_for_compare) - bv %r0(%sp) + bv %r0(%rp) copy %arg0, %ret0 EXIT(__canonicalize_funcptr_for_compare) -- cgit 3'>lockdoc-9.3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sbin/mount_ntfs
AgeCommit message (Expand)Author
2017-04-15Use Xr instead of Fn to refer readdir(3)abhinav
2015-09-09more recent information about unsupported drives.christos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Use Mt for email addresses.wiz
2010-03-30\\ -> \ejoerg
2009-09-14Set fspec to canon_dev instead of dev.pooka
2008-08-05Refactor mount utilities to provide a mount_fs_parseargs() routine.pooka
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-07-16Make all mount(2) return value error checks against -1. Some filepooka
2007-07-14Add additional 'sizeof args' parameter to mount(2).dsl
2007-03-10- removes unused ctype.h headerhubertf
2007-01-17Remove more duplicate #includes,hubertf
2006-10-16use MOPT_NULLchristos
2006-03-21Always check the results of getmntopts() and free them.christos
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-02-05Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2005-01-31Fix PR#3617 and PR#3205: call realpath to convert mount points and paths toerh
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2003-08-02g/c all traces of FreeBSD-specific code - it only obfuscated the code withoutjdolecek
2003-05-20Add some missing words (like articles), remove duplicate word; fix some nits....wiz
2003-05-14setup -> set up.wiz
2003-05-03print masks and modes in octal.christos
2003-03-22move getmntopts(3) to libutil, build and install also it's manpagejdolecek
2003-03-22use <> rather than "" for #include mntopts.hjdolecek
2003-02-14'NetBSD.org' and some mdoc fixes.grant
2003-01-01Fix tyops pointed out by Igor Sobrado in PR misc/19623:jschauma
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz
2002-10-01minor KNFitojun
2002-09-21MNT_GETARGS supportchristos
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2001-11-16Punctuation nits, drop a .Pp, use .Nx, use standard headers.wiz
2001-11-16Whitespace nitswiz
2001-10-31Xref disklabel and mention that mbrlabel can help setup the disk labeljdolecek
2001-10-31Couple changes, mainly to address stuff raised recently on port-i386jdolecek
2000-10-30make the code includable into other programs:jdolecek
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
1999-12-17Rework the manpage to be a bit more pleasing to readjdolecek