matt
bf8f042bb8
Add a RETr(r) macro (indirect return through register r).
2013-01-28 23:47:38 +00:00
christos
f94b954b7b
ke monitor mode work:
...
1) Call urtwn_rxfilter_init() after urtwn_mac_init() as the later sets
R92C_RCR[0:15] and the former sets R92C_RCR[0-31].
2) The FCS is not included in the packets returned by the hardware as
R92C_RCR[31] is not set. Set the bpf wr_flags appropriately.
3) Stop if we get a packet of zero length from the hardware. (This
was mistakenly removed earlier.)
4) When switching to IEEE80211_S_RUN in IEEE80211_M_MONITOR mode, set
the rxfilter to pass all frames and the nettype to NOLINK.
5) A few comments.
2013-01-28 23:46:33 +00:00
matt
6c1355b4ee
Add missing long double prototypes.
2013-01-28 23:19:50 +00:00
matt
1ab62a3abe
Add missing long double functions
2013-01-28 23:19:28 +00:00
kefren
fcfdc0a1a0
Be a little more strict when sending notifications and checking PDU
2013-01-28 21:35:34 +00:00
kefren
1dc912ec99
Use satos instead of inet_ntop
...
Fix an alloc problem
2013-01-28 21:08:14 +00:00
christos
e4989541fe
- use emalloc and friends
...
- kill a bunch of global variables, more work to be done here
- homogenize option parsing. more work for cd9660
- use the new options parsing code to print an fs-specific usage
2013-01-28 21:03:26 +00:00
kefren
2157479565
permit notifications even if session not fully established
2013-01-28 20:32:04 +00:00
kefren
97dccf752c
Fix the transport address TLV mess I created after INET6 convert
...
Use a single loop to decrement and check hello list keepalives
Display transport address in show hello output
2013-01-28 20:06:52 +00:00
apb
325671c8e2
Support both "-" and "/dev/stdout" as references to standard
...
output. Add comments about what POSIX says regarding stdout.
Also add comments about what POSIX says regarding file mode.
---
2013-01-28 19:50:30 +00:00
jmcneill
03a5ccc3bd
add machdep.serial sysctl for getting board serial number
2013-01-28 19:47:02 +00:00
jmcneill
741b54b4ef
reserve char 111 for vchiq
2013-01-28 19:31:14 +00:00
matt
3c35239543
Enable building/installing libc_vfp for MACHINE_ARCH arm/armeb
2013-01-28 18:57:09 +00:00
joerg
7bdf666c57
Set the socket family for the network mask.
2013-01-28 17:57:34 +00:00
matt
b7de22daaa
Add a library for ARM systems with VFP which implements the soft-float ABI
...
but use VFP instructions to do the actual work. This should give near
hard-float performance without requiring compiler changes.
2013-01-28 17:04:40 +00:00
matt
b6b60ee9f3
Use __weakref_visible (from joerg@)
2013-01-28 16:56:39 +00:00
rkujawa
1af566afd6
Power down only if RB_POWERDOWN. Noticed by phx@ .
2013-01-28 16:36:10 +00:00
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