Commit Graph

228482 Commits

Author SHA1 Message Date
christos
ef629cae85 first attempt at toolification. 2014-07-15 13:17:15 +00:00
christos
c0371c86f3 Correct the bread size of struct fsinfo from Gerald Lee at DELL dot com 2014-07-15 11:43:54 +00:00
christos
bba6cf07e1 stopgap for non-netbsd build. 2014-07-15 11:19:08 +00:00
ozaki-r
5b2489f196 Unbreak the build for i386
__debugused => XHCI_DEBUG
2014-07-15 03:40:06 +00:00
ozaki-r
ada8ad4283 Suppress another debug output
It's output when DDB.

Fix previous: DEBUG => XHCI_DEBUG
2014-07-15 02:25:45 +00:00
christos
b415df1f94 fix type, from enh at google dot com 2014-07-14 21:56:03 +00:00
christos
59925ff2ff Factor out the basename and dirname code into basename_r and dirname_r
which are static for now. Inspired by similar changes to android(bionic).
2014-07-14 20:44:45 +00:00
joerg
a724166046 Do not explicitly undef __INT8_TYPE__, clang is handled specially below. 2014-07-14 20:20:31 +00:00
alnsn
5977f956e5 Add a link to ../../net/bpfjit/t_extmem.c. 2014-07-14 19:11:15 +00:00
plunky
0bf6a577c7 remove PCC specific definitions for __packed, __aligned and __section
which result in a _Pragma() usage.  I don't think this ever worked,
as you can't concatenate string literals in this way.  A warning
would have been produced, but until recently did not result in an
error condition so this was overlooked. Use __attribute__ instead as
this is supported by PCC.
2014-07-14 18:50:22 +00:00
maxv
409868ac4b smbfs depends on nsmb, so add the dependency as appropriate. Fixes
# modload smbfs
on modular kernels, PR kern/40011, and probably system crashes.
2014-07-14 16:29:50 +00:00
maxv
181436319e Tell which dependency has failed 2014-07-14 16:06:48 +00:00
riastradh
6f34ad3a3a Add module crud to uatp(4).
Compile-tested only; hardware not available right now.
2014-07-14 14:58:32 +00:00
riastradh
bafa4a48d5 Convert uatp(4) to use usb_task instead of a workqueue.
Compile-tested only; hardware not available right now.
2014-07-14 14:56:10 +00:00
roy
bfd7ec5b45 Note import of dhcpcd-6.4.2 2014-07-14 14:08:41 +00:00
roy
8ce36d3976 Remove unused file. 2014-07-14 14:07:02 +00:00
roy
130d37ec50 Import dhcpcd-6.4.2 to fix the building of 6.4.1 2014-07-14 14:02:01 +00:00
rtr
e0a071b380 fix fat fingered KASSERT(solocked(0)) -> KASSERT(solocked(so)) mistake.
spotted by Takahiro HAYASHI
2014-07-14 13:39:18 +00:00
rtr
6ee5a695ff pr_generic() for req = PRU_RCVOOB is always called with control == NULL
so don't bother with a conditional block that handles non-NULL, it
doesn't happen.
2014-07-14 13:20:41 +00:00
nakayama
ad1e005541 Make bus_space_barrier inline to avoid unnecessary argument handling. 2014-07-14 12:40:38 +00:00
mbalmer
c42a8c7850 wskbd(4) has a belgian keyboard layout now. 2014-07-14 12:38:00 +00:00
mbalmer
e119d14fc9 Consistency changes only. Start sentences with a capital letter and end
them with a full stop.
2014-07-14 12:29:48 +00:00
mbalmer
2fe0f766c5 Put them one file per line. 2014-07-14 12:21:56 +00:00
ryoon
f22de5b4ad Add Sharp CE-175TU entry, and bump date. 2014-07-14 12:07:04 +00:00
ryoon
40e8a9e877 Sharp CE-175TU USB to Zaurus Option Port 16 cable is uplcom(4) device. 2014-07-14 12:04:48 +00:00
ryoon
3d1168854e Regen. 2014-07-14 12:03:42 +00:00
ryoon
ebfae6ccaf Add Sharp CE-175TU USB to Zaurus Option Port 16 cable.
With this cable, you can login to NetBSD/zaurus on SL-C750 via serial console.
2014-07-14 12:02:59 +00:00
roy
43068d711a Note import of dhcpcd-6.4.1 2014-07-14 11:51:08 +00:00
roy
1f96c74429 Sync 2014-07-14 11:49:48 +00:00
roy
9d162be235 Import dhcpcd-6.4.1 with the following changes:
*  If just given a domain and no search list, make the search list the domain
  *  Skip arpping directives if we have a profile but not parsing one
  *  Allow the request of a DHCPv6 address or prefix, a prefix length must be
     specified
  *  Add the ability to dump DHCPv6 leases
  *  Improve startup with regards to carrier checking and adding a link-local
     IPv6 address
  *  Start the correct interface reference for added devices
  *  Support
     http://datatracker.ietf.org/doc/draft-ietf-dhc-dhcpv6-stateful-issues-06
     via the ia_pd_mix option
  *  Fix link handling where kernel reported flags in LINK_UP may not be
     valid when we actually process them
  *  Fix defining new options in dhcpcd.conf and requesting them
  *  Fix a potential segfault when reloading configurations
  *  Print user defined options via -V
  *  Add support for RFC6603, Prefix Exclude option
  *  When requesting a IA_PD and another IA type, create a psuedo interface
     to handle the IA_PD
  *  Handle truncated DHCPv6 saved leases
2014-07-14 11:45:02 +00:00
joerg
827ab89a76 Use static_cast for rb_tree_insert_node void * return value. 2014-07-14 11:36:39 +00:00
alnsn
e77183a6da Remove unused file. 2014-07-14 10:36:33 +00:00
mbalmer
e0f28f4a46 Add a belgian keyboard layout, based on the french keyboard layout.
Fixes PR install/46871.
2014-07-14 10:05:23 +00:00
joerg
23958df553 Don't include atomic.c, we have aliases for it in src/common. 2014-07-14 07:55:26 +00:00
msaitoh
524cb011c0 Cleanup comments. No functional change. 2014-07-14 05:00:18 +00:00
ozaki-r
9161a49eaf Make bridge MPSAFE
- Introduce BRIDGE_MPSAFE
  - It's enabled only when NET_MPSAFE is defined
    in if.h or the kernel config
- Add iflist and rtlist mutex locks
  - Locking iflist is performance sensitive,
    so it's not used when !BRIDGE_MPSAFE
- Add bif object reference counting
  - It enables fine-grain locking for bridge member lists
    by allowing to not hold a lock during touching a bif
  - bridge_release_member is added to decrement the
    reference count
  - A condition variable is added to do bridge_delete_member
    gracefully
- Add if_bridgeif to ifnet
  - It's a shortcut to a bif object of a bridge member
  - It reduces a bif lookup cost and so lock contention on iflist
- Make bridgestp MPSAFE too
2014-07-14 02:34:36 +00:00
ozaki-r
3466fcf008 Remove a duplicated error message 2014-07-14 01:24:58 +00:00
ozaki-r
de34ea8e86 Suppress debug output of xhci_device_intr_done
It's annoying because it is output even on keyboard inputs.
2014-07-14 00:58:35 +00:00
riz
a62a43a0df clang doesn't like -Wno-tautological-undefined-compare, use
-Wno-tautological-compare instead.
2014-07-14 00:22:46 +00:00
palle
3d7ae79aac sun4v: add interrupt handling to sun4v trap table 2014-07-13 22:32:49 +00:00
palle
d401cdaf28 Bugfix: add missing cmp instruction to GET_MAXCWP macro 2014-07-13 22:09:01 +00:00
tls
916085404d Make named and the rest of BIND seed their RNG from /dev/urandom, not /dev/random. Better would be to rip the enormous gonkulating RNG machinery out of libisc entirely. Later. 2014-07-13 22:06:56 +00:00
alnsn
7d10db2303 Refactor BPF_COPX code. New version doesn't load buf and buflen after copx call. 2014-07-13 21:54:46 +00:00
alnsn
2b2f4a0ebe Add bpfjit_cop_copx and bpfjit_copx_cop tests. 2014-07-13 21:35:33 +00:00
spz
6cec57b17e make the comment at the DHCPv6 define less cryptic 2014-07-13 19:37:23 +00:00
alnsn
981f777cfd Don't use BJ_TMP2REG for 32bit packet reads. Assign this register to (buf+X)
in BPF_LD+BPF_IND and save one instruction.
2014-07-13 18:48:27 +00:00
martin
d7dd422243 whitespace cleanup 2014-07-13 18:28:13 +00:00
asau
3b3b5c1aae Vinnitsa isn't even in South-Western Russia. Make it Ukraine. 2014-07-13 18:08:33 +00:00
asau
bdc78c0a15 Sukhum isn't in Georgia since 1993 (1990, 1992, 1993, 1994,
1999, or 2008 depending on what you count as break-up).
In any case in recent twenty years it was easier to get there
through Russia than through Georgia.
2014-07-13 18:02:27 +00:00
pgoyette
990812d69b At suggestion of christos@, use -b for b&w rather than -c 2014-07-13 17:38:38 +00:00