summaryrefslogtreecommitdiff
path: root/sys/fs/unionfs/files.unionfs
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/fs/unionfs/files.unionfs
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/fs/unionfs/files.unionfs')
0 files changed, 0 insertions, 0 deletions
bsd/commit/lib/libc/arch/sparc64/sys?id=88c3eadbfa9f9453071747a1798fe9363cb0265e'>Add missing __RCSID()lukem 2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner 2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner 2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner 2004-01-02Restore stack frames on error exit. This makes us pass dynamic and staticmartin 2003-12-31Use CC64FSZ instead of magic constant for stack frame size.martin 2003-12-26Use an unsigned comparison against minbrk.martin 2003-10-27Explain the stack layout correctly now that that I understand it :-)christos 2003-10-27Signal trampoline stuff for siginfo.christos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw 2003-01-18Merge the nathanw_sa branch.thorpej 2002-10-29Compile with an ISO C preprocessor.petrov 2002-07-10Also need <machine/fsr.h> and <machine/psl.h>.thorpej 2002-07-09New __sigaction14() system call stub which registers the signalthorpej 2002-05-07Use large (-fPIC) relocations.eeh 2001-07-23sparc64 version, cloned (har har!) from the sparc version and tweaked.thorpej 2000-12-13Add simple __syscall.S to make libc compile on sparc64 again.martin 2000-09-28Need an internal name for pipe(2).kleink 2000-07-26Need to reserve a full 64-bit stackframe, not a 32-bit one.eeh 2000-07-25Store the whole 64-bit pointer...mycroft 2000-07-25Use cpp comment style.mycroft 2000-07-24_errno -> __errnomycroft 2000-07-21Update some more assembly code for PIC issues.eeh 2000-07-18Fix PIC bugs.eeh 2000-07-07Add special treatment of shmat(2).itohy 2000-06-26Need an internal name for fork().kleink 2000-06-26Thinko in previous: we do always use an internal name.kleink 2000-06-23Add internal names for brk() and sbrk().kleink 1999-08-25Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'dthorpej 1999-03-31Change references to `end' to `_end' as not to invade (or being invaded by)kleink 1999-01-14* On architectures using ELF, and conditionally on those in transition, renamekleink 1998-12-02Warn about references to the compatibility vfork() (i.e. the vfork() withthorpej 1998-12-02Warn about references to the compatibility() sigaction(), sigpending(),thorpej 1998-10-08Fix libc signal breakage (I hope).eeh 1998-09-14Back out previous change; it was incorrect.thorpej 1998-09-13Libc fixes, mostly to work around the new signal stuff.eeh 1998-09-11Add sparc64-specific libc.eeh