sobrado [Sat, 31 Jul 2010 14:25:37 +0000 (14:25 +0000)]
adds a remark about how printing routing labels to -r, it is the
more logical place to find this information; improve description
for the -v option (stolen from NetBSD).
written with excellent advice from bluhm@ and jmc@.
ok jmc@
mk [Sat, 31 Jul 2010 11:51:45 +0000 (11:51 +0000)]
The code referencing urndis_watchdog() is #if 0'd out, but the actual
function is not.
This change #if 0's urndis_watchdog() and some functions that are only
called from here.
At some point we probably want to use the watchdog functionality but the
current code is completely untested so disable it entirely rather than
enabling it this close to release.
nicm [Sat, 31 Jul 2010 11:37:37 +0000 (11:37 +0000)]
When looking for revision, break out of the loop at the end rather than
looping forever.
This prevents the server going into an infinite loop when the repository
is behind the checkout, but the behaviour is not correct (it is an error
rather than ignoring the file), so mark with an XXX for now. Some
underlying OpenCVS functions are too fatal()-happy and will probably
need to be changed in order to fix this properly.
Problem reported by sthen.
ok xsa ray
espie [Sat, 31 Jul 2010 11:30:50 +0000 (11:30 +0000)]
very old thinko, not really a problem, obviously, but groups and users are
categories, the corresponding keywords are newgroup and newuser.
ratchov [Sat, 31 Jul 2010 11:25:38 +0000 (11:25 +0000)]
add SA3_XXX macros removed by mistake with opl, but used by ym mixer
from mk@
espie [Sat, 31 Jul 2010 11:17:22 +0000 (11:17 +0000)]
keep location open while we grab updateinfo.
deal with error fallout and need to forget unneeded stuff
(halves number of connections, roughly)
ratchov [Sat, 31 Jul 2010 11:00:08 +0000 (11:00 +0000)]
unbreak ym.c, opl3sa3reg.h doesn't exist any longer
noticed by mk@
mk [Sat, 31 Jul 2010 10:59:37 +0000 (10:59 +0000)]
Break some really long lines.
jmc [Sat, 31 Jul 2010 09:38:03 +0000 (09:38 +0000)]
grammar fix;
yasuoka [Sat, 31 Jul 2010 09:33:09 +0000 (09:33 +0000)]
delete IIJ local functionalities.
ray [Sat, 31 Jul 2010 08:54:42 +0000 (08:54 +0000)]
Checking for -1 as an overflow value is pretty absurd. Returning
the unix epoch is equally absurd. Just return Start for now. We may
add overflow checks in the future.
OK xsa nicm
ratchov [Sat, 31 Jul 2010 08:48:01 +0000 (08:48 +0000)]
remove 2 years old compatibility mode
ratchov [Sat, 31 Jul 2010 08:46:56 +0000 (08:46 +0000)]
remove forgotten debug message
ratchov [Sat, 31 Jul 2010 08:33:19 +0000 (08:33 +0000)]
remove the ``midisyn'' framework and anything using it, i.e., the opl
device and the midi interface to pcppi.
ratchov [Sat, 31 Jul 2010 08:08:18 +0000 (08:08 +0000)]
fix typo preventing compilation with AUDIO_DEBUG
jmc [Sat, 31 Jul 2010 07:09:37 +0000 (07:09 +0000)]
fix a capitalisation error;
jakemsr [Sat, 31 Jul 2010 02:52:16 +0000 (02:52 +0000)]
check for audio stream and control interface descriptors in the
device configuration descriptor in the match() function. stops
midi devices from attaching as uaudio then bailing out, leaving
a phantom uaudio.
sthen [Fri, 30 Jul 2010 22:51:03 +0000 (22:51 +0000)]
Mention the horde port module. Not documented yet.
ray [Fri, 30 Jul 2010 21:47:18 +0000 (21:47 +0000)]
Check date_parse return values.
OK xsa
ckuethe [Fri, 30 Jul 2010 19:23:38 +0000 (19:23 +0000)]
Add "-S" to library installs to avoid breakage when one
"make -j8 build" job is installing libc and another job
is expecting to use libc (for example). ok phessler
kettenis [Fri, 30 Jul 2010 18:05:23 +0000 (18:05 +0000)]
When converting a floating value to an integer, properly raise the "invalid"
exception when the floating value is infinite or NaN or if the integral part
of the floating value exceeds the range of the integer type, as required by
the C99/IEEE754 standard.
Fixes Python 2.6 build on hppa.
ok miod@
krw [Fri, 30 Jul 2010 17:15:14 +0000 (17:15 +0000)]
Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s,
todd@'s and my machines all work as expected. Various other success stories
and no reports of failures. Also fix DEBUG compiles by removing a return
that was unneeded anyway.
"gud" miod@
jsg [Fri, 30 Jul 2010 13:31:47 +0000 (13:31 +0000)]
The device table entry for HD3470 was incorrectly using a logical or
instead of a binary or. Found via lint.
ok oga@
bluhm [Fri, 30 Jul 2010 12:55:12 +0000 (12:55 +0000)]
Do not print "Label" caption for "netstat -rvA".
ok markus@
ray [Fri, 30 Jul 2010 11:02:56 +0000 (11:02 +0000)]
Don't set "success" flags before error checks.
Add check for login_getclass() failure, pointed out by tobias.
OK tobias
espie [Fri, 30 Jul 2010 10:06:44 +0000 (10:06 +0000)]
fix header during update
miod [Fri, 30 Jul 2010 07:57:09 +0000 (07:57 +0000)]
Remove unused header file.
ray [Thu, 29 Jul 2010 18:52:45 +0000 (18:52 +0000)]
Replace abort(), fatal(), and errx() with return -1, since date_parse
returns -1 on error.
OK nicm
kettenis [Thu, 29 Jul 2010 18:32:26 +0000 (18:32 +0000)]
Don't set sc_ec until after the EC registers are mapped, but before we
execute the _REG method to make the EC available to the AML.
ok marco@
steven [Thu, 29 Jul 2010 17:38:13 +0000 (17:38 +0000)]
change URLs to point to the more recent porter's handbook;
mention the use of packages first.
ok sthen@
bluhm [Thu, 29 Jul 2010 16:35:40 +0000 (16:35 +0000)]
Print a column with the routing label if "netstat -vr" or "route
-v show" are called with the -v switch.
ok markus@
jsg [Thu, 29 Jul 2010 14:41:21 +0000 (14:41 +0000)]
some error cases returned 01 when they should have been returning -1
spotted by Mike Belopuhov.
blambert [Thu, 29 Jul 2010 14:40:47 +0000 (14:40 +0000)]
sort pool.h into the list of includes alphabetically
pointed out by kettenis@, ok miod@
blambert [Thu, 29 Jul 2010 14:06:26 +0000 (14:06 +0000)]
#include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude it
ok miod@ tedu@
jmc [Thu, 29 Jul 2010 13:55:48 +0000 (13:55 +0000)]
replace two misleading ie. with e.g.; from Jan Stary
kettenis [Thu, 29 Jul 2010 13:36:30 +0000 (13:36 +0000)]
Don't forget to register the i8254-based timecounter if we use the i8254
for clock interrupts. Unbreaks amd64 in PIC mode.
maja [Thu, 29 Jul 2010 12:37:16 +0000 (12:37 +0000)]
Add some more devices. -moj
maja [Thu, 29 Jul 2010 12:34:09 +0000 (12:34 +0000)]
sync
maja [Thu, 29 Jul 2010 12:32:04 +0000 (12:32 +0000)]
Add some more displaylink devices. -moj
jakemsr [Thu, 29 Jul 2010 01:39:03 +0000 (01:39 +0000)]
flag if an error during attach caused us to detach our resources, and
if so, don't do anything on suspend/resume. should fix crash reported
by mlarkin.
stsp [Thu, 29 Jul 2010 00:50:10 +0000 (00:50 +0000)]
Remove stray newline, fix $OpenBSD$; ok deraadt
mlarkin [Thu, 29 Jul 2010 00:29:49 +0000 (00:29 +0000)]
Zero out the firmware waking vector on successful resume from ACPI sleep.
ok deraadt@
millert [Wed, 28 Jul 2010 23:52:01 +0000 (23:52 +0000)]
Truncate output file when compressing. OK deraadt@
krw [Wed, 28 Jul 2010 23:47:43 +0000 (23:47 +0000)]
DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set
xs->datalen and reset xs->data to NULL. This prevents a spurious
attempt to setup (dma map, etc) and possibly attempt data tranfser.
In line with what Linux and FreeBSD do as far as I can tell.
Reduces the delay before my DVD starts playing its movie.
Idea to also set xs->data to NULL from matthew@.
"No objection" matthew@
nicm [Wed, 28 Jul 2010 22:15:15 +0000 (22:15 +0000)]
dup() the stdin fd so it isn't closed twice (once for stdin, once for tty).
nicm [Wed, 28 Jul 2010 21:44:41 +0000 (21:44 +0000)]
Add a dummy kqueue filter similar to seltrue and use it for anything
using seltrue for poll. Based on code from NetBSD.
Also remove a stray duplicate lpt entry from loongson, from deraadt.
ok tedu deraadt
deraadt [Wed, 28 Jul 2010 21:24:52 +0000 (21:24 +0000)]
Suspending drivers need to do as little as possible in here, so when the
transition is to INIT, try to not generate management frames if we can
avoid it.
ok damien
deraadt [Wed, 28 Jul 2010 21:21:38 +0000 (21:21 +0000)]
Make legacy xxpower() functions call xxstop() on suspend, and simplify their
resume paths. For new-style suspend/resume, add a ca_activate function where
it is missing, and use a workq to resume because these drivers like to sleep.
ok damien
nicm [Wed, 28 Jul 2010 21:19:30 +0000 (21:19 +0000)]
Support -U and -C to specify the context length for "cvs diff".
This doesn't alter cvs rdiff, where -U and -C are not support by GNU
cvs.
ok sthen zinovik
deraadt [Wed, 28 Jul 2010 18:31:51 +0000 (18:31 +0000)]
the default pciide chip needs no additional register restores; tested by jcs on one model
stsp [Wed, 28 Jul 2010 16:16:55 +0000 (16:16 +0000)]
Fix fallout from the utf-8 commit (segfaults in disklabel on install media).
Sorry about that.
ok sthen deraadt
deraadt [Wed, 28 Jul 2010 16:15:25 +0000 (16:15 +0000)]
more #ifdef needed for the case of not pegging on a non-MP kernel
deraadt [Wed, 28 Jul 2010 16:00:29 +0000 (16:00 +0000)]
remove stub code for rw locks we will never need; ok kettenis marco
kettenis [Wed, 28 Jul 2010 15:59:38 +0000 (15:59 +0000)]
It's pretty pointless to peg ourselves to the primary CPU if that's the
only one we have.
ok krw@, deraadt@
deraadt [Wed, 28 Jul 2010 15:50:19 +0000 (15:50 +0000)]
suspend save/restore for SIS3112; tested by mlarkin
jsg [Wed, 28 Jul 2010 15:45:04 +0000 (15:45 +0000)]
Change back to the pre rev 1.11 behaviour of not treating unexpected
id payloads as errors. Lets interop with strongSwan which sends
both IDi and IDr work again.
espie [Wed, 28 Jul 2010 15:06:14 +0000 (15:06 +0000)]
more explicit message
espie [Wed, 28 Jul 2010 15:05:33 +0000 (15:05 +0000)]
let fatal work, fix typo
marco [Wed, 28 Jul 2010 14:39:43 +0000 (14:39 +0000)]
Make all gasio failures look and behave the same.
espie [Wed, 28 Jul 2010 12:19:54 +0000 (12:19 +0000)]
pass state to Ustar objects, use it to display those pesky error and
fatal messages.
zap $opt_x from pkg_mklocated, do things like other commands do.
martinh [Wed, 28 Jul 2010 10:06:19 +0000 (10:06 +0000)]
Revert parts of previous change leading to assertion failure for
certain modify operations. Also fix logic error when replacing an attribute
with the empty set.
ray [Wed, 28 Jul 2010 09:07:11 +0000 (09:07 +0000)]
Make BUFs autoextend by default. This was already done in OpenCVS
a while ago.
OK zinovik nicm
ray [Wed, 28 Jul 2010 09:00:20 +0000 (09:00 +0000)]
Sync hcreate(3) with NetBSD, adding some caveats.
OK jmc
mlarkin [Wed, 28 Jul 2010 07:32:16 +0000 (07:32 +0000)]
Delay a little longer on suspend before giving up. Fixes machines that
sometimes don't suspend because the sleep transition takes too long
(symptoms like failing to sleep but the backlight stays on).
ok deraadt@
dlg [Wed, 28 Jul 2010 06:52:05 +0000 (06:52 +0000)]
pfsync_bulk_fail was mucking around with pfsync_softc and sending packets
without holding splsoftnet. this adds the necessary protection.
reported by patrick coleman
krw [Wed, 28 Jul 2010 01:53:12 +0000 (01:53 +0000)]
No need to bzero() malloc'd memory if we used M_ZERO.
ok matthew@
deraadt [Tue, 27 Jul 2010 23:36:35 +0000 (23:36 +0000)]
remove an ancient XXX
deraadt [Tue, 27 Jul 2010 23:33:21 +0000 (23:33 +0000)]
remove XXX; EC can now be attached early when needed; ok jordan
deraadt [Tue, 27 Jul 2010 22:58:48 +0000 (22:58 +0000)]
more brackets feels good
deraadt [Tue, 27 Jul 2010 22:57:48 +0000 (22:57 +0000)]
XXX annotate a block in acpi_enter_sleep_state() that is pretty worrying
deraadt [Tue, 27 Jul 2010 22:57:22 +0000 (22:57 +0000)]
do not match a 2nd EC if something horrible happens; ok marco
deraadt [Tue, 27 Jul 2010 22:39:59 +0000 (22:39 +0000)]
ca_activate handler for suspend/resume. untested -- if someone tests
this let me know.
marco [Tue, 27 Jul 2010 22:32:51 +0000 (22:32 +0000)]
Spaces vs tab
marco [Tue, 27 Jul 2010 22:29:09 +0000 (22:29 +0000)]
Remove a stray space. No binary change.
deraadt [Tue, 27 Jul 2010 22:11:44 +0000 (22:11 +0000)]
horrific indentation that nearly made me puke
todd [Tue, 27 Jul 2010 21:56:11 +0000 (21:56 +0000)]
spacing; ok deraadt@
marco [Tue, 27 Jul 2010 21:55:54 +0000 (21:55 +0000)]
Revert 1.34 certain systems need the parent ec pointer initialized earlier.
This fixes acpi interrupts on the latitude e6500.
Tested on e6500 and x61.
debugged with, and ok jordan
deraadt [Tue, 27 Jul 2010 21:40:40 +0000 (21:40 +0000)]
spacing
todd [Tue, 27 Jul 2010 21:35:51 +0000 (21:35 +0000)]
add bce_activate(), suspends and resumes on my laptop
ok deraadt@
kettenis [Tue, 27 Jul 2010 20:53:39 +0000 (20:53 +0000)]
Make sure we stop DMA before we suspend. Remove unused argument to re_stop()
to avoid the dilemma what meaningless value to pass.
ok deraadt@
guenther [Tue, 27 Jul 2010 20:07:56 +0000 (20:07 +0000)]
Fix compilation on gcc2 platforms, where _Bool and _Complex aren't
built into the compiler and instead have to be gotten from stdbool.h
and complex.h
Problem noted by miod@, fix by deraadt@
kettenis [Tue, 27 Jul 2010 19:38:18 +0000 (19:38 +0000)]
Make sure we stop DMA before we suspend.
ok deraadt@
deraadt [Tue, 27 Jul 2010 19:28:03 +0000 (19:28 +0000)]
sync
deraadt [Tue, 27 Jul 2010 17:34:26 +0000 (17:34 +0000)]
ca_activate function for suspend/resume
tested by mlarkin
stsp [Tue, 27 Jul 2010 16:59:03 +0000 (16:59 +0000)]
Replace the single-byte placeholders for the multi-byte/wide-character
conversion interfaces of libc (mbrtowc(3) and friends) with new
implementations that internally call an API based on NetBSD's citrus.
This allows us to support locales with multi-byte character encodings.
Provide two implementations of the citrus-based API: one based on the old
single-byte placeholders for use with our existing single-byte character
locales (C, ISO8859-*, KOI8, CP1251, etc.), and one that provides support
for UTF-8 encoded characters (code based on FreeBSD's implementation).
Install the en_US.UTF-8 ctype locale support file, and allow the UTF-8
ctype locale to be enabled via setlocale(3) (export LC_CTYPE='en_US.UTF-8').
A lot of programs, especially from ports, will now start using UTF-8 if the
UTF-8 locale is enabled. Use at your own risk, and please report any breakage.
Note that ncurses-based programs cannot display UTF-8 right now, this is being
worked on.
To prevent install media growth, add vfprintf(3) and mbrtowc(3) to libstubs.
The mbrtowc stub was copied unchanged from its old single-byte placeholder.
vfprintf.c doesn't need to be copied, just put in .PATH (hint by fgsch@).
Testing by myself, naddy, sthen, nicm, espie, armani, Dmitrij D. Czarkoff.
ok matthieu espie millert sthen nicm deraadt
deraadt [Tue, 27 Jul 2010 16:53:10 +0000 (16:53 +0000)]
delete a #if 0 chunk which was used for early development and will never
be reused
ok jordan
mlarkin [Tue, 27 Jul 2010 16:20:17 +0000 (16:20 +0000)]
Set the sleeping indicator light on machines that support it, in case SMI
doesn't do it for us. Shows the 'moon' LED on older Thinkpads when
sleeping.
Tested on T43p, W500, T510 by me and on X61s by deraadt@.
ok deraadt@
jmc [Tue, 27 Jul 2010 09:27:35 +0000 (09:27 +0000)]
properly escape some "!"; reported by kristaps
espie [Tue, 27 Jul 2010 09:09:43 +0000 (09:09 +0000)]
print these better
martinh [Tue, 27 Jul 2010 08:37:33 +0000 (08:37 +0000)]
Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=.
ok deraadt@ gilles@
mlarkin [Tue, 27 Jul 2010 07:42:34 +0000 (07:42 +0000)]
Repost ATI Radeon HD4500 on HP Pavilion dv7-3160us using the emulator,
in the same style we have done for all other ATI Radeon devices found so
far. Fixes video on said machine on resume.
jmc [Tue, 27 Jul 2010 07:04:04 +0000 (07:04 +0000)]
fix some spacing issues; noted by kristaps
deraadt [Tue, 27 Jul 2010 06:12:50 +0000 (06:12 +0000)]
annoying spaces getting in the way
jordan [Tue, 27 Jul 2010 05:17:36 +0000 (05:17 +0000)]
Early initialization of acpiec if ECDT table exists
Fixes hang when booting thinkpads while docked
ok deraadt
matthew [Tue, 27 Jul 2010 04:41:56 +0000 (04:41 +0000)]
Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command,
and update atascsi(4) to make use of it. (Other HBAs will be updated
post-release.) Should allow for use of SATA drives with >2^32 LBAs.
ok deraadt@, dlg@, krw@
marco [Tue, 27 Jul 2010 04:28:36 +0000 (04:28 +0000)]
replace acpitz_getreading goo with proper aml_evalinteger.
From jordan.
dlg [Tue, 27 Jul 2010 04:17:10 +0000 (04:17 +0000)]
the queue entry and state variables in the xsh and ioh structs are part
of a separate struct which the ioh struct includes for no good reason
anymore. just put the vars directly in the ioh.
this removes this useless abstraction.
ok krw@ matthew@
canacar [Tue, 27 Jul 2010 04:13:34 +0000 (04:13 +0000)]
Properly handle the size field in pflog link header
when generating the filter. This will allow the pflog
header to be extended without adding a new link type.
No change to generated code for other link types.
ok henning@
krw [Tue, 27 Jul 2010 02:00:36 +0000 (02:00 +0000)]
Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinations
(DDB/SMALL_KERNEL, DDB/!SMALL_KERNEL, !DDB/!SMALL_KERNEL,
!DDB/SMALL_KERNEL) can compile. A DDB bsd.rd is thus possible again.
Correction to my original diff from miod@
"If it compiles, commit" deraadt@
jordan [Tue, 27 Jul 2010 01:21:19 +0000 (01:21 +0000)]
Add additional Notify handler for dock devices, according to ACPI spec
ok marco