Commit Graph

218678 Commits

Author SHA1 Message Date
aymeric
512060fb5e Add a Foxconn AR3012 bluetooth controller ids 2013-05-09 12:40:17 +00:00
minoura
707d1bd4d9 Fix a typo, and remove an unused member.
This should fix the problem that recent Qemu dies during configuring a vioif.
2013-05-09 12:23:17 +00:00
skrll
9b98bab04b Fix debug symlink 2013-05-09 11:44:36 +00:00
simonb
3a5cb7b1be Document that a here-document can finish at an EOF as well as at the
delimiter.
2013-05-09 11:43:27 +00:00
skrll
6fec03973c Don't use old syntax - it breaks the build. hi matt. 2013-05-09 07:12:59 +00:00
mbalmer
b1090dff8a racoon default config is in /etc/racoon/racoon.conf 2013-05-08 20:03:02 +00:00
christos
eb1b7900cb ipfitler -> ipfilter 2013-05-08 18:20:14 +00:00
wiz
ce13c0c0df New sentence, new line. Fix minus. Avoid <>.
Remove trailing whitespace.
2013-05-08 18:18:32 +00:00
christos
814d1846cc Clarify which functions are only in libresolv. 2013-05-08 18:06:46 +00:00
christos
dd0c67b2ad atf fixes, whitespace, sorting 2013-05-08 17:41:31 +00:00
christos
881001eb1d no changes for tzcode2013c 2013-05-08 15:50:34 +00:00
christos
f50e99db7e welcome to 2013c! 2013-05-08 15:49:43 +00:00
christos
92fc16666d Put back the second copy of the rtld debug file. Things that link against
the /usr/libexec version of it need it.
2013-05-08 15:35:33 +00:00
christos
ea2a3471f1 provide debug symlink. 2013-05-08 15:33:45 +00:00
christos
e269a2149a need xfree() instead of free(). Using free() ends us up in an infinite loop. 2013-05-08 15:25:01 +00:00
tsutsui
48ffade9e8 Add an entry for scif0 serial. 2013-05-08 15:14:27 +00:00
tsutsui
829ceb66b9 Make sure to create serial device nodes (scif0 and sci0). 2013-05-08 14:59:41 +00:00
pooka
1fddf4baef print more diagnostic info in panic message 2013-05-08 11:08:45 +00:00
reinoud
52cff03007 Fix Typo 2013-05-08 10:39:17 +00:00
reinoud
fa5ee9f6e0 Fix serious file read problem due to not-so-clear VOP_BMAP description. Should
fix PR 45605.
2013-05-08 10:29:22 +00:00
kefren
12d5f1b2e0 First send initialize and keep alive after that. Fixes inter-operability
issues regarding session initialization.
2013-05-08 08:57:45 +00:00
apb
39865ca576 zoneinfo: Import tzdata2013c. [apb 20130508] 2013-05-08 08:24:13 +00:00
apb
ebd8871e22 tzcode2013c/tzdata2013c have been released.
We have updated to tzdata2013c.
2013-05-08 08:23:55 +00:00
apb
f2f7835240 Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz
Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.
2013-05-08 08:18:45 +00:00
apb
194bdd8057 Import tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz
Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.
2013-05-08 08:15:47 +00:00
msaitoh
b9e616359a No functional change:
- Fix typo
 - Add comment
 - Remove duplicated definitions
2013-05-08 07:50:28 +00:00
skrll
d2e06ef9d4 Add earmhfeb libgmp files. 2013-05-08 05:42:17 +00:00
skrll
2bbf1686a1 Add libgmp files for earmeb. 2013-05-08 05:40:15 +00:00
matt
89ffffc897 Add two convenience macros for testing a zero fraction. 2013-05-08 05:27:01 +00:00
matt
8ef5fb1f7f When using EABI, call __aeabi_{i,l}div0 when diving by 0. 2013-05-08 05:13:56 +00:00
pgoyette
b322009003 Fix the build 2013-05-08 04:33:15 +00:00
msaitoh
df0260146e Check the hardware config words and print them. This change only read them
and print the values.
2013-05-08 04:05:46 +00:00
msaitoh
90a00b5eb9 Add missing bus_dmamap_sync() in bge_intr(). The status word is in DMAed area.
Same as *BSDs.
2013-05-08 03:13:35 +00:00
pooka
fd234450ab regen 2013-05-08 00:57:24 +00:00
pooka
3e76b61ad3 grab mount-related macros too 2013-05-08 00:57:06 +00:00
christos
d5f24c2bef Simplify previous: instead of polluting the whole code with extra arguments
and dealing with byteorder, do the whole thing in where we need it.
2013-05-08 00:34:50 +00:00
pooka
8c02221cee regen 2013-05-08 00:25:55 +00:00
pooka
f45920fcd2 Grab the sysvbfs args structure too, since the fs is useful for
simple testing.  Incidentally, the structure is exactly the same as
for UFS...
2013-05-08 00:25:31 +00:00
matt
922643297e Move #define __HAVE_OLD_DISKLABEL to <arm/types.h> 2013-05-07 23:01:55 +00:00
rkujawa
c28dacee5d Add mcp980x(4) man page to dist list. 2013-05-07 22:51:54 +00:00
rkujawa
4a34c9a43f Add mcp980x(4) man page. 2013-05-07 22:45:26 +00:00
christos
16c1b372e4 print the port where the server is listening when displaying status. 2013-05-07 21:41:51 +00:00
christos
1eb9e03aa2 - add __clnt_sigfillset() that does not blindly block all signals but excludes
the tty generated ones (int, quit, tstp), plus term and hup. This makes
  command line clients behave on connect(2) where before they would need
  to be killed from a different tty. Much easier than making the file
  descriptor non-blocking for the duration of connect and then using
  pselect/pollts to detect when actual connection or timeout occured using
  a different sigmask.
- factor out some of the error paths.
2013-05-07 21:08:44 +00:00
matt
c16586211c Make all ports use a common disklabel.h with MAXPARTITIONS set to 16.
Only RAW_PART varies between ports.
2013-05-07 20:42:45 +00:00
skrll
0b096ffc27 Enable putter. Shoot me now. 2013-05-07 20:11:54 +00:00
pooka
af9586a1db need the rw_downgrade/tryupgrade methods too 2013-05-07 16:40:31 +00:00
pooka
5737816fd5 Include necessary headers on Linux 2013-05-07 16:18:48 +00:00
riastradh
bf188c97ed Set bp->b_resid to bp->b_bcount on error in swstrategy as required. 2013-05-07 15:49:09 +00:00
pooka
c0e1ad2997 update to recent interface changes 2013-05-07 15:37:05 +00:00
pooka
059f8df6f9 include stdint.h before rumpuser.h (on some platforms it doesn't get
there automagically)
2013-05-07 15:18:35 +00:00