Age | Commit message (Collapse) | Author |
|
|
|
output. This is more consistent with the current ifconfig style and
matches the "tunnel" configuration command.
ok claudio@ jmc@ deraadt@
|
|
cranking boot blocks version because it's unlikely anyone but me is running
them at the moment.
|
|
|
|
|
|
default kernel name if only a boot device is specified.
This makes boot paths like "sd()" auto-boot without asking for a kernel name.
|
|
SCSI tape support.
Drop sync negotiation from oosiop code, we can run without it.
|
|
OK deraadt@ miod@
|
|
ported from NetBSD.
Tested on hppa (720) and aviion (4600).
|
|
Only read the bus number from the "i2c-bus" child node if present,
this node exists only in some device-trees, otherwise use the bus
number encoded in the address of the device.
Fix an off-by-one when reading the data.
While here remove unused functions.
|
|
device-tree to restore the behaviour present before my last change.
This fixes a regression seen on some Powerbooks where one of the two
kiic(4) would always timeout when trying to configure the audio chip.
|
|
the program name. Works around a problem with the ObiHai 202's
syslog client (and possibly others) where an extra space is added
to the message before the program name. OK krw@ henning@ deraadt@
|
|
licence mere mortals can understand the terms of); will be connected to the
build on an arch-by-arch basis.
Testsuites and generated files have been intentionnaly omitted from this import.
Peer pressure and ok from at least drahn@ pirofti@ deraadt@
|
|
|
|
|
|
ok claudio@, henning@
|
|
The dell perc 6/i sets this to zero (meaning bad) when it
decides the battery doesn't have enough capacity for it to
allow write back mode, but doesn't set any of the other flags
to tell us why.
ok dlg@, tested by sthen@
|
|
of an interface, named after its IPv6 equivalent.
Make use of it instead of removing addresses by hand when detaching
or destroying an interface. As a bonus, multicast records linked
to the just divorced^Wdetached interface are no longer leaked.
No objection from the gang, ok mikeb@
|
|
ok henning
|
|
Prevents "nginx: [emerg] You must set the syslog directive and enable
it first."
OK sthen@ and ajacoutot@
|
|
useful for distributing IP lists.
OK beck@, claudio@, henning@
|
|
the state file before returning.
ok henning
|
|
if it can tell the target CPU isn't actually idling and introduce cpu_kick()
for the cases where we want to force a non-idle CPU into the kernel.
just a port of the amd64 version; testing by many
|
|
Currently limited to oosiop(4) controllers, and thus models 4600 and 530.
There are some rough edges to polish to avoid manual interaction (kernel
currently can't figure its boot device when booted from disk), but the hard
(and hair-pulling) work is over.
And we can have kernel symbols again!
|
|
|
|
the scsi_cmd and intr paths. scsi_done can restart io though, which means
the mutex will be tried recursively which panics.
defer scsi_done calls after mtx_leave by putting completed ccbs on a list
on the stack that we can walk.
i hate locks.
|
|
|
|
|
|
sizes are much much smaller. you need to mask the req ring producer
with its size to get its actual entry. also stops scribbling over
memory you dont really own.
lets esxi guests boot without panicking now. maybe itll fix jsgs
workstation panic too. fusion and esxi can do some io now, but not
get I/O errors writing to write an mbr with fdisk -i.
|
|
avoid using a daddr_t variable to hold a disk sector value even
temporarily.
No intentional functional change.
|
|
|
|
key size. New values from NIST Special Publication 800-57 with the upper
limit specified by RFC4419. Pointed out by Peter Backes, ok djm@.
|
|
i got it working on the eurostar while bored, and its at a point where it
will work given a bit more attention rather than just being a way to occupy
my time.
there's some cool use after frees and a lack of hotplug support to work on
ok krw@ jsg@
|
|
Update userret() arguments
|
|
2) d_type isn't the file's st_mode, but rather a type that can be derived
from the file's mode.
3) the readdir callback should be setting d_off. Assume for now that
fuse-based filesystems can operate with length based offsets
4) if the file type is unknown, use DT_UNKNOWN explictly instead
of assuming that's equal to zero
ok syl@
|
|
hardclock() set a flag on the running thread and force AST processing,
and then have the thread signal itself from userret().
idea and flag names from FreeBSD
ok jsing@
|
|
take the signal by preference if it's eligible (unblocked or sigwaiting).
ok jsing@
|
|
to a symlinks, that it be exactly that and not a hardlink to the
file pointed to by the symlink. Use linkat() to get what we want.
ok deraadt@
|
|
so that averages/rates are over the actual time-running-not-suspended.
For kernel cores, peek at the 'time_uptime' and 'naptime' variables.
original report by and ok mlarkin@
|
|
from Antonio Huete Jimenez <tuxillo at quantumachine dot net>
via Franco Fichtner (both DragonFly).
|
|
values rather than daddr_t values. So use u_int64_t to store them
and %llu to print them in checkdisklabel().
|
|
to convert from bytes to DEV_SIZE.
ok otto@ zhuk@ (for his chunk)
|
|
set up the delay constant.
|
|
mvme88k, to be able to unmap the page at address zero in the kernel, and have
the vbr page read-only after being initialized.
|
|
`extended interrupt' masks. This is how the hardware works, and this makes the
code simpler than attempting to aggregate them.
No functional change.
|
|
Thanks to Pedro Martelletto.
|
|
|
|
tested with ajacoutot@ on gvfs+nautilus.
|
|
|
|
|