Commit Graph

214329 Commits

Author SHA1 Message Date
mbalmer
e98f41ae83 - Update to the version on github.com.
- Fix stmt_bind(): SQLite makes a copy of the string passed (which can be
  garbage collected).  Problem found by Kubo Takehiro.
2012-11-02 12:24:52 +00:00
mbalmer
d2b301145a Prague airport was renamed to Vaclav Havel airport Prague on october 5th, 2012. 2012-11-02 12:07:58 +00:00
pooka
8083a2e226 Start restoring the ability to run rump kernels on non-threading
hypervisors.

Step 1: make this compile again (it's not complete, but
at least it compiles).
2012-11-02 11:11:27 +00:00
yamt
a015b2b8c4 print something before sleeping so that a user like me can see
what the mysterious pause is.
2012-11-02 08:36:13 +00:00
yamt
18aa42204b comment 2012-11-02 08:33:16 +00:00
yamt
7ce56b58f5 fix a comment 2012-11-02 08:31:28 +00:00
mrg
decd1dfe17 note that sparc64 got pcie/pyro(4) support last november.
XXX: pull up to netbsd-6 doc/CHANGES.
2012-11-02 06:28:39 +00:00
jakllsch
7f2e81d866 match USB_PRODUCT_FTDI_MAXSTREAM_PKG_U 2012-11-02 02:30:15 +00:00
wiz
e7aacc4093 Use longer -c description. 2012-11-02 02:07:19 +00:00
wiz
5f8f0b4dee Sort options and their descriptions. Sync usage with man page. 2012-11-02 02:03:18 +00:00
christos
ac881fe51e treat a command without -c like an argument vector
default to exclusive lock
2012-11-02 01:30:46 +00:00
jakllsch
8ab6159555 regen 2012-11-02 00:58:48 +00:00
jakllsch
fdef558c37 add (FTDI) MaxStream PKG-U 2012-11-02 00:57:57 +00:00
chs
e4e833d3aa Add RAS support for sparc. 2012-11-02 00:01:19 +00:00
christos
1e7f0e09f1 fix usage 2012-11-01 23:34:44 +00:00
christos
c562b2a6f5 add flock 2012-11-01 23:34:03 +00:00
christos
8a4138dd82 add flock(1) 2012-11-01 23:33:10 +00:00
christos
dcdc302c64 Add an flock program inspired by the linux one with the same name. 2012-11-01 23:30:19 +00:00
skrll
34800b5860 We need to jump out of two switches to emulate rdhwr rt,$29 correctly.
Only one would result in segv.

Fixes pthread apps on mips1. Tested using gxemul.
2012-11-01 22:15:25 +00:00
matt
d141bdb08c If IFF_LINK2 is set, copy all transmitted packets into a single mbuf to
avoid DMA corruption problems with chained buffers.
Fix various conditions with setting INTMASK.
2012-11-01 21:33:12 +00:00
matt
15e8a38a91 Add PCIE_RC_AXI_CONFIG definitions 2012-11-01 21:29:42 +00:00
matt
fed8218782 Invalidate the L2 cache before enabling it. 2012-11-01 20:17:44 +00:00
macallan
d8ca82601f - apply limits consistently
- remove suspect pointer fudgery when interpreting PMU battery data
now if we had any idea what units these data are in...
2012-11-01 15:54:28 +00:00
isaki
8fe3a8db17 Remove my local RCS IDs. 2012-11-01 14:46:26 +00:00
isaki
e970db4e22 Fix typo in comment. s/d1/d0/ 2012-11-01 14:33:31 +00:00
abs
6a65e108a0 Allow setting ATADEBUG_MASK to default value of atadebug_mask 2012-11-01 13:46:52 +00:00
pgoyette
52dd3d0558 Use snprintb_m(3) to split flags/capabilities/enabled across multiple
output lines.

As discussed on current-users
2012-11-01 13:43:23 +00:00
jruoho
d5a75c1450 Remove line "acpiwmibus* at acpiwmi?". 2012-11-01 11:33:34 +00:00
msaitoh
c9d920062c Fix a bug that SIOCZIFDATA clears if_lastchage by zero.
Update if_lastchange with getnanotime().
2012-11-01 06:36:30 +00:00
mrg
578c31536d catch up with npfctl moving to /sbin.
untested, but i guess so was the move itself ;)
2012-11-01 06:06:14 +00:00
christos
bbbf171164 mv npfctl from /usr/sbin to /sbin so it is available before /usr is mounted. 2012-11-01 03:26:42 +00:00
christos
599362a983 put in /sbin 2012-11-01 03:21:49 +00:00
msaitoh
5c86b9383c No functional change.
- Change style a bit.
- use "csc" for the variable name of struct mvgbec_softc in mvgbec_attach()
  for consistency.
2012-11-01 02:46:41 +00:00
christos
c1e423d3c5 add configurations to connect to Sprint's 3G network. 2012-11-01 00:40:22 +00:00
christos
11180dd8d5 Match all pairs of bulkin-bulkout interfaces to ucom's, configuring multiple
ucoms per modem as they are available, instead of picking up the last bulkin
bulkout pair. This makes my Sierra U250 3G portion of the modem to work.
2012-11-01 00:38:43 +00:00
riz
8160a915f9 Avoid a 'may be used uninitialized' warning. 2012-10-31 21:30:27 +00:00
ahoka
0aaf706632 Fill more info in nand chip structure. 2012-10-31 20:51:25 +00:00
riz
11d9652019 Hook nand_samsung.c into the build, and use it if a legacy chip
from Samsung is found.
2012-10-31 18:58:08 +00:00
christos
a1801097ec Avoid ssp re-definitions for the functions we provide. 2012-10-31 13:48:12 +00:00
apb
9c5c1c9f13 Replace getarch and validatearch with table-driven implementations. 2012-10-31 13:05:09 +00:00
msaitoh
bbc956a9be Add SIOCGETHERCAP ioctl.
There was no way to know the setting of ec_capabilities and ec_capenable
other than grepping the source.

See http://mail-index.netbsd.org/tech-kern/2010/07/28/msg008613.html
2012-10-31 10:17:34 +00:00
martin
73809d4025 gcc 4.1 is not smart enough to notice "arg" is only used when initialized
correctly and produces a "might be used unintialized" warning.
2012-10-31 08:54:39 +00:00
wiz
f54e55eeb8 Remove trailing whitespace. 2012-10-31 06:53:14 +00:00
macallan
2e9cc2efbb implement limits and support event monitoring
now emergency shutdown on low battery works
2012-10-31 05:46:49 +00:00
macallan
9414e51eaf in sme_battery_check():
- don't assume that all batteries have exactly one ENVSYS_INDICATOR
- check capacity and charge sensors for ENVSYS_SVALID before using them
now this works on macppc
2012-10-31 05:42:47 +00:00
wiz
4aa4bc5963 Remove trailing whitespace. 2012-10-30 23:03:02 +00:00
riz
50c33ca85f Make this compile. (Still untested) 2012-10-30 22:43:36 +00:00
rkujawa
1941e3b93d Note that driver was rewritten. 2012-10-30 22:29:01 +00:00
ahoka
9867e9763a Add support for samsung devices, currently a draft to aid Kirkwood NAND
driver development.
2012-10-30 22:03:00 +00:00
rkujawa
6ee58bf1d4 Note enchancements that appeared in NetBSD 6.0. 2012-10-30 21:24:26 +00:00