RSS
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 22
[>] http://marc.info/?l=openbsd-cvs&m=140793013706191&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 15:55:10


> CVSROOT: /cvs
> Module name: src
> Changes by: chrisz@cvs.openbsd.org 2014/08/13 02:08:55
>
> Modified files:
> usr.sbin/httpd : httpd.c
>
> Log message:
> fix early loop termination in httpd path_info()
> without this fix httpd always put at least the first
> path component in SCRIPT_NAME even when it did not exist.
> Now for completely non-existant paths everything goes into
> PATH_INFO.
>

Your forgot to mention:

ok reyk@

[>] http://marc.info/?l=openbsd-cvs&m=140793144706643&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 17:55:09


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/13 06:03:40

Modified files:
sys/net : if_pppoe.c

Log message:
Correctly set the rtable ID of the packet header when sending
Active Discovery Terminate packets.

ok mikeb@, henning@, phessler@

[>] http://marc.info/?l=openbsd-cvs&m=140794318611346&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 21:55:08


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 09:19:24

Modified files:
usr.bin/mandoc : html.c html.h mdoc_html.c

Log message:
Use <em> for .Em and .Bf -emphasis.

The vast majority of .Em in real-world manuals is stress emphasis,
for which <em> is the correct markup. Admittedly, there are some
instances of .Em usage for alternate quality, for which <i> would
be a better match. Most of these are technical terms that neither
allow semantic markup nor are keywords - for the latter, .Sy would
be preferable. A typical example is that the shell breaks input into
.Em words .
Alternate voice or mood, which would also require <i>, is almost
absent from manuals.
We cannot satisfy both stress emphasis and alternate quality, so
pick the one that fits more often and looks less wrong when off.

Patch from Guy Harris <guy at alum dot mit dot edu>.
ok bentley@ joerg@NetBSD

[>] http://marc.info/?l=openbsd-cvs&m=140794589912715&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 21:55:10


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/13 10:04:28

Modified files:
usr.sbin/httpd : httpd.c httpd.h server_fcgi.c

Log message:
Provide a failsafe version of the path_info() function that doesn't
need a temporary path variable. Based on an initial diff from
chrisz@.

"Commit any failsafe version and I'm ok with it" chrisz@

[>] http://marc.info/?l=openbsd-cvs&m=140794936714262&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 21:55:11


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/13 11:02:21

Modified files:
faq : faq9.html current.html

Log message:
move to cvsweb.openbsd.org

[>] http://marc.info/?l=openbsd-cvs&m=140795149315096&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 21:55:12


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/13 11:37:31

Modified files:
. : 52.html alpha.html amd64.html goals.html
i386.html plus32.html plus33.html plus34.html
plus35.html policy.html sparc.html sparc64.html

Log message:
move to cvsweb.openbsd.org

[>] http://marc.info/?l=openbsd-cvs&m=140795156715142&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 21:55:13


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/13 11:38:53

Modified files:
. : index.html

Log message:
using cvsweb.openbsd.org now for cvsweb

[>] http://marc.info/?l=openbsd-cvs&m=140795174715231&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-13 21:55:15


Module name: src
Changes by: tobias@cvs.openbsd.org 2014/08/13 11:41:58

Modified files:
usr.sbin/tftpd : tftpd.c

Log message:
Always call freeaddrinfo after getaddrinfo.

ok dlg@

[>] http://marc.info/?l=openbsd-cvs&m=140795285315622&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 00:55:11


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/13 12:00:25

Modified files:
libressl : index.html

Log message:
move to cvsweb.openbsd.org

[>] http://marc.info/?l=openbsd-cvs&m=140795288615634&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 00:55:12


Module name: src
Changes by: chrisz@cvs.openbsd.org 2014/08/13 12:00:54

Modified files:
usr.sbin/httpd : server_fcgi.c

Log message:
For a non-existent root we don't want the root prefix to show up in
PATH_INFO.
Therefore put a lower bound of strlen(root) on scriptlen.
This makes perfect sense for virtual FastCGI scripts which run chrooted
in another directory from httpd.

ok reyk@

[>] http://marc.info/?l=openbsd-cvs&m=140795314315755&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 00:55:13


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/13 12:05:19

Modified files:
openbgpd : index.html
opencvs : index.html
openntpd : index.html
opensmtpd : index.html

Log message:
move to cvsweb.openbsd.org

[>] http://marc.info/?l=openbsd-cvs&m=140795378416155&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 00:55:14


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/13 12:15:49

Modified files:
faq/ports : ports.html specialtopics.html

Log message:
move to cvsweb.openbsd.org

[>] http://marc.info/?l=openbsd-cvs&m=140795405516271&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 00:55:16


Module name: www
Changes by: nick@cvs.openbsd.org 2014/08/13 12:20:33

Modified files:
openssh : features.html history.html index.html
manual.html specs.html

Log message:
move to cvsweb.openbsd.org

[>] http://marc.info/?l=openbsd-cvs&m=140796376320265&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 04:55:06


Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/08/13 15:02:16

Modified files:
app/ssh-askpass: Makefile
app/xlockmore : Makefile.bsd-wrapper
app/xsystrace : Makefile
app/xterm : Makefile
lib/libXt : Makefile.bsd-wrapper

Log message:
Install resource files in /usr/X11R6/share/X11/app-defaults

/etc/X11/app-defaults stays 1st in the libXt search path so, people
and ports can put customized versions there if needed.
If you didn't customize the versions in /etc/X11/app-defaults, they
should be removed to avoid future issues when one file changes.

discussed at g2k14 and ok ajacoutot@

[>] http://marc.info/?l=openbsd-cvs&m=140796464320617&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 04:55:07


Module name: www
Changes by: matthieu@cvs.openbsd.org 2014/08/13 15:17:10

Modified files:
faq : current.html

Log message:
moved X resource files...
I've added <!-- OpenBSD 5.6 --> markers to ease rotation of the file
once it's released.

[>] http://marc.info/?l=openbsd-cvs&m=140796480720678&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 04:55:09


Module name: src
Changes by: matthieu@cvs.openbsd.org 2014/08/13 15:19:56

Modified files:
etc/mtree : BSD.x11.dist

Log message:
Add /usr/X11R6/share/X11/app-defaults

[>] http://marc.info/?l=openbsd-cvs&m=140796778821855&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 04:55:10


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 16:09:28

Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : html.c term_ascii.c term_ps.c

Log message:
Begin cleanup of scaling units.
Note that we use 240u := 1i for all devices, even -Tps and -Tpdf.
Big fix of -Tascii rendering of f, m, and u.
Small fix of -Tascii rendering of c.
Big fix of -Thtml rendering of u.
Big fix of -Tps rendering of m, p, and u.
Clarify -Tps rendering of c.
Correct documentation of scaling units, in particular with respect to u.
This for example improves rendering of the OpenGL manuals.
Joint work with kristaps@.

[>] http://marc.info/?l=openbsd-cvs&m=140797490124319&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 04:55:11


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 18:07:55

Modified files:
regress/usr.bin/mandoc: Makefile.inc Makefile.sub

Log message:
Add a simple target to validate the syntax of -Thtml output.
Not hooked to the build yet because there are still too many bugs.

[>] http://marc.info/?l=openbsd-cvs&m=140797624424848&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 04:55:13


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 18:29:12

Modified files:
usr.bin/mandoc : html.c html.h mdoc_html.c

Log message:
Revert previous, as requested by kristaps@.
The .Bf block can contain subblocks, so it has to render as an
element that can contain flow content. But <em> cannot contain
flow content, only phrasing content. Rendering .Em and .Bf differently
would by unfortunate, and closing out .Bf before subblocks and
re-opening it afterwards would merely complicate both the C code
of the program and the generated HTML code. Besides, converting
.Em to semantic HTML markup would require some content to be put
into <em> and some into <i>, but we cannot automatically distinguish
which is which, so strictly speaking, we can't use semantic HTML
here but have to fall back to physical markup. Wonders of HTML...

[>] http://marc.info/?l=openbsd-cvs&m=140798005526239&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 05:55:07


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:33:56

src/regress/usr.bin/mandoc/man/B

Update of /cvs/src/regress/usr.bin/mandoc/man/B
In directory cvs.openbsd.org:/tmp/cvs-serv30582/man/B

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/B added to the repository

[>] http://marc.info/?l=openbsd-cvs&m=140798007026242&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 05:55:08


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:33:57

src/regress/usr.bin/mandoc/man/SH

Update of /cvs/src/regress/usr.bin/mandoc/man/SH
In directory cvs.openbsd.org:/tmp/cvs-serv30582/man/SH

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/SH added to the repository

[>] http://marc.info/?l=openbsd-cvs&m=140798008626243&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 05:55:09


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:34:00

src/regress/usr.bin/mandoc/mdoc/Os

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Os
In directory cvs.openbsd.org:/tmp/cvs-serv30582/mdoc/Os

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Os added to the repository

[>] http://marc.info/?l=openbsd-cvs&m=140798010626245&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 05:55:10


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:34:01

src/regress/usr.bin/mandoc/mdoc/Rv

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Rv
In directory cvs.openbsd.org:/tmp/cvs-serv30582/mdoc/Rv

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Rv added to the repository

[>] http://marc.info/?l=openbsd-cvs&m=140798010826247&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 05:55:12


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:33:58

src/regress/usr.bin/mandoc/mdoc/Dd

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Dd
In directory cvs.openbsd.org:/tmp/cvs-serv30582/mdoc/Dd

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Dd added to the repository

[>] http://marc.info/?l=openbsd-cvs&m=140798012326250&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 05:55:13


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:33:59

src/regress/usr.bin/mandoc/mdoc/Ex

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Ex
In directory cvs.openbsd.org:/tmp/cvs-serv30582/mdoc/Ex

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Ex added to the repository

[>] http://marc.info/?l=openbsd-cvs&m=140798071826389&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 05:55:14


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:45:03

src/regress/usr.bin/mandoc/roff/scale

Update of /cvs/src/regress/usr.bin/mandoc/roff/scale
In directory cvs.openbsd.org:/tmp/cvs-serv14905/roff/scale

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/scale added to the repository

[>] http://marc.info/?l=openbsd-cvs&m=140798155226582&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 06:55:07


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 19:58:51

Modified files:
regress/usr.bin/mandoc/man/TS: Makefile
regress/usr.bin/mandoc/roff/esc: Makefile
regress/usr.bin/mandoc/tbl: Makefile

Log message:
add missing NOPTS arguments

[>] http://marc.info/?l=openbsd-cvs&m=140798167826615&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 06:55:08


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 20:00:53

Modified files:
regress/usr.bin/mandoc/man: Makefile
regress/usr.bin/mandoc/man/TH: Makefile
regress/usr.bin/mandoc/mdoc: Makefile
regress/usr.bin/mandoc/mdoc/An: Makefile
regress/usr.bin/mandoc/mdoc/Bd: Makefile
regress/usr.bin/mandoc/mdoc/Bl: Makefile
regress/usr.bin/mandoc/mdoc/Dt: Makefile
regress/usr.bin/mandoc/mdoc/Sh: Makefile
regress/usr.bin/mandoc/roff: Makefile
regress/usr.bin/mandoc/roff/it: Makefile
Added files:
regress/usr.bin/mandoc/man/B: Makefile args.in args.out_ascii
args.out_lint
regress/usr.bin/mandoc/man/SH: Makefile broken.in
broken.out_ascii broken.out_lint
broken_eline.in
broken_eline.out_ascii
broken_eline.out_lint noarg.in
noarg.out_ascii noarg.out_lint
regress/usr.bin/mandoc/man/TH: noarg.out_lint onearg.out_lint
regress/usr.bin/mandoc/mdoc/An: break.out_lint
regress/usr.bin/mandoc/mdoc/Bd: centered.in centered.out_ascii
regress/usr.bin/mandoc/mdoc/Bl: bareIt.in bareIt.out_ascii
bareIt.out_lint column.out_lint
regress/usr.bin/mandoc/mdoc/Dd: Makefile badarg.in
badarg.out_ascii badarg.out_lint
dupe.in dupe.out_ascii
dupe.out_lint late.in
late.out_ascii late.out_lint
manarg.in manarg.out_ascii
manarg.out_lint noarg.in
noarg.out_lint order.in
order.out_ascii order.out_lint
regress/usr.bin/mandoc/mdoc/Dt: late.in late.out_ascii
late.out_lint missing.in
missing.out_ascii
missing.out_lint noarg.in
noarg.out_ascii noarg.out_lint
nosec.in nosec.out_ascii
nosec.out_lint
regress/usr.bin/mandoc/mdoc/Ex: Makefile args.in args.out_ascii
noname.in noname.out_ascii
noname.out_lint nostd.in
nostd.out_ascii nostd.out_lint
regress/usr.bin/mandoc/mdoc/Os: Makefile dupe.in dupe.out_ascii
dupe.out_lint late.in
late.out_ascii late.out_lint
missing.in missing.out_ascii
missing.out_lint
regress/usr.bin/mandoc/mdoc/Rv: Makefile args.in args.out_ascii
noname.in noname.out_ascii
noname.out_lint nostd.in
nostd.out_ascii nostd.out_lint
regress/usr.bin/mandoc/mdoc/Sh: subbefore.in subbefore.out_ascii
subbefore.out_lint
regress/usr.bin/mandoc/roff/it: badarg.in badarg.out_ascii
badarg.out_lint
regress/usr.bin/mandoc/roff/scale: Makefile horiz.in
horiz.out_ascii
Removed files:
regress/usr.bin/mandoc/mdoc/Dt: baddate.in baddate.out_ascii
baddate.out_lint lateos.in
lateos.out_ascii lateos.out_lint
nodate.in nodate.out_lint
noos.in noos.out_lint

Log message:
new regression tests collected during recent work

[>] http://marc.info/?l=openbsd-cvs&m=140798458427528&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 06:55:09


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 20:49:23

Modified files:
usr.bin/mandoc : Makefile

Log message:
mandoc 1.13.1 has been released

[>] http://marc.info/?l=openbsd-cvs&m=140798487627590&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 07:55:08


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/13 20:54:14

Modified files:
regress/usr.bin/mandoc/roff/it: badarg.in

Log message:
fix date that got changed by Mdocdate
and no longer matches the desired output

[>] http://marc.info/?l=openbsd-cvs&m=140798868829072&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 08:55:07


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/13 21:57:44

Modified files:
sys/dev/pci/drm: drm.h i915_drm.h

Log message:
add some definitions from libdrm 2.4.56

[>] http://marc.info/?l=openbsd-cvs&m=140798885929134&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 08:55:08


Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2014/08/13 22:00:28

Modified files:
lib/libdrm : Makefile.inc xf86drm.c xf86drmMode.h
lib/libdrm/radeon: radeon_surface.c

Log message:
update to libdrm 2.4.56

[>] http://marc.info/?l=openbsd-cvs&m=140798898929153&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 08:55:10


Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2014/08/13 22:02:47

Modified files:
. : 3RDPARTY

Log message:
update

[>] http://marc.info/?l=openbsd-cvs&m=140800266132359&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 11:55:08


Module name: src
Changes by: chrisz@cvs.openbsd.org 2014/08/14 01:50:35

Modified files:
usr.sbin/httpd : server_file.c

Log message:
Remove obsolete struct stat parameters.

ok reyk@

[>] http://marc.info/?l=openbsd-cvs&m=140800294632405&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 12:55:09


Module name: src
Changes by: blambert@cvs.openbsd.org 2014/08/14 01:55:17

Modified files:
sys/net : pf_lb.c

Log message:
fix logging strings (correct function name via __func__ + a typo)

ok florian@ henning@

[>] http://marc.info/?l=openbsd-cvs&m=140800370132582&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 12:55:10


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/14 02:08:00

Modified files:
usr.sbin/npppd/npppd: npppd_subr.c

Log message:
Do not set RTF_MASK, it is not used anymore.

ok yasuoka@

[>] http://marc.info/?l=openbsd-cvs&m=140800385632650&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 12:55:11


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/14 02:10:30

Modified files:
usr.bin/systat : pool.c systat.1

Log message:
Show only active pools by default, pressing 'A' shows all of them.

ok deraadt@

[>] http://marc.info/?l=openbsd-cvs&m=140800458400558&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 12:55:13


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/14 02:22:38

Modified files:
sys/netinet : ip_mroute.c ip_mroute.h raw_ip.c

Log message:
Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoring
code that comes with them.

ok mikeb@, henning@

[>] http://marc.info/?l=openbsd-cvs&m=140800692401348&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 13:55:09


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/14 03:01:47

Modified files:
sys/kern : init_main.c
sys/net : route.c
sys/netinet : ip_mroute.c
sys/netinet6 : ip6_mroute.c

Log message:
No need for raw_cb.h

[>] http://marc.info/?l=openbsd-cvs&m=140800756701523&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 13:55:10


Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/14 03:12:26

Modified files:
usr.sbin/httpd : http.h

Log message:
Sync with RFC 7230-7235 phrases and IANA registered status codes.

ok reyk@

[>] http://marc.info/?l=openbsd-cvs&m=140800995502400&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 13:55:11


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/14 03:52:03

Modified files:
sys/dev/pci : if_oce.c

Log message:
Implement rxrinfo ioctl for cluster usage statistics

[>] http://marc.info/?l=openbsd-cvs&m=140801227103321&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 14:55:11


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/14 04:30:52

Modified files:
usr.sbin/relayd: http.h

Log message:
Sync with httpd, including the following change from doug@:
"Sync with RFC 7230-7235 phrases and IANA registered status codes.
ok reyk@"

[>] http://marc.info/?l=openbsd-cvs&m=140801631004617&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 15:55:10


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/14 05:38:14

Modified files:
sys/net : if.c

Log message:
Compare number of allocated clusters with a low watermark, not
a magic number 4 since sometimes we can't fit a single packet
(jumbo frame) into 4 clusters.

OK dlg

[>] http://marc.info/?l=openbsd-cvs&m=140801899805875&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 16:55:08


Module name: src
Changes by: bcallah@cvs.openbsd.org 2014/08/14 06:22:58

Modified files:
usr.bin/mg : keymap.c

Log message:
Add bounce matching for [] and {} like mg already does with () and like
Emacs does.
ok florian@

[>] http://marc.info/?l=openbsd-cvs&m=140801970106188&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 16:55:09


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/14 06:34:05

Modified files:
usr.bin/netstat: mroute.c

Log message:
Kill bandwidth monitoring meters.

[>] http://marc.info/?l=openbsd-cvs&m=140802029806382&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 16:55:10


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/14 06:44:44

Modified files:
usr.sbin/tcpdump: pfctl_osfp.c print-802_11.c print-atalk.c
print-atm.c print-domain.c print-dvmrp.c
print-enc.c print-ether.c print-etherip.c
print-fddi.c print-frag6.c print-gre.c
print-gtp.c print-iapp.c print-icmp.c
print-icmp6.c print-igrp.c print-ip.c
print-ip6.c print-ipsec.c print-ipx.c
print-krb.c print-lldp.c print-mobile.c
print-netbios.c print-nfs.c print-null.c
print-ospf.c print-ospf6.c print-pflog.c
print-pfsync.c print-pim.c print-ppp.c
print-raw.c print-rip.c print-ripng.c
print-rt6.c print-skip.c print-sl.c
print-slow.c print-stp.c print-sunrpc.c
print-tcp.c print-udp.c

Log message:
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.

[>] http://marc.info/?l=openbsd-cvs&m=140802096806643&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 17:55:07


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/14 06:55:50

Modified files:
usr.bin/systat : netstat.c pf.c
usr.bin/netstat: inet.c inet6.c net80211.c

Log message:
No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.

[>] http://marc.info/?l=openbsd-cvs&m=140803691315064&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 21:55:08


Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/14 11:21:38

Modified files:
sys/uvm : uvm_map.c

Log message:
Bring back 1.173 (reverting 1.174) - mips64 systems are still unhappy when
the hint returned is over VM_MAXUSER_ADDRESS, apparently; better be safe for
now while this is investigated further.

[>] http://marc.info/?l=openbsd-cvs&m=140803861515928&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 21:55:09


Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/14 11:49:50

Modified files:
sys/arch/vax/if: sgec.c

Log message:
Unused variable, and more fixes in the attach failure path.

[>] http://marc.info/?l=openbsd-cvs&m=140803895316058&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-14 22:55:07


Module name: src
Changes by: tobias@cvs.openbsd.org 2014/08/14 11:55:28

Modified files:
lib/libc/sys : Makefile.inc
lib/libcrypto : x509v3.cnf
lib/libssl/src/crypto/dso: dso.h
sys/arch/aviion/stand/vdmtool: vdmtool.c
sys/arch/mips64/include: cpu.h

Log message:
fixed overrid(d)en typo

millert@ and jmc@ agree that "overriden" is wrong

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 22