Commit Graph

219799 Commits

Author SHA1 Message Date
jklos
4893db76f5 Added DJMEMCMAX option for recognizing 128 meg SIMMs in Centris and Quadra
610, 650 and 800 systems. From Rob Braun,
http://synack.net/~bbraun/netbsdmac2.html
2013-07-16 07:31:40 +00:00
matt
d01d30fa5a When linking shared libraries, produce a map file. 2013-07-16 02:58:19 +00:00
kefren
3e54e2f09f retire union_ntoa, replace it with satos
check for valid sizes on PF_ROUTE socket
minor comment update
2013-07-16 02:54:32 +00:00
khorben
2bf249a542 This is the i386 version of the support for full-disk encryption; this commit allows building the ramdisk required as well as the associated kernel module (to be loaded in the kernel by the bootloader).
This was tested on my Lenovo ThinkPad X301 just like for the amd64 port.

XXX implement support for full-disk encryption installs in sysinst
2013-07-16 02:10:43 +00:00
christos
76db28c1cd Make this work again like gmake. sjg: see the test program. 2013-07-15 20:33:11 +00:00
joerg
2a9957221e Fix description of hex encoding. 2013-07-15 18:46:47 +00:00
reinoud
4600888a4b First step in rewriting the genealogy case 2013-07-15 14:40:21 +00:00
kefren
931515b112 stop abusing kmem during softint context 2013-07-15 12:10:34 +00:00
mrg
d4106c6e4f note that Makefile.netbsd-gmp can help with the running of configure. 2013-07-15 08:59:47 +00:00
khorben
c683555d46 Enabled building the kernel module containing the ramdisk required for full-disk encryption support by default. This should be the last part necessary on the amd64 port.
XXX reproduce and test on the i386 port
XXX implement support for full-disk encryption installs in sysinst
2013-07-15 00:29:49 +00:00
khorben
7e7403a7ed Common definitions for full-disk encryption support, including the rc script responsible for asking the passphrase and chrooting. wsconsctl is also built and used in case a splash screen is enabled. 2013-07-15 00:25:38 +00:00
khorben
57ee0cb14c Build the cgdroot ramdisk by default (for full-disk encryption support). It currently contains the same utilities found in an amd64 sysinst ramdisk, which should be useful in case of emergency. 2013-07-15 00:22:10 +00:00
khorben
257dd81b98 Let init be built easily with the CHROOT capability enabled.
This allows the ramdisk used in the incoming support for full-disk encryption to contain crunched binaries (much like sysinst) while booting a regular system (unlike sysinst).
2013-07-15 00:18:03 +00:00
htodd
5fcfb3153d And add a skip for the deleted _gpio in uid. 2013-07-14 15:44:00 +00:00
htodd
aebf69ca0d Add _rtadvd to uid check as well. 2013-07-14 15:27:12 +00:00
htodd
173d865eac Adding _rtadvd to group check. 2013-07-14 15:17:22 +00:00
njoly
dd3d742fd5 Switch a few remaining system/pathname configuration variables from
"Dv {xxx}" to "Brq Dv xxx".
2013-07-14 14:29:09 +00:00
reinoud
0eb394b1d0 udf_gro_genealogy() : source and destination should never be the same on call,
KASSERT it instead of checking for it.
2013-07-13 19:42:26 +00:00
reinoud
a987c68f3a vp is used, so don't (void) it 2013-07-13 19:40:14 +00:00
reinoud
2b15913865 Rework udf_gro_rename() to be more linear instead of nesting if/else
branching.
2013-07-13 19:39:02 +00:00
skrll
3aa460b612 Add crtstuff for hppa. Lightly tested. 2013-07-13 18:52:35 +00:00
njoly
a99b56e5d4 Quote -width arguments that start with a '-' sign. 2013-07-13 10:54:00 +00:00
njoly
c16c550ee5 Adjust -width argument to match reality; and while here quote it. 2013-07-13 10:52:50 +00:00
skrll
a704d8b98d Use sy_invoke 2013-07-13 10:29:37 +00:00
skrll
53f3286e0a Put some common entry stuff into _ENTRY and use it. 2013-07-13 10:26:30 +00:00
skrll
9a641fd145 crt0 actually calls ___start 2013-07-13 09:48:26 +00:00
njoly
d5921f2b1c Fix unknown .Tp macro. 2013-07-13 09:24:25 +00:00
msaitoh
9cf9a75a7d Fix the chip revision of 57765_AX. 2013-07-13 07:53:53 +00:00
christos
53fbf02908 cast to avoid warning. 2013-07-12 22:39:50 +00:00
christos
255f657e8d Add a function to move the cursor. 2013-07-12 17:48:29 +00:00
roy
98fccb9933 build correctly for RCDIR 2013-07-12 17:32:47 +00:00
roy
b7d5ad0712 build correctly for SBINDIR 2013-07-12 17:30:25 +00:00
roy
6f827ce7f6 Import openresolv-3.5.6 2013-07-12 16:52:56 +00:00
roy
e9917e6e19 Import openresolv-3.5.6
Highlights include:
name_servers[_append] and search_domains[_append] now work for subscribers
other than libc.
2013-07-12 16:50:27 +00:00
reinoud
8ad309e64f In case there is trouble determining the number of entries in a directory,
return its not empty to be on the safe side.
2013-07-12 16:14:10 +00:00
kiyohara
74224af382 Add esp(Castle SCSI board). Tested only BBC A3000 with 4MByte. 2013-07-12 14:28:39 +00:00
tteras
4595769cee From Sven Vermeulen <sven.vermeulen@siphos.be>: Moves ploginit() up,
allowing logging events from init_avc() to show up as well.
2013-07-12 13:11:50 +00:00
kefren
0e52e04b03 correct loopback address test
correct addr add/del handling
2013-07-12 08:55:52 +00:00
matt
3cb099121d Add a RCSID macro for non _KERNEL use 2013-07-11 19:50:55 +00:00
aymeric
2c50b87899 In usbd_transfer(), abort the xfer if it is interrupted by a signal while in
progress.
This prevents that xfer from being freed while still on queue, and ensuing
panic().
2013-07-11 19:46:44 +00:00
reinoud
d9c51d931b Resort to the easiest way to check if a directory is deleted: the flag that
tells that there is no FID (dirent) pointing to it anymore.
2013-07-11 19:41:19 +00:00
christos
c7ba776dbf comment out the entries that are common with termios, and explain that they
need to keep the same values.
2013-07-11 19:17:57 +00:00
kefren
949b2852b8 add code for address and address withdraw messages
get rid of unused fields in tlv struct
2013-07-11 18:02:03 +00:00
matt
2b0b9e5db4 Use pc-relative branch in crt0.S
Add crtend.S and crtbegin.h (uses pc-relative branches as well).
2013-07-11 17:07:35 +00:00
christos
8c7f9e3f04 make all constants that are used in unsigned variables unsigned. 2013-07-11 16:46:06 +00:00
matt
7d7a3799d0 Add crtstuff for alpha. Compile tested only. 2013-07-11 16:40:27 +00:00
matt
9993694db9 Make this work for N64 as well. 2013-07-11 16:23:40 +00:00
reinoud
da86562477 Small cleanup 2013-07-11 15:43:12 +00:00
kiyohara
d70922cbfe Add Castle SCSI16 board. 2013-07-11 13:44:50 +00:00
kefren
046ba50ee2 sprinkle more const 2013-07-11 10:46:19 +00:00