svn commit: r334648 - in head/sys/dev/usb: . serial

2018-06-04 Thread Kevin Lo
Author: kevlo Date: Tue Jun 5 05:19:04 2018 New Revision: 334648 URL: https://svnweb.freebsd.org/changeset/base/334648 Log: Add support for SIMCom SIM7600E. Sponsored by: MSI/FUNTORO Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/serial/u3

svn commit: r334649 - in head/sys: arm/conf arm64/conf

2018-06-04 Thread Kevin Lo
Author: kevlo Date: Tue Jun 5 05:24:42 2018 New Revision: 334649 URL: https://svnweb.freebsd.org/changeset/base/334649 Log: Since we don't enable BUF_TRACKING and FULL_BUF_TRACKING buffer debugging options in GENERIC kernels on arm and arm64, there's no need to disable them. Sponsored

Re: svn commit: r334650 - head/sys/dev/usb

2018-06-05 Thread Kevin Lo
On Tue, Jun 05, 2018 at 09:52:38AM +, Eitan Adler wrote: > Author: eadler > Date: Tue Jun 5 09:52:38 2018 > New Revision: 334650 > URL: https://svnweb.freebsd.org/changeset/base/334650 > > Log: > usbdevs: sync from NetBSD > > This adds several vendors from NetBSD's copy of the same fil

svn commit: r327075 - head/etc/rc.d

2017-12-21 Thread Kevin Lo
Author: kevlo Date: Fri Dec 22 01:46:25 2017 New Revision: 327075 URL: https://svnweb.freebsd.org/changeset/base/327075 Log: Add soft float abi caching form armv7, it would allow people with old binaries to run them. Reviewed by: imp Modified: head/etc/rc.d/ldconfig Modified: head/e

Re: svn commit: r327906 - in head/sys: conf powerpc/mpc85xx

2018-01-13 Thread Kevin Lo
On Sat, Jan 13, 2018 at 10:38:43AM -0500, Pedro Giffuni wrote: > > ... > > > On 13/01/2018 10:33, Justin Hibbits wrote: > > > > > > On Jan 13, 2018 09:04, "Pedro Giffuni" > > wrote: > > > > > > > > On 12/01/2018 20:36, Justin Hibbits wrote: > > > > Author: j

svn commit: r318766 - head/share/man/man9

2017-05-23 Thread Kevin Lo
Author: kevlo Date: Wed May 24 01:01:43 2017 New Revision: 318766 URL: https://svnweb.freebsd.org/changeset/base/318766 Log: Remove duplicate definition of iflib_led_create(). Modified: head/share/man/man9/iflibdi.9 Modified: head/share/man/man9/iflibdi.9

svn commit: r318769 - head/share/man/man9

2017-05-23 Thread Kevin Lo
Author: kevlo Date: Wed May 24 01:03:30 2017 New Revision: 318769 URL: https://svnweb.freebsd.org/changeset/base/318769 Log: Add missing MLINKS for functions decribed in iflibdd(9), iflibdi(9), and iflibtxrx(9). Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile

svn commit: r319649 - head/sys/dev/rtwn/rtl8188e

2017-06-07 Thread Kevin Lo
Author: kevlo Date: Wed Jun 7 09:10:24 2017 New Revision: 319649 URL: https://svnweb.freebsd.org/changeset/base/319649 Log: Change R88E_EFUSE_MAX_LEN to use the same value as the vendor's driver that contains the length of the efuse content. Reviewed by: avos Modified: head/sys/dev/r

svn commit: r320055 - in head/sys/dev/rtwn: rtl8188e rtl8188e/usb rtl8192c

2017-06-17 Thread Kevin Lo
Author: kevlo Date: Sat Jun 17 14:39:25 2017 New Revision: 320055 URL: https://svnweb.freebsd.org/changeset/base/320055 Log: - Fix incorrect values in the computation of CCK and OFDM transmit power for the rtl8188eu chipset - Rename struct r92c_rom member names: s/channel_plan/reserved5/,

svn commit: r307600 - head/sys/net

2016-10-18 Thread Kevin Lo
Author: kevlo Date: Wed Oct 19 02:24:57 2016 New Revision: 307600 URL: https://svnweb.freebsd.org/changeset/base/307600 Log: Fix typo in comment. Modified: head/sys/net/if_var.h Modified: head/sys/net/if_var.h == ---

svn commit: r307662 - head/sys/kern

2016-10-19 Thread Kevin Lo
Author: kevlo Date: Thu Oct 20 01:19:37 2016 New Revision: 307662 URL: https://svnweb.freebsd.org/changeset/base/307662 Log: Remove a sentence about putting initialization in init_proc.c or kern_proc.c and useless comment. Reviewed by: kib Modified: head/sys/kern/init_main.c Modified

svn commit: r307663 - head/sys/kern

2016-10-19 Thread Kevin Lo
Author: kevlo Date: Thu Oct 20 01:21:10 2016 New Revision: 307663 URL: https://svnweb.freebsd.org/changeset/base/307663 Log: Remove register keyword. Reviewed by: kib Modified: head/sys/kern/init_main.c Modified: head/sys/kern/init_main.c ===

svn commit: r307982 - head/sys/dev/re

2016-10-26 Thread Kevin Lo
Author: kevlo Date: Thu Oct 27 02:20:13 2016 New Revision: 307982 URL: https://svnweb.freebsd.org/changeset/base/307982 Log: Disable CLKREQ for ASPM since re(4) doesn't implement link level power saving. Reviewed by: yongari Modified: head/sys/dev/re/if_re.c Modified: head/sys/dev/re/i

svn commit: r308121 - in head: etc/devd share/man/man4 sys/conf sys/dev/mii sys/dev/usb/net

2016-10-30 Thread Kevin Lo
an4/ure.4 Mon Oct 31 05:22:00 2016(r308120) +++ head/share/man/man4/ure.4 Mon Oct 31 05:58:11 2016(r308121) @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2015 Kevin Lo +.\" Copyright (c) 2015-2016 Kevin Lo .\" All rights reserved. .\" .\" Redistribution

svn commit: r308460 - head/sys/dev/usb

2016-11-08 Thread Kevin Lo
Author: kevlo Date: Wed Nov 9 06:47:29 2016 New Revision: 308460 URL: https://svnweb.freebsd.org/changeset/base/308460 Log: Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs ==

svn commit: r308825 - head/sys/dev/rtwn/rtl8812a

2016-11-18 Thread Kevin Lo
Author: kevlo Date: Sat Nov 19 07:28:00 2016 New Revision: 308825 URL: https://svnweb.freebsd.org/changeset/base/308825 Log: For RTL8812AU: - The Tx power (diff) values should be signed - Fix an off by one error when reading Tx power (diff) values Reviewed by: avos, adrian Differenti

svn commit: r308913 - head/sys/dev/rtwn/rtl8812a

2016-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 21 09:23:42 2016 New Revision: 308913 URL: https://svnweb.freebsd.org/changeset/base/308913 Log: Update struct r12a_rom. Reviewed by: avos Modified: head/sys/dev/rtwn/rtl8812a/r12a_rom_image.h Modified: head/sys/dev/rtwn/rtl8812a/r12a_rom_image.h ===

svn commit: r309480 - head/sys/dev/rtwn/rtl8192c/usb

2016-12-03 Thread Kevin Lo
Author: kevlo Date: Sat Dec 3 14:41:53 2016 New Revision: 309480 URL: https://svnweb.freebsd.org/changeset/base/309480 Log: Fix logic error so the R92C_TDECTRL register value is updated correctly. Reviewed by: avos Modified: head/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c Modified: head/s

svn commit: r309545 - head/share/man/man4

2016-12-04 Thread Kevin Lo
Author: kevlo Date: Mon Dec 5 01:46:45 2016 New Revision: 309545 URL: https://svnweb.freebsd.org/changeset/base/309545 Log: Add Edimax EW-7622UMN to the list of devices supported by rsu(4). Modified: head/share/man/man4/rsu.4 Modified: head/share/man/man4/rsu.4 =

svn commit: r349257 - head/share/man/man9

2019-06-20 Thread Kevin Lo
Author: kevlo Date: Fri Jun 21 02:49:36 2019 New Revision: 349257 URL: https://svnweb.freebsd.org/changeset/base/349257 Log: Correct function names. Modified: head/share/man/man9/iflibdi.9 Modified: head/share/man/man9/iflibdi.9 ===

svn commit: r350074 - head/share/man/man4

2019-07-16 Thread Kevin Lo
Author: kevlo Date: Wed Jul 17 01:56:40 2019 New Revision: 350074 URL: https://svnweb.freebsd.org/changeset/base/350074 Log: Mention iflib(4). Modified: head/share/man/man4/ixgbe.4 head/share/man/man4/ixl.4 head/share/man/man4/vmx.4 Modified: head/share/man/man4/ixgbe.4 =

svn commit: r350075 - head/share/man/man4

2019-07-16 Thread Kevin Lo
Author: kevlo Date: Wed Jul 17 02:08:57 2019 New Revision: 350075 URL: https://svnweb.freebsd.org/changeset/base/350075 Log: Add an MLINK for igb. Discussed with: lwhsu Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ==

svn commit: r350076 - head

2019-07-16 Thread Kevin Lo
Author: kevlo Date: Wed Jul 17 02:24:16 2019 New Revision: 350076 URL: https://svnweb.freebsd.org/changeset/base/350076 Log: More follow-up to r350075, I forgot to update ObsoleteFiles. Spotted by: lwhsu Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

svn commit: r350274 - head/share/man/man4

2019-07-24 Thread Kevin Lo
Author: kevlo Date: Wed Jul 24 07:07:46 2019 New Revision: 350274 URL: https://svnweb.freebsd.org/changeset/base/350274 Log: Don't use .Xr for things that have no man page. Modified: head/share/man/man4/cue.4 head/share/man/man4/kue.4 head/share/man/man4/rgephy.4 Modified: head/share/man

svn commit: r325787 - in head/sys/dev/usb: net quirk

2017-11-13 Thread Kevin Lo
Author: kevlo Date: Tue Nov 14 01:57:54 2017 New Revision: 325787 URL: https://svnweb.freebsd.org/changeset/base/325787 Log: Add TP-LINK UE300. Submitted by: Kris G Modified: head/sys/dev/usb/net/if_ure.c head/sys/dev/usb/quirk/usb_quirk.c Modified: head/sys/dev/usb/net/if_ure.c

svn commit: r359030 - head/share/man/man4

2020-03-16 Thread Kevin Lo
Author: kevlo Date: Tue Mar 17 05:33:05 2020 New Revision: 359030 URL: https://svnweb.freebsd.org/changeset/base/359030 Log: Convert to the standard section 4 SYNOPSIS layout. Modified: head/share/man/man4/tun.4 Modified: head/share/man/man4/tun.4

svn commit: r219982 - head/sys/dev/usb/wlan

2011-03-24 Thread Kevin Lo
Author: kevlo Date: Fri Mar 25 05:01:13 2011 New Revision: 219982 URL: http://svn.freebsd.org/changeset/base/219982 Log: Fix panic while associating access point. While here, add the SMC SMCWUSB-G Modified: head/sys/dev/usb/wlan/if_zyd.c Modified: head/sys/dev/usb/wlan/if_zyd.c ===

svn commit: r220235 - head/sys/dev/usb/wlan

2011-03-31 Thread Kevin Lo
Author: kevlo Date: Fri Apr 1 03:27:55 2011 New Revision: 220235 URL: http://svn.freebsd.org/changeset/base/220235 Log: - Minor style(9) cleanup - Make functions static Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c ==

svn commit: r220236 - head/sys/conf

2011-03-31 Thread Kevin Lo
Author: kevlo Date: Fri Apr 1 03:41:41 2011 New Revision: 220236 URL: http://svn.freebsd.org/changeset/base/220236 Log: Add 'mos' interface to NOTES Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES == ---

svn commit: r221199 - head/sys/dev/usb/wlan

2011-04-28 Thread Kevin Lo
Author: kevlo Date: Fri Apr 29 06:28:29 2011 New Revision: 221199 URL: http://svn.freebsd.org/changeset/base/221199 Log: Guard against default ni_chan PR: kern/144642 Submitted by: Arthur Hartwig Modified: head/sys/dev/usb/wlan/if_rum.c Modified: head/sys/dev/usb/wlan/if_rum.c ==

svn commit: r221200 - in head/sys: amd64/conf conf i386/conf

2011-04-28 Thread Kevin Lo
Author: kevlo Date: Fri Apr 29 06:36:39 2011 New Revision: 221200 URL: http://svn.freebsd.org/changeset/base/221200 Log: Add urtw(4) Modified: head/sys/amd64/conf/GENERIC head/sys/conf/NOTES head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC

svn commit: r206544 - in head/sys/dev/usb: . serial

2010-04-12 Thread Kevin Lo
Author: kevlo Date: Tue Apr 13 06:27:02 2010 New Revision: 206544 URL: http://svn.freebsd.org/changeset/base/206544 Log: The Quanta Q101 modem has a different type of cdrom driver disk, add the product id and use a standard scsi eject. Reviewed by: thompsa MFC after:3 days Modifie

svn commit: r206595 - head/sys/dev/usb

2010-04-14 Thread Kevin Lo
Author: kevlo Date: Wed Apr 14 07:07:43 2010 New Revision: 206595 URL: http://svn.freebsd.org/changeset/base/206595 Log: Eliminate duplicate comment Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs =

svn commit: r207611 - in head/sys: arm/arm arm/include conf

2010-05-04 Thread Kevin Lo
Author: kevlo Date: Tue May 4 10:14:05 2010 New Revision: 207611 URL: http://svn.freebsd.org/changeset/base/207611 Log: Add support for FA626TE. Tested on GM8181 development board. Modified: head/sys/arm/arm/cpufunc.c head/sys/arm/arm/cpufunc_asm_fa526.S head/sys/arm/arm/elf_trampoline

svn commit: r207954 - in head/sys/arm: arm include

2010-05-11 Thread Kevin Lo
Author: kevlo Date: Wed May 12 05:50:56 2010 New Revision: 207954 URL: http://svn.freebsd.org/changeset/base/207954 Log: The FA526 belongs to the ARM9TDMI family Modified: head/sys/arm/arm/identcpu.c head/sys/arm/include/md_var.h Modified: head/sys/arm/arm/identcpu.c ==

svn commit: r208132 - head/sbin/bsdlabel

2010-05-16 Thread Kevin Lo
Author: kevlo Date: Sun May 16 08:03:24 2010 New Revision: 208132 URL: http://svn.freebsd.org/changeset/base/208132 Log: Use setresuid/setresgid to drop privileges Modified: head/sbin/bsdlabel/bsdlabel.c Modified: head/sbin/bsdlabel/bsdlabel.c

svn commit: r209455 - head/share/examples/perfmon

2010-06-22 Thread Kevin Lo
Author: kevlo Date: Wed Jun 23 04:42:47 2010 New Revision: 209455 URL: http://svn.freebsd.org/changeset/base/209455 Log: Fix missing argument for errx(). While here, clean up the code a bit. Modified: head/share/examples/perfmon/perfmon.c Modified: head/share/examples/perfmon/perfmon.c ===

svn commit: r209622 - head/sys/dev/ixgbe

2010-06-30 Thread Kevin Lo
Author: kevlo Date: Thu Jul 1 05:03:24 2010 New Revision: 209622 URL: http://svn.freebsd.org/changeset/base/209622 Log: Fix build Modified: head/sys/dev/ixgbe/ixgbe.h Modified: head/sys/dev/ixgbe/ixgbe.h == --- head

Re: svn commit: r209622 - head/sys/dev/ixgbe

2010-07-01 Thread Kevin Lo
ts updated. > > While I understand the good intentions, please don't do this again. If > I had been > unresponsive for days or something I understand, but its been hours, > and I was > fixing it. > > Jack > > > On Wed, Jun 30, 2010 at 10:03 PM, Kevin Lo wrote: &g

Re: svn commit: r227650 - in head: lib/libkiconv sys/conf sys/fs/msdosfs sys/fs/smbfs sys/kern sys/libkern sys/modules/libiconv sys/modules/libmchain sys/netsmb sys/sys

2011-11-22 Thread Kevin Lo
On Fri, 2011-11-18 at 03:19 +, Alexey Dokuchaev wrote: > On Fri, Nov 18, 2011 at 03:05:21AM +0000, Kevin Lo wrote: > > Author: kevlo > > Date: Fri Nov 18 03:05:20 2011 > > New Revision: 227650 > > URL: http://svn.freebsd.org/changeset/base/227650 > > >

svn commit: r227871 - head/sys/dev/vte

2011-11-22 Thread Kevin Lo
Author: kevlo Date: Wed Nov 23 05:34:01 2011 New Revision: 227871 URL: http://svn.freebsd.org/changeset/base/227871 Log: Remove unused variable mii. This variable is initialized but not used. Reviewed by: yongari Modified: head/sys/dev/vte/if_vte.c Modified: head/sys/dev/vte/if_vte.c

svn commit: r227876 - in head/usr.sbin: acpi/acpidb bluetooth/bt3cfw boot0cfg

2011-11-23 Thread Kevin Lo
Author: kevlo Date: Wed Nov 23 10:27:18 2011 New Revision: 227876 URL: http://svn.freebsd.org/changeset/base/227876 Log: Plug fd leaks Modified: head/usr.sbin/acpi/acpidb/acpidb.c head/usr.sbin/bluetooth/bt3cfw/bt3cfw.c head/usr.sbin/boot0cfg/boot0cfg.c Modified: head/usr.sbin/acpi/acpid

svn commit: r228023 - head/sys/fs/ntfs

2011-11-27 Thread Kevin Lo
Author: kevlo Date: Sun Nov 27 15:43:49 2011 New Revision: 228023 URL: http://svn.freebsd.org/changeset/base/228023 Log: Add unicode support to ntfs Obtained from:imura Modified: head/sys/fs/ntfs/ntfs_subr.c head/sys/fs/ntfs/ntfs_subr.h head/sys/fs/ntfs/ntfs_vnops.c Modified

svn commit: r228048 - in head/usr.sbin/bsdinstall: distextract distfetch partedit

2011-11-27 Thread Kevin Lo
Author: kevlo Date: Mon Nov 28 05:34:16 2011 New Revision: 228048 URL: http://svn.freebsd.org/changeset/base/228048 Log: Plug memory leaks and fix open(2) error check. Reviewed by: nwhitehorn MFC after:3 days Modified: head/usr.sbin/bsdinstall/distextract/distextract.c head/usr.

svn commit: r228195 - head/sys/dev/usb/wlan

2011-12-01 Thread Kevin Lo
Author: kevlo Date: Fri Dec 2 02:19:03 2011 New Revision: 228195 URL: http://svn.freebsd.org/changeset/base/228195 Log: Fix checks for error return from urtw_alloc_rx_data_list() and urtw_alloc_tx_data_list(). Modified: head/sys/dev/usb/wlan/if_urtw.c Modified: head/sys/dev/usb/wlan/if_ur

svn commit: r228275 - head/sys/kern

2011-12-05 Thread Kevin Lo
Author: kevlo Date: Mon Dec 5 10:34:52 2011 New Revision: 228275 URL: http://svn.freebsd.org/changeset/base/228275 Log: Add a missing curly bracket Modified: head/sys/kern/kern_cpuset.c Modified: head/sys/kern/kern_cpuset.c ===

svn commit: r228526 - in head/sys: dev/bxe dev/esp dev/twa xen/xenstore

2011-12-14 Thread Kevin Lo
Author: kevlo Date: Thu Dec 15 06:29:13 2011 New Revision: 228526 URL: http://svn.freebsd.org/changeset/base/228526 Log: s/timout/timeout Modified: head/sys/dev/bxe/bxe_reg.h head/sys/dev/esp/ncr53c9x.c head/sys/dev/twa/tw_osl.h head/sys/xen/xenstore/xenstore.c Modified: head/sys/dev/b

svn commit: r228637 - in head/sys/dev/usb: . net

2011-12-17 Thread Kevin Lo
Author: kevlo Date: Sat Dec 17 15:38:16 2011 New Revision: 228637 URL: http://svn.freebsd.org/changeset/base/228637 Log: Another axe(4), found in ASUS zenbook. Modified: head/sys/dev/usb/net/if_axe.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/net/if_axe.c =

svn commit: r228796 - head/sys/fs/msdosfs

2011-12-21 Thread Kevin Lo
Author: kevlo Date: Thu Dec 22 06:31:29 2011 New Revision: 228796 URL: http://svn.freebsd.org/changeset/base/228796 Log: Discarding local array based on return values Modified: head/sys/fs/msdosfs/msdosfs_conv.c Modified: head/sys/fs/msdosfs/msdosfs_conv.c ===

Re: svn commit: r228796 - head/sys/fs/msdosfs

2011-12-24 Thread Kevin Lo
On Thu, 2011-12-22 at 07:39 -0500, John Baldwin wrote: > On Thursday, December 22, 2011 1:31:29 am Kevin Lo wrote: > > Author: kevlo > > Date: Thu Dec 22 06:31:29 2011 > > New Revision: 228796 > > URL: http://svn.freebsd.org/changeset/base/228796 > > > > Log

svn commit: r228864 - head/sys/fs/ntfs

2011-12-24 Thread Kevin Lo
Author: kevlo Date: Sat Dec 24 15:49:52 2011 New Revision: 228864 URL: http://svn.freebsd.org/changeset/base/228864 Log: Discard local array based on return values. Pointed out by: uqs Found with: Coverity Prevent(tm) CID: 10089 Modified: head/sys/fs/ntfs/ntfs_subr.c head/

svn commit: r228926 - head/contrib/tcpdump

2011-12-27 Thread Kevin Lo
Author: kevlo Date: Wed Dec 28 05:58:31 2011 New Revision: 228926 URL: http://svn.freebsd.org/changeset/base/228926 Log: Fix incorrect uses of sizeof(). The details of the fix can be found in the tcpdump git repository: commit 684955d58611ee94eccdc34e82b32e676337188c Modified: head/con

svn commit: r229379 - head/sys/dev/uart

2012-01-03 Thread Kevin Lo
Author: kevlo Date: Tue Jan 3 10:01:12 2012 New Revision: 229379 URL: http://svn.freebsd.org/changeset/base/229379 Log: Add support for Intel EG20T serial ports Modified: head/sys/dev/uart/uart_bus_pci.c Modified: head/sys/dev/uart/uart_bus_pci.c

svn commit: r229767 - in head/sys/dev: an bfe bm bxe e1000 ep ex firewire ie if_ndis ixgb ixgbe lge msk my nfe nve qlxgb rt sis sk sn snc stge tl tsec usb/net vx vxge wb xen/netback xen/netfront

2012-01-07 Thread Kevin Lo
Author: kevlo Date: Sat Jan 7 09:41:57 2012 New Revision: 229767 URL: http://svn.freebsd.org/changeset/base/229767 Log: ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again Reviewed by: yongari Modified: head/sys/dev/an/if_an.c head/sys/dev/bfe/if_bfe.c head/sys/dev/

svn commit: r230044 - in head: usr.bin/mail usr.bin/tftp usr.bin/unzip usr.sbin/config usr.sbin/lpr/lpc usr.sbin/timed/timedc

2012-01-12 Thread Kevin Lo
Author: kevlo Date: Fri Jan 13 06:51:15 2012 New Revision: 230044 URL: http://svn.freebsd.org/changeset/base/230044 Log: fgets(3) returns a pointer, so compare against NULL, not integer 0. Modified: head/usr.bin/mail/edit.c head/usr.bin/tftp/main.c head/usr.bin/unzip/unzip.c head/usr.sb

svn commit: r230045 - head/sbin/routed

2012-01-12 Thread Kevin Lo
Author: kevlo Date: Fri Jan 13 06:56:59 2012 New Revision: 230045 URL: http://svn.freebsd.org/changeset/base/230045 Log: Fix a style bug Modified: head/sbin/routed/parms.c Modified: head/sbin/routed/parms.c == --- he

svn commit: r230051 - head/usr.sbin/config

2012-01-13 Thread Kevin Lo
Author: kevlo Date: Fri Jan 13 09:08:41 2012 New Revision: 230051 URL: http://svn.freebsd.org/changeset/base/230051 Log: Fix copyright year Spotted by: pluknet Modified: head/usr.sbin/config/mkmakefile.c Modified: head/usr.sbin/config/mkmakefile.c =

Re: svn commit: r230044 - in head: usr.bin/mail usr.bin/tftp usr.bin/unzip usr.sbin/config usr.sbin/lpr/lpc usr.sbin/timed/timedc

2012-01-13 Thread Kevin Lo
On Fri, 2012-01-13 at 11:24 +0300, Sergey Kandaurov wrote: > On 13 January 2012 10:51, Kevin Lo wrote: > > Author: kevlo > > Date: Fri Jan 13 06:51:15 2012 > > New Revision: 230044 > > URL: http://svn.freebsd.org/changeset/base/230044 > > > > Log: >

svn commit: r230208 - head/sys/fs/tmpfs

2012-01-16 Thread Kevin Lo
Author: kevlo Date: Mon Jan 16 10:25:22 2012 New Revision: 230208 URL: http://svn.freebsd.org/changeset/base/230208 Log: Add nfs export support to tmpfs(5) Reviewed by: kib Modified: head/sys/fs/tmpfs/tmpfs_vfsops.c Modified: head/sys/fs/tmpfs/tmpfs_vfsops.c ===

svn commit: r230218 - head/sys/kern

2012-01-16 Thread Kevin Lo
Author: kevlo Date: Mon Jan 16 14:54:48 2012 New Revision: 230218 URL: http://svn.freebsd.org/changeset/base/230218 Log: Fix a style bug Spotted by: avg Modified: head/sys/kern/subr_mchain.c Modified: head/sys/kern/subr_mchain.c

svn commit: r230252 - head/sys/fs/tmpfs

2012-01-16 Thread Kevin Lo
Author: kevlo Date: Tue Jan 17 01:25:53 2012 New Revision: 230252 URL: http://svn.freebsd.org/changeset/base/230252 Log: Return EOPNOTSUPP since we only support update mounts for NFS export. Spotted by: trociny Modified: head/sys/fs/tmpfs/tmpfs_vfsops.c Modified: head/sys/fs/tmpfs/tmp

svn commit: r230291 - head/share/man/man9

2012-01-17 Thread Kevin Lo
Author: kevlo Date: Wed Jan 18 02:27:09 2012 New Revision: 230291 URL: http://svn.freebsd.org/changeset/base/230291 Log: vfs_object_create() function is obsolete. Use vnode_create_vobject() to create the backing object. Reviewed by: kib Modified: head/share/man/man9/vnode.9 Modified:

svn commit: r230292 - head/share/man/man9

2012-01-17 Thread Kevin Lo
Author: kevlo Date: Wed Jan 18 02:29:11 2012 New Revision: 230292 URL: http://svn.freebsd.org/changeset/base/230292 Log: NOOBJ is long time dead Reviewed by: kib Modified: head/share/man/man9/namei.9 Modified: head/share/man/man9/namei.9

svn commit: r230328 - head/share/man/man5

2012-01-18 Thread Kevin Lo
Author: kevlo Date: Thu Jan 19 02:49:21 2012 New Revision: 230328 URL: http://svn.freebsd.org/changeset/base/230328 Log: Add missing MLINKS to INDEX.5 Modified: head/share/man/man5/Makefile Modified: head/share/man/man5/Makefile ===

Re: svn commit: r230252 - head/sys/fs/tmpfs

2012-01-22 Thread Kevin Lo
Jaakko Heinonen wrote: > Hi, Hi Jaakko, > On 2012-01-22, Mikolaj Golub wrote: > > JH> # mount -u -o ro /mnt > > JH> mount: tmpfs : Operation not supported > > JH> # mount -u -o ro,export /mnt > > JH> # > > > > There is no error but ro is still ignored, so this is only the issue with > > repo

svn commit: r222275 - in head/sys: amd64/conf i386/conf

2011-05-24 Thread Kevin Lo
Author: kevlo Date: Wed May 25 04:46:48 2011 New Revision: 75 URL: http://svn.freebsd.org/changeset/base/75 Log: run(4) needs firmware loaded to work Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC =

svn commit: r222282 - in head/sys: amd64/conf i386/conf

2011-05-25 Thread Kevin Lo
Author: kevlo Date: Wed May 25 10:04:13 2011 New Revision: 82 URL: http://svn.freebsd.org/changeset/base/82 Log: Bring back r75. runfw(4) will statically link in rt2870.fw.uu to the kernel, though I have MODULES_OVERRIDE="" in GENERIC. Spotted by: thompsa Modified: head/s

svn commit: r222365 - head/usr.sbin/pc-sysinstall/backend

2011-05-27 Thread Kevin Lo
Author: kevlo Date: Fri May 27 16:17:35 2011 New Revision: 222365 URL: http://svn.freebsd.org/changeset/base/222365 Log: Whitespace fixes Reviewed by: jpaetzel Modified: head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh Modified: head/usr.sbin/pc-sysinstall/backend/functions-cle

svn commit: r223145 - head/sys/net80211

2011-06-16 Thread Kevin Lo
Author: kevlo Date: Thu Jun 16 09:37:20 2011 New Revision: 223145 URL: http://svn.freebsd.org/changeset/base/223145 Log: Change i_len in ieee80211req to be unsigned and fix other signed/unsigned issues. Reviewed by: bschmidt Obtained from:NetBSD Modified: head/sys/net80211/i

svn commit: r223492 - in head/usr.sbin: ancontrol ifmcstat nfsd pmcstat ppp rpc.yppasswdd rpc.ypupdated sysinstall wpa/ndis_events wpa/wpa_supplicant

2011-06-24 Thread Kevin Lo
Author: kevlo Date: Fri Jun 24 07:05:20 2011 New Revision: 223492 URL: http://svn.freebsd.org/changeset/base/223492 Log: Remove duplicated header files Modified: head/usr.sbin/ancontrol/ancontrol.c head/usr.sbin/ifmcstat/ifmcstat.c head/usr.sbin/nfsd/nfsd.c head/usr.sbin/pmcstat/pmcpl_c

svn commit: r223493 - in head/usr.bin: ktrace ncplogin systat tftp vmstat

2011-06-24 Thread Kevin Lo
Author: kevlo Date: Fri Jun 24 07:18:44 2011 New Revision: 223493 URL: http://svn.freebsd.org/changeset/base/223493 Log: Remove duplicated header files Modified: head/usr.bin/ktrace/ktrace.c head/usr.bin/ncplogin/ncplogin.c head/usr.bin/systat/netstat.c head/usr.bin/tftp/main.c head/u

svn commit: r223494 - in head: bin/rcp bin/sh sbin/savecore

2011-06-24 Thread Kevin Lo
Author: kevlo Date: Fri Jun 24 07:29:04 2011 New Revision: 223494 URL: http://svn.freebsd.org/changeset/base/223494 Log: Remove duplicated header files Modified: head/bin/rcp/rcp.c head/bin/sh/mkinit.c head/sbin/savecore/savecore.c Modified: head/bin/rcp/rcp.c ===

Re: svn commit: r223493 - in head/usr.bin: ktrace ncplogin systat tftp vmstat

2011-06-24 Thread Kevin Lo
On δΊ”, 2011-06-24 at 09:21 +0200, Roman Divacky wrote: > On Fri, Jun 24, 2011 at 07:18:44AM +0000, Kevin Lo wrote: > > Author: kevlo > > Date: Fri Jun 24 07:18:44 2011 > > New Revision: 223493 > > URL: http://svn.freebsd.org/changeset/base/223493 > > > > Lo

Re: svn commit: r223537 - head/sys/dev/usb/wlan

2011-06-26 Thread Kevin Lo
On Sat, 2011-06-25 at 20:55 +0200, Hans Petter Selasky wrote: > On Saturday 25 June 2011 20:51:38 Hans Petter Selasky wrote: > > On Saturday 25 June 2011 20:43:59 Hans Petter Selasky wrote: > > > On Saturday 25 June 2011 20:26:19 Gavin Atkinson wrote: > > > > On Sat, 25 Jun 2011, Hans Petter Selask

svn commit: r223562 - in head/sys: arm/at91 arm/sa11x0 mips/atheros mips/mips mips/rmi mips/rmi/dev/xlr mips/sentry5 mips/sibyte

2011-06-26 Thread Kevin Lo
Author: kevlo Date: Sun Jun 26 10:07:48 2011 New Revision: 223562 URL: http://svn.freebsd.org/changeset/base/223562 Log: Remove duplicate header includes Modified: head/sys/arm/at91/at91_machdep.c head/sys/arm/sa11x0/assabet_machdep.c head/sys/arm/sa11x0/sa11x0.c head/sys/mips/atheros/a

svn commit: r223624 - in head/sys/dev: acpica an dc en et fdc iicbus mfi my sis tdfx usb

2011-06-28 Thread Kevin Lo
Author: kevlo Date: Tue Jun 28 08:36:48 2011 New Revision: 223624 URL: http://svn.freebsd.org/changeset/base/223624 Log: Remove duplicate header includes Modified: head/sys/dev/acpica/acpi_thermal.c head/sys/dev/an/if_an.c head/sys/dev/dc/dcphy.c head/sys/dev/dc/pnphy.c head/sys/dev/e

svn commit: r223665 - head/sys/arm/mv

2011-06-29 Thread Kevin Lo
Author: kevlo Date: Wed Jun 29 09:35:40 2011 New Revision: 223665 URL: http://svn.freebsd.org/changeset/base/223665 Log: Typo Submitted by: Damjan Marion MFC after:3 days Modified: head/sys/arm/mv/common.c Modified: head/sys/arm/mv/common.c ===

svn commit: r223832 - head/usr.sbin/bsdinstall/partedit

2011-07-06 Thread Kevin Lo
Author: kevlo Date: Thu Jul 7 01:22:50 2011 New Revision: 223832 URL: http://svn.freebsd.org/changeset/base/223832 Log: Add an extra tab between fs_file and fs_vfstype Reviewed by: nwhitehorn Modified: head/usr.sbin/bsdinstall/partedit/partedit.c Modified: head/usr.sbin/bsdinstall/par

svn commit: r223842 - head/sys/net80211

2011-07-07 Thread Kevin Lo
Author: kevlo Date: Thu Jul 7 15:41:40 2011 New Revision: 223842 URL: http://svn.freebsd.org/changeset/base/223842 Log: Fix memset sizeofs Reviewed by: bschmidt Modified: head/sys/net80211/ieee80211_ageq.c head/sys/net80211/ieee80211_power.c Modified: head/sys/net80211/ieee80211_age

svn commit: r223877 - in head: include/rpc lib/libc/xdr

2011-07-09 Thread Kevin Lo
Author: kevlo Date: Sat Jul 9 07:43:56 2011 New Revision: 223877 URL: http://svn.freebsd.org/changeset/base/223877 Log: - Add xdr_sizeof(3) to libc - Document xdr_sizeof(3); from NetBSD Discussed with: kib Modified: head/include/rpc/xdr.h head/lib/libc/xdr/Makefile.inc head/

svn commit: r223903 - head/lib/libc/xdr

2011-07-09 Thread Kevin Lo
Author: kevlo Date: Sun Jul 10 06:57:00 2011 New Revision: 223903 URL: http://svn.freebsd.org/changeset/base/223903 Log: Add a HISTORY section Requested by: arundel Modified: head/lib/libc/xdr/xdr.3 Modified: head/lib/libc/xdr/xdr.3 ==

Re: svn commit: r223877 - in head: include/rpc lib/libc/xdr

2011-07-09 Thread Kevin Lo
On Sat, 2011-07-09 at 08:14 +, Alexander Best wrote: > On Sat Jul 9 11, Kevin Lo wrote: > > Author: kevlo > > Date: Sat Jul 9 07:43:56 2011 > > New Revision: 223877 > > URL: http://svn.freebsd.org/changeset/base/223877 > > > > Log: > >

Re: svn commit: r223877 - in head: include/rpc lib/libc/xdr

2011-07-10 Thread Kevin Lo
On Sun, 2011-07-10 at 03:45 +1000, Bruce Evans wrote: > On Sat, 9 Jul 2011, Kevin Lo wrote: > > > Log: > > - Add xdr_sizeof(3) to libc > > - Document xdr_sizeof(3); from NetBSD > > > > Discussed with:kib > > Any reason to further break the style

svn commit: r223904 - head/lib/libstand

2011-07-10 Thread Kevin Lo
Author: kevlo Date: Sun Jul 10 07:14:32 2011 New Revision: 223904 URL: http://svn.freebsd.org/changeset/base/223904 Log: style(9) cleanup Modified: head/lib/libstand/zalloc_defs.h Modified: head/lib/libstand/zalloc_defs.h ==

svn commit: r223906 - head/include/rpc

2011-07-10 Thread Kevin Lo
Author: kevlo Date: Sun Jul 10 14:03:13 2011 New Revision: 223906 URL: http://svn.freebsd.org/changeset/base/223906 Log: Revert the previous change and add xdr_sizeof Requested by: bde Modified: head/include/rpc/xdr.h Modified: head/include/rpc/xdr.h

svn commit: r224048 - head/etc/rc.d

2011-07-14 Thread Kevin Lo
Author: kevlo Date: Fri Jul 15 01:59:08 2011 New Revision: 224048 URL: http://svn.freebsd.org/changeset/base/224048 Log: Remove "-n" from echo Reviewed by: dougb Modified: head/etc/rc.d/routing Modified: head/etc/rc.d/routing

svn commit: r209758 - head/sys/amd64/conf

2010-07-07 Thread Kevin Lo
Author: kevlo Date: Wed Jul 7 09:23:46 2010 New Revision: 209758 URL: http://svn.freebsd.org/changeset/base/209758 Log: Add the u3g(4) driver. I can't find any reason why it's not here. Modified: head/sys/amd64/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC =

svn commit: r211132 - head/usr.bin/indent

2010-08-09 Thread Kevin Lo
Author: kevlo Date: Tue Aug 10 06:58:12 2010 New Revision: 211132 URL: http://svn.freebsd.org/changeset/base/211132 Log: Use NULL instead of 0 when setting up pointer. Modified: head/usr.bin/indent/indent.c Modified: head/usr.bin/indent/indent.c ==

svn commit: r211175 - head/include

2010-08-11 Thread Kevin Lo
Author: kevlo Date: Wed Aug 11 09:29:33 2010 New Revision: 211175 URL: http://svn.freebsd.org/changeset/base/211175 Log: Style: tabs after #define Modified: head/include/unistd.h Modified: head/include/unistd.h == --

svn commit: r212048 - in head: usr.bin/usbhidaction usr.sbin/apmd

2010-08-31 Thread Kevin Lo
Author: kevlo Date: Tue Aug 31 07:19:10 2010 New Revision: 212048 URL: http://svn.freebsd.org/changeset/base/212048 Log: For consistency, cast result of getpid() to long Modified: head/usr.bin/usbhidaction/usbhidaction.c head/usr.sbin/apmd/apmd.c Modified: head/usr.bin/usbhidaction/usbhida

svn commit: r212195 - head/sbin/mount_nfs

2010-09-04 Thread Kevin Lo
Author: kevlo Date: Sat Sep 4 08:42:19 2010 New Revision: 212195 URL: http://svn.freebsd.org/changeset/base/212195 Log: Shut the compiler up; initializes the sotype variable to zero in nfs_tryproto(). Reviewed by: rmacklem Modified: head/sbin/mount_nfs/mount_nfs.c Modified: head/sbi

svn commit: r214001 - head/sys/fs/msdosfs

2010-10-17 Thread Kevin Lo
Author: kevlo Date: Mon Oct 18 03:34:33 2010 New Revision: 214001 URL: http://svn.freebsd.org/changeset/base/214001 Log: Fix a possible race where the directory dirent is moved to the location that was used by ".." entry. This change seems fixed panic during attempt to access msdosfs data

svn commit: r214972 - head/sys/arm/include

2010-11-07 Thread Kevin Lo
Author: kevlo Date: Mon Nov 8 07:54:24 2010 New Revision: 214972 URL: http://svn.freebsd.org/changeset/base/214972 Log: Intel IXP425 SoC is based on the ARMv5TE architecture MFC after:3 days Modified: head/sys/arm/include/cpuconf.h Modified: head/sys/arm/include/cpuconf.h =

svn commit: r215031 - head/sys/arm/include

2010-11-09 Thread Kevin Lo
Author: kevlo Date: Tue Nov 9 09:34:21 2010 New Revision: 215031 URL: http://svn.freebsd.org/changeset/base/215031 Log: Minor cosmetic changes Modified: head/sys/arm/include/cpuconf.h Modified: head/sys/arm/include/cpuconf.h ==

svn commit: r215335 - head/sys/dev/usb/net

2010-11-14 Thread Kevin Lo
Author: kevlo Date: Mon Nov 15 06:04:25 2010 New Revision: 215335 URL: http://svn.freebsd.org/changeset/base/215335 Log: Remove unused struct rue_type Modified: head/sys/dev/usb/net/if_ruereg.h Modified: head/sys/dev/usb/net/if_ruereg.h ===

svn commit: r215518 - head/usr.bin/at

2010-11-19 Thread Kevin Lo
Author: kevlo Date: Fri Nov 19 10:15:29 2010 New Revision: 215518 URL: http://svn.freebsd.org/changeset/base/215518 Log: Close file and directory descriptors MFC after:3 days Modified: head/usr.bin/at/at.c Modified: head/usr.bin/at/at.c ==

svn commit: r215519 - head/usr.bin/chkey

2010-11-19 Thread Kevin Lo
Author: kevlo Date: Fri Nov 19 10:18:58 2010 New Revision: 215519 URL: http://svn.freebsd.org/changeset/base/215519 Log: Fix fd leak MFC after:3 days Modified: head/usr.bin/chkey/chkey.c Modified: head/usr.bin/chkey/chkey.c ===

svn commit: r215569 - head/usr.bin/vmstat

2010-11-20 Thread Kevin Lo
Author: kevlo Date: Sat Nov 20 15:22:16 2010 New Revision: 215569 URL: http://svn.freebsd.org/changeset/base/215569 Log: Remove unused variable Modified: head/usr.bin/vmstat/vmstat.c Modified: head/usr.bin/vmstat/vmstat.c ==

svn commit: r215607 - head/sbin/devd

2010-11-20 Thread Kevin Lo
Author: kevlo Date: Sun Nov 21 04:02:37 2010 New Revision: 215607 URL: http://svn.freebsd.org/changeset/base/215607 Log: Fix missing closedir() Reviewed by: imp Modified: head/sbin/devd/devd.cc Modified: head/sbin/devd/devd.cc ===

svn commit: r215658 - head/sbin/ddb

2010-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 22 07:00:47 2010 New Revision: 215658 URL: http://svn.freebsd.org/changeset/base/215658 Log: Plug an fd leak Modified: head/sbin/ddb/ddb.c Modified: head/sbin/ddb/ddb.c == --- head/sbin/dd

  1   2   3   4   5   6   >