CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 02:17:01
Modified files:
usr.bin/ssh : version.h
Log message:
3.9
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/16 04:38:01
Modified files:
id : errata.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 05:14:15
Modified files:
usr.sbin/ntpd : client.c
Log message:
Be more careful setting next and deadline, they should not both be != 0
at the same time.
ok henning@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/16 08:58:48
Added files:
games/gnushogi/patches: patch-src_init_c
Log message:
fix out of bounds access.
thx tdeval@ for mmap malloc.
okay naddy@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/16 09:27:47
Modified files:
x11/gnome/libs/pkg: PLIST
Log message:
gnome-libs should conflict with libgtop, but it shouldn't with
libgtop's gnome flavor
ok naddy@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 09:48:28
Modified files:
etc/bind : named-dual.conf named-simple.conf
Removed files:
etc/bind : db.loopback6.int
Log message:
remove ip6.int. ok henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 10:43:52
Modified files:
sys/arch/alpha/include: intr.h
sys/arch/alpha/alpha: interrupt.c
Log message:
Uninline splraise to save some time and space.
deraadt@ ok, tested by many for a long time.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 11:39:22
Modified files:
etc : Makefile
Log message:
fix the tree after jakob broke it
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 11:40:10
Modified files:
distrib/sets/lists/etc: mi
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/16 11:46:37
Modified files:
. : donations.html
Log message:
sgi hw, thanks
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/16 15:12:37
Modified files:
sysutils/findlib: Makefile
Log message:
add missing Tcl/Tk dependency; ok sturm@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/16 15:26:01
Modified files:
devel/swig : Makefile
Log message:
fix dependencies
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 15:31:32
Modified files:
share/man/man3 : queue.3
Log message:
correct a mistake in a code example; diff from Lawrence Teo;
henning says it's correct;
CVSROOT: /cvs
Module name: XF4
Changes by:
[email protected] 2004/08/16 15:49:04
Modified files:
. : README
Log message:
typos from f at obiit dot org (PR #3894);
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 17:12:58
Modified files:
usr.sbin/dhcrelay: dhcrelay.8
Log message:
sync synopsis with usage
found by jmc
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/16 17:34:02
Modified files:
editors/emacs21: Makefile
editors/emacs21/patches: patch-Makefile_in
Log message:
INSTALL_PROGRAM was being overridden by bsd.port.mk, use custom INSTALL_EMACS
which is defined as INSTALL_SCRIPT from the makefile, as a hack to disable
stripping on the emacs binary. discussed with marc, espie and others
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 18:24:40
Modified files:
share/man/man4 : carp.4
Log message:
a few mdoc fixes
ok jmc
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/16 18:28:03
Modified files:
gnu/usr.bin/texinfo/makeinfo: insertion.c
Log message:
strncmp works only if starting after start of buffer.
found thx to mmap malloc.
okay millert@ deraadt@
CVSROOT: /cvs
Module name: XF4
Changes by:
[email protected] 2004/08/17 00:38:18
Modified files:
xc/programs/Xserver/hw/xfree86/drivers/ati: radeon.man
Log message:
document iBookHacks option. ok todd@ deraadt@ millert@
CVSROOT: /cvs
Module name: XF4
Changes by:
[email protected] 2004/08/17 00:39:43
Modified files:
distrib/notes : README.macppc
Log message:
mention iBookHacks option. ok millert@ deraadt@ todd@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 03:38:07
Modified files:
libexec/spamd : spamd.c
Log message:
impliment QUIT, beck ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 08:48:24
Modified files:
sbin/isakmpd : message.c
Log message:
check for msg->isakmpg_sa being NULL before referencing
ok ho@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 09:11:31
Modified files:
sys/arch/i386/stand/libsa: time.c
Log message:
Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 09:39:37
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
Always update prefix timestamp even if nothing has changed. Without this
networks disappear after reload. OK henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 09:59:34
Modified files:
usr.sbin/bgpd : buffer.c
Log message:
when sending a file descriptor, close it on the receiving side in
buf_dequeue() instead of in msgbuf_write(). as sendmsg() might return
without having written all data (we're on nonblocking sockets), we
might have closed the fd before it actually got send.
tracked down after (completely independent, didn't even look related at all)
bug reports from Shaun O'Neil <
[email protected]> and
Arvid Grtting <
[email protected]>, claudio ok
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 10:03:10
Added files:
lang/ruby/patches: patch-lib_cgi_session_rb
Log message:
SECURITY:
Andres Salomon noticed a problem in the CGI session management of Ruby.
CGI::Session's FileStore implementations store session information insecurely.
They simply create files, ignoring permission issues. The added patch fixes
this issue.
ok pvalchev@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 10:06:39
Modified files:
usr.sbin/bgpd : parse.y
Log message:
Merge set constructs in neighbor statements. This fixes a common problem:
previous sets were cleared by the last one. OK henning@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 10:08:17
Modified files:
faq : faq5.html
Log message:
slightly more accurate about "make clean" and "make depend".
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 10:24:15
Modified files:
openssh : ftp.html index.html openbsd.html portable.html
Log message:
openssh 3.9
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 12:23:49
Modified files:
sys/dev/pci : if_bge.c
Log message:
printf repair
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 13:21:18
Modified files:
net/micq : Makefile
Log message:
only pick up gnutls in ssl flavor
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 13:26:01
Modified files:
sbin/ancontrol : ancontrol.c
Log message:
missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit <
[email protected]>
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 13:33:09
Modified files:
math/graphviz : Makefile
Added files:
math/graphviz/patches: patch-tclstubs_Makefile_am
patch-tkstubs_Makefile_am
Log message:
fixes for recent libtool changes. Blasted libtool is harder to fool...
okay naddy@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 13:40:45
Modified files:
sys/arch/arm/footbridge: footbridge.c footbridge_clock.c
footbridge_com.c footbridge_intr.h
footbridge_irqhandler.c
footbridge_pci.c
sys/arch/arm/footbridge/isa: isa_machdep.c
Log message:
Improved interrupt counters for arm: no spaces in the names,
return correct value for interrupt routines, fix some string overflows.
only count the interrupts we are interested in. ok miod@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 14:35:32
Modified files:
distrib/notes/hppa: hardware
Log message:
ahc has been said to work again
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 14:41:24
Modified files:
. : hppa.html
Log message:
ahc and a missing )
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 14:47:57
Modified files:
. : alpha.html amd64.html cats.html i386.html
macppc.html
Log message:
ahc is not an md man page
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 14:58:10
Modified files:
etc : MAKEDEV.common
etc/etc.sparc64: MAKEDEV.md
Log message:
Describe the oppr ({ee,open}prom) target, and add it to sparc64 (despite it
being handmade in std).
spotted by jmc@, ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 14:59:23
Modified files:
etc/etc.sparc64: MAKEDEV
Log message:
Regen
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 14:59:48
Modified files:
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
Log message:
Regen
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 15:03:44
Modified files:
infrastructure/plist: i386 sparc64
Log message:
adjust
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 15:59:15
Modified files:
sys/dev/isa : it.c
Log message:
don't forget to set rv to zero on false match
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 16:20:55
Modified files:
sys/arch/macppc/dev: if_wi_obio.c wdc_obio.c
Log message:
Use device name, not constant string, ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 16:36:03
Modified files:
comms/pilot-link: Makefile
Log message:
remove hidden dependency on tcl.
okay pvalchev@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 17:28:47
Modified files:
sysutils/modlogan: Makefile
Log message:
fix LIB_DEPENDS
found by and ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 17:44:30
Modified files:
comms/pilot-link: Makefile
Log message:
but don't break the debug flavor
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 17:49:22
Modified files:
share/man/man4 : axe.4 bge.4 em.4 gem.4 lge.4 nge.4 pci.4 re.4
sk.4
share/man/man4/man4.alpha: intro.4
share/man/man4/man4.amd64: intro.4
share/man/man4/man4.i386: intro.4
share/man/man4/man4.sgi: mace.4
share/man/man4/man4.sparc64: intro.4
Log message:
capitalize Fast Ethernet and Gigabit Ethernet
ok jmc
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 17:58:37
Modified files:
share/man/man4 : faith.4 gif.4 lo.4 ppp.4 sl.4 tun.4 vlan.4
Log message:
keep all "ifconfig <cloneable> create" examples the same
ok jmc
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 18:03:03
Modified files:
lang/ruby : Tag: OPENBSD_3_5 Makefile
Added files:
lang/ruby/patches: Tag: OPENBSD_3_5 patch-lib_cgi_session_rb
Log message:
SECURITY:
Andres Salomon noticed a problem in the CGI session management of Ruby.
CGI::Session's FileStore implementations store session information insecurely.
They simply create files, ignoring permission issues. The added patch fixes
this issue.
ok brad@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 18:03:59
Modified files:
lang/ruby : Tag: OPENBSD_3_4 Makefile
Added files:
lang/ruby/patches: Tag: OPENBSD_3_4 patch-lib_cgi_session_rb
Log message:
SECURITY:
Andres Salomon noticed a problem in the CGI session management of Ruby.
CGI::Session's FileStore implementations store session information insecurely.
They simply create files, ignoring permission issues. The added patch fixes
this issue.
ok brad@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/17 19:02:06
Modified files:
x11/wxWidgets : Makefile.inc
Log message:
missing dependency
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 20:25:35
Modified files:
build : support.skel
Log message:
New location for FreeBSD page. From Jonathan Gray
(khalekATlinuxgamers dot net) by way of jmc@.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 20:26:42
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 20:45:12
Modified files:
. : mail.html
Log message:
majordomo is case sensitive, pointed out by
Brian Waichunas (bwaichu at yahoo dot com), thanks!
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 20:53:50
Modified files:
sys/arch/i386/conf: RAMDISKB
Log message:
remove: GPL_MATH_EMULATE MSDOSFS rl tx tl wb
add: ahd
This is a wortwhile exhange!
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/17 21:27:34
Modified files:
. : i386.html
Log message:
<deraadt> someone update the floppyB status ok?
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 23:03:37
Modified files:
etc/root : root.mail
Log message:
update list of packages
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/17 23:06:02
Modified files:
distrib/notes : packages
Log message:
update list here too
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 02:29:36
Modified files:
. : i386.html
Log message:
and doc msdos is missing on B too
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 02:57:33
Modified files:
etc/etc.i386 : INSTALL.linux
Log message:
update to more recent times: we don't have a 1024 limit anymore, grub
boots OpenBSD, linux-2.0.36 is dead, and I no longer do linux installs.
Try to give simpler instructions.
Some input by Tim Kornau.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 05:07:47
Modified files:
sys/net : if_bridge.c
Log message:
skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacar
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 06:11:19
Modified files:
es : crypto.html index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 06:11:41
Modified files:
de : anoncvs.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 07:25:26
Modified files:
sys/arch/arm/footbridge: footbridge_clock.c
Log message:
s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names)
ok miod@ and deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 07:29:47
Modified files:
sys/arch/luna88k/dev: timekeeper.c
sys/arch/luna88k/luna88k: clock.c clockvar.h machdep.c mainbus.c
Log message:
Add 'irq6/clock0' to evcount on luna88k.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 09:54:34
Modified files:
etc/root : root.mail
Log message:
sync emacs name, xsa
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 10:27:54
Modified files:
openssh/de : ftp.html index.html openbsd.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 10:28:26
Modified files:
fr : amd64.html amiga.html anoncvs.html arc.html
cats.html cvsup.html donations.html events.html
hp300.html hppa.html hppa64.html i386.html
mac68k.html macppc.html mail.html mvme68k.html
mvme88k.html pkg-stable.html pkg-stable34.html
plat.html pmax.html romp.html sparc.html
sparc64.html sun3.html vax.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 10:28:45
Modified files:
openssh/fr : ftp.html index.html openbsd.html portable.html
report.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 10:29:07
Modified files:
faq/fr : faq10.html faq11.html faq12.html faq2.html
faq4.html faq5.html faq6.html faq7.html
faq8.html faq9.html index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 10:41:03
Modified files:
openssh/ja : ftp.html index.html portable.html users.html
windows.html
Log message:
sync with steelix translation CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 10:45:55
Modified files:
porting/de : diffs.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 10:49:07
Modified files:
openssh/de : report.html users.html
Log message:
more syncs
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 11:18:01
Modified files:
sys/arch/hp300/dev: mb89352.c
Log message:
A potpourri of fixes and improvements:
- sync with recent NetBSD changes, gives better performance for PIO reads;
- sprinkle a few DELAY when busy-waiting for the chip to change state, to
unload the bus.
ok deraadt@, tests millert@ and I.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 11:34:54
Modified files:
sys/dev/pci : pcidevs pucdata.c
share/man/man4 : puc.4
Log message:
Add NetMos 4S (4 port serial)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 11:35:19
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen for NetMos 4S
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 11:44:16
Modified files:
. : donations.html
Log message:
new
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/18 11:59:19
Added files:
openssh/txt : release-3.9
Log message:
3.9 release notes.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 12:37:53
Modified files:
sys/net : if_gre.c
Log message:
fix bad packets passed to bpf from the gre(4) interface.
reported by Robert Stone ( robert at arbor net ) via PR 3852
This is a different fix since gre(4) may carry non-ip packets.
tested by Robert Stone and markus@ ok markus@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 13:13:07
Modified files:
sys/arch/amd64/stand/libsa: time.c
Log message:
Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1,
as recently fixed on i386.
requested by, and ok, deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 13:58:14
Modified files:
sys/dev/pci : pucdata.c
Log message:
Fix last commit, all 4 com ports use the same frequency. Prompted
by a comment from henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 15:24:27
Modified files:
usr.bin/who : who.1 who.c
Log message:
- Xr w 1
- sort options and sync usage()
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 15:27:20
Modified files:
usr.bin/w : w.1 w.c
Log message:
- .Xr utmp 5
- sort options and sync usage()
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 15:29:16
Modified files:
share/man/man5 : utmp.5
Log message:
some consistency fixes;
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/18 17:14:28
Modified files:
net/xchat : Tag: OPENBSD_3_5 Makefile
Added files:
net/xchat/patches: Tag: OPENBSD_3_5 patch-src_common_server_c
Log message:
XChat's Socks-5 proxy code is vulnerable to a remote exploit. To
successfully exploit the code, you would need to enable socks5
traversal (default off) and connect to the attacker's own custom
proxy server.
If you never intend to use a Socks5 proxy, you are not affected at
all by this issue.
http://mail.nl.linux.org/xchat-announce/2004-04/msg00000.html
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/18 17:16:30
Modified files:
net/xchat : Tag: OPENBSD_3_4 Makefile
Added files:
net/xchat/patches: Tag: OPENBSD_3_4 patch-src_common_server_c
Log message:
XChat's Socks-5 proxy code is vulnerable to a remote exploit. To
successfully exploit the code, you would need to enable socks5
traversal (default off) and connect to the attacker's own custom
proxy server.
If you never intend to use a Socks5 proxy, you are not affected at
all by this issue.
http://mail.nl.linux.org/xchat-announce/2004-04/msg00000.html
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/18 17:43:39
Added files:
devel/autoconf/2.54/patches: patch-bin_autoupdate_in
devel/autoconf/2.56/patches: patch-bin_autoupdate_in
devel/autoconf/2.57/patches: patch-bin_autoupdate_in
devel/autoconf/2.58/patches: patch-bin_autoupdate_in
devel/autoconf/2.59/patches: patch-bin_autoupdate_in
Log message:
patch recent autoupdate, as we're not using gnu-m4.
(so it works).
okay pvalchev@.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 18:38:13
Modified files:
sys/arch/hppa/conf: GENERIC RAMDISK
Log message:
commented out ahd (compiles but does not work)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 19:04:42
Modified files:
share/man/man4 : fxp.4
Log message:
more about more recent stuff; from Dmitry Bogdan
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 19:20:07
Modified files:
sbin/ancontrol : ancontrol.8
Log message:
document -QZ options; pt out by david hill
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 20:03:09
Modified files:
distrib/hppa : install.md
Log message:
fly on defaults for MDDISKDEVS and MDCDDEVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 20:11:38
Modified files:
usr.bin/calendar/calendars: calendar.birthday
Log message:
bruce lee
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/18 20:12:03
Modified files:
net/xchat2 : Tag: OPENBSD_3_5 Makefile
Added files:
net/xchat2/patches: Tag: OPENBSD_3_5 patch-src_common_server_c
Log message:
XChat's Socks-5 proxy code is vulnerable to a remote exploit. To
successfully exploit the code, you would need to enable socks5
traversal (default off) and connect to the attacker's own custom
proxy server.
If you never intend to use a Socks5 proxy, you are not affected at
all by this issue.
http://mail.nl.linux.org/xchat-announce/2004-04/msg00000.html
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/18 21:00:44
Modified files:
net/xchat2 : Tag: OPENBSD_3_4 Makefile
Added files:
net/xchat2/patches: Tag: OPENBSD_3_4 patch-src_common_server_c
Log message:
XChat's Socks-5 proxy code is vulnerable to a remote exploit. To
successfully exploit the code, you would need to enable socks5
traversal (default off) and connect to the attacker's own custom
proxy server.
If you never intend to use a Socks5 proxy, you are not affected at
all by this issue.
http://mail.nl.linux.org/xchat-announce/2004-04/msg00000.html
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/18 22:13:28
Modified files:
usr.bin/ssh : Tag: OPENBSD_3_5 Makefile.inc OVERVIEW
auth-rsa.c auth.c auth.h auth1.c auth2-chall.c
auth2-gss.c auth2-none.c auth2-pubkey.c auth2.c
authfd.c authfile.c canohost.c channels.c
channels.h cipher.c cipher.h clientloop.c
clientloop.h compat.h dh.c dh.h dns.c
gss-serv-krb5.c includes.h kex.c kex.h kexdhc.c
kexdhs.c key.c log.h misc.c misc.h moduli.c
monitor.c monitor_fdpass.c monitor_mm.c
monitor_wrap.c monitor_wrap.h myproposal.h
nchan.c packet.c packet.h pathnames.h
progressmeter.c readconf.c readconf.h
readpass.c rijndael.c scard.c scp.1 scp.c
servconf.c servconf.h serverloop.c session.c
session.h sftp-client.c sftp-server.c sftp.1
sftp.c ssh-add.c ssh-agent.1 ssh-agent.c
ssh-gss.h ssh-keygen.1 ssh-keygen.c
ssh-keyscan.1 ssh-keyscan.c ssh-keysign.c ssh.1
ssh.c ssh1.h ssh_config.5 sshconnect.c
sshconnect1.c sshconnect2.c sshd.8 sshd.c
sshd_config sshd_config.5 sshlogin.c sshpty.c
sshpty.h sshtty.c tildexpand.c ttymodes.h
version.h
usr.bin/ssh/lib: Tag: OPENBSD_3_5 Makefile
usr.bin/ssh/sshd: Tag: OPENBSD_3_5 Makefile
Log message:
upgrade to OpenSSH 3.9
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 00:51:15
Modified files:
etc/root : root.mail
distrib/notes : packages
Log message:
updated packages list lastly
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 01:05:20
Modified files:
etc : MAKEDEV.common
Log message:
``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago by
jmc@.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 01:05:51
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.cats : MAKEDEV
etc/etc.hp300 : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.luna88k: MAKEDEV
etc/etc.mac68k : MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.mvme68k: MAKEDEV
etc/etc.mvme88k: MAKEDEV
etc/etc.sgi : MAKEDEV
etc/etc.sparc : MAKEDEV
etc/etc.sparc64: MAKEDEV
etc/etc.vax : MAKEDEV
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.cats: MAKEDEV.8
share/man/man8/man8.hp300: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.luna88k: MAKEDEV.8
share/man/man8/man8.mac68k: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.mvme68k: MAKEDEV.8
share/man/man8/man8.mvme88k: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.vax: MAKEDEV.8
Log message:
Regen.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/19 01:16:07
Modified files:
. : INDEX
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/19 01:52:57
Modified files:
. : hppa.html
Log message:
since unzel added oosiop everything boots off disk
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 02:13:05
Modified files:
sys/arch/hppa/conf: GENERIC RAMDISK files.hppa
Log message:
there be usb dragons
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/19 02:22:54
Modified files:
. : hppa.html
Log message:
typu
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 02:32:53
Modified files:
share/man/man4 : fxp.4
Log message:
some grammatical tweaks;
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/19 02:40:25
Modified files:
nl : anoncvs.html donations.html i386.html mail.html
plat.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/19 02:40:37
Modified files:
openssh/nl : ftp.html index.html openbsd.html portable.html
report.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 03:42:59
Modified files:
share/man/man4 : ioprbs.4
Log message:
text errors found by Alexey E. Suslikov;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 04:18:42
Modified files:
sys/arch/hp300/dev: mb89352.c
Log message:
Remove debug printf that crept in.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 04:22:01
Modified files:
sys/arch/hp300/dev: spc.c
Log message:
If a DMA operation takes longer time than usual, do not flood the console
too much with warning messages.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 04:38:34
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
logic error: when there's changes affecting nexthop reachability,
always notify the RDE and not only if the nexthop was previously unreachable,
i.e. its validity changed.
found the hard way by Arvid Grtting <
[email protected]>, claudio ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 04:40:14
Modified files:
usr.sbin/bgpd : imsg.c
Log message:
better diagnostics
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/19 07:37:28
Modified files:
faq : faq6.html
Log message:
missing -w on sysctl line. From nickus at nickus dot net, thanks!
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/19 09:28:50
Modified files:
faq : faq6.html faq9.html
faq/pf : nat.html
Log message:
-w is optional for sysctl since 3.5 and no longer needed, and was
annoying, so remove from FAQ.
Thanks to krw@, tom@, jolan@, jmc@, jaredy@ and probably 20 other
people whos messages will get to me after they clear spamd...
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 10:12:31
Modified files:
usr.sbin/bgpd : bgpd.conf.5
Log message:
document use of "isakmpd -Ka" with bgpd.
ok (and help) henning@ jmc@ jaredy@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 10:31:42
Modified files:
sys/dev/pci : if_sk.c
Log message:
Don't complain about lack of jumbo storage when processing incoming packets
unless we're debugging.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/19 10:39:12
Added files:
lang/ruby/patches: patch-ext_dl_handle_c
Log message:
fix use of RTLD_NEXT from Kurt Miller, ok naddy@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 11:00:03
Modified files:
sys/dev/pci : if_bge.c
Log message:
Don't complain about lack of available jumbo buffers when processing incoming
packets unless we're debugging.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 11:10:16
Modified files:
sys/arch/mvme88k/dev: dart.c
Log message:
Fix (well, rewrite) the start() logic - not only would it eat characters,
but it could cause the output to stop completely.
While there, fix cnputc() prototype and clean up cngetc().
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 12:26:30
Modified files:
sys/dev/pci : if_ti.c
Log message:
#ifdef TI_VERBOSE around "no free jumbo buffers" printf.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 12:26:52
Modified files:
sbin/ancontrol : ancontrol.8 ancontrol.c
Log message:
- sort options and sync usage()
- a few other tweaks
ok mickey@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 13:23:08
Modified files:
usr.bin/nm : elf.c
Log message:
STT_FUNC can be an absolute too
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 15:47:55
Modified files:
sys/dev/puc : com_puc.c
Log message:
Do as much in com_puc_attach2() as done in com_attach_subr(), until they
really get cleaned up and factorized; fixes puc operation on amd64 and sparc64.
tested pval@ millert@ naddy@; ok deraadt@ millert@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 15:49:01
Modified files:
sys/arch/sparc64/conf: GENERIC
Log message:
Enable puc and com@puc; fixes PR 3823
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/19 16:04:30
Modified files:
devel/py-unit : Makefile
Log message:
tkinter not a separate package on !shared archs.
okay pvalchev@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/19 16:05:02
Modified files:
devel/swig : Makefile
Log message:
missing guile LIB_DEPENDS
okay pvalchev@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 16:37:33
Modified files:
usr.bin/ssh : Tag: OPENBSD_3_4 Makefile.inc OVERVIEW
auth-rsa.c auth.c auth.h auth1.c auth2-chall.c
auth2-gss.c auth2-none.c auth2-pubkey.c auth2.c
authfd.c authfile.c canohost.c channels.c
channels.h cipher.c cipher.h clientloop.c
clientloop.h compat.h dh.c dh.h dns.c
gss-serv-krb5.c includes.h kex.c kex.h kexdhc.c
kexdhs.c key.c log.h misc.c misc.h moduli.c
monitor.c monitor.h monitor_fdpass.c
monitor_mm.c monitor_wrap.c monitor_wrap.h
msg.c msg.h myproposal.h nchan.c nchan.ms
nchan2.ms packet.c packet.h pathnames.h
progressmeter.c readconf.c readconf.h
readpass.c rijndael.c scard.c scp.1 scp.c
servconf.c servconf.h serverloop.c session.c
session.h sftp-client.c sftp-server.c sftp.1
sftp.c ssh-add.1 ssh-add.c ssh-agent.1
ssh-agent.c ssh-dss.c ssh-gss.h ssh-keygen.1
ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c
ssh-keysign.c ssh.1 ssh.c ssh1.h ssh_config.5
sshconnect.c sshconnect1.c sshconnect2.c sshd.8
sshd.c sshd_config sshd_config.5 sshlogin.c
sshpty.c sshpty.h sshtty.c tildexpand.c
ttymodes.h version.h
usr.bin/ssh/lib: Tag: OPENBSD_3_4 Makefile
usr.bin/ssh/sshd: Tag: OPENBSD_3_4 Makefile
Added files:
usr.bin/ssh : Tag: OPENBSD_3_4 closefrom.c
Log message:
upgrade to OpenSSH 3.9
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 18:17:31
Modified files:
etc/etc.vax : MAKEDEV
Log message:
bpf0 on ramdisk; from hugh
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 18:18:08
Modified files:
etc/etc.vax : MAKEDEV.md
Log message:
bpf0 on ramdisk; from hugh
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 18:18:42
Modified files:
etc/etc.vax : MAKEDEV
share/man/man8/man8.vax: MAKEDEV.8
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/19 22:42:51
Modified files:
usr.bin/nm : elf.c
Log message:
grok STT_SECTION and beautify STT_OBJECT
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 00:17:05
Modified files:
sys/dev/pci : if_sk.c pcidevs
share/man/man4 : sk.4
Log message:
a belkin ID on a sk card
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 00:17:20
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 01:12:00
Modified files:
sbin/mount_nfs : mount_nfs.c
Log message:
Unbreak processing of options when given a command line with multiple
-o options. All of them are relevant, not only the last one.
ok miod@ claudio@ marius@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/20 03:21:19
Added files:
databases/mysql/patches: patch-scripts_mysqlhotcopy_sh
Log message:
SECURITY:
Jeroen van Wolffelaar <
[email protected]> discovered an
insecure temporary file vulnerability in the mysqlhotcopy
script when using the scp method.
ok naddy, brad, pvalchev
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/20 05:00:26
Modified files:
fr : donations.html hppa.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/20 05:01:04
Modified files:
openssh/ru : features.html ftp.html goals.html history.html
index.html list.html manual.html report.html
users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 08:45:29
Modified files:
games/fortune/datfiles: fortunes
Log message:
missing apostrophe; from ray (PR #3899);
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 08:56:09
Modified files:
usr.sbin/bgpd : parse.y bgpd.conf.5
Log message:
foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords
are not fluffy. OK henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 09:19:28
Modified files:
sys/arch/amd64/conf: GENERIC files.amd64
Log message:
Enable com@puc now that it works. OK deraadt@ miod@ henning@.
lpt@puc is still disabled until it gets tested.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/20 09:20:00
Modified files:
devel/swig : Makefile
Log message:
revert
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/20 09:22:33
Modified files:
x11/mplayer/pkg: PLIST
Log message:
Create configuration directory, so that sample conf files will be installed.
From: Bjorn Sandell <
[email protected]>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 09:31:56
Modified files:
usr.sbin/bgpd : parse.y rde_update.c
Log message:
Grrr. copy paste error. Dump MED and not local-pref. OK henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 09:47:38
Modified files:
usr.sbin/bgpd : control.c
Log message:
merge IMSG_CTL_NEIGHBOR_UP and _DOWN handling, kills some duplicate code,
claudio ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 09:49:02
Modified files:
usr.sbin/bgpd : bgpd.h control.c
Log message:
add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it,
claudio ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 09:49:35
Modified files:
usr.sbin/bgpctl: bgpctl.c parser.c parser.h
Log message:
add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up again
claudio ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 09:51:54
Modified files:
usr.sbin/bgpctl: bgpctl.8
Log message:
document "neighbor 1.2.3.4 clear"
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 11:46:32
src/distrib/notes/sgi
Update of /cvs/src/distrib/notes/sgi
In directory cvs.openbsd.org:/tmp/cvs-serv29717/sgi
Log Message:
Directory /cvs/src/distrib/notes/sgi added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 11:53:09
Added files:
distrib/notes/sgi: contents hardware install prep upgrade whatis
xfer
Log message:
This is VERY MUCH work in progress. However it is a first cut of notes
for the SGI install, hopefully being partly helpful to get started.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 12:17:35
Modified files:
lib/libc/stdio : fgetln.3
Log message:
Don't need to check lbuf != NULL when free()ing it. In addition,
since the EOF w/o EOL can only happen for the last line, move the
free() outside the loop so we only do it once. OK otto@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 13:47:18
Modified files:
sys/conf : newvers.sh
Log message:
take out the -beta now
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 13:48:53
Modified files:
sbin/iopctl : iopctl.c
Log message:
check for the tid arg; from netbsd
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 16:40:19
Modified files:
sys/netinet : Tag: OPENBSD_3_4 tcp_subr.c
Log message:
MFC:
Fix by markus@
verify th_seq in icmp errors; report Fernando Gont
ok deraadt@ markus@ claudio@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 16:41:33
Modified files:
sys/netinet : Tag: OPENBSD_3_5 tcp_subr.c
Log message:
MFC:
Fix by markus@
verify th_seq in icmp errors; report Fernando Gont
ok deraadt@ markus@ claudio@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 17:15:16
Modified files:
games/fortune/fortune: fortune.6
Log message:
- improve SYNOPSIS (mark down punctuation)
- put `-i' description in correct place
- -m takes an argument
- use `$' for command line examples
- document strfile(8), and note it is not installed by default
- improve FILES and SEE ALSO
- a few other tweaks
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 17:18:18
Modified files:
games/fortune/strfile: strfile.8
Log message:
indent a display;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 17:40:13
Modified files:
share/man/man8 : intro.8
Log message:
- point people to smm docs (as per intro(1))
- use .Xr XXX 8 instead of .Ql XXX
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 17:44:54
Modified files:
share/man/man1 : intro.1
Log message:
correct name for usd, and sync somewhat w/ intro.8;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/20 18:02:25
Modified files:
share/man/man9 : getdevvp.9
Log message:
too much punctuation;
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/20 21:37:25
Modified files:
faq : faq8.html
Log message:
Validation (and just plain style) errors. And for once, I caught 'em
first. 8)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 00:57:50
Modified files:
sys/netinet6 : in6.c
Log message:
correct bounds checks. found at/by Coverity.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 01:13:55
Modified files:
sys/dev/pci : pciide.c
Log message:
in case of failure use the same logic for unmapping as it was used for mapping; found and testing by Jack Culpepper <
[email protected]>; deraadt@ ok
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/21 02:12:52
Modified files:
games/scummvm : Makefile
Log message:
scummvm catches an installed libmpeg2.
okay pvalchev@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 02:17:28
Modified files:
etc : rc
Log message:
no need anymore to require isamkpd.policy for isakmpd startup
ok ho@ henning@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/21 05:43:46
Modified files:
es : 25.html 26.html 27.html 28.html 29.html 30.html
31.html 32.html 33.html 34.html crypto.html
errata.html errata23.html errata24.html
errata25.html errata26.html errata27.html
errata28.html errata29.html errata30.html
errata31.html errata32.html errata33.html
security.html
Added files:
es : errata34.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/21 07:24:44
Modified files:
net/xchat2 : Tag: OPENBSD_3_5 Makefile
Log message:
fix build
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/21 07:24:45
Modified files:
net/xchat2 : Tag: OPENBSD_3_4 Makefile
Log message:
fix build
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 11:21:32
Modified files:
share/man/man8 : yp.8
Log message:
Xr resolv.conf(5); ok deraadt
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 11:52:34
Modified files:
sys/arch/hp300/dev: mb89352.c
Log message:
Missing DELAY.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 11:58:34
Modified files:
sys/arch/hp300/dev: mb89352.c mb89352var.h spc.c
Log message:
Be sure to reset the master hconf register when resetting the scsi chip.
Tested by millert@ and I.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 12:00:27
Modified files:
sys/arch/hp300/dev: mb89352.c mb89352var.h spc.c
Log message:
Check for disabled parity in the master chip hconf register upon attach,
and do not enable parity in the scsi chip in this case.
From the old scsi code.
Tested by millert@ and I, though none of us has non-parity capable 98658.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 12:01:55
Modified files:
sys/arch/hp300/dev: spc.c
Log message:
Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 12:43:16
src/sys/arch/amd64/stand/cdbr
Update of /cvs/src/sys/arch/amd64/stand/cdbr
In directory cvs.openbsd.org:/tmp/cvs-serv5261/cdbr
Log Message:
Directory /cvs/src/sys/arch/amd64/stand/cdbr added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 12:48:37
Added files:
sys/arch/amd64/stand/cdbr: Makefile cdbr.S
Log message:
Enter cdbr, an El Torito no-emulation CD boot sector that fits
comfortably in a single CD sector of 2,048.
Based on the OpenBSD/i386 code that Toby and I put together at the
hackathon, which was in turn based on the FreeBSD equivalent by
John Baldwin, jhb (at) FreeBSD (dot) org.
"go for it" deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 12:49:14
src/sys/arch/amd64/stand/cdboot
Update of /cvs/src/sys/arch/amd64/stand/cdboot
In directory cvs.openbsd.org:/tmp/cvs-serv28677/cdboot
Log Message:
Directory /cvs/src/sys/arch/amd64/stand/cdboot added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 12:53:38
Modified files:
sys/arch/amd64/include: biosvar.h
sys/arch/amd64/stand/libsa: biosdev.c dev_i386.c diskprobe.c
libsa.h
Added files:
sys/arch/amd64/stand/cdboot: Makefile cdboot.8 conf.c srt0.S
Log message:
Enter cdboot, a CD-specific second-stage bootrap. Based on the i386
cdboot that Toby and I put together at the hackathon.
"go for it" deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 12:54:59
Modified files:
sys/arch/amd64/stand: Makefile
Log message:
Hook cdbr and cdboot into the build.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/21 13:02:16
Modified files:
graphics/gimp/stable: Makefile
Log message:
Make sure we don't grab gtkxhtml nor other stuff on the way.
okay pvalchev, naddy, brad.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 13:09:42
Modified files:
sys/arch/i386/stand/libsa: libsa.h
Log message:
Fix typo in comment
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/21 13:43:03
Modified files:
sysutils/gkrellm/gkrellm/patches: patch-src_sysdeps_openbsd_c
Log message:
int -> size_t
ok pval@, naddy@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 15:22:44
Modified files:
share/man/man4 : netintro.4
Log message:
describe interface groups
idea and ok jmc
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 15:58:16
Modified files:
share/man/man4 : netintro.4
Log message:
fix typo introduced by last commit, spotted by jmc
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/21 16:04:37
Modified files:
security/gnutls: Makefile
Log message:
Don't pick up external liblzo, always use included one.
XXX This might warrant reconsideration later on.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/21 16:41:48
Added files:
net/silc-server/patches: patch-Makefile_defines_int_in
patch-silcd_Makefile_in
Log message:
Don't pick up an external libsilc from the linker search path.
ok brad@, pvalchev@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 17:09:12
Modified files:
games/trek/USD.doc: trek.me
Log message:
- add margin when formatting w/ -Tascii
- various tweaks and syncs w/ trek(6)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/21 17:11:57
Modified files:
games/trek : trek.6
Log message:
tweaks to sync w/ trek usd;
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/21 17:47:50
Modified files:
build : support.dat
Log message:
Bunch of additions. File is now generated from a db table, so is
sorted more accurately (apologies to translators, who will also want
to use -b due to different line endings).
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/21 18:25:08
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 12:16:20
Modified files:
sys/dev/pci : if_ste.c
Log message:
Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is
already disabled and the status update function fails to clear the overflow,
causing high interrupt load. Reported and tested by Arvid Gr�tting.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 15:31:33
Modified files:
sys/arch/hp300/conf: RAMDISK
Log message:
Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem
on some machines, and I probably won't have time to fix it properly
for this release.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 15:47:41
Modified files:
lib/libc/stdlib: atoi.3
Log message:
mention strtonum(3)
ok millert jmc pedro
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 16:25:09
Modified files:
lib/libc/sys : sigsuspend.2
Log message:
typo; Axel Andersson
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 17:39:00
Modified files:
sbin/ifconfig : ifconfig.8
Log message:
mention where more can be learned about ifgroups
prodded by jmc, idea from Michael Knudsen
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 19:30:30
Modified files:
sys/netinet6 : raw_ip6.c
Log message:
make sure we do not overwrite checksum field on shared mbuf.
markus, henning, deraadt, mcbride ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 21:18:38
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 22:46:34
src/distrib/amd64/cdfs-emu
Update of /cvs/src/distrib/amd64/cdfs-emu
In directory cvs.openbsd.org:/usr/src/distrib/amd64/cdfs-emu
Log Message:
Directory /cvs/src/distrib/amd64/cdfs-emu added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/22 22:47:12
Added files:
distrib/amd64/cdfs-emu: Makefile
Log message:
non-emulation boot media, if we ever need it
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 00:19:05
Modified files:
distrib/sets/lists/base: md.amd64
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 00:44:42
Modified files:
www/plone/pkg : PLIST
Log message:
add some conflicts with other packages;
pvalchev@ ok.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 00:46:21
Modified files:
infrastructure/plist: sparc sparc64
Log message:
expand
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 00:55:25
Modified files:
distrib/amd64/cdfs-emu: Makefile
Log message:
name output different, in case this is used
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 01:12:34
Modified files:
infrastructure/plist: powerpc
Log message:
grow
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/23 01:12:57
Modified files:
de : alpha.html amiga.html arc.html cvsup.html
donations.html ftp.html mac68k.html mail.html
mvme68k.html plat.html porting.html romp.html
sun3.html vax.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/23 01:13:11
Modified files:
openssh/de : report.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/23 01:13:46
Modified files:
openssh/id : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/23 01:14:57
Modified files:
es : errata.html smp.html stable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 02:43:16
Modified files:
lang/ruby : Makefile
Log message:
make sure ruby doesn't pick db dependencies along the way.
after 3.6, think about gdbm/db flavors ?
okay pvalchev@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 02:56:29
Modified files:
gnu/usr.bin/binutils/gdb: osabi.c
gnu/usr.bin/binutils/gdb/config/pa: obsd.mt
Added files:
gnu/usr.bin/binutils/gdb: hppabsd-tdep.c
gnu/usr.bin/binutils/gdb/config/pa: tm-bsd.h
Log message:
Shared library support for hppa.
ok mickey@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 05:13:14
Modified files:
sbin/isakmpd : exchange.h
Log message:
Indent nit.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 05:16:49
Modified files:
sbin/isakmpd : Makefile
Log message:
Default enable DPD (Dead Peer Detection) support. hshoexer@ ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 05:48:09
Modified files:
usr.bin/ssh : authfile.c
Log message:
fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 05:48:47
Modified files:
usr.bin/ssh : channels.c
Log message:
typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 05:53:24
Modified files:
sbin/isakmpd : exchange.c
Log message:
We need to set sa->initiator before checking if the newly created SA
replaces an old one, or the id_i/id_r check will mismatch. Previous
behaviour was mostly harmless, but wasted some resources (until normal
SA expiration). hshoexer@ "haven't tried, but think it's ok"
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:21:19
src/sys/arch/sgi/stand/boot
Update of /cvs/src/sys/arch/sgi/stand/boot
In directory cvs.openbsd.org:/tmp/cvs-serv5534/sgi/stand/boot
Log Message:
Directory /cvs/src/sys/arch/sgi/stand/boot added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:21:20
src/sys/arch/sgi/stand/libkern
Update of /cvs/src/sys/arch/sgi/stand/libkern
In directory cvs.openbsd.org:/tmp/cvs-serv5534/sgi/stand/libkern
Log Message:
Directory /cvs/src/sys/arch/sgi/stand/libkern added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:21:21
src/sys/arch/sgi/stand/libsa
Update of /cvs/src/sys/arch/sgi/stand/libsa
In directory cvs.openbsd.org:/tmp/cvs-serv5534/sgi/stand/libsa
Log Message:
Directory /cvs/src/sys/arch/sgi/stand/libsa added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:21:22
src/sys/arch/sgi/stand/libz
Update of /cvs/src/sys/arch/sgi/stand/libz
In directory cvs.openbsd.org:/tmp/cvs-serv5534/sgi/stand/libz
Log Message:
Directory /cvs/src/sys/arch/sgi/stand/libz added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:21:23
src/sys/arch/sgi/stand/sgivol
Update of /cvs/src/sys/arch/sgi/stand/sgivol
In directory cvs.openbsd.org:/tmp/cvs-serv5534/sgi/stand/sgivol
Log Message:
Directory /cvs/src/sys/arch/sgi/stand/sgivol added to the repository
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:22:41
Modified files:
sys/arch/sgi/stand: Makefile
Added files:
sys/arch/sgi/stand: Makefile.inc
sys/arch/sgi/stand/boot: Makefile arcbios.c boot.c conf.c
diskio.c filesystem.c start.S
sys/arch/sgi/stand/libkern: Makefile
sys/arch/sgi/stand/libsa: Makefile
sys/arch/sgi/stand/libz: Makefile
sys/arch/sgi/stand/sgivol: Makefile sgivol.c
Log message:
disk boot and tools for sgi
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:24:57
Modified files:
sys/arch/mips64/include: disklabel.h
sys/arch/mips64/mips64: disksubr.c
sys/arch/sgi/include: disklabel.h
Log message:
new disklabel for sgi
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:25:43
Modified files:
sys/arch/sgi/conf: ld.script
Log message:
default is big endian
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:26:05
Modified files:
share/man/man5 : pf.conf.5
Log message:
differentiate between cbq and hfsc;
problem found by marc@; this diff based on a patch from sven at
sandcat dot nl; ok henning@;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:26:24
Modified files:
sys/arch/sgi/conf: Makefile.sgi
Log message:
clean
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:26:39
Modified files:
usr.bin/ssh : ssh-keysign.c ssh.c
usr.bin/ssh/lib: Makefile
usr.bin/ssh/sshd: Makefile
Log message:
Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
change in Portable; ok markus@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:28:39
Modified files:
sys/arch/sgi/sgi: machdep.c
Log message:
fix free page commit handling
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:29:23
Modified files:
usr.bin/ssh : ssh-keysign.c
Log message:
Remove duplicate getuid(), suggested by & ok markus@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:30:21
Modified files:
distrib/amd64/cdfs: Makefile
Log message:
switch to non-emulation cd booting
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:33:34
Modified files:
sys/arch/sgi/stand: Makefile
Log message:
pefo is a tree breaker
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 08:56:33
Modified files:
bin/ksh : main.c
Log message:
Don't send SIGINT or SIGTERM to the entire processes group when the
shell receives SIGINT/SIGTERM unless the shell is the process group
leader. Fixes PR 3820. OK danh@ sturm@ miod@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 11:34:57
Modified files:
databases/mysql: Tag: OPENBSD_3_5 Makefile
Added files:
databases/mysql/patches: Tag: OPENBSD_3_5
patch-scripts_mysqlhotcopy_sh
Log message:
SECURITY:
Jeroen van Wolffelaar <
[email protected]> discovered an
insecure temporary file vulnerability in the mysqlhotcopy
script when using the scp method.
ok brad@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 11:36:11
Modified files:
databases/mysql: Tag: OPENBSD_3_4 Makefile
Added files:
databases/mysql/patches: Tag: OPENBSD_3_4
patch-scripts_mysqlhotcopy_sh
Log message:
SECURITY:
Jeroen van Wolffelaar <
[email protected]> discovered an
insecure temporary file vulnerability in the mysqlhotcopy
script when using the scp method.
ok brad@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 11:56:21
Modified files:
usr.bin/less : filename.c
Log message:
Do %s replacement for LESSOPEN and LESSCLOSE ourselves instead
of using snprintf(). Based on a patch from Brent Graveland.
Ok tdeval@ and otto@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 12:06:02
Modified files:
sys/dev/isa : it.c
Log message:
The IT87 chip has 3 Fan sensors. Fix the loop invariant and add
a missing break statement. From Stephan Leemburg. OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 12:31:25
Modified files:
lib/libedit : el.c history.c
Log message:
Fix fgetln handling and always increment the size if we need to realloc,
Based on a diff by kjell@; latter hunk from a diff by Sergey S. Kostyliov.
ok kjell@ canacar@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 12:36:10
Modified files:
sys/dev/pci : ahd_pci.c
Log message:
Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 12:58:37
Modified files:
lib/csu/mips64 : crt0.c
Log message:
kill useless __main() symbol which clashes w/ certain evil software in
the ports tree; ok pefo
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 13:09:36
Modified files:
usr.bin/xargs : xargs.c
Log message:
Make behavior if the utility was not found or could not be executed
match the documentation. The old code was making assumptions about
how vfork() is implemented which are not valid on OpenBSD.
From Jason Ish.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 13:38:20
Modified files:
usr.sbin/dhcpd : dhcpd.8
Log message:
update bootp example "filename" location to reflect tftp default of
chrooting to /tftpboot (thus "filename foo" searches there); ok henning
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 13:54:11
Modified files:
infrastructure/build: dpb
Log message:
improve reliability:
- don't invoke intermediate shells on exec(), allowing to actually kill children
- when we are going down, only kill remaining children, not the whole pgrp
- don't use a SIGCHLD handler, but call waitpid explicitly at the right places
- exit(1) in case of an error
others:
- a little cleanup
- new option -t <timeout>
ok pval@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 14:16:01
Modified files:
sys/dev/ic : aic79xx_openbsd.h aic79xx.c aic79xx.h
aic79xx_inline.h aic79xx_openbsd.c
Log message:
Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/23 14:46:42
Modified files:
infrastructure/build: dpb
Log message:
raise default timeout to 1 minute
requested by pval@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 14:52:15
Modified files:
sys/dev/ic : mpt_openbsd.c mpt_openbsd.h
Log message:
Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 15:00:43
Modified files:
sys/dev/pci : mpt_pci.c
Log message:
Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 16:01:31
Modified files:
usr.bin/mg : theo.c
Log message:
another
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 16:55:15
Modified files:
etc : login.conf
Log message:
raise openfiles limit (max fd per process) on staff group above default; ok miod millert
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 17:01:41
Modified files:
etc : login.conf
Log message:
backout as it's too close to release; requested by deraadt
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 20:57:33
Modified files:
sys/netinet6 : in6.c
Log message:
revert. itojun notes that 128 is ok because of bitlen check.
add a comment to this effect since many of us were confused.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 21:13:46
Modified files:
share/man/man4 : pf.4
Log message:
sync to reality w.r.t. recursive anchors
- update header file excerpts
- update descriptions
- drop DIOCGETANCHOR(S)
ok jmc, dhartmei
and some minor mdoc fixes (Vt for variable types)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 21:58:14
Modified files:
sys/uvm : uvm_km.c
Log message:
adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 23:15:50
Modified files:
sys/arch/i386/i386: machdep.c
Log message:
fix the microtime renaming leftover; from Emil Mikulic <
[email protected]>; pr3893; deraadt@ ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 23:37:26
Modified files:
sbin/ancontrol : ancontrol.8
share/man/man4 : mpt.4
share/man/man4/man4.i386: cpu.4
share/man/man4/man4.macppc: intro.4
Log message:
spelling corrections; ok jmc@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/23 23:47:21
Modified files:
. : plus.html
Log message:
double words and typos
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/23 23:48:22
Modified files:
share/man/man9 : iic.9
Log message:
double word (a a)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 01:16:12
Modified files:
sys/uvm : uvm_km.c
Log message:
change physmem divisor to 256. divide by page size was wrong. this does
what i intended all along, without contrived arithmetic screw up.
from discussions with mickey and deraadt
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 01:42:04
Modified files:
sys/arch/mvme88k/dev: clock.c
Log message:
Correctly initialize and shuffle statclock on 1x7.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 02:15:04
Modified files:
usr.sbin/eeprom: eeprom.8
Log message:
- describe which interfaces respect local-mac-address?; this is based
somewhat on a similar diff from netbsd (-r 1.4);
- OpenProm -> OpenPROM
- .Sh WARNINGS -> .Sh CAVEATS
- put FILES in the right place, and make the list -compact
much of this content is from miod@, and ok him too;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 02:29:30
Modified files:
libexec/makewhatis/OpenBSD/Makewhatis: Whatis.pm
Log message:
synch with apropos, kill lines longer than 8192.
from Jared Yanovich.
(pending better parser after 3.6)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 03:11:39
Modified files:
distrib/crunch/crunchgen: crunchgen.1 crunchgen.c
Log message:
- `conf-file' arg is not optional (from netbsd)
- sort SYNOPSIS and options list
- kill .Pp before a display
- sync usage()
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 03:12:49
Modified files:
distrib/crunch/crunchide: crunchide.1 crunchide.c
Log message:
- `object-file' is not optional
- sync usage()
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 05:27:39
Modified files:
hu : plat.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 05:27:50
Modified files:
openssh/hu : ftp.html index.html openbsd.html portable.html
report.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 05:28:04
Modified files:
faq/hu : faq4.html index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 05:43:16
Modified files:
usr.sbin/bgpd : bgpd.c
Log message:
use session_socket_blockmode() instead of hand-rolling roughly the same
claudio ok
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 06:17:45
Modified files:
openssh/de : faq.html features.html goals.html history.html
index.html java.html manual.html openbsd.html
portable.html press.html report.html
security.html unix.html users.html windows.html
Log message:
sync with Steelix translation CVS.
All work by Tobias Stoeckmann, correcting many typos, etc., thanks !
More to come.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 06:42:55
Modified files:
usr.sbin/bgpd : printconf.c
Log message:
Forgot to update printconf.c once again. foobar-AS is now foobar-as.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 06:43:34
Modified files:
usr.sbin/bgpd : control.c
Log message:
missing space in log message.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 06:59:41
Modified files:
usr.sbin/bgpd : parse.y
Log message:
back out rev. 1.136. I commited that unintentionally and it does not work
without other nastier changes in parse.y.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 06:59:51
Modified files:
sys/arch/luna88k/luna88k: locore.S machdep.c
Log message:
Since the cpu frequency can only be an integral number on the Luna88k,
simplify the delay() code, and as a result do not use floating-point code
in the kernel anymore.
Tested by aoyama@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 08:20:58
Modified files:
build : support.dat
Log message:
Fix outrageous typo: phones had T which is also City, noticed by otto/miod
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 08:24:12
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 08:37:22
Modified files:
. : users.html
Log message:
Remove defunct Headwaters; add Meteksan.net.tr
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:06:03
Modified files:
sbin/dhclient : clparse.c
Log message:
revert r1.16, dhclient has to work without a config file at least on the
install media, theo ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:23:20
Modified files:
usr.sbin/ntpd : config.c
Log message:
don't fatal() if getaddrinfo() returns EAI_NONAME
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:24:06
Modified files:
sys/arch/i386/stand/cdbr: Makefile cdbr.S
Log message:
Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot.
"go for it" deraadt@; part of diff reviewed and ok weingart@.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:28:42
Modified files:
sys/arch/i386/stand/cdboot: Makefile
Added files:
sys/arch/i386/stand/cdboot: cdboot.c
Log message:
Have cdboot look for /3.6/i386/bsd.rd first.
"go for it" deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:30:07
Modified files:
usr.sbin/bgpd : parse.y
Log message:
correctly inherit conf->opts from xconf->opts in parse_config(),
foudn by claudio
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:30:40
Modified files:
sys/arch/i386/stand/cdboot: cdboot.8
Log message:
Correctly document the order in which cdboot looks for kernels.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:33:25
Modified files:
sys/arch/amd64/stand/cdbr: Makefile cdbr.S
Log message:
Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot.
"go for it" deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:33:49
Modified files:
usr.sbin/bgpd : parse.y
Log message:
don't do the pftable_exists() check if we are running -n, needs root
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:34:59
Modified files:
sys/arch/amd64/stand/cdboot: Makefile
Added files:
sys/arch/amd64/stand/cdboot: cdboot.c
Log message:
Have cdboot look for /3.6/amd64/bsd.rd first.
"go for it" deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:36:51
Modified files:
share/man/man4 : ahd.4
Log message:
Update to BUGS section. ok krw@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:37:59
Modified files:
sys/arch/amd64/stand/cdboot: cdboot.8
Log message:
Correctly document the order in which cdboot looks for kernels.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 09:46:55
Added files:
x11/qt3/patches: patch-src_kernel_qasyncimageio_cpp
patch-src_kernel_qimage_cpp
Log message:
fixes for rle overload.
okay naddy@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 09:50:17
Modified files:
usr.sbin/bgpd : printconf.c
Log message:
Add missing config statements -- route-reflector and enforce neighbor-as.
Now printconf is in sync with the man page. OK henning@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/24 10:46:59
Modified files:
es : 25.html 26.html 27.html 28.html 29.html 30.html
31.html 32.html 33.html 34.html errata.html
errata23.html errata24.html errata25.html
errata26.html errata27.html errata28.html
errata29.html errata30.html errata31.html
errata32.html errata33.html errata34.html
security.html stable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 11:14:16
Modified files:
net/netatalk/stable/pkg: INSTALL
Log message:
service already in /etc/services; no need to tell people to add it
from Ian McWilliam <
[email protected]>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 12:44:49
Modified files:
sys/arch/mvme88k/dev: dart.c
Log message:
Oops, unbreak dartcngetc().
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 13:17:32
Modified files:
infrastructure/plist: i386
Log message:
no longer interactive at pkg_add *
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 13:38:17
Modified files:
lib/libc/hash : mdX.3 rmd160.3
Log message:
Collisions have been found for the full versions of MD4, MD5 and RMD160.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 14:10:33
Modified files:
lib/libc/hash : mdX.3 rmd160.3
Log message:
Whoops, ripemd was broken, not ripemd-160.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 14:30:07
Modified files:
infrastructure/build: dpb
Log message:
wrong order when redirecting STDOUT/STDERR
ok pval
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 14:31:16
Modified files:
sys/netinet : in.c ip_mroute.c ip_mroute.h
Log message:
Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router.
From NetBSD
Fixes PR 3825
ok mcbride@ canacar@ claudio@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 14:37:15
Modified files:
distrib/i386/cdfs: Makefile
distrib/amd64/cdfs: Makefile
Log message:
move cdboot to ${OSREV}/${ARCH/
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 14:43:19
Modified files:
net/radiusd-cistron/pkg: INSTALL PLIST
Log message:
dictionary.standard was missing.
found by Andreas Gunnarsson <
[email protected]>
ok pval@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 15:22:26
Modified files:
bin/md5 : md5.1
Log message:
Note that collisions have been found for MD5, so SHA-1 is preferred.
Also fix the reference to RFC 1321, which describes MD5 alone (not MD2
or MD4).
ok jmc@, millert@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 15:40:30
Modified files:
infrastructure/plist: amd64
Log message:
more tweaks, can grow this
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 15:43:09
Modified files:
sys/arch/i386/stand/cdboot: cdboot.8
Log message:
Better description of the path to bsd.rd, to avoid having to update it
every release. Mentioned by marc@, among others.
Also note that cdboot's ls command doesn't work on ISO-9660 filesystems.
help and ok jmc@ and deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 15:49:56
Modified files:
sys/arch/amd64/stand/cdboot: cdboot.8
Log message:
Sync with i386 cdboot.8:
Better description of the path to bsd.rd, to avoid having to update it
every release. Also note that cdboot's ls command doesn't work on
ISO-9660 filesystems.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 16:01:31
Modified files:
sys/arch/mvme88k/dev: clock.c
Log message:
The#@$#%^&}1 z8536 timers runs at PCLK/2, hence 2MHz. Compensate, since
the code assumes 1MHz timers.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 16:26:20
Modified files:
emulators/redhat/motif/pkg: PLIST
Log message:
let remove work
okay pvalchev@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/24 16:35:13
Modified files:
infrastructure/plist: amd64
Log message:
more tweak
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 17:01:27
Modified files:
sys/kern : kern_exec.c
Log message:
back out the last change as it seems to produce problems found by brad@; deraadt@ ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/24 17:57:51
Modified files:
share/man/man4 : sf.4
Log message:
Correct the link to the AIC-6915 programmer's manual;
from FreeBSD (-r 1.19);
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 01:10:01
Modified files:
openssh/hu : ftp.html openbsd.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 01:10:18
Modified files:
faq/es : faq1.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 01:19:00
Modified files:
share/man/man5 : pf.conf.5
Log message:
update w.r.t. recursive anchors
and fix an mdoc list display (from jmc)
ok dhartmei henning jmc
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/25 01:29:16
Modified files:
. : INDEX
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 02:00:09
Modified files:
sys/arch/mvme88k/dev: clock.c
sys/arch/mvme88k/mvme88k: locore.S machdep.c
Log message:
Use a simpler delay() routine for MVME188, from Mach via Luna88k
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 02:01:41
Modified files:
sys/arch/mvme88k/dev: clock.c
Log message:
Better DUART timer interval computation for clock.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 07:03:27
Modified files:
sys/arch/macppc/conf: GENERIC RAMDISK
Log message:
Disable ehci on macppc for now, it causes a race condition between devices
attached at boot and ehci, can be enabled via UKC. ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 07:09:11
Modified files:
sys/dev/pci : if_sandrv.c
Log message:
unbreak DEBUG; ok henning, deraadt
CVSROOT: /cvs
Module name: XF4
Changes by:
[email protected] 2004/08/25 08:51:53
Modified files:
distrib/sets/lists/xbase: md.mac68k md.mvme68k
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 09:45:07
Modified files:
distrib/hppa/ramdisk: list
Log message:
include ancontrol/wicontrol and abandon stupid symlink; deraadt@ ok
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 11:16:44
Modified files:
sbin/wicontrol : wicontrol.c
Log message:
add -E to usage(); from weissmanndude
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 12:19:35
Modified files:
sys/arch/sgi/stand/boot: arcbios.c
sys/arch/sgi/stand/sgivol: Makefile sgivol.c
Log message:
Minor tweaks to make things work in install.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 13:17:30
Modified files:
etc : security
Log message:
store a copy of the disklabel for mounted filesystems and report changes
OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 13:59:29
Modified files:
etc : security
Log message:
Use $file shorthand instead of specifying /var/backups/disklabel.$d.
Noticed by ian@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 14:18:47
Modified files:
sys/arch/mvme88k/dev: clock.c
Log message:
Rearm the DUART counter as soon as we enter the interrupt handler, to not
drift the clock of the hardclock() processing time.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 14:28:02
Modified files:
. : sparc64.html
Log message:
remove ti(4)
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 14:38:58
Modified files:
. : plus.html
Log message:
minor typos
ok nick
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 14:57:38
Modified files:
sys/arch/hp300/dev: spc.c
Log message:
Set SCMD_PAD in non-integral sector DMA transfers, or the transfer never
completes; from the old driver, forgotten during the replacement here.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 15:00:37
Modified files:
share/man/man4/man4.hp300: spc.4
sys/arch/hp300/conf: GENERIC RAMDISK
sys/arch/hp300/dev: spc.c
Log message:
Allow DMA transfers to be disabled through device flags; default is to enable
DMA.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 15:03:34
Modified files:
. : errata.html errata34.html
Log message:
add icmp entry
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 15:13:52
Modified files:
distrib/notes/sparc64: hardware
Log message:
comment out ti(4)
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 15:36:07
www/openntpd/fr
Update of /cvs/www/openntpd/fr
In directory cvs.openbsd.org:/tmp/cvs-serv19736/fr
Log Message:
Directory /cvs/www/openntpd/fr added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 15:37:44
Added files:
openntpd/fr : index.html manual.html
Log message:
sync with Steelix CVS.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 15:40:17
Modified files:
openntpd : index.html
Log message:
add a link to the [fr] translation.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 15:44:41
Modified files:
sys/net : Tag: OPENBSD_3_5 if_bridge.c
Log message:
MFC:
Fix by markus@
skip splx() for skiplookup; report Vafa D. Izadinia
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 15:45:52
Modified files:
sys/net : Tag: OPENBSD_3_4 if_bridge.c
Log message:
MFC:
Fix by markus@
skip splx() for skiplookup; report Vafa D. Izadinia
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 15:47:54
Modified files:
sys/arch/mvme88k/dev: clock.c
Log message:
Swap the sources for clock and statclock on MVME188 (the Z8536 being more
reliable), and add a large block of comments to explain the timer
mess^Wsituation on MVME188.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/25 15:48:39
Added files:
x11/kde/libs3/patches:
patch-kioslave_http_kcookiejar_kcookiejar_cpp
patch-kioslave_http_kcookiejar_kcookiejar_h
patch-kioslave_http_kcookiejar_kcookiejar_kcookieserver_cpp
Log message:
SECURITY:
Web sites operating under the affected domains can set HTTP
cookies in such a way that the Konqueror web browser will send them
to all other web sites operating under the same domain.
A malicious website can use this as part of a session fixation attack.
http://www.kde.org/info/security/advisory-20040823-1.txt
ok pvalchev@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 15:59:59
Modified files:
usr.bin/bc : bc.1
usr.sbin/afs/src/appl/fs: fs.1
gnu/egcs/gcc : gcov.1
usr.sbin/httpd/src/support: htpasswd.1
lib/libkeynote : keynote.1
Log message:
typos from -f (PR #3907);
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 16:34:27
Modified files:
usr.sbin/afs/src/appl/afsutils: klog.1
usr.sbin/pkg_add: pkg_add.1
usr.bin/sup/src: sup.1
Log message:
typos from -f (PR #3908);
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 17:58:14
Modified files:
share/man/man4 : bio.4
Log message:
- .Xr ioctl 2
- "first appeared"
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 18:04:49
Modified files:
share/man/man4 : gdt.4
Log message:
grammar;
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 19:24:33
Modified files:
fr : errata.html errata34.html sparc64.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 20:31:01
Added files:
images : cd36-s.gif openbsd36_cover.gif poster12-s.gif
poster12.gif
Log message:
first bits of 3.6 art
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 20:32:25
Added files:
. : 36.html
Log message:
dummy 36.html for filling in
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 21:07:43
Modified files:
images : poster12-s.gif poster12.gif
Log message:
update poster
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 21:34:16
Modified files:
etc : Makefile
etc/etc.amd64 : Makefile.inc
etc/etc.i386 : Makefile.inc
Log message:
install cdbr and cdboot for those that have it, too
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/25 21:44:49
Modified files:
sys/arch/sparc64/conf: RAMDISK
Log message:
sync with GENERIC for PCI NICs and MII PHY drivers
ok deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/25 21:55:04
Modified files:
. : items.html orders.html
Added files:
images : poster12.jpg
Removed files:
images : poster12.gif
Log message:
pre-orders of 3.6 cd and poster are up
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/26 00:56:40
Modified files:
mail/courier-imap/pkg: PLIST
Log message:
remove some files belonging to maildrop to avoid conflict; from canacar
and discussed with maintainer and others
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 01:11:38
Modified files:
. : errata.html errata34.html
Log message:
add bridge issue.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 01:41:37
Modified files:
distrib/notes/sparc64: hardware
Log message:
Sync (puc + more framebuffers)
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 01:42:20
Modified files:
. : sparc64.html
Log message:
Sync (puc + more framebuffers)
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 01:43:32
Modified files:
. : amd64.html i386.html
Log message:
puc(4) is an MI manpage nowadays.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 01:54:03
Modified files:
es : errata.html errata34.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 01:54:42
Modified files:
fr : users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 01:55:07
Modified files:
pt : art1.html art2.html art3.html cvsup.html
donations.html errata.html errata34.html
pkg-stable.html pkg-stable34.html plat.html
stable.html translation.html want.html
Added files:
pt : art4.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 03:10:26
Modified files:
lib/libc/sys : sigprocmask.2
Log message:
from netbsd (-r 1.18):
the values for the parameter "how" are defined in sys/signal.h, not signal.h
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 03:39:56
Modified files:
. : 36.html
Log message:
A good start at documenting how 3.6 will rock and why; awaiting more contents,
especially in the bgpd/pf/route area.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 03:44:18
Modified files:
. : index.html
Log message:
Mention pre-orders on the front page for broader audience.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 03:47:12
Modified files:
. : items.html
Log message:
Sort ftp-only architecture list.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 03:56:54
Modified files:
. : 36.html
Log message:
fix some links
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 04:40:01
Modified files:
. : 36.html
Log message:
mention tcpdrop, new functionality of md5, mount_mfs -P
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 06:33:03
Modified files:
. : 36.html
Log message:
formatting
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 07:03:59
Modified files:
sys/arch/sgi/dev: if_mec.c
Log message:
Fix a problem where the driver could get stuck in the rx int loop.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 07:30:25
Modified files:
sys/arch/sgi/sgi: autoconf.c machdep.c
Log message:
diskboot changes
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 07:31:12
Modified files:
distrib/notes/sgi: install
Log message:
closer and closer to reality
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 07:32:15
Modified files:
distrib/sgi/ramdisk: install.md list
Log message:
install for disk bootable system
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 08:08:19
Modified files:
share/man/man1 : gcc-local.1
Log message:
- update propolice URL
- write attribute names with their underscores (as was already the case for
__bounded__) for consistency.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 09:18:26
Modified files:
pl : i386-laptop.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 09:18:35
Modified files:
faq/pl : faq2.html faq3.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 09:18:45
Modified files:
faq/pf/pl : example1.html ftp.html perf.html pools.html
shortcuts.html tagging.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 09:19:40
Modified files:
fr : amd64.html errata.html errata34.html i386.html
index.html items.html sparc64.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 09:19:52
Modified files:
faq/pf/fr : nat.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 09:55:36
Modified files:
hu : errata.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 10:00:55
Modified files:
usr.bin/ssh : ssh.1 sshd.8
Log message:
get rid of references to rhosts authentication; with jmc@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 10:11:55
Modified files:
distrib/sets/lists/comp: md.sgi
Log message:
bmip -> btsmip
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 10:14:52
Modified files:
. : items.html
Log message:
order
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 10:14:58
Modified files:
sbin/pfctl : pfctl.8
Log message:
update w.r.t. recursive anchors
includes:
- simplify -a syntax
- change an anchor example to mention authpf, which is more useful
- document "pfctl -a anchor -vsA" for showing anchors recursively
ok dhartmei jmc henning
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 10:35:36
Modified files:
sbin/pfctl : pfctl.c
Log message:
sync usage for -a
reminded by jmc, ok deraadt
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 11:26:38
Modified files:
. : index.html
Log message:
Grammar.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 11:53:37
Modified files:
. : 36.html
Log message:
Gcc 3.3.2 is only now on hppa; slight cleanings.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 12:04:54
Modified files:
. : errata.html errata34.html
Log message:
& -> &
Mentioned by: <santana at tuxtla dot openbsd dot org dot mx>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 12:39:18
Modified files:
lib/libz : infback.c inflate.c
sys/lib/libz : infback.c inflate.c
Log message:
Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.
ok miller@ henning@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 12:41:19
Modified files:
. : 36.html
Added files:
images : Ponderosa.jpg
Log message:
36 image
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 12:43:14
Modified files:
images : poster12.jpg
Log message:
cleanup
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 12:46:22
Modified files:
distrib/notes/sgi: install
Log message:
further polishing
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 14:08:35
Modified files:
distrib/notes : m4.common
Log message:
MACHINE_ARCH for sgi.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 14:45:00
Modified files:
distrib/notes/sgi: contents install prep upgrade xfer
Log message:
Rearrange, move ARCS stuff to the preparation section (needs to grow with
more information), describe the installation process better, fix some typos,
mention NFS and tapes as valid installation media.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 15:09:37
www/openntpd/es
Update of /cvs/www/openntpd/es
In directory cvs.openbsd.org:/tmp/cvs-serv5326/es
Log Message:
Directory /cvs/www/openntpd/es added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 15:14:20
Modified files:
es : errata.html errata34.html index.html
orders.html
Added files:
openntpd/es : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 15:15:31
Modified files:
openntpd : index.html
Log message:
add link to [es] translation
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 15:29:18
Modified files:
usr.sbin/openssl: openssl.1
Log message:
updates for openssl verify;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/26 15:33:00
Modified files:
distrib/notes : packages
Log message:
correct emacs version; free commit sponsored by theo and miod
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 15:36:40
Modified files:
faq/de : faq1.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 15:38:11
Modified files:
fr : errata.html errata34.html index.html items.html
openntpd/fr : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 16:27:44
www/openntpd/de
Update of /cvs/www/openntpd/de
In directory cvs.openbsd.org:/tmp/cvs-serv22955/de
Log Message:
Directory /cvs/www/openntpd/de added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 16:30:20
Added files:
openntpd/de : index.html
Log message:
look, Saad, it's all about the race, and you and the translators lost
this one. So you got me - with screwed german and screwed english - screwing
your process by committing to the main repo directly ;)
That said, the team of translators does not only provide and maintain
and excellent set of translations, but also improves the original documents
in the process. Thank you all for that great work.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 17:45:54
Modified files:
faq : faq7.html
Log message:
Some more on machines which support BIOS console redirection.
And no, there is no one answer for all systems. (yet.)
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 18:20:47
Modified files:
openntpd/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/26 20:58:24
Modified files:
. : 36.html
Log message:
new goodies
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/27 05:00:25
Modified files:
. : 36.html
Log message:
ususal -> usual
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/27 07:17:41
Modified files:
. : donations.html
Log message:
Add Patrick Tait.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/27 07:29:39
Modified files:
share/man/man8/man8.luna88k: Makefile
Added files:
share/man/man8/man8.luna88k: boot_luna88k.8
Log message:
Add the missing boot manpage describing the luna88k boot process.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/27 07:30:57
Modified files:
share/man/man4/man4.sgi: Makefile intro.4 mec.4
Added files:
share/man/man4/man4.sgi: macebus.4
Removed files:
share/man/man4/man4.sgi: mace.4
Log message:
Do not install manpages for hardware we do not support (yet).
Rename mace to macebus per consistency.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/27 07:32:10
Modified files:
distrib/sets/lists/man: mi
Log message:
Manpage sets update, with special permission from deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/27 08:31:12
Modified files:
es : index.html
openntpd/es : index.html
Added files:
openntpd/es : manual.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/27 08:32:24
Modified files:
fr : donations.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/27 08:32:59
Modified files:
hu : anoncvs.html index.html want.html
faq/hu : faq4.html index.html
Log message:
sync wit Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/27 08:35:21
Modified files:
pt : errata.html errata34.html index.html
orders.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/27 10:27:00
Modified files:
sys/arch/amd64/conf: RAMDISK RAMDISK_CD
Log message:
Support USB keyboards on install where USB support is enabled. ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/27 10:45:46
Modified files:
usr.sbin/pkg_add: pkg_create
Log message:
make sure pkg_create keeps track of cwd.
okay naddy, pvalchev, millert.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/27 16:03:02
Modified files:
sys/arch/i386/conf: RAMDISK_CD
Log message:
Add wsmux to support USB keyboards on RAMDISK_CD, which has usb support,
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/27 19:01:49
Modified files:
usr.bin/ssh : sshd.c
Log message:
don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 07:55:10
Modified files:
pt : errata34.html items.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 07:55:27
Modified files:
hu : donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 07:55:41
Modified files:
it : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 07:55:55
Modified files:
openssh/it : index.html
Added files:
openssh/it : faq.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/28 08:46:03
Modified files:
share/man/man4 : aac.4
Log message:
1210sa is a fake raid as found by
[email protected]
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 08:50:23
Modified files:
. : i386.html
Log message:
1210SA was a wrong guess
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/28 09:33:00
Removed files:
gnu/usr.bin/gcc/gcc/config/mips: openbsd-be.h
Log message:
we don't need this file
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/28 10:21:46
Modified files:
lib/libz : Tag: OPENBSD_3_5 infback.c inflate.c
sys/lib/libz : Tag: OPENBSD_3_5 infback.c inflate.c
Log message:
MFC:
Fix by otto@
Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 11:45:44
Modified files:
de : errata.html errata34.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 12:09:55
Modified files:
. : donations.html
Log message:
Add Mike Tancsa.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/28 16:14:01
Modified files:
. : donations.html
Log message:
Change Mike Tancsa for Sentex Communications per donator's request.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/28 16:38:38
Modified files:
share/man/man8/man8.luna88k: boot_luna88k.8
Log message:
kill .Pp before .Ss;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/28 16:46:41
Modified files:
share/man/man4/man4.sgi: intro.4
Log message:
kill .Pp before .Sh;
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/28 16:54:07
ports/devel/p5-IO-Tty/patches
Update of /cvs/ports/devel/p5-IO-Tty/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18655/patches
Log Message:
Directory /cvs/ports/devel/p5-IO-Tty/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/28 16:54:50
Added files:
devel/p5-IO-Tty/patches: patch-Tty_xs
Log message:
Use openpty() so this works again; ok pval@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/28 18:26:12
Modified files:
sys/arch/hppa/dev: dino.c
Log message:
oops debugging printf
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/29 01:37:35
Modified files:
share/man/man4/man4.hppa: intro.4
Log message:
list phantomas and xr io
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/29 02:18:34
Modified files:
share/man/man4/man4.hppa: intro.4 cpu.4tbl
Log message:
add a few more systems and do not dupe distrib/notes in intro
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 02:41:44
Modified files:
faq/de : faq1.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 02:42:18
www/openntpd/it
Update of /cvs/www/openntpd/it
In directory cvs.openbsd.org:/tmp/cvs-serv21280/it
Log Message:
Directory /cvs/www/openntpd/it added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 02:42:40
Added files:
openntpd/it : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 03:00:42
Modified files:
openntpd : index.html
Log message:
german and italian translations, too.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:03:45
Modified files:
de : donations.html hp300.html index.html items.html
orders.html pmax.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:03:56
Modified files:
faq/de : faq7.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:04:05
Modified files:
porting/de : diffs.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:04:14
Modified files:
openntpd/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:12:23
Removed files:
de : art.html
es : art.html
fr : art.html
id : art.html
ja : art.html
pt : art.html
Log message:
this file doesn't exist in english anymore, so why should there be translations of it ?
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:34:05
Added files:
openntpd/de : manual.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:49:42
Modified files:
. : index.html
Log message:
reenter the italian translation
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 04:50:27
Modified files:
openssh : index.html
Log message:
reenter the italian translation
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/29 06:53:57
Modified files:
net/gaim/patches: patch-configure patch-ltmain_sh
Log message:
fix libtool erroneously linking .libs shit.
from brad (synch libtool).
okay pvalchev@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 10:49:45
Modified files:
openntpd/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 10:51:45
Modified files:
. : index.html
Log message:
we have a greek translation as well.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 10:54:56
Modified files:
es : errata34.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 10:55:04
Modified files:
porting/es : libraries.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 10:55:13
Modified files:
openntpd/es : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/29 13:07:26
Modified files:
sys/dev/pci : aac_pci.c
Log message:
Add Adaptec 2120S. ok deraadt@ mickey@
Found and tested by Alexei E. Suslikov <cruel at texnika.com.ua>
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 19:15:43
Modified files:
. : errata.html errata34.html
Log message:
& -> & in another spot
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 19:35:39
Modified files:
. : errata.html
Log message:
add libz issue.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/29 20:30:23
Modified files:
distrib/sets/lists/man: mi
Log message:
Forgot one MLINK; spotted by Dale.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/29 21:06:49
Modified files:
sys/dev/usb : uaudio.c usb_port.h usb_subr.c
Log message:
Remove 'usb_'realloc() usage because it doesn't know the size of the old
buffer, thus may copy too much, causing a memory fault.
ok millert, dlg, henning, tdeval, otto
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 22:21:46
Modified files:
. : events.html
Log message:
URL update for slides made by Alexander Von Gernler. from author. ok
wim@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 22:34:48
Modified files:
openntpd : index.html
Log message:
wrong link.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 22:51:12
Modified files:
es : errata.html index.html items.html
openntpd/es : index.html
openssh/es : index.html
Added files:
es : 36.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 22:52:38
Modified files:
fr : donations.html errata.html errata34.html
i386.html index.html
openssh/fr : index.html
openntpd/fr : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/29 22:54:19
Modified files:
el : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 01:28:15
Modified files:
sys/dev/usb : if_axe.c
Log message:
from freebsd via Jonathan Gray
"Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.
Without this, the device cannot detect the end of ethernet packets
whose size is a multiple of the USB packat size.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 01:43:32
Modified files:
sbin/dhclient : dhclient.c
Log message:
Avoid spinning if the server gives us a bogus zero lease time, by
enforcing a minimum lease time of 60s. ok deraadt@ henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 01:44:28
Modified files:
sys/net : if_pfsync.c
Log message:
Increment the states reference counter in the rule attached to the state
being inserted, so that the counter does not wrap back when the state
is removed. This fixes pfsync setups with adaptive timeouts.
From Chris Pascoe
ok canacar@ dhartmei@ henning@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 02:52:24
Modified files:
share/man/man4/man4.hppa: intro.4
Log message:
- sort SEE ALSO
- word order
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 03:14:52
Modified files:
share/man/man4/man4.hppa: cpu.4tbl
Log message:
- add `nokeep' to a table to avoid a line break
- kill a ton of whitespace at eol
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 03:18:08
Modified files:
usr.bin/ssh : LICENCE
Log message:
s/keygen/keyscan/
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 05:50:56
Modified files:
usr.sbin/ntpd : ntp_msg.c
Log message:
ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log; ok otto henning
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 05:52:04
Modified files:
usr.sbin/ntpd : config.c
Log message:
skip early DNS lookups -- they are deferred to later; ok otto ho henning
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 06:02:59
Modified files:
usr.sbin/ntpd : config.c
Log message:
don't forget to set *hn... theo ok
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/30 06:18:49
Modified files:
faq : faq9.html
Log message:
typo.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 06:45:36
Modified files:
share/man/man4 : hotplug.4
Log message:
clarify diagnostics output;
based on a diff from justin reigle via grange@
and discussed w/ grange;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 07:10:32
Modified files:
sys/arch/luna88k/dev: if_le.c
sys/arch/luna88k/luna88k: machdep.c
Log message:
Add the original LUNA-88K support.
- retrieve auto-boot information from NVRAM
- retrieve ethernet address information from FUSE ROM
They are stored different way from LUNA-88K2.
Tested by Jeff McMahill, ok by miod@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/30 07:19:51
Modified files:
faq : faq9.html
Log message:
several fixes. ok nick@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 10:31:51
Modified files:
sys/arch/mips64/include: ansi.h
Log message:
fix some types not agreeing with gcc 3
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/08/30 10:57:02
Added files:
sysutils/symon/patches: patch-symon_sm_if_c
Log message:
allow symon to compile ever since netiso removal.
ok pvalchev@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 11:01:44
Modified files:
sys/arch/hp300/dev: mb89352.c spc.c
Log message:
In the interrupt handler, if there is a DMA transfer in progress, do
not busy wait for the transfer to complete at the very beginning, as
this interrupt could be unrelated to the transfer; busywaiting could
cause the scsi command timeout to be triggered, and the code would not
recover correctly.
Instead, make the DMA check simply return, leaving the "busy" flag set;
and perform the usual interrupt handler duties, except for the phase
change.
test&ok millert@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 12:13:14
Modified files:
regress/sys/kern/unfdpass: unfdpass.c
Log message:
Use CMSG_SPACE when allocating space for the control message.
Fixes a bogus regression on sparc64. OK henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 12:14:33
Modified files:
lib/libc/gen : auth_subr.c
libexec/login_skey: login_skey.c
Log message:
Use CMSG_SPACE when allocating space for the control message.
Fixes fd passing problems on sparc and sparc64. OK henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 12:37:45
Modified files:
sys/arch/hppa/dev: sti_sgc.c
Log message:
another card tat uses system prom
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 14:36:40
Modified files:
libexec/ld.so : ld.so.1
Log message:
minimal documentation for LD_DEBUG.
okay millert@, miod@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 14:44:49
Modified files:
distrib/notes/luna88k: hardware prep
Log message:
Hasty changes for ``regular'' luna88k support. Written before boot_luna88k
and should probably get a better wording from it...
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/30 14:45:25
Modified files:
. : luna88k.html
Log message:
Update status and project list.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 15:22:50
Modified files:
usr.bin/ssh : ssh-add.1 ssh.1
Log message:
Xsession -> .xsession;
originally from a pr from f at obiit dot org, but missed by myself;
ok markus@ matthieu@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 16:33:10
Modified files:
gnu/lib/libiberty: Makefile.bsd-wrapper
Log message:
cute side-effect of bsd.lib.mk, some typos only show up with make tags.
noticed by marco@
okay millert@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 17:00:23
Modified files:
usr.bin/login : login.c
Log message:
For username foo.bar, don't treat "bar" as a kerberos instance,
that was a kerb4'ism. OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 23:20:23
Modified files:
share/man/man4/man4.hppa: cpu.4tbl
Log message:
a few fixes from weissmanndude
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/30 23:31:39
Modified files:
sys/netinet : ip_carp.c
Log message:
Prevent backup CARP hosts from replying to arp requests, fixes strangeness
with some layer-3 switches. From Bill Marquette.
ok henning@ mickey@ dhartmei@ and deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 09:24:58
Modified files:
faq : faq9.html
Log message:
root -> <i>root</i>
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 10:10:23
Modified files:
es : errata.html errata34.html
faq/pf/es : anchors.html authpf.html config.html
example1.html
openntpd : index.html
openntpd/es : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 10:16:23
Modified files:
fr : events.html
openntpd/fr : index.html
faq/fr : faq10.html faq9.html index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 10:38:03
Modified files:
hu : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 10:39:36
Modified files:
pt : donations.html errata.html errata34.html
index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 11:39:28
Modified files:
. : 36.html
Log message:
add NAT-T
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 11:51:08
Modified files:
. : 36.html
Log message:
mention nested anchors
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 12:04:11
Modified files:
. : 36.html
Log message:
mention strtonum(3), StackGhost
CVSROOT: /cvs
Module name: XF4
Changes by:
[email protected] 2004/08/31 13:07:23
Modified files:
xc/programs/mkfontscale: Imakefile
Log message:
build mkfontscale static on m68k archs. mvme68k verified x builds.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/31 14:14:39
Modified files:
distrib/sets/lists/base: md.sgi
distrib/sets/lists/comp: md.sgi
Log message:
changes for gcc3 migration.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 14:52:28
Modified files:
openntpd : index.html
Log message:
back out to r 1.7. committed a local diff meant for translators by
mistake. sorry Henning, I guess I really wanted "goop" to disappear ;-)
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 14:57:24
Modified files:
. : 36.html
Log message:
add mention of some new drivers
from Jonathan Gray
and capitalize DHCP and NTP, use standard program(n) when referring to
man pages, and fix some punctuation
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/08/31 15:51:37
Modified files:
sys/arch/mvme68k/mvme68k: sys_machdep.c
Log message:
Buglet in cachectl(), do not use curproc anymore.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/08/31 20:12:00
Modified files:
faq : faq8.html
Log message:
Dead link workaround, pointed out by rclayton at monmouthDOTedu.
Good excuse to put a long overdue pointer to /usr/X11R6/README.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/01 02:09:14
Modified files:
distrib/notes/i386: hardware
distrib/notes/luna88k: install prep
distrib/notes/macppc: prep
Log message:
uppercase `id' and `nvram' for consistency w/ other docs;
ok miod@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/01 05:55:41
Modified files:
. : want.html
Log message:
loiter for some fresh hppa64 toys
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/01 08:09:13
Modified files:
. : 36.html
Log message:
mention ifgroups, 802.11 framework, and privseps/privdrops
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/01 12:21:13
Modified files:
. : 36.html
Log message:
remove mention of ifgroups
requested by markus and henning
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/01 13:58:12
Modified files:
share/misc : na.phone
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/01 14:54:48
Modified files:
share/man/man4 : options.4
Log message:
Document DST option, and fix grammar nits in TIMEZONE description.
Closes PR 3906.
ok jmc@, miod@, millert@
CVSROOT: /cvs
Module name: XF4
Changes by:
[email protected] 2004/09/01 15:01:42
Modified files:
xc/extras/Xpm/lib: Attrib.c CrDatFrI.c WrFFrI.c XpmI.h create.c
data.c hashtab.c parse.c scan.c
xc/lib/Xpm : Imakefile
Log message:
improved bounds checking and strlcpy/strlcat usage
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/01 15:06:17
Modified files:
sys/miscfs/kernfs: kernfs_vnops.c
Log message:
Make sure we don't call kernfs_xread() with a negative offset.
Problem found by Christer Oberg. OK henning@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/01 15:11:50
Modified files:
sys/dev/pci : if_bce.c pcidevs
Log message:
Support Broadcom BCM4401-B0; from FreeBSD. OK deraadt@ and henning@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/01 15:12:33
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen for BCM4401-B0
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/09/01 16:57:37
Added files:
x11/openmotif/patches: patch-lib_Xm_XpmAttrib_c
patch-lib_Xm_XpmCrDatFrI_c
patch-lib_Xm_XpmI_h
patch-lib_Xm_XpmWrFFrI_c
patch-lib_Xm_Xpmcreate_c
patch-lib_Xm_Xpmdata_c
patch-lib_Xm_Xpmhashtab_c
patch-lib_Xm_Xpmparse_c
patch-lib_Xm_Xpmscan_c
x11/lesstif/patches: patch-include_Motif-1_2_XmI_XmXpmI_h
patch-include_Motif-2_0_XmI_XpmI_h
patch-lib_Xm-2_0_Xpm_c patch-lib_Xm_LTXpm_c
Log message:
sync xpm with XF4; by matthieu and me
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/01 20:03:22
www/papers/auug04
Update of /cvs/www/papers/auug04
In directory cvs.openbsd.org:/var/www/www/papers/auug04
Log Message:
Directory /cvs/www/papers/auug04 added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/01 20:06:27
Added files:
papers/auug04 : index.html mgp00001.html mgp00001.idx.jpg
mgp00001.jpg mgp00001.txt mgp00002.html
mgp00002.idx.jpg mgp00002.jpg mgp00002.txt
mgp00003.html mgp00003.idx.jpg mgp00003.jpg
mgp00003.txt mgp00004.html mgp00004.idx.jpg
mgp00004.jpg mgp00004.txt mgp00005.html
mgp00005.idx.jpg mgp00005.jpg mgp00005.txt
mgp00006.html mgp00006.idx.jpg mgp00006.jpg
mgp00006.txt mgp00007.html mgp00007.idx.jpg
mgp00007.jpg mgp00007.txt mgp00008.html
mgp00008.idx.jpg mgp00008.jpg mgp00008.txt
mgp00009.html mgp00009.idx.jpg mgp00009.jpg
mgp00009.txt mgp00010.html mgp00010.idx.jpg
mgp00010.jpg mgp00010.txt mgp00011.html
mgp00011.idx.jpg mgp00011.jpg mgp00011.txt
mgp00012.html mgp00012.idx.jpg mgp00012.jpg
mgp00012.txt mgp00013.html mgp00013.idx.jpg
mgp00013.jpg mgp00013.txt mgp00014.html
mgp00014.idx.jpg mgp00014.jpg mgp00014.txt
mgp00015.html mgp00015.idx.jpg mgp00015.jpg
mgp00015.txt mgp00016.html mgp00016.idx.jpg
mgp00016.jpg mgp00016.txt mgp00017.html
mgp00017.idx.jpg mgp00017.jpg mgp00017.txt
mgp00018.html mgp00018.idx.jpg mgp00018.jpg
mgp00018.txt mgp00019.html mgp00019.idx.jpg
mgp00019.jpg mgp00019.txt mgp00020.html
mgp00020.idx.jpg mgp00020.jpg mgp00020.txt
mgp00021.html mgp00021.idx.jpg mgp00021.jpg
mgp00021.txt mgp00022.html mgp00022.idx.jpg
mgp00022.jpg mgp00022.txt mgp00023.html
mgp00023.idx.jpg mgp00023.jpg mgp00023.txt
mgp00024.html mgp00024.idx.jpg mgp00024.jpg
mgp00024.txt mgp00025.html mgp00025.idx.jpg
mgp00025.jpg mgp00025.txt mgp00026.html
mgp00026.idx.jpg mgp00026.jpg mgp00026.txt
mgp00027.html mgp00027.idx.jpg mgp00027.jpg
mgp00027.txt mgp00028.html mgp00028.idx.jpg
mgp00028.jpg mgp00028.txt mgp00029.html
mgp00029.idx.jpg mgp00029.jpg mgp00029.txt
mgp00030.html mgp00030.idx.jpg mgp00030.jpg
mgp00030.txt mgp00031.html mgp00031.idx.jpg
mgp00031.jpg mgp00031.txt mgp00032.html
mgp00032.idx.jpg mgp00032.jpg mgp00032.txt
mgp00033.html mgp00033.idx.jpg mgp00033.jpg
mgp00033.txt mgp00034.html mgp00034.idx.jpg
mgp00034.jpg mgp00034.txt
Log message:
auug04 presentation
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/01 20:09:09
Modified files:
sys/dev/pci : emuxki.c
Log message:
Prevent mixer from resetting volume back to blead-from-the-ears.
From NetBSD via Antoine Jacoutot <ajacoutot at lphp.org>
Ok millert@ mickey@ deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/01 20:09:12
Modified files:
. : events.html
Log message:
auug04 happened
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/02 01:20:36
Modified files:
share/man/man4/man4.hppa: io.4
Log message:
add a few more models that had been recently added to intro
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/02 01:38:40
Modified files:
share/man/man1 : gcc-local.1
Log message:
propolice -> ProPolice
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/02 02:23:15
Modified files:
share/man/man4 : options.4
Log message:
propolice -> ProPolice
Mentioned by: Jonathan Gray <khalek at linuxgamers dot net>
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 06:46:38
Modified files:
faq/pf/es : filter.html ftp.html index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/02 06:55:22
Modified files:
share/man/man4 : tun.4
Log message:
minor mdoc fixes
consistency in wording
fix ioctl listing
ok jmc
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 07:00:52
Modified files:
openssh/ja : ftp.html index.html openbsd.html portable.html
report.html users.html
Log message:
sync with steelix translation CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 08:52:25
Modified files:
. : 36.html
Log message:
add bgpd
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/09/02 10:58:02
Modified files:
infrastructure/plist: vax
Log message:
grow slightly
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 11:30:25
Modified files:
. : donations.html
Log message:
more hardware
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 12:20:27
Modified files:
. : 36.html
Log message:
xref hotplug(4) online man page
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 12:46:37
Modified files:
. : press.html
Log message:
Add new article.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/02 12:48:46
Modified files:
share/man/man9 : spl.9
Log message:
Document IPL_SCHED.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/02 13:55:36
Modified files:
distrib/sets : maketars
Log message:
Fix an occurence of "==" that should be "="; no functional change.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 14:03:07
Modified files:
es : disabled.html goals.html policy.html ports.html
romp.html tshirts.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 14:03:28
Modified files:
openssh/es : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 14:03:41
Modified files:
openntpd/es : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 21:11:33
Added files:
papers : index.html
Log message:
Initial stab at papers index page. Other papers will be brought in shortly.
Lots of help and ok nick@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 21:48:22
Modified files:
papers : index.html
Log message:
2 more.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 22:11:05
Modified files:
papers : index.html
Log message:
Tweaks and one more paper.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 22:12:12
Added files:
papers : anoncvs-paper.pdf
Log message:
PDF version of anoncvs-paper.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 22:34:57
Modified files:
. : press.html
Log message:
double word. ok marco@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 22:45:20
Modified files:
fr : donations.html events.html press.html want.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 22:45:32
Modified files:
openntpd/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 22:45:48
Modified files:
openssh/es : security.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/02 22:45:58
Modified files:
faq/pf/es : logging.html macros.html nat.html scrub.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/03 00:37:14
Modified files:
usr.sbin/pppoe : client.c
Log message:
sleep instead of busy waiting on ENOBUFS. reduces cpu time.
pr3900. ok canacar@ deraadt@ matthieu@ millert@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/03 08:52:48
Modified files:
. : 36.html
Log message:
binutils
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/03 17:39:15
Modified files:
. : 36.html
Log message:
fix a few typos. ok brad@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/03 18:19:38
Modified files:
lib/libc/gen : getgrent.3
Log message:
password databases -> group databases;
from netbsd -r 1.20;
ok millert@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/03 21:36:02
Modified files:
papers : index.html
Log message:
Add one more.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/03 21:37:21
Added files:
papers : anoncvs-slides.pdf
Log message:
Add pdf for anoncvs-slides.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/03 21:41:04
Modified files:
papers : index.html
Log message:
slides, not paper.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 03:22:33
Modified files:
fr : 35.html index.html
Added files:
fr : 36.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 03:23:11
Modified files:
nl : donations.html i386.html index.html items.html
orders.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 03:23:22
Modified files:
openssh/nl : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 03:23:46
Modified files:
es : 36.html amiga.html hppa64.html plus20.html
plus21.html plus22.html plus23.html plus24.html
porting.html sparc.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 03:23:59
Modified files:
openssh/es : java.html list.html manual.html report.html
unix.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 03:24:11
Modified files:
faq/es : faq4.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 14:17:15
Modified files:
papers : index.html
Log message:
Add 2 more.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 14:18:54
Added files:
papers : authgw-slides.pdf authgw-paper.pdf
Log message:
Add 2 more pdf's.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 14:34:52
Modified files:
papers : index.html
Log message:
Tweaks to make it flow better.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 15:59:36
Modified files:
. : press.html
Log message:
Add one more article.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 16:09:43
Modified files:
papers : index.html
Log message:
uncanadianize spelling of "ethernet"
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 16:32:42
Modified files:
. : donations.html
Log message:
add a couple of donations... thanks!
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 20:49:19
Modified files:
openssh : macos.html
Log message:
& -> & From santanaATtuxtla.openbsdDOTorgDOTmx
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/04 21:48:05
Modified files:
. : i386.html macppc.html amd64.html
Log message:
cbb and wi are not md manpages
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 06:35:17
Modified files:
. : i386-laptop.html
Log message:
+ Dell Inspiron 4100
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 10:50:35
Modified files:
es : amd64.html plus25.html plus26.html plus27.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 10:50:50
Modified files:
openssh/es : features.html goals.html history.html
windows.html
Added files:
openssh/es : macos.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 11:04:45
Modified files:
fr : 36.html amd64.html donations.html i386.html
macppc.html press.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 11:04:58
Modified files:
openssh/fr : macos.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 11:05:55
Modified files:
. : events.html
Log message:
sucon is over. it was very very very nice. we all hope to come back next
year
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 11:37:53
Modified files:
papers : index.html
Log message:
Fix OpenBSD picture link to index.html. From Gerardo Santana Gómez Garrido <santana at tuxtla.openbsd.org.mx>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/05 14:26:30
Modified files:
distrib/sparc64/cdfs: Makefile
Log message:
Use ${OSREV} in path names, rather than hardcoded '3.5'.
Tested by drahn@.
ok drahn@ millert@ henning@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 15:09:35
Modified files:
. : press.html
Log message:
fix a few errors. ok marco@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/05 16:15:51
Modified files:
papers : index.html
Log message:
Tweaks from Gerardo Santana Gómez Garrido <santana at tuxtla.openbsd.org.mx>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/05 23:26:34
Modified files:
lib/libc/sys : kqueue.2
Log message:
- Spelling fix.
- Add mention of the fact that timeouts are silently limited to 24 hours.
- Document the fact that kqueue will immediately return and not timeout
when nevents is 0.
From FreeBSD
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 00:19:37
Modified files:
. : plus.html
Log message:
new stuff;
[email protected]
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 00:20:59
Modified files:
gnu/egcs/gcc/config/m68k: m68k.c
Log message:
Correctly account for the %a5 register in function prologues; fixes
inter-library function calls where the callee would change the GOT register
but not restore it when returning to its caller.
Helps immensely libpthread, as well as dynamically-linked X11 clients.
Fromm gcc 3; tested by matthieu@, nick@ and todd@; ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 00:25:28
Modified files:
sys/arch/mvme88k/dev: vs.c vsreg.h vsvar.h
Log message:
Jumbo pack of fixes:
- do not leak memory when polling;
- bring LUN support back - Motorola documentation says LUNs are not
supported, but it's a SysV/m88k limitation, not a hardware one.
- honour request timeout while polling (instead of using a fixed value)
- do not program the scsi command length if the hardware knows it from
the scsi command group (as advised in the manual)
- various minor fixes, especially better error recovery.
tested by nick@ and I; ok deraadt@.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 00:38:02
Modified files:
share/mk : bsd.own.mk
Log message:
i *SAID* this could go in, now it is days later, I will do it myself
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 01:03:09
Modified files:
usr.sbin/inetd : inetd.c
Log message:
Reset signal mask in the rate limiting case; check for interrupted
waits. Fixes zombies getting reaped late and other ignored signals.
Reported by mpech@; fix by millert@ with help from me. Commit requested
by deraadt@. ok mpech@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 01:16:45
Modified files:
distrib/sgi/ramdisk: list
Log message:
Make /upgrade mode +x in the ramdisks.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 02:34:35
Modified files:
. : cats.html
Log message:
add ASIX 88140A/88141-based PCI adapters
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 02:46:26
Modified files:
sys/dev/pci : pcidevs
Log message:
add intel PRO_1000_GT; ok deraadt
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 02:48:03
Modified files:
sys/dev/pci : pcidevs_data.h pcidevs.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 02:49:20
Modified files:
sys/dev/pci : if_em.c
Log message:
add INTEL PRO_1000_GT; ok deraadt
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 02:58:45
Modified files:
. : events.html
Log message:
remove extra space spotted by Alexander Von Gernler <grunk _at_
pestilenz _dot_ org>.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 03:01:06
Modified files:
gnu/usr.bin/gcc: Makefile.bsd-wrapper
gnu/usr.bin/gcc/gcc: config.gcc
gnu/usr.bin/gcc/gcc/config/mips: openbsd.h
Added files:
gnu/usr.bin/gcc/gcc/config/mips: t-openbsd64
Log message:
Add t-openbsd64 to handle some libgcc.a build issues (needed functions)
Change configuration to mips64 with default ABI = N64 (enhanced 64 bit ABI)
we also support the older O32 and N32 abi for building boot stuff.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 04:06:08
Modified files:
etc/etc.i386 : MAKEDEV.md
distrib/i386/ramdisk_cd: list.local
Log message:
put apm (zzz) and apmd on at least some ramdisk media. this lets people
wander around akikhabara with a usb cd drive and an openbsd cd, testing
for laptops that support apm as god intended.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 04:06:29
Modified files:
etc/etc.i386 : MAKEDEV
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 04:06:55
Modified files:
share/man/man8/man8.i386: MAKEDEV.8
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 04:25:32
Modified files:
gnu/usr.bin/binutils/gas: Makefile.in
Log message:
Fix a previous merge error.
ok miod@ and espie@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 04:44:03
Modified files:
papers : index.html
Log message:
a bit less overwhelming
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 04:49:42
Modified files:
sys/arch/amd64/conf: RAMDISK RAMDISK_CD
Log message:
rl fits on install media again
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 07:12:24
Modified files:
. : mail.html
Log message:
change the way one can subscribe to the greek OpenBSD mailing list
hosted at bsd.gr. from mailing list administrator Patroklos Argyroudis
<patroklos _at gmail _dot_ com>.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 08:12:44
Modified files:
faq : faq6.html
Log message:
typo from Antoine Jacoutot <ajacoutot _at lphp _dot_ org>. Thanks!
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 10:05:41
Modified files:
papers : index.html
Log message:
Add 2 more.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 10:07:55
Added files:
papers : bcrypt-slides.pdf bcrypt-paper.pdf
Log message:
Add 2 more.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 10:36:47
www/papers/fr
Update of /cvs/www/papers/fr
In directory cvs.openbsd.org:/tmp/cvs-serv27278/fr
Log Message:
Directory /cvs/www/papers/fr added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 10:36:48
www/papers/es
Update of /cvs/www/papers/es
In directory cvs.openbsd.org:/tmp/cvs-serv27278/es
Log Message:
Directory /cvs/www/papers/es added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 10:41:27
Modified files:
fr : cats.html events.html i386-laptop.html
mail.html press.html
Added files:
papers/fr : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 10:51:04
Modified files:
es : amd64.html arc.html art1.html art2.html
art3.html checklist.html ctm.html
faq/es : faq2.html
openssh/es : macos.html openbsd.html palmos.html press.html
Added files:
es : art4.html
papers/es : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 10:58:17
Modified files:
zh-tw : index.html
faq/zh-tw : index.html
openssh/zh-tw : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 11:02:45
Modified files:
. : donations.html
Log message:
cleaning out the paypal folder
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 11:09:10
Modified files:
openssh : palmos.html
Log message:
typo spotted by Gerardo Santana Gomez Garrido
<santana _at_ tuxtla _dot_ openbsd _dot_ org _dot_ mx>. Thanks!
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 11:11:07
Modified files:
papers : index.html
Log message:
Add 2 more and clean up.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 11:12:40
Added files:
papers : bridgeslides.pdf bridgepaper.pdf
Log message:
Add 2 more pdf's.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 11:15:18
Modified files:
papers : index.html
Log message:
Correct LISA '99.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 12:35:11
Modified files:
. : donations.html
Log message:
Fix donator name.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 12:55:32
Modified files:
openntpd : index.html
Log message:
layout tweak
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 14:16:01
Modified files:
share/man/man4 : an.4 wi.4tbl atw.4
Log message:
an(4), atw(4) and wi(4) now X-ref each other. Requested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/06 15:24:11
Modified files:
usr.bin/compress: gzopen.c
Log message:
set the xflags; form netbsd; millert@ deraadt@ otto@ ok
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 15:38:28
Modified files:
papers : index.html
Log message:
Mention that "Exploit Mitigation Techniques" evolved over time. Requested deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 15:56:57
www/papers/cebit2003
Update of /cvs/www/papers/cebit2003
In directory cvs.openbsd.org:/tmp/cvs-serv23837/cebit2003
Log Message:
Directory /cvs/www/papers/cebit2003 added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 15:58:58
Added files:
papers/cebit2003: index.html mgp00001.html mgp00001.idx.png
mgp00001.png mgp00001.txt mgp00002.html
mgp00002.idx.png mgp00002.png mgp00002.txt
mgp00003.html mgp00003.idx.png mgp00003.png
mgp00003.txt mgp00004.html mgp00004.idx.png
mgp00004.png mgp00004.txt mgp00005.html
mgp00005.idx.png mgp00005.png mgp00005.txt
mgp00006.html mgp00006.idx.png mgp00006.png
mgp00006.txt mgp00007.html mgp00007.idx.png
mgp00007.png mgp00007.txt mgp00008.html
mgp00008.idx.png mgp00008.png mgp00008.txt
mgp00009.html mgp00009.idx.png mgp00009.png
mgp00009.txt mgp00010.html mgp00010.idx.png
mgp00010.png mgp00010.txt mgp00011.html
mgp00011.idx.png mgp00011.png mgp00011.txt
mgp00012.html mgp00012.idx.png mgp00012.png
mgp00012.txt mgp00013.html mgp00013.idx.png
mgp00013.png mgp00013.txt mgp00014.html
mgp00014.idx.png mgp00014.png mgp00014.txt
mgp00015.html mgp00015.idx.png mgp00015.png
mgp00015.txt mgp00016.html mgp00016.idx.png
mgp00016.png mgp00016.txt mgp00017.html
mgp00017.idx.png mgp00017.png mgp00017.txt
mgp00018.html mgp00018.idx.png mgp00018.png
mgp00018.txt mgp00019.html mgp00019.idx.png
mgp00019.png mgp00019.txt mgp00020.html
mgp00020.idx.png mgp00020.png mgp00020.txt
mgp00021.html mgp00021.idx.png mgp00021.png
mgp00021.txt mgp00022.html mgp00022.idx.png
mgp00022.png mgp00022.txt mgp00023.html
mgp00023.idx.png mgp00023.png mgp00023.txt
mgp00024.html mgp00024.idx.png mgp00024.png
mgp00024.txt mgp00025.html mgp00025.idx.png
mgp00025.png mgp00025.txt mgp00026.html
mgp00026.idx.png mgp00026.png mgp00026.txt
mgp00027.html mgp00027.idx.png mgp00027.png
mgp00027.txt mgp00028.html mgp00028.idx.png
mgp00028.png mgp00028.txt mgp00029.html
mgp00029.idx.png mgp00029.png mgp00029.txt
mgp00030.html mgp00030.idx.png mgp00030.png
mgp00030.txt mgp00031.html mgp00031.idx.png
mgp00031.png mgp00031.txt mgp00032.html
mgp00032.idx.png mgp00032.png mgp00032.txt
mgp00033.html mgp00033.idx.png mgp00033.png
mgp00033.txt mgp00034.html mgp00034.idx.png
mgp00034.png mgp00034.txt mgp00035.html
mgp00035.idx.png mgp00035.png mgp00035.txt
mgp00036.html mgp00036.idx.png mgp00036.png
mgp00036.txt mgp00037.html mgp00037.idx.png
mgp00037.png mgp00037.txt mgp00038.html
mgp00038.idx.png mgp00038.png mgp00038.txt
mgp00039.html mgp00039.idx.png mgp00039.png
mgp00039.txt mgp00040.html mgp00040.idx.png
mgp00040.png mgp00040.txt mgp00041.html
mgp00041.idx.png mgp00041.png mgp00041.txt
mgp00042.html mgp00042.idx.png mgp00042.png
mgp00042.txt mgp00043.html mgp00043.idx.png
mgp00043.png mgp00043.txt mgp00044.html
mgp00044.idx.png mgp00044.png mgp00044.txt
mgp00045.html mgp00045.idx.png mgp00045.png
mgp00045.txt mgp00046.html mgp00046.idx.png
mgp00046.png mgp00046.txt
Log message:
Add browsable cebit2003 directory + slides.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 16:16:48
Modified files:
papers : index.html
Log message:
Add cebit2003 with link to browsable slides.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 22:12:26
Added files:
papers : auug04.tgz bsdcan04.tgz oreilly2000.tgz
pacsec03e.tgz pacsec03j.tgz
Log message:
Add tarballs for offline viewing.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 22:18:11
Modified files:
papers : index.html
Log message:
Add tarball links for offline viewing.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 22:35:14
Added files:
papers : crypt-paper.pdf crypt-slides.pdf
Log message:
Add 2 more pdf's.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 22:36:11
Modified files:
papers : index.html
Log message:
Add more papers & presenations.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/06 23:33:29
Modified files:
papers : index.html
Log message:
Two corrections from Christian Brueffer <chris at unixpages.org>
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 00:00:00
www/papers/bsdcan04-pf
Update of /cvs/www/papers/bsdcan04-pf
In directory cvs.openbsd.org:/tmp/cvs-serv23051/bsdcan04-pf
Log Message:
Directory /cvs/www/papers/bsdcan04-pf added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 00:11:06
Modified files:
papers : index.html
Added files:
papers : bsdcan04-pf.tgz
papers/bsdcan04-pf: index.html mgp00001.html mgp00001.idx.jpg
mgp00001.jpg mgp00001.txt mgp00002.html
mgp00002.idx.jpg mgp00002.jpg mgp00002.txt
mgp00003.html mgp00003.idx.jpg mgp00003.jpg
mgp00003.txt mgp00004.html mgp00004.idx.jpg
mgp00004.jpg mgp00004.txt mgp00005.html
mgp00005.idx.jpg mgp00005.jpg mgp00005.txt
mgp00006.html mgp00006.idx.jpg mgp00006.jpg
mgp00006.txt mgp00007.html mgp00007.idx.jpg
mgp00007.jpg mgp00007.txt mgp00008.html
mgp00008.idx.jpg mgp00008.jpg mgp00008.txt
mgp00009.html mgp00009.idx.jpg mgp00009.jpg
mgp00009.txt mgp00010.html mgp00010.idx.jpg
mgp00010.jpg mgp00010.txt mgp00011.html
mgp00011.idx.jpg mgp00011.jpg mgp00011.txt
mgp00012.html mgp00012.idx.jpg mgp00012.jpg
mgp00012.txt mgp00013.html mgp00013.idx.jpg
mgp00013.jpg mgp00013.txt mgp00014.html
mgp00014.idx.jpg mgp00014.jpg mgp00014.txt
mgp00015.html mgp00015.idx.jpg mgp00015.jpg
mgp00015.txt mgp00016.html mgp00016.idx.jpg
mgp00016.jpg mgp00016.txt mgp00017.html
mgp00017.idx.jpg mgp00017.jpg mgp00017.txt
mgp00018.html mgp00018.idx.jpg mgp00018.jpg
mgp00018.txt mgp00019.html mgp00019.idx.jpg
mgp00019.jpg mgp00019.txt mgp00020.html
mgp00020.idx.jpg mgp00020.jpg mgp00020.txt
mgp00021.html mgp00021.idx.jpg mgp00021.jpg
mgp00021.txt mgp00022.html mgp00022.idx.jpg
mgp00022.jpg mgp00022.txt mgp00023.html
mgp00023.idx.jpg mgp00023.jpg mgp00023.txt
mgp00024.html mgp00024.idx.jpg mgp00024.jpg
mgp00024.txt mgp00025.html mgp00025.idx.jpg
mgp00025.jpg mgp00025.txt mgp00026.html
mgp00026.idx.jpg mgp00026.jpg mgp00026.txt
mgp00027.html mgp00027.idx.jpg mgp00027.jpg
mgp00027.txt mgp00028.html mgp00028.idx.jpg
mgp00028.jpg mgp00028.txt mgp00029.html
mgp00029.idx.jpg mgp00029.jpg mgp00029.txt
mgp00030.html mgp00030.idx.jpg mgp00030.jpg
mgp00030.txt
Log message:
Add bsdcan "Introduction to PF"
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 00:32:30
Modified files:
papers : index.html
Log message:
Two corrections from Ben Hooper <ben at networkinsanity.com>
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 00:56:08
www/papers/auug2002-ssh
Update of /cvs/www/papers/auug2002-ssh
In directory cvs.openbsd.org:/tmp/cvs-serv1478/auug2002-ssh
Log Message:
Directory /cvs/www/papers/auug2002-ssh added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 00:58:01
Modified files:
papers : index.html
Added files:
papers : auug2002-ssh-slides.ps auug2002-ssh.pdf
auug2002-ssh.ps auug2002-ssh.tgz
papers/auug2002-ssh: index.html mgp00001.html mgp00001.idx.png
mgp00001.png mgp00001.txt mgp00002.html
mgp00002.idx.png mgp00002.png mgp00002.txt
mgp00003.html mgp00003.idx.png mgp00003.png
mgp00003.txt mgp00004.html mgp00004.idx.png
mgp00004.png mgp00004.txt mgp00005.html
mgp00005.idx.png mgp00005.png mgp00005.txt
mgp00006.html mgp00006.idx.png mgp00006.png
mgp00006.txt mgp00007.html mgp00007.idx.png
mgp00007.png mgp00007.txt mgp00008.html
mgp00008.idx.png mgp00008.png mgp00008.txt
mgp00009.html mgp00009.idx.png mgp00009.png
mgp00009.txt mgp00010.html mgp00010.idx.png
mgp00010.png mgp00010.txt mgp00011.html
mgp00011.idx.png mgp00011.png mgp00011.txt
mgp00012.html mgp00012.idx.png mgp00012.png
mgp00012.txt mgp00013.html mgp00013.idx.png
mgp00013.png mgp00013.txt mgp00014.html
mgp00014.idx.png mgp00014.png mgp00014.txt
mgp00015.html mgp00015.idx.png mgp00015.png
mgp00015.txt mgp00016.html mgp00016.idx.png
mgp00016.png mgp00016.txt mgp00017.html
mgp00017.idx.png mgp00017.png mgp00017.txt
mgp00018.html mgp00018.idx.png mgp00018.png
mgp00018.txt mgp00019.html mgp00019.idx.png
mgp00019.png mgp00019.txt mgp00020.html
mgp00020.idx.png mgp00020.png mgp00020.txt
mgp00021.html mgp00021.idx.png mgp00021.png
mgp00021.txt
Log message:
Add AUUG 2002 SSH tutorial
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 01:07:52
Modified files:
. : events.html
Log message:
mention AUUG2002
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 01:13:43
Modified files:
papers : index.html
Log message:
oops, unbreak chronology
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/07 03:41:43
Modified files:
usr.bin/ar : extract.c
Log message:
Do not incorrectly sign-extend a mode_t value.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/07 04:12:35
Modified files:
sys/arch/i386/i386: trap.c
Log message:
Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSD
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/07 04:14:43
Modified files:
sbin/route : route.c
Log message:
make -netmask work again; ok henning, mcbride, deraadt
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 05:58:36
Modified files:
es : cvsync.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 05:58:45
Modified files:
openssh/es : palmos.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 05:58:54
Modified files:
openntpd/es : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 05:59:16
Modified files:
zh-tw : art1.html books.html orders.html plat.html
security.html stable.html translation.html
users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/07 07:47:07
Modified files:
lib/libssl/crypto/arch/mips64: opensslconf.h
Log message:
mips is now 64 bits so use a 64 bit config
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/07 07:48:27
Modified files:
lib/libc/arch/mips64: SYS.h
lib/libc/arch/mips64/gen: setjmp.S sigsetjmp.S
lib/libc/arch/mips64/sys: brk.S exect.S fork.S rfork.S sbrk.S
setlogin.S sigpending.S sigprocmask.S
sigsuspend.S
Log message:
32 -> 64 bit cleanups but no optimizations yet
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/09/07 15:23:24
Added files:
audio/mpg123/patches: patch-layer2_c
Log message:
fix buffer overflow, can allow arbitrary code execution by playing an mp3
with specially crafted header; "Davide Del Vecchio" <
[email protected]>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/07 16:43:08
Modified files:
usr.sbin/ntpd : server.c
Log message:
ignore ntp_sendmsg()s return value in server_dispatch. could result in
ntpd exiting on sendmsg() failures, which is not desired.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/07 17:41:30
Modified files:
usr.bin/ssh : ssh.c clientloop.c
Log message:
cleanup multiplex control socket on SIGHUP too, spotted by sturm@
ok markus@ deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/07 21:57:47
Modified files:
faq : faq10.html
Log message:
"<tt>\n<a href ... " is NOT a good construct, as that '\n' turns into
a space, which looks silly there...
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 01:17:50
Modified files:
. : 36.html
Log message:
a few more bgpd improvements that happened since 3.5; ok claudio@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 07:23:37
Modified files:
. : 36.html
Log message:
more clear wrt dhcp stuff anf ntpd, with help from nick
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/08 08:23:49
Modified files:
libexec/telnetd: sys_term.c
Log message:
after openpty() do not close() slave and reopen it. that is just crazy
talk. instead, save the descriptor and reuse it. millert ok
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 09:00:53
Modified files:
. : ftp.html
openssh : ftp.html portable.html
Log message:
new OpenBSD and OpenSSH danish FTP mirror.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/08 10:12:30
Modified files:
usr.sbin/httpd/src/modules/standard: mod_rewrite.c
Log message:
security fix:
Apache's mod_rewrite module can be made to write one zero byte in an
arbitrary memory position outside of a char array, causing DoS or
possibly buffer overflows.
The function lookup_map_dbmfile() in modules/mappers/mod_rewrite.c
copies data from a DBM file to the char array buf in a _secure_ manner,
but it zero-terminates the array afterwards in an _insecure_ manner. If
the key that is looked up has an n bytes long value, a zero byte will be
written in the memory position n bytes from the start of the char array
buf.
exploiting would require enabling dbm for mod_rewrite and getting it to use
a malicious dbm file.
reported by
[email protected]
fix by me
ok otto, deraadt
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/08 10:18:12
Modified files:
sbin/routed : routed.8 table.c
Log message:
routed assumes it alone controls the routing table and tinkers with
routes it is not supposed to touch trying to aggregate them, which
has unwanted effects when other routing daemons (bgpd) are running.
note that bgpd behaves and only touches its own routes.
workaround by ignoring routes with RTF_PROTO1 set, which bgpd sets for its
routes.
from a discussion with Arvid Grotting <
[email protected]>, who tested
a diff of same functionality (basically only formatting and comment
different).
ok deraadt
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 13:30:46
Modified files:
. : translation.html
Log message:
we have a new [es] power translator(tm). welcome on board Gerardo!
.. and fix that first name of mine.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 14:10:55
Modified files:
. : donations.html
Log message:
Add another and balance.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/08 15:36:55
Modified files:
distrib/notes/hppa: prep
Log message:
fill out more on console and boot devices
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/08 17:01:55
Modified files:
sys/dev/pci : if_em.c
Log message:
typo, wrong type;
[email protected]
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/08 18:17:01
Modified files:
usr.sbin/httpd/src/modules/standard: Tag: OPENBSD_3_5
mod_rewrite.c
Log message:
MFC:
Fix by henning@
security fix:
Apache's mod_rewrite module can be made to write one zero byte in an
arbitrary memory position outside of a char array, causing DoS or
possibly buffer overflows.
The function lookup_map_dbmfile() in modules/mappers/mod_rewrite.c
copies data from a DBM file to the char array buf in a _secure_ manner,
but it zero-terminates the array afterwards in an _insecure_ manner. If
the key that is looked up has an n bytes long value, a zero byte will be
written in the memory position n bytes from the start of the char array
buf.
exploiting would require enabling dbm for mod_rewrite and getting it to use
a malicious dbm file.
reported by
[email protected]
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/08 19:10:58
Modified files:
usr.sbin/httpd/src/modules/standard: Tag: OPENBSD_3_4
mod_rewrite.c
Log message:
MFC:
Fix by henning@
security fix:
Apache's mod_rewrite module can be made to write one zero byte in an
arbitrary memory position outside of a char array, causing DoS or
possibly buffer overflows.
The function lookup_map_dbmfile() in modules/mappers/mod_rewrite.c
copies data from a DBM file to the char array buf in a _secure_ manner,
but it zero-terminates the array afterwards in an _insecure_ manner. If
the key that is looked up has an n bytes long value, a zero byte will be
written in the memory position n bytes from the start of the char array
buf.
exploiting would require enabling dbm for mod_rewrite and getting it to use
a malicious dbm file.
reported by
[email protected]
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 19:19:30
Modified files:
openssh : faq.html
Log message:
Another FAQ: Why does OpenSSH report its version to clients?
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 23:12:06
Modified files:
. : 36.html
Log message:
typo spotted by Douglas Santos <dsantos _at_ hydroxyl _dot_ org>.
thanks!
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/08 23:52:32
Modified files:
. : 36.html
Log message:
grammar
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 03:29:52
Modified files:
sys/arch/i386/i386: cpu.c
Log message:
cpu_setup functions passed wrong first arg; from
[email protected]
ok grange markus
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 04:23:43
Modified files:
share/man/man8 : afterboot.8
Log message:
nfs daemons started from rc, not netstart;
from jrrs (pr #3917);
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 04:25:52
Modified files:
sys/arch/mips64/include: vmparam.h
sys/arch/sgi/sgi: machdep.c
Log message:
Kill mb_map and related defines, we don't need one.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 04:30:23
Modified files:
usr.bin/netstat: inet.c
Log message:
printing the raw ip protocol name breaks the protocol loop, so just
print the number. ok henning@ markus@ deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 09:02:23
Modified files:
. : events.html
Log message:
Bring our schedule up to date, some new events for October and December,
currently at LinuxKongress, so move that to past events (before I forget
as usual...)
with a little help from Alexander
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 09:41:18
Modified files:
sys/lib/libkern/arch/mips64: bcmp.S bcopy.S bzero.S ffs.S
htonl.S htons.S strcmp.S strlen.S
Log message:
Changes for 64 bit kernel. Some functions needis to be rewritten or
optimized to take advantage of full 64 bit width registers.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 10:14:02
Modified files:
lib/libc/arch/mips64: SYS.h
lib/libc/arch/mips64/gen: _setjmp.S fabs.S isinf.S ldexp.S
modf.S setjmp.S sigsetjmp.S
lib/libc/arch/mips64/net: htonl.S htons.S
lib/libc/arch/mips64/string: bcmp.S bcopy.S bzero.S ffs.S
index.S rindex.S strcmp.S strlen.S
lib/libc/arch/mips64/sys: Ovfork.S brk.S cerror.S exect.S fork.S
rfork.S sbrk.S setlogin.S sigpending.S
sigprocmask.S sigsuspend.S
Log message:
mips64 is now going ABI64 and shared library support!
String functions need some optimization/rewrite to take full advantage.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 10:47:23
Modified files:
. : 36.html
Log message:
strtonum description was wrong, pointed out by Simon Dassow
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 10:59:21
Modified files:
lib/libpthread/arch/mips64: uthread_machdep.c uthread_machdep.h
uthread_machdep_asm.S
Log message:
couple of changes (int -> long) to handle 64 bits.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 11:45:26
Modified files:
lib/csu/mips64 : crt0.c md_init.h
Log message:
Shared libs now works. Changes here for ABI64.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 11:47:44
Modified files:
libexec/ld.so/mips64: archdep.h ldasm.S rtld_machine.c syscall.h
Log message:
ABI64 shared libs now handled.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 12:31:17
Modified files:
papers : index.html
Log message:
add missing text about a PDF paper. ok marco@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/09/09 13:54:34
Modified files:
audio/mpg123 : Tag: OPENBSD_3_5 Makefile
Added files:
audio/mpg123/patches: Tag: OPENBSD_3_5 patch-layer2_c
Log message:
SECURITY:
fix buffer overflow, can allow arbitrary code execution by playing an mp3
with specially crafted header; "Davide Del Vecchio" <
[email protected]>
ok brad@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2004/09/09 13:55:22
Modified files:
audio/mpg123 : Tag: OPENBSD_3_4 Makefile
Added files:
audio/mpg123/patches: Tag: OPENBSD_3_4 patch-layer2_c
Log message:
SECURITY:
fix buffer overflow, can allow arbitrary code execution by playing an mp3
with specially crafted header; "Davide Del Vecchio" <
[email protected]>
ok brad@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 14:43:24
Modified files:
fr : 36.html donations.html events.html ftp.html
sparc.html translation.html
faq/fr : faq10.html
openssh/fr : faq.html ftp.html palmos.html portable.html
papers/fr : index.html
openntpd/fr : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 14:46:31
Modified files:
es : 36.html pmax.html testimonials.html
faq/pf/es : options.html perf.html pools.html
papers/es : index.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 14:47:14
Modified files:
hu : errata.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 14:49:04
Modified files:
zh-tw : donations.html errata.html ftp.html index.html
mail.html plus.html
Log message:
sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 14:51:57
Modified files:
usr.sbin/dhcpd : dhcpd.c confpars.c
Log message:
Avoid following a NULL pointer if a hostname lookup fails and
remove an extraneous "exiting" when there is a config file error.
OK henning@ and mcbride@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 15:38:11
Modified files:
usr.sbin/afs/src/appl/bos: bos.8
Log message:
Add missing section heading "DESCRIPTION".
ok jmc@ millert@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 15:50:33
Modified files:
usr.sbin/ntpd : ntp.c
Log message:
correctly track peer count. fixes a memory corruption.
with & ok otto millert claudio, ok deraadt canacar
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 15:53:57
Modified files:
usr.sbin/bgpd : session.c
Log message:
correctly track peer count. fixes a memory corruption.
exactly the same bug as in ntpd, but caused completely different...
strange issues seen by arvid goetting who helped a lot in debugging,
bug found after an ntpd issue showed up and I saw the relation.
hunting with & ok claudio, otto, millert, ok deraadt
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 16:08:42
Modified files:
sys/net : pf_ioctl.c
Log message:
Copy out anchors with relative paths and wildcards correctly,
from jaredy@, ok henning@, mcbride@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 16:11:39
Modified files:
sys/arch/mips64/mips64: arcbios.c cache_r5k.S context.S cpu.c
db_machdep.c exception.S fp.S
lcore_access.S lcore_float.S mem.c
pmap.c tlbhandler.S trap.c
sys/arch/sgi/conf: GENERIC Makefile.sgi files.sgi ld.script
sys/arch/sgi/include: exec.h
sys/arch/sgi/localbus: macebus.c macectrl.S
sys/arch/sgi/pci: macepcimap.c
sys/arch/sgi/sgi: locore.S machdep.c
sys/arch/sgi/stand/boot: Makefile boot.c
Log message:
Kernel moves to 64 bit. A few more tweaks when binutils is updated.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 16:21:41
Modified files:
sys/arch/mips64/include: arcbios.h asm.h cpu.h cpustate.h
db_machdep.h param.h regdef.h vmparam.h
Log message:
these should have gone in with the other 64 bit changes
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/09 20:09:19
Modified files:
. : press.html
Log message:
Another article from down under.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/09 21:19:03
Modified files:
usr.sbin/httpd/conf: httpd.conf
Log message:
expand @@ServerRoot@@ variable
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/10 00:41:42
Modified files:
. : pkg-stable.html pkg-stable34.html
Log message:
new stable packages:
jftpgw-0.13.5.tgz
mysql-server-3.23.57p3.tgz
mysql-server-4.0.18p2.tgz
nessus-1.2.7p1-no_x11.tgz
nessus-1.2.7p1.tgz
nessus-2.0.9p1-no_x11.tgz
nessus-2.0.9p1.tgz
rsync-2.6.2p1.tgz
ruby-1.6.8p1.tgz
ruby-1.8.1p1.tgz
xchat-1.8.11p2.tgz
xchat2-2.0.4p1.tgz
xchat2-2.0.7p1.tgz
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/10 01:07:58
Modified files:
faq : faq6.html
Log message:
Typo from Antoine Jacoutot
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 02:58:27
Modified files:
sys/arch/mips64/mips64: cache_r5k.S context.S cp0access.S
exception.S fp.S lcore_access.S
lcore_ddb.S lcore_float.S tlbhandler.S
sys/arch/sgi/localbus: macectrl.S
Log message:
Fix LEAF usage adding new extra arg. spotted by miod.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 03:14:51
Modified files:
sys/arch/sgi/conf: ld.script
Log message:
This is the script used to link the kernel. A flaw in ld makes
setting the load address using 0xffffffff80100000 impossible
so a workaround using -0x7.... is used.
Hopefully this file will go away and using -N and -Ttext= will
work once binutils is fixed.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 03:32:13
Modified files:
sys/arch/mips64/mips64: cache_r5k.S context.S fp.S tlbhandler.S
Log message:
Use correct register aliases wrt the __mips_n64 regdef.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 04:38:52
Modified files:
sys/arch/mips64/include: cpustate.h
Log message:
typo in SAVE_CPU expansion.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 04:39:45
Modified files:
sys/arch/mips64/mips64: tlbhandler.S
Log message:
Need to sync NLEAF() occurences too.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 06:07:27
Modified files:
lib/csu : Makefile
Log message:
add mips64 to the list. ok derradt.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 06:40:49
Modified files:
share/man/man5 : pf.conf.5
Log message:
mention parent (..) anchors,
mention wildcard (*) anchors,
and mention quotes around anchor names.
ok dhartmei henning jmc
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 06:45:35
Modified files:
lib/libc/arch/mips64/gen: _setjmp.S setjmp.S sigsetjmp.S
Log message:
setjmp now passes all regress tests.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 09:37:53
Modified files:
usr.sbin/vnconfig: vnconfig.8
Log message:
mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/10 12:30:45
Modified files:
. : errata.html errata34.html security.html
Log message:
add httpd issue.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:11:52
Modified files:
distrib/notes/amd64: whatis
distrib/notes/cats: whatis
distrib/notes/hppa: whatis
distrib/notes/i386: whatis
distrib/notes/luna88k: whatis
distrib/notes/mac68k: whatis
distrib/notes/macppc: whatis
distrib/notes/mvme68k: whatis
distrib/notes/sgi: whatis
distrib/notes/sparc: whatis
distrib/notes/sparc64: whatis
distrib/notes/vax: whatis
Log message:
Try to make the port descriptions less stupid and more concise.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:12:17
Modified files:
distrib/notes/i386: upgrade
Log message:
Do not mention a.out upgrades anymore, they are not supported anymore.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:13:07
Modified files:
distrib/notes/i386: hardware
Log message:
Remind people that 386 and 486 systems really need an FPU.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:14:06
Modified files:
distrib/notes/i386: contents install
Log message:
Document cdemu36.iso, because we are nice lads, but you really really really
do not want to use it, and you don't need it, honest! (well, maybe just a
little)
Based on a discussion with tom@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:14:35
Modified files:
distrib/notes/hppa: prep
Log message:
Better wording, and a few typos.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:14:52
Modified files:
distrib/notes/hppa: contents
distrib/notes/sparc: contents
distrib/notes/sparc64: contents
Log message:
End sentences with a dot.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:21:08
Modified files:
distrib/notes/amd64: contents upgrade
distrib/notes/cats: contents upgrade
Log message:
Upgrades are allowed.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:41:41
Modified files:
distrib/notes/alpha: contents
distrib/notes/amd64: contents
distrib/notes/cats: contents
distrib/notes/hp300: contents
distrib/notes/hppa: contents
distrib/notes/i386: contents
distrib/notes/luna88k: contents
distrib/notes/mac68k: contents
distrib/notes/macppc: contents
distrib/notes/mvme68k: contents
distrib/notes/mvme88k: contents
distrib/notes/sgi: contents
distrib/notes/sparc: contents
distrib/notes/sparc64: contents
distrib/notes/vax: contents
Log message:
Update sets sizes with the latest binaries (except for hp300 X11 which will
be late).
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 13:49:15
Modified files:
sbin/newfs : mkfs.c
Log message:
Bail out on errors when making very small filesystems. ok deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/10 17:51:29
Modified files:
. : events.html
Log message:
Auug->AUUG, nitpick from Jonathan Gray
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/10 17:56:50
Modified files:
papers : index.html
Log message:
August->September, from Jonathan Gray
while here, make it validate
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 21:19:09
Modified files:
libexec/login_radius: raddauth.c
Log message:
Verify packets from the server were md5'd with the same shared
secret we used in the request. OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/10 21:33:40
Modified files:
sys/dev/usb : ohci.c
Log message:
backout 1.48, but maintain the fix for the merge error.
fixes hangs/crashes on detach of various devices.
found by jolan@, tested by drahn@ and jolan@, ok by deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/10 21:40:49
Modified files:
openssh : faq.html
Log message:
entitize some special chars (<, &, etc.)
fix some punctuation and typos
refer to "Athlon" properly
use i tags around some pathnames
mostly from Tobias Stoeckmann
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 02:19:56
Modified files:
es : errata.html errata34.html plus28.html
security.html sun3.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 02:20:12
Modified files:
faq/es : faq4.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 02:20:24
Modified files:
faq/pf/es : tagging.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 02:20:56
Modified files:
fr : pkg-stable.html pkg-stable34.html press.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/11 15:06:56
Modified files:
libexec/login_radius: Tag: OPENBSD_3_5 raddauth.c
Log message:
MFC:
Fix by millert@
Verify packets from the server were md5'd with the same shared
secret we used in the request.
ok deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 17:18:24
Modified files:
faq : truetype.html
Log message:
fix a period typo
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 18:32:22
Modified files:
build : groups.dat
Log message:
Now built from table, like support.dat. Consistent sorting throughout,
resulting in some extra diffs. Add Venezuela group.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 18:37:34
Modified files:
build : support.dat
Log message:
Add ANP3 in Argentina. Update Nullcube in AU. Add Startech in Ontario and
DigiNex.netin Quebec. Add OSTC (Alexander von Gernler) in Germany.
Update opencompany.it and lukasz.com. Remove Paul Civati (Xensia,UK)
at his reqeust.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/11 18:43:11
Modified files:
build : support.dat
Log message:
char sequence broke script
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/11 21:46:55
Modified files:
libexec/login_radius: Tag: OPENBSD_3_4 raddauth.c
Log message:
MFC:
Fix by millert@
Verify packets from the server were md5'd with the same shared
secret we used in the request.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/12 03:35:50
Modified files:
sys/net : bpf.c
Log message:
Return the most common data link type instead of the first match for an
interface. Where the most common DLT is the one with the smallest id.
This fixes tcpdump for atw(4) that attaches multiple bpf hooks.
Tested: millert@, Sigfred Haversen, otto@, mcbride@, sturm@, krw@,
Steve Shockley
OK millert@ deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/12 06:26:30
Modified files:
. : support.html groups.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/12 15:01:27
Modified files:
distrib/i386/common: install.md
Log message:
add br keymap; from miod
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/12 22:36:46
www/papers/bgpd_sucon04
Update of /cvs/www/papers/bgpd_sucon04
In directory cvs.openbsd.org:/tmp/cvs-serv14868/bgpd_sucon04
Log Message:
Directory /cvs/www/papers/bgpd_sucon04 added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/12 22:36:47
www/papers/ntpd_sucon04
Update of /cvs/www/papers/ntpd_sucon04
In directory cvs.openbsd.org:/tmp/cvs-serv14868/ntpd_sucon04
Log Message:
Directory /cvs/www/papers/ntpd_sucon04 added to the repository
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/12 22:38:37
Added files:
papers/ntpd_sucon04: index.html mgp00001.html mgp00001.idx.png
mgp00001.png mgp00001.txt mgp00002.html
mgp00002.idx.png mgp00002.png mgp00002.txt
mgp00003.html mgp00003.idx.png mgp00003.png
mgp00003.txt mgp00004.html mgp00004.idx.png
mgp00004.png mgp00004.txt mgp00005.html
mgp00005.idx.png mgp00005.png mgp00005.txt
mgp00006.html mgp00006.idx.png mgp00006.png
mgp00006.txt mgp00007.html mgp00007.idx.png
mgp00007.png mgp00007.txt mgp00008.html
mgp00008.idx.png mgp00008.png mgp00008.txt
mgp00009.html mgp00009.idx.png mgp00009.png
mgp00009.txt mgp00010.html mgp00010.idx.png
mgp00010.png mgp00010.txt mgp00011.html
mgp00011.idx.png mgp00011.png mgp00011.txt
mgp00012.html mgp00012.idx.png mgp00012.png
mgp00012.txt mgp00013.html mgp00013.idx.png
mgp00013.png mgp00013.txt mgp00014.html
mgp00014.idx.png mgp00014.png mgp00014.txt
mgp00015.html mgp00015.idx.png mgp00015.png
mgp00015.txt mgp00016.html mgp00016.idx.png
mgp00016.png mgp00016.txt
Log message:
Add henning's sucon '04 presentations.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/12 22:39:42
Added files:
papers/bgpd_sucon04: index.html mgp00001.html mgp00001.idx.png
mgp00001.png mgp00001.txt mgp00002.html
mgp00002.idx.png mgp00002.png mgp00002.txt
mgp00003.html mgp00003.idx.png mgp00003.png
mgp00003.txt mgp00004.html mgp00004.idx.png
mgp00004.png mgp00004.txt mgp00005.html
mgp00005.idx.png mgp00005.png mgp00005.txt
mgp00006.html mgp00006.idx.png mgp00006.png
mgp00006.txt mgp00007.html mgp00007.idx.png
mgp00007.png mgp00007.txt mgp00008.html
mgp00008.idx.png mgp00008.png mgp00008.txt
mgp00009.html mgp00009.idx.png mgp00009.png
mgp00009.txt mgp00010.html mgp00010.idx.png
mgp00010.png mgp00010.txt mgp00011.html
mgp00011.idx.png mgp00011.png mgp00011.txt
mgp00012.html mgp00012.idx.png mgp00012.png
mgp00012.txt mgp00013.html mgp00013.idx.png
mgp00013.png mgp00013.txt mgp00014.html
mgp00014.idx.png mgp00014.png mgp00014.txt
mgp00015.html mgp00015.idx.png mgp00015.png
mgp00015.txt mgp00016.html mgp00016.idx.png
mgp00016.png mgp00016.txt mgp00017.html
mgp00017.idx.png mgp00017.png mgp00017.txt
mgp00018.html mgp00018.idx.png mgp00018.png
mgp00018.txt mgp00019.html mgp00019.idx.png
mgp00019.png mgp00019.txt mgp00020.html
mgp00020.idx.png mgp00020.png mgp00020.txt
mgp00021.html mgp00021.idx.png mgp00021.png
mgp00021.txt mgp00022.html mgp00022.idx.png
mgp00022.png mgp00022.txt mgp00023.html
mgp00023.idx.png mgp00023.png mgp00023.txt
mgp00024.html mgp00024.idx.png mgp00024.png
mgp00024.txt mgp00025.html mgp00025.idx.png
mgp00025.png mgp00025.txt mgp00026.html
mgp00026.idx.png mgp00026.png mgp00026.txt
mgp00027.html mgp00027.idx.png mgp00027.png
mgp00027.txt mgp00028.html mgp00028.idx.png
mgp00028.png mgp00028.txt mgp00029.html
mgp00029.idx.png mgp00029.png mgp00029.txt
mgp00030.html mgp00030.idx.png mgp00030.png
mgp00030.txt mgp00031.html mgp00031.idx.png
mgp00031.png mgp00031.txt mgp00032.html
mgp00032.idx.png mgp00032.png mgp00032.txt
mgp00033.html mgp00033.idx.png mgp00033.png
mgp00033.txt mgp00034.html mgp00034.idx.png
mgp00034.png mgp00034.txt mgp00035.html
mgp00035.idx.png mgp00035.png mgp00035.txt
mgp00036.html mgp00036.idx.png mgp00036.png
mgp00036.txt mgp00037.html mgp00037.idx.png
mgp00037.png mgp00037.txt mgp00038.html
mgp00038.idx.png mgp00038.png mgp00038.txt
mgp00039.html mgp00039.idx.png mgp00039.png
mgp00039.txt mgp00040.html mgp00040.idx.png
mgp00040.png mgp00040.txt mgp00041.html
mgp00041.idx.png mgp00041.png mgp00041.txt
mgp00042.html mgp00042.idx.png mgp00042.png
mgp00042.txt mgp00043.html mgp00043.idx.png
mgp00043.png mgp00043.txt mgp00044.html
mgp00044.idx.png mgp00044.png mgp00044.txt
mgp00045.html mgp00045.idx.png mgp00045.png
mgp00045.txt mgp00046.html mgp00046.idx.png
mgp00046.png mgp00046.txt mgp00047.html
mgp00047.idx.png mgp00047.png mgp00047.txt
mgp00048.html mgp00048.idx.png mgp00048.png
mgp00048.txt mgp00049.html mgp00049.idx.png
mgp00049.png mgp00049.txt mgp00050.html
mgp00050.idx.png mgp00050.png mgp00050.txt
Log message:
Add henning's sucon '04 presentations.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/12 22:41:23
Added files:
papers : bgpd_sucon04.tgz ntpd_sucon04.tgz
Log message:
Add henning's sucon '04 presentations as tarballs.
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/12 23:09:15
Modified files:
papers : index.html
Log message:
Clean up. Suggested by deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/13 06:50:28
Modified files:
. : pkg-stable.html pkg-stable34.html
Log message:
+mpg123-0.59rp3.tgz
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2004/09/13 14:31:26
Modified files:
sys/arch/sparc64/dev: consinit.c pcons.c
Log message:
for pcons tty and kernel console (ie. boot -a) input, replace prom ^H
with ^? as that is what we have standardized on for all delete keys.
this got missed, meaning boot -a and RAMDISK console tty were gross.
ok miod
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2004/09/13 17:29:05
Modified files:
papers : index.html
Log message:
Repeated calls to fix an "on" to "in" from Gerardo Santana Gómez Garrido <santana at tuxtla.openbsd.org dot mx>
Thanks for reminding me :-)