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@
15 years ago
matthieu
d4dca7ac83
generate 1st version.
15 years ago
matthieu
539b21ff35
Add etc.loongson. ok miod@
15 years ago
matthieu
5bf3214f89
md etc bits for loongson. ok miod@
15 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.
15 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
deraadt
a0e92b1539
If a /etc/rc.firsttime file exists, run it just once, mailing the output to
root. If anyone wants to use this in a siteXX.tgz file, please be sure to
*concatenate* to the file -- not replace it -- since the installer is going
to be using this file itself.
discussed with todd and halex
15 years ago
deraadt
de15df0f05
Stop installing many of the incredibly dated and un-authoritative share/doc
files. If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the manual pages (which people
actually do read).
ok guenther
15 years ago
dlg
e2dd1e1a14
keep and eye on and back up /etc/ssl/cert.pem
yeah sure deraadt@
15 years ago
ajacoutot
ef21b21e17
Create an empty etcsum file so that cksum can run without error (as
var/db/sysmerge/etcsum is created after the cksum calls and etcsum is
part of the etc set).
"sure" deraadt@
15 years ago
ajacoutot
198efe259d
Create sysmerge etcsum file at release time for etc set inclusion.
This way, the first time sysmerge is run on a new box, it will already
have reference sums needed for automatic processing.
Original idea from and discussed with deraadt@
"commit it" deraadt@, tweaks and ok millert
15 years ago
deraadt
3744e950a2
reminding people about afterboot on every single login is stupid.
15 years ago
otto
da818aa199
save calls to arc4random() by using a nibble at a time; not because
arc4random() is slow, but it induces getpid() calls; also saves a
bit on stirring efforts
15 years ago
guenther
253b3ff700
No point in refreshing the pid from inside arc4_stir() when that
doesn't test it, so factor out the two places that test it into a
routine and do the refreshing there. With this, arch4random_buf()
doesn't trigger superfluous calls to getpid() when filling large
buffers.
ok deraadt@, "looks nicer indeed" otto@
15 years ago
halex
6b93121059
dumped is _still_ spelled with one p and not two
ok krw@
15 years ago
giovanni
7cda822e97
Add /etc/rtadvd.conf
15 years ago
todd
564c480e70
o stop reordering ifconfig arguments (e.g. after 'up ..')
o only stop processing if inet or inet6 lines are malformed
o everything not a specially handled bit is passed to ifconfig unmangled
noticed by several after the move from bridgename.bridge0 -> hostname.bridge0
prodded by deraadt@, tested by and feedback from several
man page bits 'look fine' jmc@
15 years ago
miod
f303db8b57
Make userland malloc use __LDPGSZ granularity on mips, regardless of the
actual kernel page size.
15 years ago
jmc
d208a2f0f2
missing word;
from trhodes@freebsd, r200095;
15 years ago
deraadt
be99f93d5d
use mv -f to avoid stopping during wrongly mounted root; sbeyer@reactor.de
15 years ago
otto
9ddcd3502a
Switch the chunk_info lists to doubly-linked lists and use the queue
macros for them. Avoids walking the lists and greatly enhances speed
of freeing chunks in reverse or random order at the cost of a little
space. Suggested by Fabien Romano and Jonathan Armani; ok djm@
15 years ago
otto
600b8b9fd5
Don't forget to fill region from the cache with junk if needed in one case;
from Fabien Romano and Jonathan Armani
15 years ago
otto
c8f1be5032
No need to clear a mmapped region; from Fabien Romano and Jonathan
Armani
15 years ago
deraadt
b886f3624f
Move ipsec key creation before isakmpd, and sshd to become the first
of the network daemons so that it can be used if another daemon stops
in its tracks.
ok claudio markus sthen
15 years ago
deraadt
315ece0432
Stop supporting bridgename.bridge* files, and move to hostname.bridge*
files. To cope with this change, read about the mv command.
ok claudio todd
15 years ago
claudio
2e03005398
The deny all and allow from any inet prefixlen 8 - 24 will block the default
route already so don't add an additional rule for that. Instead add a commented
allow rule. Idea from Mitja Muzenic (mitja at muzenic dot net)
15 years ago