summaryrefslogtreecommitdiff
path: root/external/mit/libuv/dist/docs/code/plugin/hello.c
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 /external/mit/libuv/dist/docs/code/plugin/hello.c
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'external/mit/libuv/dist/docs/code/plugin/hello.c')
0 files changed, 0 insertions, 0 deletions
2005-02-26nuke trailing whitespaceperry 2004-02-13Uppercase CPU, plural is CPUs.wiz 2003-08-08GC: exec_foo_setup_stack; use exec_setup_stack, and provide a way forchristos emulations to override it. 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl and need to be examined and discussed more. 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed. Bump the kernel rev up to 1.6V 2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej 2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej executables, and eliminate the USRTEXT constant, which was only used by the a.out exec code. 2002-10-05count executable image pages as executable for vm-usage purposes.chs also, always do the VTEXT vs. v_writecount mutual exclusion (which we previously skipped if the text or data segment was empty). 2002-09-27remove trailing \n in panic(). approved perry.provos 2002-08-29only create a vmcmd for the BSS if there is any BSS. fixes PR 17834.chs 2001-11-12add RCSIDslukem 2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej executable mappings. Stop overloading VTEXT for this purpose (VTEXT also has another meaning). - Rename vn_marktext() to vn_markexec(), and use it when executable mappings of a vnode are established. - In places where we want to set VTEXT, set it in v_flag directly, rather than making a function call to do this (it no longer makes sense to use a function call, since we no longer overload VTEXT with VEXECMAP's meaning). VEXECMAP suggested by Chuq Silvers. 2000-11-14Use round_page() instead of roundup(..., NBPG).thorpej 2000-08-01ANSI'ify.thorpej 2000-06-27remove include of <vm/vm.h>mrg 2000-06-13round the sizes of mapped text and data segments to PAGE_SIZE.chs fixes PR 10079. 2000-04-11add a new function vn_marktext() for exec code to let others knowchs that the vnode is now being used as process text.