Age | Commit message (Collapse) | Author |
|
PWR_{SUSPEND,RESUME} so that they match the values of DAVCT_{SUSPEND,RESUME}
so that we can eventually (many more steps...) kill the powerhook garbage
and use the activate mechanism.
no objections
|
|
ok deraadt@
|
|
|
|
|
|
the file.
spotted by jmc@
|
|
|
|
- zap trailing whitespace
|
|
ok krw@ claudio@
|
|
ok art@, oga@
|
|
link0 will reset the interface and all configuration is lost (e.g. -inet6 or
rdomain settings) so use link0 as first command without any other arguments
to get a deterministic behaviour.
With a lot of help by jmc@ (actually commiting his version because it is much
nicer, as ususal).
|
|
be more explicit and force it in dst.
OK deraadt@, mcbride@
|
|
|
|
|
|
|
|
OK michele@
|
|
sys/types.h is the file you want to include.
|
|
byte) disklabels even in the midst of a larger sector. E.g. in bytes
512 - 1023 of the first 2048 byte sector on a CD.
On hppa we plopped down such a disklabel on cdXX.iso and installXX.iso.
Once accessible it took precedence over the spoofed label of the CD. Chaos
ensued. Since there is currently no reason for this label on hppa
cd's, eradicate it and its disktab entry. cdXX.iso/installXX.iso can now
be mounted on hppa again.
Also remove a commented out label plopping on Alpha, which references a
non-existant disktab entry.
Problem noted and exact diff creating problem discovered by marco@.
ok deraadt@
|
|
CardBus bridge powered up during suspend. Step zero on the long road
towards fully suspending CardBus on all machines.
ok deraadt@, damien@
|
|
|
|
|
|
ok millert guenther
|
|
bufferevent) before freeing the bufferevent.
|
|
reported by gcc.
ok jasper@
|
|
rtsock code can return a more reasonable error to the user.
OK henning
|
|
all the magic cleanup happens before. This is needed because mpe(4) needs
to add a route which would be removed by the cleanup code.
OK henning
|
|
since IPv6 is not rdomain aware and freaks out about it.
OK henning
|
|
not make sense to compile ofwboot without support for ELF. Whilst here,
nuke the unused SPARC_BOOT_NFS define and compile elf64_exec.c as an
object rather than including it in boot.c.
ok miod@
|
|
ok miod@
|
|
them out safely.
|
|
device are going away, this will walk the pool and link queues and
wake up processes that are sleeping while waiting for an io or xs.
they will return NULL to the scsi_{xs,io}_get callers, which should
then check if they device is still alive. all other handlers that
are registered on the queues should be removed by their owners
before the destroy/shutdown funcs are called.
lots of help and discussion with matthew@
ok matthew@
|
|
idiotically accepts more then two hex digits following the \x, even
on platforms where a char has 8 bits. It is therefore dangerous to have
an almost-bit-not-quite compatible format in vis(3).
The VIS_ALL (encode all characters) option introduced in the same commit
remains.
|
|
|
|
SIOCSIFRDOMAIN should be protected but this is by far the biggest
offender. The same codepath in if_detach() runs at splnet().
|
|
rn_mpath_capable(). Move code down into the mpath specific block.
Not all routing tables support multipath and therefor priorities.
|
|
and with this, my adventure in sdmmc-land is over
bikeshed is still banana-shaped
ok oga@
|
|
1) one statement per line
2) label gets its own line, and doesn't share it with a statement
no functional change
"Let the turd shine." claudio@
|
|
up to the declaration.
|
|
ok millert@
|
|
|
|
|
|
via setenv() or putenv(). OK miod@
|
|
.tiprc reported by nick@.
|
|
|
|
when setting up the client.
|
|
the pci write buffers.
|
|
bridge interrupts dance when trying to access an uninplemented ioc3 register.
Makes PIC handling simpler as a bonus.
|
|
don't return the error back to the caller, but also don't turn on
unsolicited responses for the volume knob. chances are, it isn't
acutally used. lets sony viao tz play audio through suspend/resume
cycle.
* add some debug messages for other volume knob errors.
|
|
to the current time. Works around a rare race condition that can happen
if daily(8) zaps old files from /var/tmp while pkg_add(8) is installing
or updating a package and doesn't yet have moved nor even read some of
the files in /var/tmp/pkginfo.* (typically +DESCR).
Espie wasn't totally happy with this at first, and will eventually work
on something better, so I'm omitting documentations bits for now.
ok espie@
|
|
1. though shalt not hold a mutex while sleeping, which kthread_create can
do. instead of holding the wq mutex over the kthread_create and increasing
the number of running threads after kthread_create succeeds, this counts
the thread and drops the mutex before kthread_create. after the call it
takes the mutex again and decrements the number of threads if the call
failed.
2. if a workq is created during autoconf, the actual thread create
is deferred to when the scheduler is running. if the workq is
destroyed before then, the wq memory gets freed and then the deferred
thread creation will be using freed memory. we now have a workq
state variable so we can do the right thing at the different stages
of the workqs lifetime.
ok matthew@
|
|
|