CVS commit: src/usr.sbin/mailwrapper
Module Name:src Committed By: jruoho Date: Sat Apr 10 08:29:54 UTC 2010 Modified Files: src/usr.sbin/mailwrapper: mailer.conf.5 mailwrapper.8 Log Message: A general update. Remove (hopefully the last) references to sendmail(8), etc. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/mailwrapper/mailer.conf.5 cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/mailwrapper/mailwrapper.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/dist/tcpdump
Module Name:src Committed By: plunky Date: Sat Apr 10 08:33:35 UTC 2010 Modified Files: src/dist/tcpdump: tcpdump-stdinc.h Log Message: use static __inline__ as per latest upstream, fixes problem with C99 vs GNUC semantics of extern __inline__ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/tcpdump/tcpdump-stdinc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/dev
Module Name:src Committed By: tsutsui Date: Sat Apr 10 16:07:04 UTC 2010 Modified Files: src/sys/arch/atari/dev: ser.c Log Message: Make local functions static. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/atari/dev/ser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/atari
Module Name:src Committed By: tsutsui Date: Sat Apr 10 16:12:34 UTC 2010 Modified Files: src/sys/arch/atari/atari: device.h Log Message: Remove now unused getsoftc() macro. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/atari/atari/device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/atari
Module Name:src Committed By: tsutsui Date: Sat Apr 10 16:14:07 UTC 2010 Modified Files: src/sys/arch/atari/atari: autoconf.c Log Message: Remove extern int atari_realconfig decls. It's in . To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/atari/atari/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Sat Apr 10 16:45:51 UTC 2010 Modified Files: src/sys/dev/acpi: acpidevs acpidevs_data.h Log Message: Add NSC1100. From ThinkPad T43p. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/acpi/acpidevs cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/acpidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/atari
Module Name:src Committed By: tsutsui Date: Sat Apr 10 17:40:36 UTC 2010 Modified Files: src/sys/arch/atari/atari: autoconf.c Log Message: Comment out currently unused mbprint(). To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/atari/atari/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Sat Apr 10 17:55:26 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/share/man/man4/man4.i386: Makefile src/sys/arch/i386/conf: GENERIC files.i386 src/sys/dev/acpi: files.acpi Added Files: src/share/man/man4: vald.4 src/sys/dev/acpi: vald_acpi.c Removed Files: src/share/man/man4/man4.i386: vald.4 src/sys/arch/i386/acpi: vald_acpi.c Log Message: Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64. ok jmcneill@ XXX:This is broken: it calls methods with absolute pathnames (almost guaranteed not to be portable across models), it accesses methods that are in the domain of other drivers, it walks the namespace on its own, it contains plenty of magic constants, it does not integrate with existing KPIs, etc. Summa summarum: this should be rewritten as a more generic toshiba_acpi(4). To generate a diff of this commit: cvs rdiff -u -r1.1201 -r1.1202 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.515 -r1.516 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/vald.4 cvs rdiff -u -r1.72 -r1.73 src/share/man/man4/man4.i386/Makefile cvs rdiff -u -r1.8 -r0 src/share/man/man4/man4.i386/vald.4 cvs rdiff -u -r1.33 -r0 src/sys/arch/i386/acpi/vald_acpi.c cvs rdiff -u -r1.978 -r1.979 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.353 -r1.354 src/sys/arch/i386/conf/files.i386 cvs rdiff -u -r1.70 -r1.71 src/sys/dev/acpi/files.acpi cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/vald_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/dev
Module Name:src Committed By: tsutsui Date: Sat Apr 10 18:02:05 UTC 2010 Modified Files: src/sys/arch/atari/dev: atari5380.c dma.c Log Message: Always schedule callback functions via add_sicallback(), which calls softint_schedule(9). We cannot use BASEPRI() to check recursive calls any longer since softint(9) has been reorganized to use kernel thread. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/atari/dev/atari5380.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/atari/dev/dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/nullfs
Module Name:src Committed By: jld Date: Sat Apr 10 18:14:54 UTC 2010 Modified Files: src/sys/miscfs/nullfs: null_vfsops.c Log Message: Change the nullfs module's actual name to "null", to match the name it's installed under and the name of the filesystem. Fixes PR kern/43110. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/miscfs/nullfs/null_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Sat Apr 10 18:32:13 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_powerres.c dalb_acpi.c fdc_acpi.c vald_acpi.c Log Message: Remove unnecessary casts. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/acpi_powerres.c \ src/sys/dev/acpi/dalb_acpi.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/acpi/fdc_acpi.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/vald_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sysmon
Module Name:src Committed By: pgoyette Date: Sat Apr 10 19:01:01 UTC 2010 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c sysmon_envsys_events.c sysmon_envsysvar.h Log Message: When removing sensor properties with envstat -S, ensure that drivers which could have modified hardware state are informed so that original state can be restored. Welcome to 5.99.27 To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/sysmon/sysmon_envsys.c cvs rdiff -u -r1.91 -r1.92 src/sys/dev/sysmon/sysmon_envsys_events.c cvs rdiff -u -r1.35 -r1.36 src/sys/dev/sysmon/sysmon_envsysvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: pgoyette Date: Sat Apr 10 19:02:39 UTC 2010 Modified Files: src/sys/arch/x86/x86: ipmi.c src/sys/dev/i2c: dbcool.c dbcool_var.h sdtemp.c Log Message: Save initial, boot-time limit values, and restore them upon request from sysmon_envsys(9). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/x86/x86/ipmi.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/i2c/dbcool.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/i2c/dbcool_var.h cvs rdiff -u -r1.12 -r1.13 src/sys/dev/i2c/sdtemp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: pgoyette Date: Sat Apr 10 19:03:56 UTC 2010 Modified Files: src/share/man/man9: sysmon_envsys.9 Log Message: Update for recent changes. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/share/man/man9/sysmon_envsys.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: pgoyette Date: Sat Apr 10 19:04:59 UTC 2010 Modified Files: src/sys/sys: param.h Log Message: Welcome to 5.99.27 To generate a diff of this commit: cvs rdiff -u -r1.361 -r1.362 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: pooka Date: Sat Apr 10 19:41:55 UTC 2010 Modified Files: src/sys/kern: vnode_if.sh src/sys/sys: vnode.h Log Message: "Not yet" since 4.4BSD is quite a lot of "not yet", so remove vdesc_transports from vnodeop_desc until we have a "not not yet" situation. Ride 5.99.27 bump (full build still in progress. i wanted to get this in as soon as possible to most effectively ride the bump.) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/kern/vnode_if.sh cvs rdiff -u -r1.215 -r1.216 src/sys/sys/vnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: pooka Date: Sat Apr 10 19:44:02 UTC 2010 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: regen: remove unused vdesc_transports To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/kern/vnode_if.c cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/rumpvnode_if.h cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpvfs/rumpvnode_if.c cvs rdiff -u -r1.75 -r1.76 src/sys/sys/vnode_if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: njoly Date: Sat Apr 10 20:19:40 UTC 2010 Modified Files: src/share/man/man4: nfsmb.4 Log Message: Add missing double quote. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/nfsmb.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/man
Module Name:src Committed By: pooka Date: Sat Apr 10 20:52:15 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: i386/vald: gone but not forgotten To generate a diff of this commit: cvs rdiff -u -r1.1202 -r1.1203 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Sat Apr 10 21:10:10 UTC 2010 Modified Files: src/share/man/man9: sysmon_envsys.9 Log Message: Mark up NULL with Dv. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/share/man/man9/sysmon_envsys.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: pooka Date: Sat Apr 10 21:33:01 UTC 2010 Modified Files: src/distrib/sets/lists/base: shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi src/sys/rump/fs/lib/libnullfs: Makefile src/tests/fs/nullfs: Makefile Log Message: Rename librumpfs_nullfs to librumpfs_null to make the basename the same as with the kernel module (and hence MOUNT_NULL). I added the old name to the obsolete list, but given that it was in-tree for only a bit over a week, I'll remove the entries in a few weeks. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/distrib/sets/lists/base/shl.elf cvs rdiff -u -r1.531 -r1.532 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.1422 -r1.1423 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.112 -r1.113 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.1 -r1.2 src/sys/rump/fs/lib/libnullfs/Makefile cvs rdiff -u -r1.2 -r1.3 src/tests/fs/nullfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hpcmips/vr
Module Name:src Committed By: jun Date: Sat Apr 10 22:53:59 UTC 2010 Modified Files: src/sys/arch/hpcmips/vr: vr.c Log Message: workaround for port-hpcmips/42934 "NetBSD/hpcmips can't boot after 5.99.23" adviced by Naoki Fukaumi on twitter. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/hpcmips/vr/vr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: pgoyette Date: Sun Apr 11 01:12:28 UTC 2010 Modified Files: src/share/man/man9: sysmon_envsys.9 src/sys/dev/sysmon: sysmon_envsys.c sysmonvar.h Log Message: Use a typedef to define the prototype of the per-sensor callback. Update manpage for the prototype, and fix a fubar'd Cross-reference. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/share/man/man9/sysmon_envsys.9 cvs rdiff -u -r1.106 -r1.107 src/sys/dev/sysmon/sysmon_envsys.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/sysmon/sysmonvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: mrg Date: Sun Apr 11 01:50:25 UTC 2010 Modified Files: src/sys/kern: kern_sysctl.c Log Message: reject attempts to write CTLTYPE_BOOL nodes with a value other than 0 or 1. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sys/kern/kern_sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/sysctl
Module Name:src Committed By: mrg Date: Sun Apr 11 01:52:11 UTC 2010 Modified Files: src/sbin/sysctl: sysctl.c Log Message: implement CTLTYPE_BOOL support. it was entirely missing. HI MATT! To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/sbin/sysctl/sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: mrg Date: Sun Apr 11 01:53:03 UTC 2010 Modified Files: src/sys/uvm: uvm_meter.c Log Message: now that CTLTYPE_BOOL actually works, use it to export vm_page_zero_enable as vm.idlezero in a way that actually works on big endian systems. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/uvm/uvm_meter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: mrg Date: Sun Apr 11 02:02:14 UTC 2010 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: avoid rbuf starvation. when grabbing a recieve buffer, if a local 4KB buffer isn't available, try to MEXTMALLOC() one. only if both of these fail to we abort the recieve operation. based on a patch from Sverre Froyen , thanks! tested by myself, sverre and jeremy reed. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_iwn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jakllsch Date: Sun Apr 11 02:41:39 UTC 2010 Modified Files: src/distrib/sets/lists/xfont: mi src/external/mit/xorg/share/fonts: Makefile.dpi src/external/mit/xorg/share/fonts/100dpi: Makefile src/external/mit/xorg/share/fonts/75dpi: Makefile Added Files: src/external/mit/xorg/share/fonts/100dpi/font-adobe-symbol-100dpi: Makefile src/external/mit/xorg/share/fonts/75dpi/font-adobe-symbol-75dpi: Makefile Log Message: Install 'symbol' from font-adobe-(75|100)dpi. Should fix some symbols in xcalc. To do: transform these and other currently-installed-only-as-bdf fonts to pcf.gz. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/xfont/mi cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/share/fonts/Makefile.dpi cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/mit/xorg/share/fonts/100dpi/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/mit/xorg/share/fonts/100dpi/font-adobe-symbol-100dpi/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/share/fonts/75dpi/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/mit/xorg/share/fonts/75dpi/font-adobe-symbol-75dpi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: jruoho Date: Sun Apr 11 05:40:16 UTC 2010 Modified Files: src/share/man/man9: accf_data.9 accf_http.9 Log Message: Use .Nm. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/accf_data.9 cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/accf_http.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: pooka Date: Sun Apr 11 05:45:58 UTC 2010 Modified Files: src/distrib/sets/lists/base: shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi src/sys/rump/fs/lib/libumapfs: Makefile src/tests/fs/umapfs: Makefile Log Message: Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the basename the same as the kernel module (this too was in-tree only for a little over a week with the old name). To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/distrib/sets/lists/base/shl.elf cvs rdiff -u -r1.532 -r1.533 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.1423 -r1.1424 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.113 -r1.114 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.1 -r1.2 src/sys/rump/fs/lib/libumapfs/Makefile cvs rdiff -u -r1.2 -r1.3 src/tests/fs/umapfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: pooka Date: Sun Apr 11 06:36:25 UTC 2010 Modified Files: src/sys/fs/filecorefs: filecore_vfsops.c src/sys/fs/msdosfs: msdosfs_vfsops.c src/sys/miscfs/umapfs: umap_vfsops.c Log Message: Make module name match MOUNT_NAME. Inspired by PR kern/43110. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/fs/filecorefs/filecore_vfsops.c cvs rdiff -u -r1.81 -r1.82 src/sys/fs/msdosfs/msdosfs_vfsops.c cvs rdiff -u -r1.82 -r1.83 src/sys/miscfs/umapfs/umap_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: jruoho Date: Sun Apr 11 06:50:30 UTC 2010 Modified Files: src/share/man/man9: sysctl.9 Log Message: Document the CTLTYPEs. In addition, split some paragraphs to make the page less exhaustive to read. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/sysctl.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.