Commit Graph

156655 Commits

Author SHA1 Message Date
drochner ff825e3a80 The manpage promises not to touch the device on USB_GET_DEVICEINFO.
Make it so.
2007-02-26 13:28:56 +00:00
drochner 8fd98300b1 -in root hub emulation, return a sane value as language code
-constify "methods" tables and (partly) descriptor templates
2007-02-26 13:26:45 +00:00
drochner f8b074ef41 allow the bus/pipes methods tables to be const 2007-02-26 13:23:59 +00:00
drochner c033a8d4ed Don't assume that usb_descriptor_t contains a bDescriptorSubtype field.
This is class specific and shouldn't be in a generic definition.
2007-02-26 13:14:11 +00:00
yamt c692a713b6 bump to 4.99.13; priority inheritance 2007-02-26 12:43:47 +00:00
drochner 33ac0de1eb -add __unused declarations to make it possible to use only half of it
-fix a bitmask (harmless) and remove two unnecessary ones
We should find a better location for that code!
2007-02-26 12:33:08 +00:00
drochner b68dbc6775 regen 2007-02-26 12:20:03 +00:00
drochner 8b8213b508 sync with lwp.h: _lwp_unpark_all() returns ssize_t 2007-02-26 12:19:00 +00:00
drochner 7fc72a801d remove references to old cabs() 2007-02-26 12:10:56 +00:00
drochner ce75a0ec7e regen after math.h change - now we've got _GLIBCXX_USE_C99_MATH 2007-02-26 11:57:52 +00:00
yamt a2a4c5824b add syncobj.h. 2007-02-26 10:55:36 +00:00
yamt 652511e445 sort. 2007-02-26 10:53:10 +00:00
yamt 3c4e459fcc move wchan_t and syncobj_t to a dedicated header to simplify dependencies.
fix "XXX wchan_t".
2007-02-26 10:50:22 +00:00
yamt e781af39bd implement priority inheritance. 2007-02-26 09:20:52 +00:00
ad 1458eba0f6 NetBSD JIHBED 2007-02-26 06:49:00 +00:00
ad 7545be4439 NetBSD: Dead on Target
-- Gimpy
2007-02-26 06:30:45 +00:00
mrg db2d8919f4 - don't call lwp_exit2(). ad@ says it isn't required anymore.
- load uvm.page_idle_zero with "ldub" instead of "ld", avoiding an
  unaligned access panic introduced since the int->bool changes.

now a -current kernel (both UP and MP) boot on my SS20 as long as
i have "options LOCKDEBUG" as well.
2007-02-26 06:06:32 +00:00
christos bac2433715 - use __inline like the other ports do.
- use __ in parameter names
- provide separate prototype lines.
2007-02-26 01:33:41 +00:00
christos c581ede63d Provide constants for the widths of the bitfields and use them. 2007-02-26 01:32:29 +00:00
christos 82708d0ba0 deal with the vax in a slightly disgusting way. 2007-02-26 01:29:25 +00:00
pooka a058b5a8e7 revert 1.34, as discussed with agc. It creates more problems than
it solves, namely breaks ~all fuse file systems.  Proper fix is known
but not yet implemented.
2007-02-26 00:25:40 +00:00
matt c77dd0a2cb .include <bsd.own.mk> 2007-02-26 00:17:37 +00:00
martin ade480cf0b Make it at least compile again (const propagation) 2007-02-25 21:06:57 +00:00
chris b07025ae18 Make this file compile with PCI_DEBUG defined. Needed to figure out why
the latest ABLE firmware was causing an interrupt mapping issue on cats.
It seems that the latest ABLE firmware is using native-PCI mode, rather
than compatibility mode, but doesn't setup an irq for us to use, so we fail
to map the interrupt handler.
2007-02-25 18:42:00 +00:00
darcy db4d899fe8 Add Canon PowerShot SD630 camera. 2007-02-25 14:22:58 +00:00
nonaka 8d4fbc454e Add PXA2x0 RTC driver. 2007-02-25 13:46:40 +00:00
tsutsui 772fa632f8 Hmm, comment out ciphy as well as vge(4). 2007-02-25 13:36:37 +00:00
tsutsui c5a66c49a3 Add ciphy at mii for vge(4). 2007-02-25 13:31:52 +00:00
yamt 38b7dcdca4 a test for priority inheritance. 2007-02-25 09:52:47 +00:00
taca 5696b4fe01 - Update release information:
bind 9.4.0
	ipf 4.1.19
	libpcap 0.9.5
	OpenSSL 0.9.8e
	tzcode/tzdata 2007b

- Update zlib's home page.
2007-02-25 07:29:39 +00:00
macallan 43d10d0613 bandaid for a problem exposed by newlock2
the kernel enables interrupts and then sets up clocks. If we catch a timer
interrupt in between and call hardclock() we'll explode so for now just
bail when we get one while cold
2007-02-25 06:03:32 +00:00
dyoung 58d89d0317 Make the mac68k 'tags' target work. 2007-02-25 05:47:55 +00:00
uwe e56125c356 G/c debugging printf (hi, macallan!). 2007-02-25 05:04:28 +00:00
uwe e918be7b93 Add missing newlines to debug messages. 2007-02-25 04:46:32 +00:00
uwe d88c11a8a3 Document that pseudo-device md takes optional count.
Expand width of the .Bl tag in FILES to match items.
2007-02-25 04:22:01 +00:00
tsutsui 075b18ca23 Try to map both PCI I/O and memory space and remove #ifdef RTK_USEIOSPACE.
Tested on dreamcast, landisk, and macppc with 8139C on PCI slot.
2007-02-25 04:19:32 +00:00
uwe 525a1eaf02 Catch up with changes in GENERIC and new wscons options. 2007-02-25 04:18:51 +00:00
pooka 284239ddb8 Document file-system PUFFS.. and while here, nuke EXPERIMENTAL for tmpfs 2007-02-24 21:42:28 +00:00
matt 902dda5b53 Add '-c' option for csh-style time output. Use the csh time format code
to print the new csh-style time output.
2007-02-24 21:30:27 +00:00
matt 271dc0c3c3 No functional changes. Cleanup time printing code so it can be used
elsewhere in the tree.
2007-02-24 21:29:13 +00:00
bouyer dd27ab284c Properly honnor bus_dma bus address range restriction for Xen3 (the Xen2
interface doesn't allow it), so that .e.g bus_dma_subregion() has a chance
to work. Unfortunably a stock Xen hypervisor won't allow a upper bound less
than 2^31 (2GB) so devices like bce(4) will need a hacked hypervisor to
work properly.
2007-02-24 21:19:25 +00:00
christos 2a84b2c2c1 Revert the kauth_impl.h change. Elad is going to maintain this. Asked by core@ 2007-02-24 20:41:33 +00:00
pooka b0f9a8a9aa update and fix description of MKPUFFS 2007-02-24 18:53:34 +00:00
dsl 69a5cd957a Don't increment 'cp' twice when looking for commands following ';' on a
dependency line.
This makes the line "foo:;echo bar" not try to execute "cho bar", and the
line "baz:;" not treat the rest of the makefile as commands.
Pointed out by Takahiro Kambe on current-users.
2007-02-24 17:55:54 +00:00
pooka be2ccdedfd proc/#/exe is now exposed for all mounts, move it away from linux-only 2007-02-24 15:45:43 +00:00
yamt ad0768d11e - fix "make obj && make".
- add "NOMAN=".
2007-02-24 15:25:23 +00:00
skrll c0f2a403cd Pass the LWP of the ptid in PT_{GET,SET}REGS calls.
Pulled across from the changes to gdb5.3.
2007-02-24 13:05:18 +00:00
skrll d6172f381e Whitespace 2007-02-24 13:01:34 +00:00
skrll dcad5cdb82 Applies the changes made in gdb 5.3 to support pthread debugging.
Fixes part of PR/35540.
2007-02-24 12:36:27 +00:00
mrg 367f87f080 fix a typo - s/_inline/inline/ 2007-02-24 02:25:02 +00:00