apb
9e8101899d
To make pax use ${TOOL_GZIP}, we need to pass "--use-compress-program
...
${TOOL_GZIP}" on the command line, and refrain from passing "-z". If
passed "-z", pax will use plain "gzip", ignoring --use-compress-program.
2014-08-06 11:41:18 +00:00
apb
5a18c2965e
Introduce and use GZIP_FLAGS variable, to fix a quoting error
...
in the way we tried to use GZIP="-9 ${GZIP_N_FLAG}".
For consistency, also use GZIP_FLAGS elesehere in this file.
2014-08-06 10:37:30 +00:00
martin
10683121fc
Add a directory for sysinst language files
2014-08-05 18:45:35 +00:00
apb
f78c710fb2
Pass GZIP="-9 ${GZIP_N_FLAG}" instead of GZIP=-9n
...
in the environmentto commands that invoke ${TOOL_GZIP}.
This will allow them to use -nT instead of just -n with pigz.
2014-08-05 15:43:50 +00:00
apb
71da667fc9
Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
...
use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.
This will pass -nT instead of just -n if the gzip program is
actually pigz.
2014-08-05 15:40:58 +00:00
dholland
0b2a19e1a1
Remove "tags=nodiff" from /var/log/authlog as suggested by uebayasi@;
...
part of PR 49031.
2014-08-05 07:34:52 +00:00
apb
a2fb9dacaf
BUILDINFO part 3: Add BUILDINFO to RELEASEVARS and /etc/release
...
The BUILDINFO string will appear nearthe top of /etc/release,
indented by 8 spaces and with a blank line above and below it,
but without a heading. The BUILDINFO string is expected to
be self-explanatory.
Also change some other headings near the top of /etc/release.
2014-08-03 09:19:34 +00:00
apb
8a948b4343
In the background subshell that flushes partial output every few
...
seconds, detach from the controlling terminal. Without this, pressing
control-T (to send SIGINFO from the terminal) would almost always result
in the sleep process printing "about N seconds left of the original 3",
which is useless information.
2014-07-29 20:39:16 +00:00
apb
7bc384757f
In rc.subr, add _have_rc_postprocessor function and use it instead of
...
inline tests like [ -n "${_rc_postprocessor_fd}" ]. The new function
performs a few new tests, including verifying that /etc/rc is still
running (using a new _rc_pid variable set by /etc/rc).
This is intended to deal with the case that a script run from /etc/rc
spawns a background process, then /etc/rc exits, but the background
process still has environment variables inherited from /etc/rc.
Fixes PR 46546.
2014-07-27 07:46:46 +00:00
hkenken
3515fb1d7c
Initial commit of support for Kobo touch. (i.MX507 or i.MX508)
...
(http://www.kobo.com )
2014-07-25 11:22:50 +00:00
wiz
7f6fa64667
'file system' for consistency with documentation (instead of 'filesystem').
2014-07-22 17:11:09 +00:00
macallan
ff8e33c9e6
since we support 601 hardware now, let's build the kernel for it as well
2014-07-20 14:52:29 +00:00
lneto
4ab4902eb2
lua: updated from 5.1 to 5.3 work3
...
* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE
2014-07-19 18:38:33 +00:00
spz
652bd7d1b3
Create the dhcpd.leases file if it doesn't exist already, don't just
...
warn about it not being there.
Closes PR misc/48868
2014-07-17 07:17:03 +00:00
mbalmer
e119d14fc9
Consistency changes only. Start sentences with a capital letter and end
...
them with a full stop.
2014-07-14 12:29:48 +00:00
tls
916085404d
Make named and the rest of BIND seed their RNG from /dev/urandom, not /dev/random. Better would be to rip the enormous gonkulating RNG machinery out of libisc entirely. Later.
2014-07-13 22:06:56 +00:00
spz
46ee6da10e
create /etc/rndc.key on start if it doesn't already exist
2014-07-08 07:04:07 +00:00
dholland
5e7854467d
Update the distrib-dirs mtree specification for the new /usr/share/doc
...
layout.
2014-07-05 19:23:56 +00:00
taca
de6fa99741
Update root.cache to 2014060201.
...
Now B.ROOT-SERVERS.NET and C.ROOT-SERVERS.NET has an AAAA record.
2014-07-01 03:33:28 +00:00
alnsn
e281e658e4
Add new net/t_bpfjit test.
2014-06-30 21:32:59 +00:00
martin
59ac30731b
Undo the mac68k specific previous change and instead move all mkisofs-based
...
images into ${RELEASEDIR}/images (just like the makefs ones).
2014-06-30 15:34:57 +00:00
martin
cc489da3c3
Make sure the iso target directory is created in-time for the mkisofs
...
invocation
2014-06-29 17:49:04 +00:00
apb
d768eb27cb
Print BUILDID near the top of /etc/release.
2014-06-14 12:26:26 +00:00
christos
cf026aea41
add one more directory.
2014-05-31 14:36:53 +00:00
christos
6162057ac7
add new directory
2014-05-31 14:31:01 +00:00
uebayasi
582f22c9fc
Tag all 0600 files as "nodiff" (== secret).
2014-05-19 05:43:35 +00:00
martin
9ce5f7726e
Add a test case for PR kern/48787.
2014-05-10 14:15:25 +00:00
martin
c72d415969
Use the new -U option for config to avoid generating kernel debug info
...
during release builds. This should save quite some space in the evbarm
build, where makeoptions DEBUG is heavily used.
2014-05-05 19:10:00 +00:00
uebayasi
a270487d77
Indent.
2014-04-29 09:58:18 +00:00
uebayasi
4f67388957
Refactor a little to remove huge indents.
2014-04-29 09:56:16 +00:00
uebayasi
0db0bb3da5
Split huge monolithic functions for readability.
2014-04-29 09:42:51 +00:00
uebayasi
413d532bcc
Minimal execve(2) ATF test.
2014-04-29 06:29:02 +00:00
apb
288496e5c0
Send a "nop" metadata message to the postprocessor every few seconds,
...
to flush partial output lines. This should help with PR 48714.
2014-04-09 12:45:05 +00:00
apb
11bfaf8d26
Add comments about the intended use of each type of metadata message.
2014-04-09 12:38:09 +00:00
khorben
cf10990721
Allow the extra command "reload" to dhcpcd's rc script, letting it reload
...
its configuration and rebind directly via the script.
LGTM roy@
2014-04-06 17:13:57 +00:00
uwe
29b3420ba5
Drop sci0 from "floppy" case too.
2014-04-01 01:10:14 +00:00
joerg
bd0f2dba11
Landisk has no sci0.
2014-03-31 20:24:09 +00:00
martin
aad6ef8bb5
Bring back the playstation2 port - now that a toolchain for it is
...
available again.
2014-03-31 11:25:47 +00:00
matt
880ecf60c1
Update list of kernels
2014-03-30 16:00:48 +00:00
ozaki-r
1339b2cc13
Add MKCTF
...
This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).
This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.
2014-03-25 09:52:55 +00:00
mrg
ac142a8081
merge freetype 2.5.3.
2014-03-20 08:57:48 +00:00
riastradh
6cb10275d0
Merge riastradh-drm2 to HEAD.
2014-03-18 18:20:35 +00:00
mrg
c23d29ea55
updates for libX11 1.6.2, dri3proto and presentproto, and fix
...
the libXrender build.
2014-03-16 23:25:15 +00:00
christos
0ad077175a
Add some states not handled before. XXX: are both states in the | cases
...
possible?
2014-03-13 00:50:55 +00:00
mrg
f91425b631
turn off kernels that don't exist yet.
2014-03-10 00:50:12 +00:00
hkenken
cf5baf63ad
modified NetWalker kernel config
...
* add ARM_HAS_VBAR, FPU_VFP etc.
2014-03-07 12:35:14 +00:00
matt
58e1ec0404
Add MKCOMPAT glue for powerpc64
2014-03-07 04:18:06 +00:00
matt
4e82be1a79
Add BE version of cubieboard. Plus hf too. And hf for BCM5301X.
2014-03-01 01:51:01 +00:00
matt
5ad571664b
There are no powerpc64 in evbppc currently.
2014-02-28 06:10:54 +00:00
skrll
6d3ceb1d61
Rename NetBSD/hp700 to NetBSD/hppa.
...
Unfortunately our VCS isn't very helpful here.
2014-02-24 07:23:38 +00:00