173325 Commits

Author SHA1 Message Date
christos
96bd7a0192 make this compile again. 2008-09-08 15:31:19 +00:00
ginsbach
eecd5c0366 Add self. 2008-09-08 14:54:09 +00:00
pgoyette
ae9d8ca4b9 Sync man page with recent changes; ipmi can now return warning-under or
critical-under for temp/voltage sensors.
2008-09-08 14:46:15 +00:00
hannken
72538db7ba Adjust some WAPBL transactions:
- Put transaction inside cgaccount() to simplify caller.
- No vget() / vrele() inside a transaction.
2008-09-08 14:22:31 +00:00
hubertf
16cf150807 Reduce size from 1407 bytes to 46 bytes by removing the copyright
notice.  OK'd by the copyright holder (board@).
Inspired by true(1) and false(1).
2008-09-08 12:49:50 +00:00
christos
ae6357afe4 fix broken linux32_sys_times, copied from linux_sys_times. 2008-09-08 11:29:42 +00:00
cegger
80399094f9 regen. 2008-09-08 08:03:44 +00:00
cegger
68afbb4114 Serverworks: correct product id for LPC, add XIOAPIC and Watchdog Timer 2008-09-08 08:02:48 +00:00
cegger
77a6ab9aa7 regen. 2008-09-08 07:07:53 +00:00
cegger
4decb0fd6d correct product id for serverworks usb controllers 2008-09-08 07:06:48 +00:00
joerg
fe12f360b8 Move successful removal of unreferenced inodes under WAPBL_DEBUG to not
spam the console.

OK simon@
2008-09-08 03:16:43 +00:00
pgoyette
15c5293824 Separate checking of sensor value vs threshold/limit value into two
routines, so we can distinguish between an over-limit vs under-limit
condition.  Set sensor state appropriately based on which threshold
is exceeded.

To do: come up with a means of detecting non-existent fans vs broken
fans.  Currently, both report a valid value of "0 RPM" at least on
some platforms.

OK garbled@
Tested by simonb@
2008-09-08 03:05:38 +00:00
jmcneill
6779aaaeb8 Limit VIDEO_MAX_BUFS to 32 instead of 255 2008-09-08 00:39:27 +00:00
cube
1e807cbeed Remove what seems to be a debug printf committed by accident. 2008-09-07 22:36:36 +00:00
pooka
e63b31a974 Give lwp0 an fd table and cwd. Allows easier direct use of rump. 2008-09-07 20:17:03 +00:00
jmcneill
ba13cfccc0 Missing aprint newline in video_attach 2008-09-07 20:05:13 +00:00
pooka
429abb75bf regen: return -1 for error 2008-09-07 19:28:29 +00:00
pooka
23bef54996 For rumpsyscalls, properly return -1 in case of error. 2008-09-07 19:27:58 +00:00
pgoyette
9b30bc57d1 Note that previous URL for ADT7463 datasheet is no longer operative, and
provide link to an earlier, but still active, revision.
2008-09-07 19:07:21 +00:00
jmcneill
f3728d27ce Actually, EINVAL is correct for an unimplemented ioctl. ENOTTY is only
needed for the VIDIOC_*_FMT ioctls.
2008-09-07 19:06:14 +00:00
jmcneill
d490ea275a Return ENOTTY instead of EINVAL if a driver doesn't implement one of the
set, try, get, or enum format ioctls.
2008-09-07 17:13:21 +00:00
jmcneill
94e5d88f48 Implement enum_format callback. 2008-09-07 17:12:21 +00:00
apb
8f2f105fda fix missing '$' in previous. 2008-09-07 16:22:12 +00:00
jmcneill
131ddde617 Even though V4L2_CID_HCENTER and V4L2_CID_VCENTER are deprecated, many
applications still want them to exist.
2008-09-07 16:13:05 +00:00
kent
9c8aa6615e Remove -Wno-pointer-sign and -ffreestanding from CXXFLAGS. g++
doesn't support for them.
2008-09-07 15:54:52 +00:00
apb
9599e1b7c8 Document the change in meaning of "-s foo:bar". It now means a single
file or directory named "foo:bar".  If you want the old meaning,
use "-s foo -s bar" instead.
2008-09-07 15:24:04 +00:00
apb
d8f98eee1d * Allow colons to appear in the names of tgz files, to address PR 39459.
* Remove the ability to specify a colon-separated list of tgz files
  using a single "-s" option, because ":" is now a valid character within the
  name of a single file.  Callers should use multiple "-s" options
  instead.
2008-09-07 15:22:47 +00:00
apb
fa60b97dcc Document the change in meaning of "-s foo:bar". It now means a single
file or directory nmed "foo:bar".  If you want the old meaning,
use "-s foo -s bar" instead.
2008-09-07 15:21:31 +00:00
apb
41af7abe88 * Allow colons to appear in the names of tgz files, to address PR 39459.
* Allow spaces to appear in the name of the TEMPROOT and SRCDIR directories.
* Remove the ability to specify a colon-separated list of tgz files
  using a single "-s" option, because ":" is now a valid character within the
  name of a single file.  Callers should use multiple "-s" options
  instead.
2008-09-07 15:20:02 +00:00
pooka
24da753b34 fix type for a few functions 2008-09-07 15:14:31 +00:00
lukem
0e21c40f39 Clean xf86DefModeSet.c
Support MAKEVERBOSE
2008-09-07 14:52:48 +00:00
lukem
ce7f6759e6 clean mkhtmlindex (created by <sys.mk> rule for .sh) 2008-09-07 14:50:25 +00:00
lukem
136bcb7fd6 Clean g3states.h
Support MAKEVERBOSE
2008-09-07 14:43:49 +00:00
lukem
cfd6d1ec41 Clean XlibConf.h
Support MAKEVERBOSE
2008-09-07 14:40:33 +00:00
lukem
08649e4075 Support cleaning fcarch-netbsd.h.
Enable MAKEVERBOSE
2008-09-07 14:37:45 +00:00
apb
e08cb252ae Remove "shift" commands that should have been removed when the
option parsing loop was converted to use getopts.  (Hi christos)
2008-09-07 14:31:10 +00:00
lukem
ccbdc39f10 Just use a BUILDSYMLINK for xdm.man.cpp -> xdm.man 2008-09-07 14:30:28 +00:00
lukem
935f649468 Define __appmansuffix__=1 in the man page cpp(1) translation. 2008-09-07 14:29:38 +00:00
lukem
c497ca5bf0 Disable man pages "properly".
Fixes build problem on older NetBSD systems.
2008-09-07 14:07:21 +00:00
rtr
8fa1918353 add xorg locale module entries 2008-09-07 13:15:49 +00:00
rtr
4df6dad7ae * build and install locale modules
this fixes the problem with copy & paste not working
2008-09-07 13:15:11 +00:00
tron
7c4ff5fbb4 Remove duplicate definition of "smbfs_node_pool".
Fix based on a patch provided by Juan RP in PR kern/39494.
2008-09-07 13:13:04 +00:00
rtr
70bddd8faa use XLOCALE.DEFINES from bsd.x11.mk 2008-09-07 13:12:28 +00:00
rtr
a51f302f6a add XLOCALE.DEFINES for locale path defs, easier to manage them here
than deep in the reachover.
2008-09-07 13:10:22 +00:00
tron
b7cced0000 Remove duplicate definition of "specfs_lock".
Patch provided by Juan RP in PR kern/39493.
2008-09-07 13:09:36 +00:00
wiz
56a7292635 End sentence with dot. Use more markup. 2008-09-07 12:40:11 +00:00
apb
a454795e01 Cleanup shell quoting:
* Almost all shell variables are now quoted, except where they
  hold numeric values such as exit status, or where we want
  the shell to split on spaces.

* Constructs like

    _files="$@"
    do_something_with $files

  are changed to

    #_files="$@"
    do_something_with "$@"

* In contexts where we do actually want the args to be concatenated with
  space separators, use "$*", not "$@".

Tested by running "postinstall check" with a SCRATCHDIR whose name
contained spaces.
2008-09-07 12:34:06 +00:00
pgoyette
494623b269 Only report new sensor state values if the new value is valid for the
particular event being monitored.  This avoids duplicate reporting for
sensors that monitor both a normal/critical state and value-within-limits
state as reported by Simon Burge on current-users.

While we're here, clean-up some stair-stepping if's.

OK garbled@
2008-09-07 12:13:00 +00:00
tron
9d95a24209 Document WAPBL kernel option. 2008-09-07 12:07:21 +00:00
tron
b2672204e3 Remove references to non-existant kernel option NO_TSC_TIME.
This fixes PR port-i386/39460 by Juan RP.
2008-09-07 12:01:25 +00:00