CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2013/04/04 23:45:09
Modified files:
sys/arch/i386/conf: RAMDISK_CD
sys/arch/amd64/conf: RAMDISK_CD
Log message:
Add the remaining USB Wifi adapters to the CD RAMDISK media for users
using the media
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2013/04/04 23:39:46
Modified files:
sys/dev/usb: if_athn_usb.c
Log message:
Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL
so there is no HostAP. athn_usb_newassoc() would r
CVSROOT:/cvs
Module name:src
Changes by: bcal...@cvs.openbsd.org 2013/04/04 22:57:46
Modified files:
distrib/notes/octeon: hardware install prep
Log message:
Grammar tweaks.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/04/04 20:56:18
Modified files:
sys/arch/i386/conf: GENERIC
sys/arch/amd64/conf: GENERIC
Log message:
enable com3 on both i386 and amd64 (com4 config is added, but disabled)
ok miod kettenis ted
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/04/04 20:54:51
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
move the bounds check for execbuffer relocation count closer to linux
ok kettenis@
CVSROOT:/cvs
Module name:www
Changes by: bcal...@cvs.openbsd.org 2013/04/04 20:23:35
Modified files:
. : events.html
Log message:
Add links to my meeting slides and audio.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2013/04/04 19:31:30
Modified files:
bin/ksh: var.c
Log message:
SECONDS is, in a highly theoretical way, not y2k38 safe. comment it.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2013/04/04 19:29:07
Modified files:
usr.bin/newsyslog: newsyslog.c
Log message:
rename a variable to hours so it doesn't look like time. ok deraadt guenther
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2013/04/04 19:28:27
Modified files:
games/battlestar: extern.h globals.c
Log message:
this doesn't need to be time_t ok deraadt
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/04/04 18:58:51
Modified files:
usr.bin/ssh: mux.c
Log message:
cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too
(in addition to ones already in OPEN); bz#2079, ok dtucker@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/04/04 18:31:49
Modified files:
usr.bin/ssh: pathnames.h
Log message:
use the existing _PATH_SSH_USER_RC define to construct the other
pathnames; bz#2077, ok dtucker@ (no binary change)
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/04/04 18:14:00
Modified files:
usr.bin/ssh: auth2-gss.c krl.c sshconnect2.c
Log message:
hush some {unused, printf type} warnings
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2013/04/04 17:07:18
Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2013/04/04 17:05:49
Modified files:
sys/dev/pci: pcidevs
Log message:
Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids.
CVSROOT:/cvs
Module name:src
Changes by: marty...@cvs.openbsd.org2013/04/04 16:01:32
Modified files:
gnu/gcc/gcc: c-lex.c
gnu/gcc/libcpp : expr.c
gnu/gcc/libcpp/include: cpplib.h
Log message:
Add support for "d" floating-point suffix, as defi
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/04/04 15:26:19
Modified files:
sys/dev/pci/drm/i915: intel_dp.c
Log message:
The intel_dp_i2c_aux_ch() function has to return Linux-style negative errno
values. Its callers assume a positive re
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2013/04/04 13:23:39
Modified files:
sys/netinet: udp_usrreq.c
Log message:
Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input()
into one block.
OK mpi@
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2013/04/04 13:15:36
Modified files:
distrib/notes/octeon: install
Log message:
jot down some steps for loading a kernel of internal storage; not quite
complete yet.
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org 2013/04/04 12:38:10
Modified files:
faq/pf : index.html
Log message:
Link [pt].
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2013/04/04 12:13:43
Modified files:
sys/kern : uipc_socket.c
Log message:
Do not allow the listen(2) syscall for an already connected socket.
This would create a weird set of states in TCP. FreeBSD ha
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2013/04/04 11:58:42
Modified files:
sys/netinet6 : icmp6.c
Log message:
Make icmp6 ready for 64 bit time_t by adding a range check and an
explicit cast.
OK deraadt@
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2013/04/04 11:50:19
Modified files:
lib/libc/asr : getnetnamadr.c
Log message:
fix alignment issue in getnetby{addr,name}() too.
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2013/04/04 11:49:33
Modified files:
lib/libc/asr : gethostnamadr.c
Log message:
use the provided ALIGN() macro instead of re-inventing a square wheel.
prodded by deraadt@
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2013/04/04 11:29:37
Modified files:
sys/ufs/ffs: ffs_softdep.c
Log message:
Fix bug where clear_remove() and clear_inodedeps() would not iterate
over the entire pagedep and inodedep hash tables due to an
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/04/04 10:02:32
Modified files:
distrib/sets/lists/comp: md.amd64
distrib/sets/lists/man: md.amd64
Log message:
sync
CVSROOT:/cvs
Module name:www
Changes by: bcal...@cvs.openbsd.org 2013/04/04 07:20:17
Modified files:
. : events.html
Log message:
Move my talk to the past events.
CVSROOT:/cvs
Module name:src
Changes by: ha...@cvs.openbsd.org 2013/04/04 05:18:03
Modified files:
sys/arch/amd64/stand/libsa: softraid.c
sys/arch/i386/stand/libsa: softraid.c
Log message:
zap redundant assignments
CVSROOT:/cvs
Module name:src
Changes by: z...@cvs.openbsd.org2013/04/04 04:47:21
Modified files:
sbin/dump : dump.8 traverse.c
Log message:
Make our dump(8) honour the "nodump" flag for directories, effectively
disabling dumping their contents.
input and ok otto
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2013/04/04 04:45:33
Modified files:
. : Makefile.cross
Log message:
remove BIN{MODE,GRP,OWN} since bsd.own.mk is already included.
ok bmercer@
29 matches
Mail list logo