CVS commit: src/sys/ufs/lfs

2018-08-11 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Sat Aug 11 20:16:21 UTC 2018

Modified Files:
src/sys/ufs/lfs: lfs_vnops.c

Log Message:
In lfs_mkdir fix wrong return path in case of EMLINK which causes a panic. 
Also, check earlier before setting up dirop.


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/sys/ufs/lfs/lfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck_lfs

2018-06-12 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue Jun 12 20:12:22 UTC 2018

Modified Files:
src/sbin/fsck_lfs: lfs.c

Log Message:
Remove duplicate assignments.
Fixes PR bin/51512 by Jose Luis Rodriguez Garcia


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sbin/fsck_lfs/lfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/user

2018-06-10 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Sun Jun 10 07:52:05 UTC 2018

Modified Files:
src/usr.sbin/user: user.c

Log Message:
Set default homeperm values before writing usermgmt.conf file and honor values 
in it instead of ignoring it.
Fixes PR bin/40324 by Guy Yur


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/usr.sbin/user/user.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/lfs

2018-06-09 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Sat Jun  9 18:48:31 UTC 2018

Modified Files:
src/sys/ufs/lfs: lfs_bio.c lfs_segment.c

Log Message:
Add missing b_cflags and b_oflags.
Ok dholland@
Addresses PR kern/42342 by Yoshihiro Nakajima


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/ufs/lfs/lfs_bio.c
cvs rdiff -u -r1.276 -r1.277 src/sys/ufs/lfs/lfs_segment.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/wscons/keymaps

2018-05-29 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue May 29 19:45:31 UTC 2018

Modified Files:
src/share/wscons/keymaps: pckbd.br.abnt2

Log Message:
Add AltGr modifier for brazilian abnt2 keymap.
Fixes PR misc/50147 by Vicente Chaves.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/wscons/keymaps/pckbd.br.abnt2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2017-02-13 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Mon Feb 13 16:53:41 UTC 2017

Modified Files:
src/sys/kern: subr_blist.c

Log Message:
fix number of arguments of kmem_alloc and kmem_zalloc macro. ok skrll.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/subr_blist.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/chown

2016-07-12 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue Jul 12 09:59:42 UTC 2016

Modified Files:
src/sbin/chown: chown.8

Log Message:
improve description regarding symbolic links. ok @wiz.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/chown/chown.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/net

2016-01-21 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Fri Jan 22 03:38:57 UTC 2016

Modified Files:
src/lib/libc/net: resolver.3

Log Message:
fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/net/resolver.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/iscsid

2014-07-06 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Sun Jul  6 14:41:24 UTC 2014

Modified Files:
src/sbin/iscsid: iscsid.8

Log Message:
mention requirements for custom kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/conf

2014-05-21 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Wed May 21 23:59:03 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: MARVELL_NAS

Log Message:
fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/MARVELL_NAS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2014-05-20 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue May 20 10:04:38 UTC 2014

Modified Files:
src/sys/dev/usb: if_upgt.c

Log Message:
Add version 1 device of SMC 2862WG accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_upgt.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/usb

2014-05-20 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue May 20 09:56:42 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.661 -r1.662 src/sys/dev/usb/usbdevs_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/dev/usb

2014-05-20 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue May 20 09:56:27 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.660 -r1.661 src/sys/dev/usb/usbdevs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2014-05-20 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue May 20 09:55:06 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add version 1 of SMC 2862WG adapter which is USB 1.0


To generate a diff of this commit:
cvs rdiff -u -r1.668 -r1.669 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2014-05-06 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Tue May  6 14:31:21 UTC 2014

Modified Files:
src/share/misc: inter.phone

Log Message:
Update Turkey. Add cities with a population greater than one million.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/misc/inter.phone

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2014-03-28 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Sat Mar 29 00:59:05 UTC 2014

Modified Files:
src/sys/dev/usb: if_rum.c

Log Message:
Fix an issue with 11g beacon frames.
>From FreeBSD Rev. 226465
Makes 11g wep, wpa2 and hostap work again.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/usb/if_rum.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/ls

2013-05-02 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Thu May  2 22:43:56 UTC 2013

Modified Files:
src/bin/ls: print.c

Log Message:
remove whitespace from end of file.
introduced by erh in 1.49


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/bin/ls/print.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2012-08-15 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Thu Aug 16 00:40:29 UTC 2012

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
Pretty print multipath routes. From FreeBSD.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.