soren
2608fe43e6
All of the man8.i386 man pages also apply to amd64.
...
Remove references to obsolete w95boot.8 man page and CONSOLE_POLICY option.
Closes PR port-amd64/48038.
2013-07-31 13:54:42 +00:00
soren
1e5a26d01a
Remove examples using FreeBSD "ifconfig wpakey" syntax.
2013-07-31 13:34:04 +00:00
pooka
3fc5dcaa4f
remove unnecessary <sys/poll.h> -- musl whines when it's included
2013-07-31 12:23:25 +00:00
gdt
1f7bfa07f4
Remove tests.7 in objdir before copying to it.
...
If one's source tree has non-writable files (because of CVSREAD=t, or
someone else owns it, or it's on some read-only filesystems, some
other reason), recently-added makefile code would cp tests.foo.7 in
the sources to tests.7 in objdir, preserving permissions, but not
forcing the copy. A subsequent copy would result in an error, failing
the build. Therefore, rm -f the target file before doing the copy.
(Arguably there should some standard support for this, but copying
files from the source directory to objdir is quite unusual.)
2013-07-31 11:57:24 +00:00
kefren
9661871102
Store local bindings in a rbtree
2013-07-31 06:58:23 +00:00
matt
111acf9530
Actually, only copy the uboot args if they are within the amount of ram we
...
mapped. If they aren't we'd fault trying to access them. It's too early
to grab a VA to map them so we just punt for now. XXX
2013-07-30 22:23:45 +00:00
htodd
dc518cdf34
Fixing debug set lists for bind. Tested on amd64, testing on evbarm.
2013-07-30 20:51:38 +00:00
matt
f04b0af59b
sanity check uboot_args is within 512MB (not 256MB) for beaglebone black).
2013-07-30 20:45:44 +00:00
macallan
4453737ff6
avoid uninitialized use of defattr
2013-07-30 19:16:50 +00:00
sjg
bd8f3e806f
Allow an empty .MAKE.JOB.PREFIX to supress output of --- job --- tokens
2013-07-30 19:09:57 +00:00
pooka
f3adf1e54f
comment polish: just musl
2013-07-30 18:56:03 +00:00
pooka
aaf7a23bf7
Decide ET_DYN behavior based on __GLIBC__ instead of __linux__,
...
e.g. musl libc doesn't follow glibc behavior.
per discussions with a number of people
2013-07-30 18:48:51 +00:00
njoly
1ba7494cb0
Add a new get_utimens32() helper function that fetch struct timespec
...
data if not NULL, to be used by netbsd32_utimensat() and
netbsd32_futimens().
2013-07-30 17:22:31 +00:00
reinoud
7da88b2514
`makefs -t cd9660' fix from FreeBSD:
...
Submitted by: Thomas Schmitt via marius@freebsd.org
Obtained from: FreeBSD r253707
- Correctly set the Expiration Time in the Primary Volume Descriptor;
according to ISO 9660 8.4.26.1 unspecified date and time are denoted by the
digit 0 in RBP 1 to 16 but the number 0 in RBP 17.
- Rock Ridge TF entries should use a length of 5, because after the 4 bytes of
generic SUSP header there is one byte of flags. See typedef of ISO_RRIP_TF
in iso9660_rrip.h.
2013-07-30 16:02:23 +00:00
joerg
55f32eafe3
Strip redundant parenthesis.
2013-07-30 15:31:49 +00:00
joerg
49cecb845d
Don't depend on implicit rounding from non-integral float constant.
2013-07-30 15:30:37 +00:00
joerg
02bc918a66
Don't pass assembler flags to cpp for genassym.
2013-07-30 15:28:47 +00:00
joerg
349a581e92
Mark the dead.
2013-07-30 15:10:04 +00:00
njoly
9b6bbe2755
Add mknodat(2) specific errors.
2013-07-30 13:45:38 +00:00
njoly
31ec74aafc
Add mkfifoat(2) specific errors.
2013-07-30 13:15:07 +00:00
matt
d323c850d8
Add extern int psratio
2013-07-30 13:14:30 +00:00
njoly
a8ca9489d6
Add fchownat(2) specific errors.
2013-07-30 12:38:16 +00:00
skrll
c026930a7e
include namespace.h - this fixes 48091
2013-07-30 10:47:44 +00:00
pooka
08699b4b40
Include Makefiles under sys/arch.
...
This makes it easy to install the set of kernel headers that were used
by buildrump.sh. Requested by Justin Cormack for ljsyscall (Lua interface
definitions).
2013-07-30 09:29:34 +00:00
joerg
1419f28903
libbind now depends on heimdal, so push it after the third barrier.
2013-07-29 21:02:58 +00:00
roy
b0c815229b
Import dhcpcd-6.0.4
2013-07-29 20:40:33 +00:00
roy
74f598c53d
Sync
2013-07-29 20:39:28 +00:00
roy
cceb514049
Import dhcpcd-6.0.4 with the following changes:
...
* hostname is not stamped on anymore if already set
* hostname will be set to a FQDN when possible as per RFC4702 section 3.1
* a domain is derived from the FQDN if no domain option is set
* add new hostname_short command to send a short hostname for DDNS
* hostname_fqdn is now documented, along with a new server setting and the
potential problems associated with it
* the FQDN option is no longer sent by default for DHCPv4 messages
2013-07-29 20:35:31 +00:00
njoly
3d23719d01
Add chmodat(2) specific errors.
2013-07-29 19:18:37 +00:00
njoly
ff85dd2c24
Add openat(2) specific errors.
2013-07-29 18:37:16 +00:00
christos
e164b1463b
PR/48095: NAKAJIMA Yoshihiro: remove casts from time_t to long
2013-07-29 17:46:36 +00:00
dholland
4e6fa0ae2d
Fix MKKERBEROS=no build.
2013-07-29 16:42:20 +00:00
dholland
3b7bdca759
Fix build both with and without options LFS_EI.
2013-07-29 16:40:46 +00:00
dholland
c482f134e6
Revert previous; it is wrong.
2013-07-29 16:39:37 +00:00
njoly
c37d15ffcf
Add utimensat(2) specific errors.
2013-07-29 14:34:59 +00:00
skrll
6d42eea15e
Slow hardware needs longer, especially for default_deny_user_big
2013-07-29 13:15:24 +00:00
wiz
9a6c0ab37a
Bump date for previous.
2013-07-29 11:49:31 +00:00
njoly
3e084f2c58
Add symlinkat(2) specific errors.
2013-07-29 11:40:04 +00:00
skrll
548b029c20
Increase timeout. My hardware must be getting slower.
2013-07-29 10:43:15 +00:00
pooka
5cbd60062e
Override ssp also in case where it doesn't come intrinsically
...
from the compiler.
2013-07-29 10:13:21 +00:00
njoly
2580dac907
Add readlinkat(2) specific errors.
2013-07-28 21:24:12 +00:00
pgoyette
f4c6189d73
More libbind9 set listupdates, for mips64
2013-07-28 20:25:34 +00:00
njoly
5376926384
Add linkat(2) specific errors.
2013-07-28 18:40:40 +00:00
njoly
d878899f75
Add fstatat(2) specific errors.
2013-07-28 15:46:34 +00:00
njoly
82798aec15
Add mkdirat(2) specific errors.
2013-07-28 14:38:25 +00:00
tls
14b0477b50
Re-check the entropy level after we call RAND_poll(), so that we do
...
not continuously suck data out of /dev/urandom if we receive a stream
of requests larger than the initial-entropy threshold (hi Roland!).
2013-07-28 14:13:29 +00:00
pgoyette
a170a25190
Update sets lists for new bind9 and friends.
2013-07-28 14:02:56 +00:00
njoly
85cc963274
Add unlinkat(2) specific errors.
2013-07-28 13:53:04 +00:00
pgoyette
26fb54447e
Update for new files (hello, Patrick!)
2013-07-28 13:37:57 +00:00
skrll
6baf58a90c
Enable PUFFS
2013-07-28 12:16:40 +00:00