wiz
c11f306ade
- Remove unneeded argument in non-first `.Nm' macro;
...
- remove superfluous `.Pp' macro (fixes mandoc(1) warning);
- capitalization and punctuation fix.
From Bug Hunting.
2013-05-29 15:03:09 +00:00
wiz
9488f2b661
- Add the actual binary to `FILES' section;
...
- bump date.
From Bug Hunting.
2013-05-29 15:02:12 +00:00
wiz
2767d6c8a8
- Remove redundant argument to non-first `.Nm' macro;
...
- reference `-u' at `-c', to make more clear that the former can
be used with the latter;
- bump date.
From Bug Hunting.
While here, use Aq.
2013-05-29 15:00:35 +00:00
wiz
d19a931ddc
De-capitalize `.Nd' macro argument.
...
From Bug Hunting.
2013-05-29 14:56:19 +00:00
wiz
7b699b5337
Improve wording.
...
From Bug Hunting.
2013-05-29 14:55:24 +00:00
wiz
3c2cbb85ca
regen (using mandoc doc/BUILDING.mdoc > BUILDING -- let me know
...
if a different way is preferred, I see that it now contains formatting).
2013-05-29 14:47:22 +00:00
wiz
efd3bc66c4
- Bump date (for r1.93);
...
- remove superfluous macros (fixes mandoc(1) warnings).
From Bug Hunting.
2013-05-29 14:45:55 +00:00
roy
cf9f00bd51
Generate RTM_NEWADDR when adding a pre-existing IPv6 address.
2013-05-29 12:07:58 +00:00
martin
3cc48cf784
Fix signature of capi_ll_control.
...
From Wolfgang Stukenbrock in PR kern/47863.
2013-05-29 09:26:02 +00:00
msaitoh
36a4e06a9b
Use BGE_SETBIT() instead of CSR_WRITE_4() for the BGE_MISC_LOCAL_CTL register
...
to not to modify some GPIO bits.
2013-05-29 08:24:06 +00:00
riastradh
5cb75bff7e
Fix amd64 feraiseexcept so that it actually traps.
...
The call to fwait got lost somewhere along the line; the i387 code
has it.
XXX pullup to 6
2013-05-29 02:27:39 +00:00
riastradh
0eddede86f
Fix sense of fegetexcept on x86.
...
Somehow I overlooked this when I fixed feenableexcept and
fedisableexcept last summer.
XXX pullup to 6
2013-05-29 00:53:19 +00:00
christos
7b845fa9dc
phase 1 of disk geometry cleanup:
...
- centralize the geometry -> plist code so that we don't have
n useless copies of it.
2013-05-29 00:47:48 +00:00
sjg
f30350f125
Clean up some left overs
2013-05-29 00:23:31 +00:00
spz
b32980a908
document the anon account for anonymous access
...
fixing PR misc/5545
(the last bits thereof)
2013-05-28 20:13:16 +00:00
joerg
7dfe13f608
Update for Clang 3.4.
2013-05-28 19:10:16 +00:00
joerg
c7c727fae8
Update LLVM/Clang snapshot to r182734. Brings initial support for
...
integrated PowerPC assembler.
2013-05-28 17:37:33 +00:00
christos
8265b8412c
mark __libc_thr_exit_stub dead here too
2013-05-28 17:29:41 +00:00
msaitoh
30283a32bb
Fix a bug that the MAC_MODE register is incorrectly set in bge_reset().
2013-05-28 17:03:34 +00:00
joerg
85a67e61f7
Add mbsnrtowcs and wcsnrtombs. Approved by core.
2013-05-28 16:57:56 +00:00
macallan
9373d84081
add a bunch of register definitions and clarify some comments
2013-05-28 15:25:37 +00:00
kiyohara
3d9a1fa87f
Add udsir.
2013-05-28 12:24:24 +00:00
kiyohara
557ed22b4e
Add udsir.
2013-05-28 12:13:55 +00:00
kiyohara
267ad36130
Add KingSun/DonShine IRDA dongle.
2013-05-28 12:03:26 +00:00
macallan
e8a38776d4
in vcons_redraw_screen():
...
- if RI_FULLCLEAR is set and we use it to clear the screen, don't draw any
whitespaces with the default background colour
- draw stretches of whitespaces with the same background colour using erasecols
2013-05-28 11:04:04 +00:00
macallan
7cccdd71c6
support RI_FULLCLEAR
2013-05-28 10:55:34 +00:00
msaitoh
2256ef262c
Fix a bug that the PHY address bits in MI_MODE register is wrongly cleard.
...
Set the PHY address correctly.
2013-05-28 05:55:40 +00:00
christos
45fd2d25ac
expose rl_catch_signals and explain what we are doing.
2013-05-28 00:10:34 +00:00
christos
3cf221a53b
Test early for EOF to avoid infinite loop in the wide char case. From
...
Linas Vepstas: linasvepstas at gmail dot com
2013-05-27 23:55:55 +00:00
christos
c68a8e00e8
PR/47861: Fredrik Pettai: keep track of the address family for each socket
...
opened and don't send the a message to the wrong family type.
2013-05-27 23:15:51 +00:00
dholland
1fc3ba0182
other value of PC
2013-05-27 21:32:38 +00:00
dholland
a541d09292
DM, GM, NPC, PC
2013-05-27 21:31:44 +00:00
kiyohara
f4a16f4c2b
Regen.
2013-05-27 16:38:35 +00:00
kiyohara
413fa298d2
Add vendor KingSun and IrDA product.
2013-05-27 16:32:58 +00:00
kiyohara
07f928ec11
Split IrDA SIR part for other SIR device.
2013-05-27 16:23:20 +00:00
msaitoh
c48b271ca9
Fix comment. arm ports which don't explicitly set LABELUSESMBR use MBR
...
partitioning.
2013-05-27 07:37:20 +00:00
wiz
0d33e4d5b7
Instead of 'no space', say 'not enough space' in error message.
2013-05-26 21:26:17 +00:00
kardel
effe57d37e
Extend kernel PPS api with pps_ref_event().
...
pps_ref_event() allows capturing PPS time stamps
that are not generated at precisely 1Hz (e. g.
by reading a precision clock via callout()).
This extension allows clock drivers to supply PPS
time-stamps and drive the kernel NTP PLL
without the overhead of interrupt-handling and
-processing.
2013-05-26 18:07:42 +00:00
wiz
92b40f3b9f
Reword to work around phrasing that caused lots of discussions.
...
From Robert Elz.
2013-05-26 17:25:53 +00:00
isaki
476ceddb69
Increase the image size to 1500KB.
2013-05-26 12:18:06 +00:00
isaki
6ee5e0b811
Revert previous (to grow the ramdisk size).
...
> kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.
2013-05-26 12:15:51 +00:00
isaki
938ead7ed0
Fix failed substitution in 1.10 (christos@) and
...
revert 1.12 (christos@) which was necessary by broken 1.10.
2013-05-26 05:52:13 +00:00
jdf
2c7a9e6783
Add more wireless networking acronyms:
...
* BSA basic service area
* BSS basic service set
* BSSID basic service set identifier
* ESS extended service set
* ESSID extended service set identifier
* IBSS independent basic service set
* SSID service set identifier
* TKIP Temporal Key Integrity Protocol
* WAP wireless access point
* WPA2 Wi-Fi Protected Access II
* WPS Wi-Fi Protected Setup
Also properly capitalize the existing `WPA' entry.
Patch supplied by Bug Hunting.
2013-05-25 21:17:51 +00:00
phx
390967f8ed
Added another three NH23x compatible products.
2013-05-25 15:07:49 +00:00
christos
00ce62b685
0 == local
2013-05-24 23:09:45 +00:00
nakayama
4e830752db
Disable interrupts after calling data_access_error as with
...
data_access_fault.
2013-05-24 23:02:27 +00:00
nakayama
6c1c7a55f0
- use gettick directly, not via cpu_counter.
...
- bump timecounter quality of stick-counter so we prefer to use it.
2013-05-24 23:02:08 +00:00
christos
22e0a3bf24
Add IMGMAKEFSOPTIONS like in the bootimage Makefile
2013-05-24 21:34:19 +00:00
christos
55b46a0ccc
kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.
2013-05-24 21:33:00 +00:00
christos
c96b1c993d
kill bogus inline
2013-05-24 18:24:27 +00:00