Commit Graph

219008 Commits

Author SHA1 Message Date
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
christos b0dfb884cf fix obsolete rtcalarm 2013-05-24 18:06:05 +00:00
christos 091518e81d mention x68k hacks. 2013-05-24 17:54:36 +00:00
christos 8423827b89 avoid compiler bug 2013-05-24 17:44:27 +00:00
christos 6f4a402bf0 workaround for internal compiler error 2013-05-24 17:18:12 +00:00
wiz 6797ae4401 Correct a phrase. From jmc@openbsd.
Already fixed once by mbalmer and unfixed by me. Oops.
2013-05-24 16:38:46 +00:00
christos 78a73aee14 and m68000 == m68k 2013-05-24 16:37:32 +00:00
christos 80608dbf67 Add missing functions needed by loadbsd. 2013-05-24 16:04:37 +00:00
christos 872f773ae9 fix more of the same kind of shortcut rule lossage 2013-05-24 16:00:16 +00:00
christos b6eeda1f4a discard debug sections that are not representable in the a.out object format. 2013-05-24 15:59:57 +00:00
christos f821c298e7 fix progress printing. 2013-05-24 15:35:36 +00:00
christos bad2485107 Don't play tricks trying to shortcut source rules because it breaks MKDEBUGLIB. 2013-05-24 15:34:59 +00:00
njoly 527067ce64 Kill extra El macro. 2013-05-24 14:41:32 +00:00
njoly 6fc5b50a1b Remove extra dot. 2013-05-24 14:40:18 +00:00
wiz 0d6fc7f479 Update description for -a:
-a autoprobes multiple ifs, and does not exit with error.

Diff originally from Mark Johnston (markj@freebsd), via jmc@openbsd.

Bump date.
2013-05-24 13:45:46 +00:00
martin 56f02cd141 Fix POLYD/Mariah fallout and include the scalbn sources (which do not
use polyd).
Fix global names and weak aliases.
2013-05-24 12:45:40 +00:00
msaitoh 25ff74206e On sparc64, the memory arbiter may be disabled by OF.
Move the HW config checking stuff to after bge_reset(). bge_reset()
initializes both byte order settings and the memory arbiter.

 The hwcfg stuff will be required in bge_reset() in future, so we should
rethink about hwconfig and bge_reset().
2013-05-24 11:47:47 +00:00
martin dbc87f74ee Backout previous - real fix for vax libm upcoming. 2013-05-24 11:47:13 +00:00
wiz c57d5b5313 Fix xrefs. 2013-05-24 10:01:15 +00:00
wiz 15848daca9 More markup. Merge two error entries for the same error. 2013-05-24 09:35:11 +00:00
enami d47f3c1bfa Update ERRORS section:
- Remove some system calls from the list of functions which may set errno
  during the execution of realpath(3) since they are no longer used
  to implement it.
- Document some errno set by the realpath(3) itself.
2013-05-24 03:20:18 +00:00
msaitoh 84fe1126c3 Document says 5717 and newer chips have no BGE_PCISTATE_INTR_NOT_ACTIVE bit,
so don't use the bit on those chips. Same as OpenBSD.
2013-05-24 02:35:28 +00:00