CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2009/04/17 21:10:02
Modified files:
. : 45.html
Log message:
flesh out "Install/Upgrade process changes"
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 19:07:48
Modified files:
distrib/miniroot: install.sub
Log message:
Get rid of the final "Are you ready to install sets?" question by adding
an 'abort' option to the previous question. Another qu
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 18:42:28
Modified files:
distrib/miniroot: install.sub
Log message:
18 characters per column is better, since xshareXX.tgz is a long name.
(This gets noticed on non-SMP architectures, since they d
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2009/04/17 18:38:50
Modified files:
distrib/miniroot: install.sub
Log message:
Don't bother trying to handle network interface media modifications
in the script. If that level of tweaking is needed, it is sa
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 18:23:03
Modified files:
distrib/miniroot: install.sub
Log message:
If people want to edit their hosts file, they can do it in the next step
ok krw
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 18:21:01
Modified files:
distrib/miniroot: install.sub
Log message:
Always enable DNS in the installer, without asking, since everyone just
hits return for the question and accepts it. Welcome to
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2009/04/17 18:15:46
Modified files:
sbin/disklabel : editor.c extern.h
Log message:
Alexander Hall points out that disklabel -AE followed by quitting
without making manual changes does not ask whether you'd
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2009/04/17 16:31:24
Modified files:
usr.sbin/tcpdump: privsep.c
Log message:
correcto in comment; from Amarendra Godbole
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2009/04/17 15:48:54
Modified files:
sys/dev/isa: sch311x.c
Log message:
schsio_probe() reads the chip id to find out if we should attach or not.
schsio_attach() then later reads the chip id to print whic
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/04/17 15:31:38
Modified files:
sys/arch/sparc64/sparc64: mdesc.c
Log message:
Catch up with uvm_pglistalloc() interface change.
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/04/17 14:20:18
Modified files:
sys/dev/ic : hme.c hmevar.h
Log message:
Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring.
tested by okan@, sthen@
CVSROOT:/cvs
Module name:src
Changes by: stev...@cvs.openbsd.org 2009/04/17 13:40:17
Modified files:
usr.bin/ssh: sshd_config.5
Log message:
clarify that even internal-sftp needs /dev/log for logging to work; ok
markus@
CVSROOT:/cvs
Module name:src
Changes by: stev...@cvs.openbsd.org 2009/04/17 13:23:06
Modified files:
usr.bin/ssh: session.c
Log message:
use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
ok djm@ markus@
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2009/04/17 12:37:07
Modified files:
sys/net: pf.c
Log message:
move the lastr = r assignment behind the anchor rule check so we don't
ever try to aplly options from the anchor rule if it was the last
CVSROOT:/cvs
Module name:src
Changes by: henn...@cvs.openbsd.org 2009/04/17 11:17:03
Modified files:
etc: rc
Log message:
a scrub was hiding here when nfs was enabled. since we want the no-df
behaviour here replace by an explicit set reassemble yes no-df.
noti
CVSROOT:/cvs
Module name:src
Changes by: jac...@cvs.openbsd.org 2009/04/17 10:26:18
Modified files:
usr.sbin/smtpd : enqueue.c
Log message:
handle case when no input is provided, fixes confusing error:
$ echo -n | sendmail root
sendmail: write: connection closed
$
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 10:07:10
Modified files:
distrib/miniroot: makehash.sh
Log message:
cannot create a hash for bsd.rd, obviously. well, some media could since
they have their own bsd.rd, but not not bsd.rd or inst
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 10:05:48
Modified files:
distrib/miniroot: install.sub
Log message:
silence delete of hash output file
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 09:59:48
Modified files:
distrib/hppa/ramdisk: Makefile
distrib/i386/cdfs: Makefile
distrib/i386/cdfs-emu: Makefile
distrib/i386/common: Makefile.inc
distrib/i386
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 09:52:04
Modified files:
etc/etc.alpha : MAKEDEV.md
Log message:
bpf0 can be created by MAKEDEV; ok krw
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 09:52:12
Modified files:
etc/etc.alpha : MAKEDEV
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 09:51:32
Modified files:
distrib/alpha/bsd.rd: list
Log message:
bpf0 can be created by MAKEDEV; ok krw
CVSROOT:/cvs
Module name:src
Changes by: blamb...@cvs.openbsd.org2009/04/17 09:17:27
Modified files:
sys/sys: proc.h
sys/kern : vfs_getcwd.c
Log message:
Remove unused function proc_isunder()
"go for it" tedu@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2009/04/17 09:00:03
Modified files:
gnu/lib/libstdc++/libstdc++/testsuite/thread: pthread1.cc
pthread2.cc
CVSROOT:/cvs
Module name:src
Changes by: piro...@cvs.openbsd.org 2009/04/17 07:20:20
Modified files:
sys/dev/acpi : acpivar.h acpi.c
Log message:
Add device ranking support for future sleep/wake developments.
okay marco@
CVSROOT:/cvs
Module name:src
Changes by: mich...@cvs.openbsd.org 2009/04/17 06:10:08
Modified files:
sys/netmpls: mpls.h mpls_input.c
Log message:
Correctly handle packets that are leaving the MPLS cloud and
joining the ipv4/ipv6 stack.
Get also rid of the dependency
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2009/04/17 03:58:41
Modified files:
usr.sbin/relayd: check_script.c
Log message:
close filedescriptors with closefrom(STDERR_FILENO + 1) before executing
the script to prevent access to internal processes.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2009/04/17 03:47:06
Modified files:
usr.sbin/relayd: hce.c pfe.c
Log message:
keep the parent relations of hosts after reloading the configuration.
>From Camiel Dobbelaar, closes PR 6066
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2009/04/17 03:37:25
Modified files:
usr.sbin/relayd: parse.y
Log message:
add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1
servers claiming keepalive sessions.
>From Camiel Dobbelaar
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2009/04/17 03:03:14
Modified files:
lib/libpciaccess/src: openbsd_pci.c
Log message:
Use the correct size when mapping the legacy vga rom.
fixes errors (and probably bugs) on intel hardware (at the lea
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 01:23:27
Modified files:
distrib/common : elfrdsetroot.c rdsetroot.c
Log message:
further steps towards unification
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 01:18:55
Modified files:
distrib/alpha/bsd.rd: list
distrib/alpha/common: list
distrib/miniroot: list
Log message:
er, wrong path
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 01:17:13
Modified files:
distrib/amd64/common: list
distrib/armish/ramdisk: list
distrib/i386/common: list
distrib/landisk/ramdisk: list
distrib/zaurus/ramdisk: l
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/04/17 01:14:04
Modified files:
sys/uvm: uvm_pdaemon.c
Log message:
Another case of locking just to read uvmexp.free. Kill the locking, not
needed.
"of course" a...@.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 01:06:34
Modified files:
distrib/armish/ramdisk: list
distrib/hp300/ramdisk: list
distrib/landisk/ramdisk: list
distrib/luna88k/ramdisk: list
distrib/mac68k/ramdi
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/04/17 01:00:44
Modified files:
distrib/miniroot: install.sub
Log message:
undesireable tabs (waste space on the media)
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2009/04/17 01:00:26
Modified files:
share/man/man5 : pf.conf.5
Log message:
tweak PACKET FILTERING;
37 matches
Mail list logo