OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NETBSD
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/modules/dtrace/syscall/
emultrace.h
8
#define emulname
netbsd
9
#define EMULNAME
NETBSD
/src/share/examples/asm/hello/
powerpc.s
1
# $
NetBSD
: powerpc.s,v 1.1 2011/11/12 01:18:41 jmmv Exp $
3
# Copyright (c) 2011 The
NetBSD
Foundation, Inc.
16
# THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
31
.section ".note.
netbsd
.ident", "a"
35
# See http://www.
netbsd
.org/docs/kernel/elf-notes.html for more
40
.int 0x01 # The type of the note:
NetBSD
OS Version.
41
.ascii "
NetBSD
\0\0" # The OS name, padded to 8 bytes.
/src/sys/modules/examples/luareadhappy/
happy.lua
1
-- $
NetBSD
: happy.lua,v 1.1 2017/04/15 04:27:30 kamil Exp $
3
-- Copyright (c) 2015 The
NetBSD
Foundation, Inc.
15
-- THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
51
-- Integer numbers are used by default in the
NetBSD
kernel, as there would be
/src/sys/arch/sun68k/stand/libsa/
SRT0.S
1
| $
NetBSD
: SRT0.S,v 1.2 2008/05/04 00:18:16 martin Exp $
3
| Copyright (c) 1998 The
NetBSD
Foundation, Inc.
6
| This code is derived from software contributed to The
NetBSD
Foundation
18
| THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
/src/libexec/httpd/lua/
bozo.lua
4
-- Copyright (c) 2009 The
NetBSD
Foundation, Inc.
7
-- This code is derived from software contributed to The
NetBSD
Foundation
8
-- by Alistair Crooks (agc@
netbsd
.org)
19
-- THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
/src/usr.sbin/sysinst/
menus.pm
1
/* $
NetBSD
: menus.pm,v 1.3 2020/01/09 13:22:30 martin Exp $ */
2
/*
NetBSD
: menus.mi,v 1.14 2018/09/11 08:05:18 martin Exp */
5
* Copyright (c) 2003 The
NetBSD
Foundation, Inc.
8
* This code is derived from software contributed to The
NetBSD
Foundation
20
* THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
msg.entropy.pl
1
/* $
NetBSD
: msg.entropy.pl,v 1.5 2022/04/21 17:30:15 martin Exp $ */
4
* Copyright (c) 2020 The
NetBSD
Foundation, Inc.
16
* THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
50
message entropy_download_seed {Import a
NetBSD
entropy file}
97
* $0 = content of file
NetBSD
entropy seed file
103
* $0 = content of file
NetBSD
entropy seed file
118
{
NetBSD
entropy seed file}
121
{On a
NetBSD
system with cryptographically strong pseudo random number
/src/distrib/atari/floppies/prepare/
install.md
1
# $
NetBSD
: install.md,v 1.6 2019/04/10 14:52:53 christos Exp $
4
# Copyright (c) 1996 The
NetBSD
Foundation, Inc.
7
# This code is derived from software contributed to The
NetBSD
Foundation
19
# THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
71
You now have to prepare your root disk for the installation of
NetBSD
. This
75
the installation disk. Note that
NetBSD
can do without AHDI partitions,
78
partitions to
NetBSD
before
NetBSD
is able to use the disk. Change the 'id'
79
of all partitions you want to use for
NetBSD
filesystems to 'NBD'. Change
133
echo "Welcome to the
NetBSD
/atari ${VERSION} preparation program.
[
all
...]
/src/distrib/sun2/miniroot/
install.md
1
# $
NetBSD
: install.md,v 1.9 2021/06/26 00:38:16 tsutsui Exp $
4
# Copyright (c) 1996 The
NetBSD
Foundation, Inc.
7
# This code is derived from software contributed to The
NetBSD
Foundation
19
# THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
136
if [ ! -f /mnt/
netbsd
]; then
138
cp -p /
netbsd
/mnt/
netbsd
141
ln /mnt/
netbsd
/mnt/vmunix
147
echo "Welcome to the
NetBSD
/${MACHINE} ${RELEASE} installation program."
150
This program is designed to help you put
NetBSD
on your disk
[
all
...]
/src/distrib/sun3/miniroot/
install.md
1
# $
NetBSD
: install.md,v 1.9 2021/06/26 00:38:16 tsutsui Exp $
4
# Copyright (c) 1996 The
NetBSD
Foundation, Inc.
7
# This code is derived from software contributed to The
NetBSD
Foundation
19
# THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
136
if [ ! -f /mnt/
netbsd
]; then
139
cp -p /
netbsd
.$1 /mnt/
netbsd
147
echo "Welcome to the
NetBSD
/${MACHINE} ${RELEASE} installation program."
150
This program is designed to help you put
NetBSD
on your disk,
158
echo "Welcome to the
NetBSD
/${MACHINE} ${RELEASE} upgrade program.
[
all
...]
/src/distrib/sparc/
install.md
1
# $
NetBSD
: install.md,v 1.26 2022/05/28 21:57:39 andvar Exp $
4
# Copyright (c) 1996 The
NetBSD
Foundation, Inc.
7
# This code is derived from software contributed to The
NetBSD
Foundation
19
# THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
185
if [ ! -f /mnt/
netbsd
]; then
187
if [ -f /
netbsd
]; then
189
cp -p /
netbsd
/mnt/
netbsd
201
echo "Welcome to the
NetBSD
/sparc ${VERSION} installation program."
204
This program is designed to help you put
NetBSD
on your disk
[
all
...]
/src/tests/usr.bin/indent/
t_options.lua
1
-- $
NetBSD
: t_options.lua,v 1.8 2024/12/12 05:33:47 rillig Exp $
3
-- Copyright (c) 2023 The
NetBSD
Foundation, Inc.
15
-- THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
/src/distrib/amiga/miniroot/
install.md
1
# $
NetBSD
: install.md,v 1.35 2022/05/28 21:57:39 andvar Exp $
4
# Copyright (c) 1996,2006 The
NetBSD
Foundation, Inc.
7
# This code is derived from software contributed to The
NetBSD
Foundation
19
# THIS SOFTWARE IS PROVIDED BY THE
NETBSD
FOUNDATION, INC. AND CONTRIBUTORS
80
echo -n "Boot command? [
netbsd
-ASn2] "
81
getresp "
netbsd
-ASn2"
142
echo "Welcome to the
NetBSD
/${MACHINE} ${RELEASE} installation program."
145
This program is designed to help you put
NetBSD
on your disk,
153
echo "Welcome to the
NetBSD
/${MACHINE} ${RELEASE} upgrade program."
156
This program is designed to help you upgrade your
NetBSD
system in
[
all
...]
Completed in 18 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025