christos
87aeb26f19
Avoid //
2013-02-13 04:22:36 +00:00
jmcneill
73e86066b1
fix output filename for __mkimage macro
2013-02-10 22:03:49 +00:00
jmcneill
85a061f852
fix rpi kernel path, defer image building until after release target is done
2013-02-10 21:36:31 +00:00
christos
fd70e2e194
avoid dup kernel
2013-02-10 20:25:56 +00:00
christos
6975538bda
add beagleboard
2013-02-10 16:40:21 +00:00
christos
84874dc42c
always use ${MKNOD} for consistency
2013-02-10 14:54:33 +00:00
christos
158210c439
pass more tools down.
2013-02-10 14:26:32 +00:00
christos
96add05603
Follow a different approach to install the kernel and compress the image.
2013-02-10 01:24:40 +00:00
christos
f73dde4fda
get the kernel from the release directory.
2013-02-09 20:47:06 +00:00
christos
02bfcabc8d
merge back changes I undid
2013-02-09 18:59:19 +00:00
christos
8070b25e81
hook image building for rpi.
2013-02-09 18:49:55 +00:00
christos
df473aee24
PR/47540: Felix Deichmann: DSA keys can only be 1024 bits.
2013-02-07 19:32:19 +00:00
matt
6c17c16f94
build the armv5t, armv6 and armv7 kernels for earm but only the v6 and v7
...
for earmhf.
2013-02-06 01:31:55 +00:00
matt
4c0c51981c
Only include debug set obsolete set if MKDEBUG is not no
2013-02-05 16:39:26 +00:00
matt
2947c6f2d5
Add earmhf support
2013-02-05 07:34:07 +00:00
matt
ea2a4e9bad
Add debug to the list of OBSOLETE_FILES
2013-02-05 07:32:44 +00:00
tron
b1d97a6429
Make custom "reload" target work. Before this fix it would have tried
...
to send a HUP signal to "wpa_supplicant" instead.
2013-02-01 13:29:33 +00:00
christos
80695a814b
spwd.db should be 0600 (Brooks Davis)
2013-01-29 20:21:02 +00:00
apb
162b6b9919
The console major number is not always 0; when creating a temporary
...
console while populating a memory disk, use %CONSOLE_CMAJOR% instead
of 0, and let MAKEDEV.awk substitute the appropriate machine-dependent
major number.
This fixes a bug that I introduced in revision 1.82 dated 2007-03-11.
2013-01-26 18:44:21 +00:00
joerg
fa9d9d71df
Update LLVM/Clang snapshot to r172366. Catch up with the move past 3.2
...
release.
2013-01-23 15:02:52 +00:00
mlelstv
e6e5cc51b8
Support a release build restricted to ALL_KERNELS. This file was missed
...
by the first commit.
2013-01-14 20:05:42 +00:00
tsutsui
bf86f39b04
Add an entry for wscons ttyE0.
2013-01-14 09:23:45 +00:00
tsutsui
a91aefab1f
Tweak ramdisk devices.
...
- create sd2 and sd3 for external SCSI disks on LUNA-II
- ipty (2 ptys) is enough for sysinst rather than opty (16 ptys)
2013-01-14 09:15:57 +00:00
prlw1
281a5e1fdb
Add ppp=YES variable. Currently pppd(8) starts automatically if ppp_peers
...
is not empty. Adding a ppp variable allows the default peer to be set,
and ppp set to NO so that dialing can happen with /etc/rc.d/ppp onestart.
Default set to YES so that old behaviour is preserved.
http://mail-index.netbsd.org/tech-userlevel/2012/08/21/msg006656.html
2013-01-13 18:47:57 +00:00
riastradh
9dc19ed03b
Nix `-b 1024' from ssh_keygen_flags in /etc/defaults/rc.conf.
...
No objections on tech-security:
http://mail-index.NetBSD.org/tech-security/2012/09/03/msg000548.html
The security of generating keys at boot remains questionable, but
this change makes that no worse.
2013-01-11 04:32:41 +00:00
skrll
5c014ba1cf
Create a plcom0 device node for RaspberryPI
2013-01-10 13:38:37 +00:00
taca
43eb4b820e
D.ROOT-SERVERS.NET changes IPv4 address.
2013-01-08 11:15:49 +00:00
christos
191ca062bf
add a sync to make it less likely to boot with /etc pointing to nothing after
...
a crash.
2012-12-31 23:21:27 +00:00
christos
7c8b13934d
better messages, more quoting.
2012-12-29 22:15:07 +00:00
spz
93a9300055
add entries built for MKDEBUG and MKDEBUGLIB to the set lists
...
Thanks to Hisashi T Fujinaka <htodd@twofifty.com> for pointing out the gap.
2012-12-18 22:45:12 +00:00
apb
448aa50d4c
Reinstate the dirname invocations that were recently removed from
...
rc.d/random_seed. The new dirname shell function provided by rc.subr
will be used, so it should work before the /usr file system is mounted.
This should fix a problem in which the fs_safe shell function failed when
passed the name of a file that did not exist.
2012-12-17 18:20:50 +00:00
apb
532fa0d9ae
Add shell implementations of basename and dirname to rc.subr. They
...
are supposed to mimic basename(1) and dirname(1), except that they
are usable before /usr/bin is mounted.
2012-12-17 18:17:27 +00:00
apb
c755e023f2
Avoid using programs from /usr/bin. This should fix PR 47326.
...
- no need for "dirname", because "df -G" can take a file name directly.
- replace use of "awk" with a shell while read loop.
- replace use of "stat -s" with "ls -ldn".
- no need for "tail" now that the use of "stat" has changed.
While here, also add some shell quotes and improve the grammar in a comment.
2012-12-14 18:42:25 +00:00
wiz
0450412e67
Revert previous.
...
At the least, it was committed with the wrong commit message.
2012-12-13 21:51:52 +00:00
roy
8c91938135
Add a pidfile and the reload command.
2012-12-13 15:51:17 +00:00
spz
0d6a8650f8
Make the compat libs of npf extension shared libraries go to the
...
compat directories instead of overwriting the arch native libs.
Also, make sure the compat directories get created. Tested on amd64.
2012-12-09 22:06:21 +00:00
prlw1
4d6ed13889
Make sure that ntpd creates a pid file for the rc machinery to work.
...
http://mail-index.netbsd.org/current-users/2012/11/19/msg021518.html
2012-12-04 16:38:40 +00:00
apb
3e31590ff0
Add src/etc/Makefile.params, containing the definition of the
...
RELEASEVARS variable, and commands related to printing the values of
the variables whose names are in RELEASEVARS.
Add an awk script to remove noise printed by "make -j" or high levels
of MAKEVERBOSE, so we get only the variables names and values. The
values are escaped so that variables containing embedded newlines,
quotation marks, and backslashes, are passed through safely.
Adapt src/etc/Makefile and src/Makefile to use the new ${PRINT_PARAMS}
command defined in src/etc/Makefile.params.
Now ${DESTDIR}/etc/release and the params file in the top-level
.OBJDIR should never contain unwanted noise, even after a build with
MAKEVERBOSE=4.
2012-12-03 13:53:28 +00:00
njoly
a23dfbdc09
Adjust for usr/tests/lib/libc/c063 debug entries.
2012-11-23 08:36:47 +00:00
pgoyette
7feb2e8135
Also give install a place to put the atf tests for netpgpverify
2012-11-20 15:41:43 +00:00
pgoyette
7e4aef559e
Fix the build - give install a place to put verify.h !
2012-11-20 15:02:44 +00:00
manu
a76c1cc17f
Add most system calls for POSIX extended API set, part 2, with test cases:
...
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 17:41:51 +00:00
uwe
00ed5c3931
We don't need to include <bsd.prog.mk> to install a few config files
...
just <bsd.files.mk> and <bsd.links.mk> is enough.
Noticed because <bsd.prog.mk> sets LINKSMODE to BINMODE and that does
the wrong thing at least for unprivileged builds.
2012-11-17 23:08:38 +00:00
njoly
a02a44ee48
Adjust for tests/lib/{libbpfjit,libsljit} debug entries.
2012-11-12 09:03:52 +00:00
alnsn
062bf78a84
Build libbpfjit test to the build.
2012-11-11 17:41:31 +00:00
apb
5f5f1a05cc
Cause /etc/rc.d/random_seed to be the first script to run
...
after mountcritlocal. Everything else that runs after
mountcritlocal depends directly or indirectly on bootconf, so
making random_seed run before bootconf has the desired result.
2012-11-10 15:10:22 +00:00
apb
e36b9f4a97
Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh,
...
because bootconf could conceivably change /etc/ttys.
2012-11-10 15:08:36 +00:00
alnsn
ffd8736098
Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.
2012-11-05 00:57:39 +00:00
apb
acfd2b168d
motd needs to be re-generated when DISTRIBVER changes, so change he
...
Makefile to use the new ${_NETBSD_VERSION_DEPENDS} mechanism defined in
bsd.own.mk.
Rename the default motd file in the source tree from "motd" to
"motd.default", because otherwise it would conflict with the motd file
that is now created in the .OBJDIR.
2012-11-04 11:09:14 +00:00
apb
040e0f875d
Add DISTRIBVER to the list of variables under RELEASEVARS.
2012-11-04 11:04:10 +00:00