Module Name:src
Committed By: dyoung
Date: Fri Jan 8 06:25:14 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Log Message:
Install pcq.9 and links. Update set list accordingly.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: ober
Date: Fri Jan 8 03:41:59 UTC 2010
Modified Files:
src/external/cddl/osnet/sys/sys: kmem.h
Log Message:
Fix comment to meet style guidelines.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/km
Module Name:src
Committed By: pooka
Date: Fri Jan 8 00:45:50 UTC 2010
Modified Files:
src/share/man/man9: vattr.9
Log Message:
fix markup (this is how i have enough things to commit)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/vattr.
Module Name:src
Committed By: pooka
Date: Fri Jan 8 00:43:58 UTC 2010
Modified Files:
src/share/man/man9: vattr.9
Log Message:
* update copypasted struct vattr (nobody wants manpages autogenerated
from interface descriptions because then we'd all be out of
things to c
Module Name:src
Committed By: pooka
Date: Fri Jan 8 00:27:48 UTC 2010
Modified Files:
src/sys/dev/dm: device-mapper.c
Log Message:
Fix this for non-module (which, i guess, is only i386/ALL).
XXX: autoconfusion vs. modules is an intolerable mess of stepping
on each others
Module Name:src
Committed By: dyoung
Date: Fri Jan 8 00:09:45 UTC 2010
Modified Files:
src/sys/arch/i386/i386: mainbus.c
src/sys/arch/i386/pci: elan520.c gscpcib.c
src/sys/arch/x86/pci: ichlpcib.c pcib.c
src/sys/dev/acpi: acpi.c
src/sys/kern
Module Name:src
Committed By: wiz
Date: Thu Jan 7 23:35:45 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8
Log Message:
Don't be terse.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8
Module Name:src
Committed By: pooka
Date: Thu Jan 7 23:03:26 UTC 2010
Modified Files:
src/lib/libpuffs: puffs.c
Log Message:
Use typecast instead of ULL for a less whiny lint on LP64.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/lib/libpuffs/puffs
Module Name:src
Committed By: pooka
Date: Thu Jan 7 23:02:34 UTC 2010
Modified Files:
src/sys/fs/puffs: puffs_msgif.c puffs_sys.h puffs_vfsops.c
Log Message:
Rename PUFFS_SOPREQ_EXIT to PUFFS_SOPREQSYS_EXIT to better signal
it comes from within the kernel instead of as a
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:59:27 UTC 2010
Modified Files:
src/sys/fs/puffs: puffs_msgif.c
Log Message:
Fix variable name in my commit tree too.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/fs/puffs/puffs_msgif.c
Plea
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:49:19 UTC 2010
Modified Files:
src/lib/libpuffs: puffs.c
Log Message:
Rewrite puffs_exit() in terms of the PUFFSOP_UNMOUNT kernel request.
Now server exit is a lot quite cleaner than previously.
To generate a diff o
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:46:11 UTC 2010
Modified Files:
src/lib/libpuffs: opdump.c
Log Message:
Be slightly more forgiving about unknown operation types.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libpuffs/opdump.
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:45:31 UTC 2010
Modified Files:
src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_sys.h
Log Message:
Add a PUFFS_UNMOUNT server->kernel request, which causes the kernel
to initiate self destruct, i.e. unmount(MNT_FOR
Module Name:src
Committed By: gls
Date: Thu Jan 7 22:43:00 UTC 2010
Modified Files:
src/distrib/notes/common: main
Log Message:
Add myself
To generate a diff of this commit:
cvs rdiff -u -r1.454 -r1.455 src/distrib/notes/common/main
Please note that diffs are not publi
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:40:11 UTC 2010
Modified Files:
src/lib/libpuffs: puffs.c
Log Message:
Set high bit on server->kernel requests to better differentiate
between the direction of the request.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: dyoung
Date: Thu Jan 7 22:39:52 UTC 2010
Modified Files:
src/sys/kern: subr_autoconf.c
src/sys/sys: device.h
Log Message:
Add a do-nothing child-detachment hook, null_childdetached(device_t,
device_t).
To generate a diff of this com
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:26:49 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c
Log Message:
errx() already contains progname ...
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/puffs/mount_psshf
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:23:10 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c
Log Message:
Don't allow mangling of uid or gid -1, since they have a special
meaning in the sftp protocol.
To generate a diff of this commit:
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:19:45 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psbuf.c
Log Message:
Fix chgrp (and don't rely on VNOVAL being -1, however unlikely that
is to be broken).
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:05:50 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 node.c psbuf.c psshfs.c
psshfs.h subr.c
Log Message:
Add -u and -g, which allow to remap one (local,remote) uidgid, i.e.
umapf
Module Name:src
Committed By: pooka
Date: Thu Jan 7 20:47:48 UTC 2010
Modified Files:
src/lib/libpuffs: opdump.c puffsdump.h
Log Message:
Dump contents of struct vattr -- i never remember which members
the kernel passes when, so this helps tapping that info.
To generate
Module Name:src
Committed By: pooka
Date: Thu Jan 7 19:54:40 UTC 2010
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
Make sure struct vattr contains no random bits of kernel memory
after vattr_null(). This is especially nice considering things
like puffs, where th
Module Name:src
Committed By: msaitoh
Date: Thu Jan 7 18:57:10 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add PCH LAN and i82575
To generate a diff of this commit:
cvs rdiff -u -r1.1008 -r1.1009 src/sys/dev/pci/pcidevs
Please note that diffs are not
Module Name:src
Committed By: tnn
Date: Thu Jan 7 18:49:30 UTC 2010
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC XBOX XEN3_DOM0
Log Message:
uhmodem(4) is superseded by u3g(4) and u3ginit(4).
Prepare for uhmodem(4) removal b
Module Name:src
Committed By: pooka
Date: Thu Jan 7 18:09:07 UTC 2010
Modified Files:
src/lib/libpuffs: opdump.c puffsdump.h
Log Message:
* make indentation a little less ridiculous
* note that interfaces provided by are not stable and
are to be used only for debug bui
Module Name:src
Committed By: msaitoh
Date: Thu Jan 7 17:45:58 UTC 2010
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h
Log Message:
Make wm_reset() and wm_gmii_reset() close to e1000 driver.
At least, this change make wm_attach() be stable on ICH9.
To ge
Module Name:src
Committed By: msaitoh
Date: Thu Jan 7 17:34:38 UTC 2010
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
bugfixes:
- add missing break in wm_reset()...
- fix the offset of WMREG_PBS...
- fix length of some delay()s in wm_gmii_reset()
T
Module Name:src
Committed By: tsutsui
Date: Thu Jan 7 13:26:00 UTC 2010
Modified Files:
src/usr.sbin/installboot: ext2fs.c ffs.c fstypes.c installboot.c
installboot.h
src/usr.sbin/installboot/arch: hp300.c next68k.c
Log Message:
Add a sectorsize parame
Module Name:src
Committed By: skrll
Date: Thu Jan 7 12:31:10 UTC 2010
Modified Files:
src/lib/libc/arch/hppa/gen: _lwp.c
Log Message:
Deal with PLABELs in _lwp_makecontext
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/hppa/gen/_lwp.c
Ple
Module Name:src
Committed By: wiz
Date: Thu Jan 7 10:32:01 UTC 2010
Modified Files:
src/share/man/man4: gphyter.4
Log Message:
Bump date for previous. New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/gphyter.4
Pleas
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:34:49 UTC 2010
Modified Files:
src/sys/arch/sparc64/conf: GENERIC
Log Message:
Add cas, gentbi and gphyter for Sun Cassini/Cassini+ Ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/arc
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:33:44 UTC 2010
Modified Files:
src/sys/arch/sparc64/dev: pci_machdep.c
Log Message:
Cope with up to four "interrupts" properties for a node.
Just use the first one for now. This should be improved.
OK: m...@.
To gene
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:31:44 UTC 2010
Modified Files:
src/sys/dev/mii: miidevs.h
Log Message:
Regenerate for:
Add NS DP83865
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/dev/mii/miidevs.h
Please note that diffs a
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:31:19 UTC 2010
Modified Files:
src/sys/dev/mii: miidevs
Log Message:
Add NS DP83865.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/mii/miidevs
Please note that diffs are not public domain;
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:30:29 UTC 2010
Modified Files:
src/share/man/man4: gphyter.4
src/sys/dev/mii: gphyter.c
Log Message:
Add DP83865 to the supported PHY list (from OpenBSD).
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:27:16 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Sun Cassini/NS Saturn devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1007 -r1.1008 src/sys/dev/pci/pcidevs
Please note that diffs
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:25:19 UTC 2010
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
Add cas (Sun Cassini/Cassini+ (GigaSwift) Ethernet).
To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 src/sys/dev/pci/files.pci
Pl
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:24:46 UTC 2010
Modified Files:
src/sys/dev: DEVNAMES
Log Message:
Add cas (Sun Cassini/Cassini+ (GigaSwift) Ethernet).
To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/sys/dev/DEVNAMES
Please note
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:23:55 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Log Message:
Add cas(4) manual page.
To generate a diff of this commit:
cvs rdiff -u -r1.1180 -r1.1181 src/distrib/set
Module Name:src
Committed By: jdc
Date: Thu Jan 7 09:20:45 UTC 2010
Added Files:
src/share/man/man4: cas.4
Log Message:
Manual page for cas (Sun Cassini/Cassini+ GigaSwift) Ethernet).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/man/man4/cas.4
Pl
40 matches
Mail list logo