Searched hist:159995 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_hid.cdiff 190741 Sun Apr 05 16:24:00 MDT 2009 thompsa MFp4 //depot/projects/usb@159995

- add support for more complicated HID descriptors which can have multiple
definitions of the same field.
- remove old modulo patch in ums, which I think is due to bad HID parsing,
which should be fixed now.

Reported by: netchild
Submitted by: Hans Petter Selasky
/freebsd-9.3-release/sys/dev/usb/input/
H A Dums.cdiff 190741 Sun Apr 05 16:24:00 MDT 2009 thompsa MFp4 //depot/projects/usb@159995

- add support for more complicated HID descriptors which can have multiple
definitions of the same field.
- remove old modulo patch in ums, which I think is due to bad HID parsing,
which should be fixed now.

Reported by: netchild
Submitted by: Hans Petter Selasky
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.cdiff 159995 Tue Jun 27 18:11:58 MDT 2006 netchild Improve linprovfs to provide/fix the
- process state (idle, sleeping, running, ...) [1]
- the process group ID of the process which owns the connected tty
- some page fault stats
- time spend in kernel/userland
- priority/nice value
- starttime [1]
- memory/swap stats
- scheduling policy

Additionally add some new fields and correct some not filled out ones.

This brings us down to 15 dummy fields.

The fields marked with [1] are needed to get Oracle 10 running. The starttime
field is not completely right, since it displays the _same_ starttime for
_every_ process, but at least it is not 0 and Oracle accepts this.

This is a RELENG_x_y candidate.

Noticed by: Dmitry Ganenko <dima@apk-inform.com> [1]
Reviewed by: des, rdivacky
MFC after: 1 week

Completed in 84 milliseconds