CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2009/06/06 23:56:25
Modified files:
usr.sbin/bgpd : imsg.c imsg.h rde.c session.c
usr.sbin/dvmrpd: imsg.c imsg.h
usr.sbin/ldpd : imsg.c imsg.h
usr.sbin/ntpd : imsg.c imsg.h
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2009/06/06 21:52:54
Modified files:
lib/libc/gen : getgrent.c
Log message:
de-spaghetti:
If code is used from exactly one place, don't jump back dozens of lines to
reach it, only to "goto" back whe
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2009/06/06 21:52:29
Modified files:
distrib/miniroot: install.sub dot.profile
Log message:
More tersification. Fixes verbiage issue reported by jdixon@ on
icb.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2009/06/06 21:33:36
Modified files:
lib/libc/yp: yp_first.c
Log message:
fix a minor memory leak spotted by deraadt; ok millert@
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2009/06/06 21:10:09
Modified files:
usr.bin/fstat : Makefile fstat.c
Removed files:
usr.bin/fstat : fstat.h isofs.c
Log message:
Use the new kvm_getfile2 interface to do the dirty work. OK deraad
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2009/06/06 21:09:34
Modified files:
include: kvm.h
lib/libkvm : Makefile kvm.c kvm_getfiles.3 kvm_private.h
shlib_version
Added files:
lib/libkvm : k
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2009/06/06 21:07:19
Modified files:
sys/sys: sysctl.h
sys/kern : kern_sysctl.c
lib/libc/gen : sysctl.3
sbin/sysctl: sysctl.c
Log message:
Add KERN_FILE2 sysctl
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/06/06 20:30:34
Modified files:
sys/arch/amd64/amd64: bus_dma.c sg_dma.c
sys/arch/amd64/include: bus.h
Log message:
on amd64, store a pointer to the loaded data and the type. This will
eventuall
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/06/06 20:01:54
Modified files:
sys/arch/amd64/amd64: machdep.c
sys/uvm: uvm_extern.h uvm_page.c uvm_page.h
uvm_pmemrange.c
Log message:
extend uvm_page_physloa
CVSROOT:/cvs
Module name:src
Changes by: c...@cvs.openbsd.org2009/06/06 20:04:34
Modified files:
sys/dev/pci/drm: radeon_cp.c
Log message:
fix uninitialized or undefined value returned to caller
found by LLVM/Clang Static Analyzer.
with a remind from oga@ about 80 c
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2009/06/06 19:21:00
Modified files:
lib/libc/rpc : svc_udp.c
Log message:
Modify the uc_entries allocation check such that the lhs is a constant.
OK deraadt@
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2009/06/06 18:40:46
Modified files:
usr.sbin/bgpd : imsg.c
usr.sbin/dvmrpd: imsg.c
usr.sbin/ldpd : imsg.c
usr.sbin/ntpd : imsg.c
usr.sbin/ospf6d: imsg.c
usr.sbin
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2009/06/06 18:30:23
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h rde.c rde_rib.c
Log message:
First attempt at reload support for RIBs. There is some magic that I do
not fully understand but at least no fl
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2009/06/06 18:31:22
Modified files:
usr.sbin/bgpd : bgpd.conf.5
Log message:
Initial documentation for the new stuff
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2009/06/06 18:02:49
Modified files:
lib/libc/gen : getgrent.c
Log message:
No need to malloc, copy, have a single read access, and free right away.
Thus, garbage collect one variable, one strdup, o
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2009/06/06 17:45:36
Modified files:
sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c
vector.S vm_machdep.c
sys/arch/amd64/include: cpu.h i82489var
CVSROOT:/cvs
Module name:src
Changes by: blamb...@cvs.openbsd.org2009/06/06 17:40:30
Modified files:
sys/nfs: nfs_serv.c
Log message:
Don't allocate an mbuf cluster without checking to see if it will
actually get us anything.
ok thib@
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2009/06/06 17:35:08
Modified files:
sys/uvm: uvm_pdaemon.c
Log message:
Somehow I missed comitting this.
CVSROOT:/cvs
Module name:xenocara
Changes by: j...@cvs.openbsd.org2009/06/06 17:33:20
Modified files:
app/xidle : xidle.1
Log message:
typo
CVSROOT:/cvs
Module name:src
Changes by: g...@cvs.openbsd.org2009/06/06 17:21:43
Modified files:
sys/arch/amd64/amd64: est.c
sys/arch/i386/i386: est.c
Log message:
Update est.c, make it capable of using ACPI if the PSS is available but
still support all diffe
CVSROOT:/cvs
Module name:src
Changes by: marty...@cvs.openbsd.org2009/06/06 17:14:44
Modified files:
usr.bin/ftp: ftp.c
Log message:
make it possible to abort transfers of broken ftp servers. first
interrupt will do the standard abort procedure per rfc959. s
CVSROOT:/cvs
Module name:src
Changes by: blamb...@cvs.openbsd.org2009/06/06 16:59:17
Modified files:
sys/nfs: nfs_serv.c
Log message:
Consolidate error handling in read case.
ok thib@
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2009/06/06 16:37:34
Modified files:
sys/arch/i386/i386: apicvec.s
Log message:
ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order to
work if it interrupts userspace
ok kettenis@ "you hav
CVSROOT:/cvs
Module name:www
Changes by: m...@cvs.openbsd.org2009/06/06 16:20:07
Modified files:
. : want.html
Log message:
My most important switch died while I wasn't there to curse at it.
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2009/06/06 16:11:25
Modified files:
usr.sbin/bgpd : imsg.c imsg.h
usr.sbin/dvmrpd: imsg.c imsg.h
usr.sbin/ldpd : imsg.c imsg.h
usr.sbin/ntpd : imsg.c imsg.h
usr.sbin/ospf
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2009/06/06 15:35:32
Modified files:
usr.sbin/bgpd : bgpd.h
Log message:
Reorder IMSG types to put the "exported" ones further down so they do not
change that often anymore.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/06/06 15:25:21
Modified files:
sys/kern : exec_elf.c kern_sig.c
sys/uvm: uvm_unix.c
Log message:
We need miod's no-coredumps-on-ramdisks diff, because we have grown the
media just
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2009/06/06 15:21:37
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Fix bgpctl show rib prefix/len command. Problem reported by Insan Praja.
On Sat, Jun 6, 2009 at 2:58 PM, Chris Kuethe wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: ckue...@cvs.openbsd.org 2009/06/06 14:58:50
>
> Modified files:
>sbin/mount_nfs : mount_nfs.8
>
> Log message:
> mention that the timeout is in milliseconds... because i always
CVSROOT:/cvs
Module name:src
Changes by: ckue...@cvs.openbsd.org 2009/06/06 14:58:50
Modified files:
sbin/mount_nfs : mount_nfs.8
Log message:
mention that the timeout is in milliseconds... because i always forget.
CVSROOT:/cvs
Module name:src
Changes by: g...@cvs.openbsd.org2009/06/06 14:37:45
Modified files:
sys/arch/amd64/amd64: mp_setperf.c
sys/arch/i386/i386: mp_setperf.c
Log message:
Disable interrupts durring the lock step frequency/voltage change. Generic
IPIs a
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2009/06/06 14:30:22
Modified files:
sbin/route : route.c
Log message:
Uninitialized variable causing havoc on flush. Found by rivo nurges
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2009/06/06 13:44:01
Modified files:
data/xkeyboard-config: Makefile.inc
Log message:
Separate install-files target for 'rules' subdir.
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2009/06/06 13:43:22
Modified files:
data/xkeyboard-config/rules: Makefile
Log message:
correct install targets, build of compat scripts in depend stage.
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2009/06/06 13:42:20
Modified files:
data/xkeyboard-config/rules/compat: Makefile
Log message:
White space.
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2009/06/06 13:21:33
Modified files:
sys/dev/ic : pdqreg.h
sys/dev/pci: viaenv.c
Log message:
- don't mess with assert()/__assert(), use KASSERT() instead
ok jsg@ thib@
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/06/06 13:05:22
Modified files:
distrib/sets/lists/base: md.i386
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: marty...@cvs.openbsd.org2009/06/06 13:01:56
Modified files:
gnu/usr.bin/gcc/gcc/config/mips: openbsd.h
Log message:
INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.
reported by st...@. fixes libarchive on mips6
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2009/06/06 12:57:31
Modified files:
sys/arch/amd64/amd64: trap.c
Log message:
When getting a fault in the kernel, we checked for biglock and failed
immediately when biglock wasn't held. But there is nothing
CVSROOT:/cvs
Module name:src
Changes by: ckue...@cvs.openbsd.org 2009/06/06 12:47:19
Modified files:
usr.sbin/ntpd : ntp.c
Log message:
If ntpd decides the clock has become unsynced, reset the number of saved
time corrections. Once the clock is synced again, start comput
CVSROOT:/cvs
Module name:src
Changes by: ckue...@cvs.openbsd.org 2009/06/06 12:45:01
Modified files:
usr.sbin/ntpd : ntpd.h
Log message:
Turns up the polling rate of sensors and makes ntpd calculate frequency
corrections more often. Due to physical effects crystal oscill
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/06/06 12:38:02
Modified files:
usr.sbin/snmpd : snmpd.h
Log message:
this one missed the last batch.
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/06/06 12:31:42
Modified files:
usr.sbin/bgpd : bgpd.h
usr.sbin/ospfd : ospfd.h
usr.sbin/dvmrpd: dvmrpd.h
usr.sbin/ypldap: ypldap.h
usr.sbin/smtpd : smtpd.h
us
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2009/06/06 12:28:09
Modified files:
lib/libc/yp: ypmatch_cache.c
Log message:
In case of memory exhaustion, ypmatch_add may both leak memory and leave
invalid data on the list, inviting later NUL
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/06/06 12:14:26
Modified files:
usr.sbin/ntpd : buffer.c imsg.c ntp.c ntpd.c ntpd.h
Added files:
usr.sbin/ntpd : imsg.h
Log message:
make ntpd imsg-in-a-lib ready as well. extensive testing do
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2009/06/06 12:06:22
Modified files:
sys/kern : vfs_bio.c vfs_biomem.c vfs_subr.c
sys/miscfs/specfs: spec_vnops.c
sys/nfs: nfs_syscalls.c nfs_vnops.c
sys/ufs/ffs: ff
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2009/06/06 11:53:01
Log message:
Import xkeyboard-config version 1.6.
Status:
Vendor Tag: XKEYBOARD_CONFIG
Release Tags: v1_6
N xenocara/dist/xkeyboard-config/inst
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2009/06/06 11:55:01
Log message:
BSD build system for xkeyboard-config. Work in progress.
Status:
Vendor Tag: xenocara
Release Tags: v0_0
N xenocara/data/xkeyboard
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org 2009/06/06 11:52:39
Modified files:
usr.bin/systat : engine.c iostat.c
Log message:
- remove unused macro from iostat.c
- minor space nit in engine.c
ok canacar@
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2009/06/06 11:46:44
Modified files:
sys/uvm: uvm_anon.c uvm_aobj.c uvm_fault.c uvm_map.c
uvm_page.c uvm_vnode.c
Log message:
Since all callers of uvm_pagedeactivate did pmap
On Saturday 06 June 2009 ` 08:25, Stuart Henderson wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: st...@cvs.openbsd.org 2009/06/06 08:25:38
>
> Modified files:
> sys/dev/pci: if_bge.c
>
> Log message:
> remove unused variable prevlen and a second initialization of if
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2009/06/06 11:00:33
Modified files:
. : plus.html
Log message:
Upto 06/06
CVSROOT:/cvs
Module name:src
Changes by: y...@cvs.openbsd.org2009/06/06 10:58:27
Modified files:
share/man/man4 : udl.4
Log message:
add LCD-4300U
CVSROOT:/cvs
Module name:src
Changes by: y...@cvs.openbsd.org2009/06/06 10:56:56
Modified files:
sys/dev/usb: udl.c usbdevs
Log message:
add another UDL device
- LCD-4300U (century corp.)
ok mglocker@
CVSROOT:/cvs
Module name:src
Changes by: y...@cvs.openbsd.org2009/06/06 10:57:30
Modified files:
sys/dev/usb: usbdevs.h usbdevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/06/06 10:04:32
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.land
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2009/06/06 09:37:28
Modified files:
usr.bin/diff : diff.c diff.h diffdir.c
Log message:
Oops, forgot to pass dflags to diffreg. Now the flags work again.
OK millert
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2009/06/06 09:00:27
Modified files:
usr.bin/diff : diff.c diff.h diffreg.c
Log message:
Pull changes from rcsdiff, similar to what was pulled into cvsdiff.
OK millert
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2009/06/06 08:36:11
Modified files:
usr.bin/calendar/calendars: calendar.holiday
Log message:
Swedens National Day is today. ok jj@, halex@ and a...@. -moj
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2009/06/06 08:25:38
Modified files:
sys/dev/pci: if_bge.c
Log message:
remove unused variable prevlen and a second initialization of ifp.
adjusted from a diff from chl@; ok naddy, Brad agrees.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2009/06/06 08:17:27
Modified files:
usr.bin/cvs: commit.c cvs.1 diff.c diff.h diff3.c
diff_internals.c import.c rcs.c
Log message:
Sync some rcsdiff changes to cvsdiff. As a si
CVSROOT:/cvs
Module name:src
Changes by: marty...@cvs.openbsd.org2009/06/06 06:49:44
Modified files:
share/man/man4 : urtw.4
Log message:
- supports rtl8187b
- list some more devices
CVSROOT:/cvs
Module name:src
Changes by: rai...@cvs.openbsd.org 2009/06/06 06:31:17
Modified files:
sys/net: if.c if.h rtsock.c
Log message:
when xflags got changed, tell the userland by routing sockets
ok henning@
CVSROOT:/cvs
Module name:www
Changes by: marty...@cvs.openbsd.org2009/06/06 06:18:23
Modified files:
. : vax-simh.html
Log message:
4.3 -> 4.5
CVSROOT:/cvs
Module name:src
Changes by: marty...@cvs.openbsd.org2009/06/06 06:06:28
Modified files:
sys/dev/usb: if_urtw.c if_urtwreg.h
Log message:
- implement support for rtl8187b
- change state properly in urtw_stop. disable interrupts, rx, and
tx. fixes
CVSROOT:/cvs
Module name:src
Changes by: marty...@cvs.openbsd.org2009/06/06 06:07:33
Modified files:
usr.bin/ftp: ftp.1 main.c
Log message:
it fetches multiple urls; so usage was wrong. ok sthen@
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2009/06/06 05:48:04
Modified files:
usr.sbin/pkg_add/OpenBSD: Update.pm
Log message:
fix direct pkgpath case
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/06/06 05:11:10
Modified files:
sys/dev/pci: agp_i810.c
Log message:
unfuck the rest of the way. when we bind the scribble pages to the
aperture, skip over dcache on i810 chipsets and stolen memory o
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2009/06/06 04:53:38
Modified files:
usr.sbin/pkg_add/OpenBSD: PkgCfl.pm
Log message:
quick path for pkg cfl: check whether the new package conflicts with
installed stuff first. If that's the case, and we're
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/06/06 04:56:30
Modified files:
sys/dev/pci: agp_i810.c
Log message:
unfuck slightly, offset was wrong.
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2009/06/06 04:13:29
Modified files:
usr.sbin/pkg_add/OpenBSD/PackageRepository: SCP.pm
Log message:
my $_, except for the server code, which could still run on older perl
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2009/06/06 03:02:46
Modified files:
usr.sbin/ospf6ctl: ospf6ctl.c
usr.sbin/ospf6d: buffer.c control.c control.h imsg.c lsreq.c
lsupdate.c ospf6d.c ospf6d.h ospfe.c rde.c
Add
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/06/06 02:55:41
Modified files:
usr.sbin/ypldap: imsg.c
usr.sbin/smtpd : buffer.c imsg.c
Log message:
shuffle code around to achieve 0 length diff nirvana between all the
currently synced daemon
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/06/06 02:44:13
Added files:
usr.sbin/dvmrpd: imsg.h
Log message:
forgot to cvs add the file
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2009/06/06 02:20:55
Modified files:
usr.sbin/ripd : buffer.c control.c control.h imsg.c rde.c
ripd.c ripd.h ripe.c
usr.sbin/ripctl: ripctl.c
Added files:
usr.sbin/r
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/06/06 02:09:43
Modified files:
usr.sbin/ldpd : buffer.c control.c control.h imsg.c lde.c
ldpd.c ldpd.h ldpe.c
Added files:
usr.sbin/ldpd : imsg.h
Log message:
make l
CVSROOT:/cvs
Module name:src
Changes by: dam...@cvs.openbsd.org 2009/06/06 01:57:27
Modified files:
sys/net80211 : ieee80211_ioctl.c
Log message:
In SIOCS80211SCAN, fail if the interface is not up *and* running.
There are cases where the interface can be up but not run
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/06/06 01:56:49
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
mechanical rename of ``priv'' to ``file_priv'' in the one function where
it had to be fucking different. This has been irritating m
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2009/06/06 01:52:04
Modified files:
usr.sbin/dvmrpctl: dvmrpctl.c
usr.sbin/dvmrpd: buffer.c control.c control.h dvmrpd.c dvmrpd.h
dvmrpe.c group.c imsg.c rde.c
Log message:
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2009/06/06 01:31:26
Modified files:
usr.sbin/ospfctl: ospfctl.c
usr.sbin/ospfd : auth.c buffer.c control.c control.h imsg.c
imsg.h lsreq.c lsupdate.c ospfd.c ospfd.h
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/06/06 01:12:08
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
use BUS_DMA_ZERO instead of alloc + bzero.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2009/06/06 00:59:07
Modified files:
lib/libc/rpc : clnt_simple.c
Log message:
correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;
noticed by and OK deraadt@
82 matches
Mail list logo