Commit Graph

216410 Commits

Author SHA1 Message Date
apb
708b4c121f Document today's changes to uudecode:
* Add "-o outfile" option.  This is required by POSIX.1-2008.
* Recognise "/dev/stdout" as a magic filename, both when embedded in the
  data stream and when specified via "-o".  This is also required by
  POSIX.1-2008.
2013-01-28 16:08:02 +00:00
apb
9a73b122cd * Add "-o outfile" option. This is required by POSIX.1-2008.
* Recognise "/dev/stdout" as a magic filename, both when embedded in the
  data stream and when specified via "-o".  This is also required by
  POSIX.1-2008.
* Reimplement "-p" as an alias for "-o /dev/stdout".

Thanks to Steffen Daode Nurpmeso for drawing my attention to the problems.
2013-01-28 16:06:42 +00:00
roy
476d300b4e Import dhcpcd-5.6.7 2013-01-28 15:48:09 +00:00
roy
2d64930a6b Sync 2013-01-28 15:46:52 +00:00
roy
9fd5edf906 Import dhcpcd-5.6.7 with the following changes:
* Preserve space in static routes on the command line.
* Check correct interface the RAP came from; fixes PR bin/47433 thanks to
  Taylor R Campbell
* Ensure the nooption works for IPv4 routes
2013-01-28 15:45:10 +00:00
rkujawa
81e42f4dbc Note empm in synopsis. 2013-01-28 15:41:17 +00:00
rkujawa
9951846e53 Add empm(4). 2013-01-28 15:14:21 +00:00
rkujawa
86edd669d4 Note empm(4). 2013-01-28 15:13:37 +00:00
yamt
5650abe682 update 2013-01-28 15:05:51 +00:00
yamt
aad8ef3224 use cprng_fast instead of getmicrouptime to generate "random" mac address
because the latter often produces the same addresses for subsequent tap
instances.
2013-01-28 15:05:03 +00:00
yamt
cc345863dc whitespace 2013-01-28 15:01:13 +00:00
rkujawa
1ce07d4d32 Regen config files. 2013-01-28 14:56:02 +00:00
rkujawa
2d80693eaf Add empm(4) driver to config files. 2013-01-28 14:54:51 +00:00
rkujawa
3561fc8c97 Plug empm(4) into system halt function. 2013-01-28 14:53:33 +00:00
rkujawa
a15e6473c5 Add support for power management on Mediator 1200 SX and TX models. Allows
software power-off. Feels so modern.
2013-01-28 14:44:37 +00:00
matt
755e896fd8 Make mips64e[bl] check more generic. 2013-01-28 14:25:18 +00:00
pgoyette
5bbb1e2022 Add missing ';' to fix the build. 2013-01-28 14:09:43 +00:00
joerg
438eb8acb3 Use sysctl based code netstat -r. Remove support for post-mortem
analysis.
2013-01-28 13:49:08 +00:00
nakayama
f34b355a3e Follow the change from HAS_SSP to HAVE_SSP. 2013-01-28 13:46:47 +00:00
mlelstv
3b0450ca73 Do not use *bp after freeing it in brelse. 2013-01-28 10:16:35 +00:00
skrll
b93243363a Move mdnsd to beagleboard only. RPI doesn't like it at the moment. 2013-01-28 09:06:19 +00:00
skrll
9e1b71001d Getting HCINT_SOFTWARE_ONLY from the hardware is an error. KASSERT that
it doesn't happen.
2013-01-28 08:22:01 +00:00
skrll
c6f618ce57 Fix up device mode vs host mode register naming confusion.
No functional change.
2013-01-28 08:19:33 +00:00
skrll
4da332f873 Move and tweak an #if 0 printf 2013-01-28 08:03:13 +00:00
matt
320f94bd2d Enable INET6 2013-01-28 06:38:50 +00:00
matt
81629d5d17 Deal with _LP64 properly. 2013-01-28 06:34:09 +00:00
matt
0e9f9224ed Add long double aliases 2013-01-28 06:26:20 +00:00
matt
59bc6bed3d Add aeabi strong aliases. 2013-01-28 06:23:44 +00:00
matt
afc5014a73 Deal with an end-of-string condition properly. 2013-01-28 06:23:14 +00:00
matt
b61c7ad71a Change movsne to movnes for clang. 2013-01-28 06:22:34 +00:00
matt
710d6a63da Make with work with gcc 4.5 or clang. 2013-01-28 06:17:57 +00:00
matt
674f7f26d9 Use uint32_t for __asm to appease clang. 2013-01-28 06:16:05 +00:00
matt
d71cca3bb3 Disable bzero_page_vfp and bcopy_page_vfp since it really isn't any faster
than memcpy.
2013-01-28 06:14:45 +00:00
jym
5dbef361fb Re-instate backwards compatible security.models.bsd44.{curtain,securelevel}.
They were mistakenly removed when curtain and securelevel moved to
secmodel_extensions(9).

Reported by tls@ on tech-security@.

XXX will ask for pull-up for -6.
2013-01-28 00:51:29 +00:00
christos
863ded0e2b now that msdos works, document it. 2013-01-28 00:23:18 +00:00
christos
db2e654869 A little more debugging. 2013-01-28 00:17:18 +00:00
christos
0a54bc86e7 use pcbmap instead of the open coded hack now the pcbmap works. 2013-01-28 00:16:48 +00:00
christos
0e23c760cc don't forget to initialize the cache. 2013-01-28 00:16:24 +00:00
christos
a61457fac4 fix recursion error handling. top level directory works. 2013-01-27 22:53:03 +00:00
christos
330e688f74 fix root detection (although the code is a noop) 2013-01-27 22:52:38 +00:00
christos
5f60de37ca - don't forget to set de_pmp
- unexpand inserted tabs to the "." and ".." strings!
2013-01-27 22:52:19 +00:00
christos
180d451863 undo c99 2013-01-27 22:09:24 +00:00
christos
1df38ec62e - some more debugging
- use msdosfs_update() -- should not be needed.
- remove <sys/mount.h>
2013-01-27 22:07:19 +00:00
christos
50df1c7d20 don't need sys/mount.h in userland. 2013-01-27 22:04:19 +00:00
christos
9eab57ada8 nbtool_config.h undefines _NETBSD_SOURCE, and that makes <sys/types.h> not
define cpuid_t, which makes <sys/mount.h> unincludable. Although this is a
bug in the build system, it is simpler to fix it here.
2013-01-27 21:56:26 +00:00
christos
3c0f9bd4e8 tidy up debugging printfs; no functional change. 2013-01-27 20:15:58 +00:00
christos
e502c2ffd0 This works well enough to populate plain files in the root dir. creating
directories fails.
2013-01-27 20:05:46 +00:00
rkujawa
a25b458635 Remove confusing, leftover comment. 2013-01-27 19:58:04 +00:00
riastradh
33d53fbdf3 Set NOMAN before including <bsd.own.mk> to really fix PR 47500.
(Hi, christos.)
2013-01-27 19:21:12 +00:00
matt
4cd37de9e2 Revert back to one dmarange 2013-01-27 19:06:45 +00:00