openbsd
9 years agoWe don't need KERNEL_LOCK() around if_input() anymore, as if_input() has
chris [Sun, 17 May 2015 02:33:09 +0000 (02:33 +0000)]
We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has
appropriate locking around bpf now.

ok dlg@

9 years agoOf course, fcntl errno case returns -1, which must be converted to 0
deraadt [Sun, 17 May 2015 01:56:02 +0000 (01:56 +0000)]
Of course, fcntl errno case returns -1, which must be converted to 0
with guenther

9 years agoisatty() is used by stdio to determine the buffering mode. Add a F_ISATTY
deraadt [Sun, 17 May 2015 01:22:01 +0000 (01:22 +0000)]
isatty() is used by stdio to determine the buffering mode.  Add a F_ISATTY
option to fcntl(), so that isatty() can use this rather than than the bloated
ioctl() interface.  Reducing uses of ioctl() by libc makes it easier to
constrain programs with various kinds of systrace sandboxes.
ok guenther, previously discussed as a concept with nicm

9 years agoUse fcntl() to set non-blocking-mode, rather ioctl(). This has a better
deraadt [Sun, 17 May 2015 01:15:44 +0000 (01:15 +0000)]
Use fcntl() to set non-blocking-mode, rather ioctl().  This has a better
chance of working in systrace restricted environments.
ok guenther

9 years agonope, ioctl has not been used for a while
deraadt [Sun, 17 May 2015 00:08:35 +0000 (00:08 +0000)]
nope, ioctl has not been used for a while

9 years agoCall slot_stop() after the play buffer is drained to properly cleanup
ratchov [Sat, 16 May 2015 19:27:53 +0000 (19:27 +0000)]
Call slot_stop() after the play buffer is drained to properly cleanup
the slot. Fixes periodic glitches occurring after eof is reached, and
then playback restarted with a MMC-relocate and MMC-start.

9 years agoDisplay simply "play" when play mode is set (furthermore, "playsync",
ratchov [Sat, 16 May 2015 12:51:24 +0000 (12:51 +0000)]
Display simply "play" when play mode is set (furthermore, "playsync",
aka PLAY_ALL mode is not used anymore)

9 years agoremove reference to encodings the kernel doesn't expose anymore
ratchov [Sat, 16 May 2015 12:48:50 +0000 (12:48 +0000)]
remove reference to encodings the kernel doesn't expose anymore

9 years agomention CuBox-i4Pro, Utilite and Novena
jsg [Sat, 16 May 2015 10:44:44 +0000 (10:44 +0000)]
mention CuBox-i4Pro, Utilite and Novena

9 years agohide private midi_softc strucure
ratchov [Sat, 16 May 2015 10:04:20 +0000 (10:04 +0000)]
hide private midi_softc strucure

9 years agoUse device_lookup() instead of digging into midi_cd.cd_devs[] and
ratchov [Sat, 16 May 2015 09:56:10 +0000 (09:56 +0000)]
Use device_lookup() instead of digging into midi_cd.cd_devs[] and
maintaining a "dying" flag which is already present in the device
structure. As a side-effect, this adds the missing refcounting
that mididetach() was missing. With from mpi@ and dlg@

ok mpi

9 years agostill needs kcore.h
deraadt [Fri, 15 May 2015 23:20:25 +0000 (23:20 +0000)]
still needs kcore.h

9 years agoMake index/rindex weak aliases of strchr/strrchr since they are not
millert [Fri, 15 May 2015 22:29:37 +0000 (22:29 +0000)]
Make index/rindex weak aliases of strchr/strrchr since they are not
part of the ISO C standard and have also been dropped from POSIX.
OK guenther@ kettenis@

9 years agoadd missing placeholder so that the "UNSIGNED PACKAGES: " line actually
jasper [Fri, 15 May 2015 21:18:53 +0000 (21:18 +0000)]
add missing placeholder so that the "UNSIGNED PACKAGES: " line actually
contains the list of packages.

ok espie@

9 years agoFix kill'n'yank error: the port is mandatory in relay listen on statements.
reyk [Fri, 15 May 2015 20:40:26 +0000 (20:40 +0000)]
Fix kill'n'yank error:  the port is mandatory in relay listen on statements.

Pointed out by Alex Greif

OK jmc@

9 years agorework synopsis to be a bit less ugly; the result is quite close to the posix
jmc [Fri, 15 May 2015 19:34:31 +0000 (19:34 +0000)]
rework synopsis to be a bit less ugly; the result is quite close to the posix
spec...

9 years agoclient/server mox ip;
jmc [Fri, 15 May 2015 19:26:37 +0000 (19:26 +0000)]
client/server mox ip;
from trondd

9 years agospelling;
jmc [Fri, 15 May 2015 18:53:05 +0000 (18:53 +0000)]
spelling;

9 years agosort;
jmc [Fri, 15 May 2015 18:49:21 +0000 (18:49 +0000)]
sort;

9 years agotrailing whitespace;
jmc [Fri, 15 May 2015 18:47:53 +0000 (18:47 +0000)]
trailing whitespace;

9 years agoDecrement the unit numbers on the novena sdhc devices. The imx6 dts
jsg [Fri, 15 May 2015 17:01:18 +0000 (17:01 +0000)]
Decrement the unit numbers on the novena sdhc devices.  The imx6 dts
files seem to have labels numbered one higher than the nodes they are
assigned to.

Tested by djm

9 years agoMake board attaching table driven and move it out into the soc
jsg [Fri, 15 May 2015 15:35:43 +0000 (15:35 +0000)]
Make board attaching table driven and move it out into the soc
directories.  Move the device tables while here as was done in bitrig.
With these changes the only use of the board id defines is in the soc
directories.

Tested by matthieu and djm on imx and myself on omap and sunxi (qemu).
ok djm@, ok jasper@ on an earlier version

9 years agoadd some missing splx() calls
jsg [Fri, 15 May 2015 13:32:08 +0000 (13:32 +0000)]
add some missing splx() calls
ok deraadt@ kettenis@ krw@

9 years agoRemove useless comments mentioning ether_output().
mpi [Fri, 15 May 2015 12:40:05 +0000 (12:40 +0000)]
Remove useless comments mentioning ether_output().

9 years agoAllow multiple connected/interface routes to exist at the same time.
claudio [Fri, 15 May 2015 12:00:57 +0000 (12:00 +0000)]
Allow multiple connected/interface routes to exist at the same time.
Use the existing multipath code. Switch away from using the ifa address
when making the cloning route and instead put a dummy sockaddr_dl route
in. With this it is possible to use the same network on multiple interfaces
at the same time. So if wireless and ethernet share the same network
the system will use the wired connection as long as there is link.
Still missing is builtin proxy-arp for the other interface IPs to allow
hitless failover.
OK mpi@

9 years agoGive carp(4) interfaces their own low priority. The change should not
claudio [Fri, 15 May 2015 11:53:06 +0000 (11:53 +0000)]
Give carp(4) interfaces their own low priority. The change should not
change behaviour for now but will allow to share the same address with
the parent interface without major hacks.
OK mpi@

9 years agoConvert to if_input().
mpi [Fri, 15 May 2015 11:36:30 +0000 (11:36 +0000)]
Convert to if_input().

ok dlg@

9 years agoFix return paths with missing EVP_CIPHER_CTX_cleanup() calls.
jsg [Fri, 15 May 2015 11:00:14 +0000 (11:00 +0000)]
Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.
ok doug@

9 years agorename the probe and free members of atascsi_methods to ata_probe
dlg [Fri, 15 May 2015 10:54:26 +0000 (10:54 +0000)]
rename the probe and free members of atascsi_methods to ata_probe
and ata_free.

this makes them consistent with the rest of the members, and lets
me #define free to weird debug things in the kernel without screwing
these files up.

9 years agoIntroduce if_output(), a function do to the last steps before enqueuing
mpi [Fri, 15 May 2015 10:15:13 +0000 (10:15 +0000)]
Introduce if_output(), a function do to the last steps before enqueuing
a packet on the sending queue of an interface.

Tested by many, thanks a lot!

ok dlg@, claudio@

9 years agoRemove a NULL check in carp_set_ifp() as we always pass a valid ifp
mpi [Fri, 15 May 2015 10:09:23 +0000 (10:09 +0000)]
Remove a NULL check in carp_set_ifp() as we always pass a valid ifp
pointer to this function.

ok claudio@

9 years agoRemove the 'Use DUIDs rather than device names in fstab?' question
rpe [Fri, 15 May 2015 07:41:30 +0000 (07:41 +0000)]
Remove the 'Use DUIDs rather than device names in fstab?' question
and use DUIDs unconditionally. DUIDs in the installed /etc/fstab
has been the default for quite some time now.

OK deraadt@, krw@, guenther@, beck@

9 years agothe code to prevent AUTH PLAIN from logging credentials upon authentication
gilles [Fri, 15 May 2015 07:34:45 +0000 (07:34 +0000)]
the code to prevent AUTH PLAIN from logging credentials upon authentication
failure does not catch the AUTH LOGIN case. rework to use the session state
rather than using the session command.

spotted by pkern@debian.org

9 years agoUse a salted hash of the lock passphrase instead of plain text and do
dtucker [Fri, 15 May 2015 05:44:21 +0000 (05:44 +0000)]
Use a salted hash of the lock passphrase instead of plain text and do
constant-time comparisons of it. Should prevent leaking any information about
it via timing, pointed out by Ryan Castellucci.  Add a 0.1s incrementing delay
for each failed unlock attempt up to 10s.  ok markus@ (earlier version), djm@

9 years agoUse STRONG_ALIAS instead of ALTENTRY.
kettenis [Thu, 14 May 2015 21:40:37 +0000 (21:40 +0000)]
Use STRONG_ALIAS instead of ALTENTRY.

ok millert@

9 years agoMake the "Battery Present" sensor a depency of all the battery-related
mpi [Thu, 14 May 2015 13:50:34 +0000 (13:50 +0000)]
Make the "Battery Present" sensor a depency of all the battery-related
sensors only if it is present, From David Higgs.

Fix a regression reported by and ok halex@

9 years agorev 1.3 introduced a check to an if statement without adding braces.
jsg [Thu, 14 May 2015 11:52:43 +0000 (11:52 +0000)]
rev 1.3 introduced a check to an if statement without adding braces.
Claudio points out the size is checked by an earlier test so just
remove it to restore the original handling of the partial octet case.

Discussed with claudio and gilles.

9 years agoExtend autoinstall(8) to allow for <hostname>-<mode>.conf response files
rpe [Thu, 14 May 2015 10:58:55 +0000 (10:58 +0000)]
Extend autoinstall(8) to allow for <hostname>-<mode>.conf response files
and to put response files in a subdir of the webserver's document root.
Based on diffs from Nathanael Rensen, thanks!

While here fix a buglet introduced by the $_server -> $AI_SERVER change.

OK krw, halex

9 years agoAllocate the input packet handler as part of the trunk_port structure
mpi [Thu, 14 May 2015 10:55:28 +0000 (10:55 +0000)]
Allocate the input packet handler as part of the trunk_port structure
since they have the same lifetime.

Requested by and ok dlg@

9 years agosync
deraadt [Thu, 14 May 2015 10:30:56 +0000 (10:30 +0000)]
sync

9 years agoRemove BOARD_ID* tests that do the same thing for every imx board.
jsg [Thu, 14 May 2015 03:13:20 +0000 (03:13 +0000)]
Remove BOARD_ID* tests that do the same thing for every imx board.
Tested by and ok djm@

9 years agoStop including CFLAGS in CXXFLAGS it creates problems when mixing
jsg [Thu, 14 May 2015 02:56:01 +0000 (02:56 +0000)]
Stop including CFLAGS in CXXFLAGS it creates problems when mixing
C and C++ when wanting to pass flags to only the C compiler.

Tested in a ports bulk build by naddy and the handful of problems
found were fixed by naddy, jca and pascal.

9 years agorework imxenet hardware address setup: if COTP doesn't provide an
djm [Thu, 14 May 2015 02:10:29 +0000 (02:10 +0000)]
rework imxenet hardware address setup: if COTP doesn't provide an
address, check whether the firmware/bootloader has already programmed
one. If all else fails, use ether_fakeaddr(); feedback and ok jsg@

(committed from Novena)

9 years agosync
deraadt [Thu, 14 May 2015 00:15:30 +0000 (00:15 +0000)]
sync

9 years agoIf crypt(3) is called with an unknown setting, return NULL instead
bluhm [Wed, 13 May 2015 21:01:54 +0000 (21:01 +0000)]
If crypt(3) is called with an unknown setting, return NULL instead
of some undefined value.
OK tedu@

9 years agotest mbuf pointers against NULL not 0
jsg [Wed, 13 May 2015 10:42:46 +0000 (10:42 +0000)]
test mbuf pointers against NULL not 0
ok krw@ miod@

9 years agoGet rid of the last "#if NTRUNK" by overwriting trunk ports' output
mpi [Wed, 13 May 2015 08:16:01 +0000 (08:16 +0000)]
Get rid of the last "#if NTRUNK" by overwriting trunk ports' output
function.

ok claudio@, reyk@

9 years agoRemove useless "bridge.h" include.
mpi [Wed, 13 May 2015 08:01:21 +0000 (08:01 +0000)]
Remove useless "bridge.h" include.

ok miod@

9 years agoThe enqueuer should never encouter the "From " separator in its headers, as
gilles [Wed, 13 May 2015 07:34:49 +0000 (07:34 +0000)]
The enqueuer should never encouter the "From " separator in its headers, as
it is added by the mda. If it sees one, it means that the enqueuer was used
as the mda and it needs to strip it otherwise the message will end with two
delimiters later down the road. Same applies to "Return-Path".

bug experienced by James Turner, confirmed by Giovanni.
fix suggested by Todd Miller, diff ok eric@

9 years agoDefine END() to set ELF symbol size.
uebayasi [Wed, 13 May 2015 05:29:57 +0000 (05:29 +0000)]
Define END() to set ELF symbol size.

OK miod@

9 years agoHaving the same settings on the same phy across multiple boards is just
jsg [Wed, 13 May 2015 02:39:28 +0000 (02:39 +0000)]
Having the same settings on the same phy across multiple boards is just
asking too much in the arm world.

Translate the fec parameters from the novena dtb to set a different clock
skew to the same micrel phy used on sabre lite.  The novena dtb sets
txd[0-3]-skew-ps to 3000, the sabre lite sets them to 0.  When run through
the shifting/oring process from the micrel phy driver in FreeBSD this ends
up being a write of 0xffff on the novena and 0x0000 on sabre lite when
writing to TX_DATA_PAD_SKEW.

This change resolves the stability problems djm was seeing with imxenet
on novena.

ok djm@

9 years agoTo replace c0-*, add a high watermark to the pty event, and also backoff
nicm [Tue, 12 May 2015 22:40:38 +0000 (22:40 +0000)]
To replace c0-*, add a high watermark to the pty event, and also backoff
when the any of the ttys the pane is going to write to has buffered
enough data.

9 years agoRevert rev 1.3. While that change appears to make the behaviour similar to
kettenis [Tue, 12 May 2015 21:05:42 +0000 (21:05 +0000)]
Revert rev 1.3.  While that change appears to make the behaviour similar to
binutils 2.15, it introduces bogus failures when inter-library dependencies
are present.

With the binutils 2.17 behaviour restored, --as-needed will cause linker
failures when necessary inter-library dependencies are not present.  This is
actually a good thing as binutils 2.15 will silently produce executables
that will fail at runtime in those cases.

ok miod@

9 years agoMake sure the rx ring lwm is set to at least 4. As far as we know, all
kettenis [Tue, 12 May 2015 20:20:18 +0000 (20:20 +0000)]
Make sure the rx ring lwm is set to at least 4.  As far as we know, all
hardware variants need at least 4 descriptors on the rx ring to be able to
receive packets.  Should fix the issue reported by Christian Schulte on
bugs@.

ok mikeb@, sthen@

9 years agoAdd dlclose(3) to SEE ALSO
guenther [Tue, 12 May 2015 20:14:09 +0000 (20:14 +0000)]
Add dlclose(3) to SEE ALSO

ok millert@ jmc@ schwarze@

9 years agoDocument pthread_atfork(3)'s interaction with dlclose(3)
guenther [Tue, 12 May 2015 20:13:15 +0000 (20:13 +0000)]
Document pthread_atfork(3)'s interaction with dlclose(3)
Use Xr instead of Fn for functions documented on other manpages

ok millert@ jmc@ schwarze@

9 years agoRace less.
millert [Tue, 12 May 2015 19:38:13 +0000 (19:38 +0000)]
Race less.

9 years agoTidy blank lines when outputting server info.
nicm [Tue, 12 May 2015 19:36:08 +0000 (19:36 +0000)]
Tidy blank lines when outputting server info.

9 years agoremove the sc->isopen flag, as sc->flags already hold the
ratchov [Tue, 12 May 2015 18:39:30 +0000 (18:39 +0000)]
remove the sc->isopen flag, as sc->flags already hold the
same information.

9 years agostore byte count in a size_t and switch from uiomovei() to uiomove()
ratchov [Tue, 12 May 2015 18:32:49 +0000 (18:32 +0000)]
store byte count in a size_t and switch from uiomovei() to uiomove()

9 years agoRemove unused code & definitions: midi_attach(), midi_unit_count(),
ratchov [Tue, 12 May 2015 18:23:38 +0000 (18:23 +0000)]
Remove unused code & definitions: midi_attach(), midi_unit_count(),
midi_getinfo(), midi_writebytes(). They were "used" by the sequencer
interface which we removed years ago.

9 years agoDon't hold the audio mutex when calling uiomove(), as uiomove()
ratchov [Tue, 12 May 2015 18:05:43 +0000 (18:05 +0000)]
Don't hold the audio mutex when calling uiomove(), as uiomove()
may sleep in case of a page fault

9 years agoRemove references to (deleted) auconv.h and mulaw.h files. Fixes
ratchov [Tue, 12 May 2015 16:35:23 +0000 (16:35 +0000)]
Remove references to (deleted) auconv.h and mulaw.h files. Fixes
i386 build. Found by Mark Patruck <mark at wrapped.cx>, thanks!

9 years agoAdd a session_alerts format which is a list of all the alerts in the
nicm [Tue, 12 May 2015 15:29:29 +0000 (15:29 +0000)]
Add a session_alerts format which is a list of all the alerts in the
current session in symbolic form (something like "0!,4~,5!"). Use this
in the default set-titles-string. Prompted by a request from Jan ONDREJ.

9 years agoAdd bell-action "other" to pass through bells in all windows except the
nicm [Tue, 12 May 2015 15:27:46 +0000 (15:27 +0000)]
Add bell-action "other" to pass through bells in all windows except the
current, suggested by Jan ONDREJ.

9 years agoFixup potential use after free and a memory leak.
mikeb [Tue, 12 May 2015 12:56:47 +0000 (12:56 +0000)]
Fixup potential use after free and a memory leak.

Found by Maxime Villard <max at m00nbsd ! net> with the Brainy Code Scanner,
thanks!

9 years agoThis file is only compiled when "pseudo-device bridge" is included in
mpi [Tue, 12 May 2015 12:35:10 +0000 (12:35 +0000)]
This file is only compiled when "pseudo-device bridge" is included in
your kernel configuration, no need for a #if NBRIDGE > 0 dance.

9 years agoMPLS also needs a definition for etherip_output(), fix build without
mpi [Tue, 12 May 2015 12:27:17 +0000 (12:27 +0000)]
MPLS also needs a definition for etherip_output(), fix build without
bridge.

9 years agoAdd newly matched devices to urtwn(4) hardware list.
stsp [Tue, 12 May 2015 11:53:13 +0000 (11:53 +0000)]
Add newly matched devices to urtwn(4) hardware list.
from Mikhail mp39590@gmail on tech@
Grammar fixes by sthen@. Made mandoc -T lint clean by me (must escape 'D1').

9 years agoMerge various urtwn(4) fixes from FreeBSD:
stsp [Tue, 12 May 2015 11:46:15 +0000 (11:46 +0000)]
Merge various urtwn(4) fixes from FreeBSD:
Match additional devices (RTL8188CU_3, DWA123D1, DWA125D1).
Fix efuse reading (fixes potential error in MAC address read from efuse).
Replace some magic numbers with macros.

Based on FreeBSD r270191, r273589, r281918, r281592, r282119, and r282623
via Mikhail mp39590@gmail on tech@
ok sthen@

9 years agoFix definition of R92C_USTIME_TSF.
stsp [Tue, 12 May 2015 11:19:35 +0000 (11:19 +0000)]
Fix definition of R92C_USTIME_TSF.
from FreeBSD r282623 via Mikhail mp39590@gmail on tech@

9 years agoregen
stsp [Tue, 12 May 2015 11:15:42 +0000 (11:15 +0000)]
regen

9 years agousbdevs_data.h
stsp [Tue, 12 May 2015 11:15:17 +0000 (11:15 +0000)]
usbdevs_data.h

9 years agoAdd 4 additional urtwn(4) device IDs.
stsp [Tue, 12 May 2015 11:14:06 +0000 (11:14 +0000)]
Add 4 additional urtwn(4) device IDs.
from FreeBSD via Mikhail mp39590@gmail on tech@

9 years agoDrop and reacquire the kernel lock in the vfs_shutdown and "cold"
mikeb [Tue, 12 May 2015 09:30:35 +0000 (09:30 +0000)]
Drop and reacquire the kernel lock in the vfs_shutdown and "cold"
portions of msleep and tsleep to give interrupts a chance to run
on other CPUs.

Tweak and OK kettenis

9 years agoFix an uninitialized variable access when pptp.hostname is configured.
yasuoka [Tue, 12 May 2015 05:30:24 +0000 (05:30 +0000)]
Fix an uninitialized variable access when pptp.hostname is configured.

9 years agoimxiic is known to be broken don't try attaching it on utilite
jsg [Tue, 12 May 2015 04:40:31 +0000 (04:40 +0000)]
imxiic is known to be broken don't try attaching it on utilite

9 years agoRaise VM_PHYSSEG_MAX to two and load an additional physical memory
jsg [Tue, 12 May 2015 04:31:10 +0000 (04:31 +0000)]
Raise VM_PHYSSEG_MAX to two and load an additional physical memory
segment if u-boot reports it.  Needed for the utilite where u-boot
reports two 1GB segments of physical memory.

From Patrick Wildt in bitrig with some additional sanity checks added.

9 years agoPut the right number of leading underscores in ___cerror and __cerror, for
miod [Tue, 12 May 2015 04:22:01 +0000 (04:22 +0000)]
Put the right number of leading underscores in ___cerror and __cerror, for
the sake of libpthread. Probably missed during the a.out->ELF switch, I
can't believe this went unnoticed for so long.

9 years agoMove the logit() prototype so parse.y will see it.
jsg [Tue, 12 May 2015 03:23:15 +0000 (03:23 +0000)]
Move the logit() prototype so parse.y will see it.
ok yasuoka@

9 years agoAdd missing braces.
jsg [Tue, 12 May 2015 02:49:48 +0000 (02:49 +0000)]
Add missing braces.
Tested by and ok djm@

9 years agochflagsat() is also async-signal-safe
guenther [Tue, 12 May 2015 02:44:06 +0000 (02:44 +0000)]
chflagsat() is also async-signal-safe

9 years agoThe i211 does not support an external EEPROM only a OTP
jsg [Tue, 12 May 2015 02:33:39 +0000 (02:33 +0000)]
The i211 does not support an external EEPROM only a OTP
Internal Non-Volatile Memory (iNVM).  Add support for reading
words out of it instead of an EEPROM.

From Patrick Wildt with some more offsets added.

9 years agoregen
jasper [Mon, 11 May 2015 20:20:33 +0000 (20:20 +0000)]
regen

9 years agoadd id for virtio rng
jasper [Mon, 11 May 2015 20:20:03 +0000 (20:20 +0000)]
add id for virtio rng

ok sf@

9 years agoMake softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.
pelikan [Mon, 11 May 2015 12:24:06 +0000 (12:24 +0000)]
Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.

ok jsing krw

9 years agofix a potential use-after-free in pf_state_rm_src_node
henning [Mon, 11 May 2015 12:22:14 +0000 (12:22 +0000)]
fix a potential use-after-free in pf_state_rm_src_node
found by jsg; ok jsg mikeb

9 years agoexplicit_bzero(3) on private data, in case of core dumps (and being a good example)
pelikan [Mon, 11 May 2015 12:14:22 +0000 (12:14 +0000)]
explicit_bzero(3) on private data, in case of core dumps (and being a good example)

ok florian jsing

9 years agoLeft the c0-* options behind in the table.
nicm [Mon, 11 May 2015 10:58:22 +0000 (10:58 +0000)]
Left the c0-* options behind in the table.

9 years agoRemove the c0-* options which never really worked satisfactorily. Going
nicm [Mon, 11 May 2015 10:10:16 +0000 (10:10 +0000)]
Remove the c0-* options which never really worked satisfactorily. Going
to try something else...

9 years agoRefresh sensor values asynchronously.
mpi [Mon, 11 May 2015 08:51:31 +0000 (08:51 +0000)]
Refresh sensor values asynchronously.

From David Higgs.

9 years agoTake trunk(4) out of ether_input().
mpi [Mon, 11 May 2015 08:41:43 +0000 (08:41 +0000)]
Take trunk(4) out of ether_input().

Each physical interface of a trunk now gets a specific ifih (interface
input handler) that runs before ether_input().

Tested by sthen@, dlg@, Theo Buehler and <mxb AT alumni.chalmers DOT se>

ok sthen@, dlg@

9 years agoRemove support for ADPCM encoding which isn't used nowadays and
ratchov [Mon, 11 May 2015 06:52:35 +0000 (06:52 +0000)]
Remove support for ADPCM encoding which isn't used nowadays and
not available to programs anyway.

9 years agoRemove all audio format conversion code from the kernel (btw holding
ratchov [Mon, 11 May 2015 06:46:21 +0000 (06:46 +0000)]
Remove all audio format conversion code from the kernel (btw holding
the kernel_lock), as we already do better conversions in
user-mode. Yet, no need for every single driver to fiddle with the
conversion code as they are done transparently by common MI code. With
help from armani and miod, support from mpi

ok armani@

9 years agoWhoops, need to pass through O_ACCMODE flags to the underlying __*_open()
guenther [Mon, 11 May 2015 06:31:17 +0000 (06:31 +0000)]
Whoops, need to pass through O_ACCMODE flags to the underlying __*_open()

problem pointed out by Mark Patruck (mark (at) wrapped.cx)

9 years agoConvert from uiomovei() to uiomove() to prevent short tranfers
guenther [Mon, 11 May 2015 02:01:01 +0000 (02:01 +0000)]
Convert from uiomovei() to uiomove() to prevent short tranfers

diff from natano@bitrig

9 years agoConvert from uiomovei() to uiomove() to prevent short tranfers
guenther [Mon, 11 May 2015 01:56:26 +0000 (01:56 +0000)]
Convert from uiomovei() to uiomove() to prevent short tranfers

diff from natano@bitrig, with some additional format and cast tweaks

9 years agoWhen checking flags that will be passed to open(), test the O_ACCMODE portion
guenther [Mon, 11 May 2015 00:42:54 +0000 (00:42 +0000)]
When checking flags that will be passed to open(), test the O_ACCMODE portion
separately to avoid false negatives.

ok miod@ millert@

9 years agoSet POLLHUP even if no valid events were specified as per POSIX.
millert [Sun, 10 May 2015 22:35:38 +0000 (22:35 +0000)]
Set POLLHUP even if no valid events were specified as per POSIX.
Since we use the poll backend for select(2), care must be taken not
to set the fd's bit in writefds in this case.  A kernel-only flag,
POLLNOHUP, is used by selscan() to tell the poll backend not to
return POLLHUP on EOF.  This is currently only used by fifo_poll().
The fifofs regress now passes.  OK guenther@

9 years agoAdd _bfd_ar_spacepadll() for formatting long long values in archive headers.
guenther [Sun, 10 May 2015 20:41:19 +0000 (20:41 +0000)]
Add _bfd_ar_spacepadll() for formatting long long values in archive headers.

ok kettenis@