matthieu
94cf34c595
Add missing directories.
14 years ago
kettenis
92dc8ab6e1
Modify example not to use an assignment in the if statement. We shouldn't
teach people bad habits!
ok krw@, jmc@, dlg@, thib@
14 years ago
espie
a3075aac0b
install mtree always
okay deraadt@
14 years ago
miod
5ac8added9
regen
14 years ago
miod
23d2d187ee
make ``MAKEDEV all'' create device nodes for up to four heads.
"go ahead" kettenis@
14 years ago
otto
3a95a063b7
add 'softcar' to tty00, to make getty work in the non-serial
console case; ok deraadt@ miod@
14 years ago
kili
e5fe5595e0
It's unsetenv() that doesn't like `=' in the argument, not putenv().
ok millert@
14 years ago
miod
ae12d33852
Make the console terminal type default to `vt220' rather than `unknown'. If
it is wrong you still have to change it, but it will be correct 99% of the time
and thus you can simply press enter when tset asks for the terminal type and
be done with it.
This is already the standard for most platforms, but a few had been left
in the dark.
pointed to by and ok deraadt@
14 years ago
otto
08cbb0118d
default to 115200 baud for serial console and tty00, spotted by
kettenis@; ok kettenis@ miod@
14 years ago
otto
18e30eff3f
sync for real
14 years ago
otto
2ec85bf4c1
sync
14 years ago
otto
f75df50ac0
add apm
14 years ago
deraadt
309e8f92f3
grow the miniroot a wee little bit
14 years ago
otto
0b9b076f2e
include boot and miniroot image in MDEXT; ok miod@
14 years ago
claudio
e9c0134a9a
add ldpd.conf to changelist and mtree/special
14 years ago
claudio
fd5e12ebcf
Add _ldpd user for ldpd(8). OK dlg, deraadt
14 years ago
claudio
8c334db7a2
Install a sample ldpd.conf file. OK dlg, deraadt
14 years ago
giovanni
3f9d8fda8d
Fix a typo spotted by Vivien Moreau
14 years ago
miod
20bb780bb8
Build and install the boot blocks, and put it as part of the snapshots files.
14 years ago
miod
72e03d84c4
Add serial port (for the Fuloong)
14 years ago
otto
5610ead626
disktab entry for miniroot
14 years ago
giovanni
2fa0e221c9
Add instructions to dual-boot OpenBSD with Grub2
14 years ago
kettenis
d342eabf7b
Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.mini
since it makes a fairly decent template for fdisk -i. Change the procedure
that makes the rb600 installation miniroot image to use fdisk -i instead of
dd(1) to create the MBR for the image. Adjust the miniroot disk type in
/etc/disktab to the slightly different layout that fdisk -i creates.
14 years ago
kettenis
51a9a0eb6a
Remove entries for ancient hardware that we'll never see on socppc, leaving
only the ramdisk entry and a new entry for building rb600 installation
miniroot images.
ok miod@
14 years ago
kettenis
443b0794e4
Copy bsd.elf into ${RELEASEDIR}.
14 years ago
markus
4b06ceb325
remove /usr/libdata/ssh; ok miod, djm
14 years ago
otto
1fc05bec9f
Use size_t in appropriate places; fixes sorting of big arrays;
after the diff was written, I made it similar to the freebsd fix of
the same code; pr6287 ok millert@ guenther@
14 years ago
otto
c80808a2a6
use size_t to index arrays; avoids big array bugs; ok millert@ guenther@
14 years ago
todd
18136ed9f5
tweak cdboot slightly upwards so all files can fit
14 years ago
miod
b0104fce95
MACHINE_ARCH -> MACHINE_CPU when applicable.
** it is necessary to update make(1) before building now **
14 years ago
miod
0d9cbfe642
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@
14 years ago
miod
0cbc10aff7
More loongson directories for manpages.
14 years ago
jasper
202377991a
- bump pkgname...just like in ports
ok miod@
14 years ago
miod
1279ac2a1b
4.7-BETA (also, lo-carb and ozone layer friendly)
14 years ago
jmc
652f4e1cc3
stucture -> structure;
14 years ago
matthieu
81d74d9b99
link man section 8 for loongson. ok miod@
14 years ago
matthieu
d4dca7ac83
generate 1st version.
14 years ago
matthieu
539b21ff35
Add etc.loongson. ok miod@
14 years ago
matthieu
5bf3214f89
md etc bits for loongson. ok miod@
14 years ago
miod
fe2ae929f4
Build GENERIC-IP30.MP as bsd.mp.IP30 in the distribution, and allow the
installer to pick it and install it as /bsd when applicable.
14 years ago
jakob
6743787ca3
add template nsd.conf (with examples)
15 years ago
jakob
754b218a83
remove unintentionally added file
15 years ago
dlg
cbc29fc120
add l2tp
15 years ago
jakob
e3711b1835
add _nsd
15 years ago
jakob
b264af06c1
add user/group for nsd; ok nick@
15 years ago
otto
f816214aa0
New options 'S', as a shorthand for the options most suitable as an
extra safeguard (FGJ). Idea from deraadt@; ok deraadt@ dlg@
15 years ago
henning
91aac1a47c
when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity and
correctness. it's not 1992 any more, kids. ok mcbride dlg krw
15 years ago
ajacoutot
4879238b6d
Add /var/db/sysmerge, needed for upcoming change in xenocara.
"reads alright" oga@, ok matthieu@ todd@
15 years ago
stsp
f2cc259f42
Remove "password" macro from ospf6d example config file.
OSPFv3 does not feature built-in authentication (it relies
on IPsec, see RFC4552) so the example was misleading.
ok claudio@ michele@
15 years ago
oga
5548c875db
plug a file descriptor leak in HASHFileChunk().
From Igor Zinovik; thanks!
ok millert@
15 years ago