Age | Commit message (Collapse) | Author |
|
|
|
ok krw@, miod@.
|
|
ok henning@
|
|
tx_conf register. if you get "not supported" in your dmesg; it's
actually an (early) rtl8187b that's using rtl8187l id; so you
should test the diff on tech@.
otherwise; rtl8187b devices not matched yet.
|
|
bounds information, ie. the zone of the disk that OpenBSD can use. Have each
pre-disklabel parser (MBR, DPME, or per-arch MD disklabel parsers) figure out
this area and pass it up to userland. Then, delete all the same disk parsing
code from disklabel(8) since the kernel passes it up. Lots and lots of - signs
in the disklabel(8) code.
Tested on as many platforms as possible, the fallout will be repaired as time
goes on. To test, use disklabel -d <drive> and validate that the bounds do not
overlap any boot blocks. This same information is used by disklabel -A...
OK for the concept from krw, miod, and drahn
|
|
|
|
- fix some comments
- remove var from a declaration; for consistency
|
|
|
|
|
|
actually know that that login is not provided in url; and we should
guess it. fixes a bug reported by halex@ where it tried to login
as 'ftp' after unsuccessful logins; ok theo, halex@, krw@
|
|
- reduce diff a bit
|
|
Someone may have passed a read-only string to putenv() (I'm looking
at you cron!).
|
|
- use u_int16_t instead of enum imsg_type in imsg function prototypes
requested by reyk@, ok pyr@
|
|
|
|
into sis_iff_ns() (called only for natsemi). from Brad.
|
|
- nitemize
|
|
- add index macros
|
|
|
|
- remove some unused fields from softc
- spacing
|
|
|
|
for tx" for some fields, and functions trying to do everything;
split it into rx_data & tx_data. this way it's less error-prone.
i've actually fixed a bug doing this.
"please start comitting this stuff" jsg@
|
|
ok thib@
|
|
|
|
inet6/-inet6
|
|
- tx_start never actually free'd mbufs; oops
report/test/ok jsg@
|
|
ifconfig em0 -inet6
deletes all v6 addresses including link-local and prevents new ones from
being added.
ifconfig em0 inet6 <addr>
re-enables v6, brings the link local back and adds optional <addr>
ok theo reyk
|
|
|
|
remove -Werror.
ok ratchov@
|
|
it has an RT2070 MAC/BB which is a (cheap) single-chip 802.11g solution.
USB ID provided by Michael Kiesel.
|
|
immediately afterwards on a smart terminal. found by claudio@.
"I like that diff" deraadt "yes please!" phessler "I think that
makes sense" claudio
|
|
it.
`sure' deraadt, `sure why not' claudio, minor complains about the
sorting from phessler.
|
|
This unconfuses pkg_* when passed paths that, while valid, don't exactly
match /var/db/pkg. For example, the following now works (note the double
slash):
$ pkg_info /var//db/pkg/somepackage
Hasty tab-completers the world over shall rejoice. Tweaks and ok espie@.
|
|
error = foo();
if (!error)
bar();
is an alien construct; replace with one from this planet
ok thib@
|
|
|
|
vttest test happy.
|
|
ok thib@
|
|
free the mbufs the entry has (socket name, reply).
Found with dlg@'s amazing mbuf debug diff, fix is based on
the same thing in NetBSD (by yamt@netbsd.org).
OK blambert@
|
|
ok pyr@
|
|
up the code a bit.
- Remove unused sc_if_flags field.
from Brad.
|
|
PF_UNSPEC queries are made. While there change the default from inet6
first then inet4 to inet4 first then inet6, this prevents the many
people with IPv4 only connectivity from constantly trying to contact
IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
right.
(forgot the manpage bit).
|
|
PF_UNSPEC queries are made. While there change the default from inet6
first then inet4 to inet4 first then inet6, this prevents the many
people with IPv4 only connectivity from constantly trying to contact
IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
right.
ok deraadt@, plenty of cheering in the room wrt the idea, not loud
enough complaining from the v6 crowd.
|
|
'looks good' pyr@
|
|
|
|
for network message passing.
ok pyr@
|
|
|
|
|
|
|
|
|
|
from Brad; ok chris@
|
|
by anything.
|