Module Name:src
Committed By: kardel
Date: Tue Aug 10 06:29:56 UTC 2021
Modified Files:
src/sys/netinet6: in6_src.c
Log Message:
PR kern/56348
MTU discovery fails with IPv6 sockets bound to IPv4 mapped address
pick up the IPv4 route for IPv4 mapped IPv6 address to get the
Module Name:src
Committed By: kardel
Date: Sun Jul 18 07:22:22 UTC 2021
Modified Files:
src/external/cddl/osnet/sys/sys: vnode.h
Log Message:
PR kern/56316: vn_open doesn't follow symlinks
remove setting of O_NOFOLLOW. restores ZFS being able
to open devices via symlinks
Module Name:src
Committed By: kardel
Date: Thu Feb 18 15:13:38 UTC 2021
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_timer.c
Log Message:
PR bin/55973:
fix routing message triggered one shot interface update.
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: kardel
Date: Fri Dec 4 23:03:11 UTC 2020
Modified Files:
src/sys/dev/ic: nvme.c
Log Message:
PR kern/55839:
handle multiple nvme_rescan()s correctly by doing the
name-space identify only once per nsid.
fixes issue where modloading triggers m
Module Name:src
Committed By: kardel
Date: Wed Nov 25 10:57:11 UTC 2020
Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c
Log Message:
Fix address advancing for i386 and other 32-bit platforms.
Makes racoon grok IPv6 addresses again on these platforms.
Module Name:src
Committed By: kardel
Date: Thu Nov 12 13:13:45 UTC 2020
Modified Files:
src/sys/netinet: ip_mroute.c
Log Message:
PR kern/55779:
restore non-desctructive guarantee of ip_mforward() mbuf
argument. This avoids generation invalid UDP checksums
on multicast pa
Module Name:src
Committed By: kardel
Date: Fri Oct 9 08:18:01 UTC 2020
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu_tx.c
Log Message:
PR kern/55705:
don't attempt to sleep for negative time, we are late anyway - avoids
DIAGNOSTIC panic
To generat
Module Name:src
Committed By: kardel
Date: Tue Sep 22 11:53:10 UTC 2020
Modified Files:
src/sys/dev/ic: ld_nvme.c nvme.c
Log Message:
PR kern/55674:
move name space availability check from ld_nvme.c:ld_nvme_attach()
to nvme.c:nvme_rescan().
this avo
Module Name:src
Committed By: kardel
Date: Fri Sep 11 09:08:47 UTC 2020
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
PR/kern 55567
fix the data-only fast path. RCV.UP and SND.WL1 could be left behind
on long sequences of data only packets. pull them along to
Module Name:src
Committed By: kardel
Date: Thu Sep 3 07:26:41 UTC 2020
Modified Files:
src/external/bsd/ntp/dist/ntpd: refclock_parse.c
Log Message:
remove unneeded newline in quotes variable string - keeps ntpq happy
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: kardel
Date: Wed Sep 2 15:08:46 UTC 2020
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Fix fast path for uni directional transfers
pure ACK case:
drag snd_wl2 along so only newer
ACKs can update the window size.
also avoids the s
Module Name:src
Committed By: kardel
Date: Thu Aug 27 10:10:23 UTC 2020
Modified Files:
src/sys/dev/mii: mii_physubr.c
Log Message:
Move mii_phy_statusmsg(sc) back to its original position. Fixes
deafness bug on macppc reported and tested by martin@
Thanks !
To generate
Module Name:src
Committed By: kardel
Date: Mon Aug 24 12:46:04 UTC 2020
Modified Files:
src/sys/dev/mii: mii_physubr.c
Log Message:
Keep the change check invariant intact. The previous code could miss
status updates by picking up a new status different from the tested
stat
Module Name:src
Committed By: kardel
Date: Tue Aug 4 13:20:45 UTC 2020
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_spi.c
src/sys/dev/spi: spi.c spivar.h
Log Message:
Use mutex for lwp/interrupt coordination. using splX() simply does not work
on multiprocess
Module Name:src
Committed By: kardel
Date: Thu Jan 16 13:16:59 UTC 2020
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
use the CARP interface for arp/nd instead of the carp parent interface.
this provides the correct source mac address for the packets.
there are
Module Name:src
Committed By: kardel
Date: Thu Jan 16 12:56:40 UTC 2020
Modified Files:
src/share/man/man4: carp.4
src/sys/netinet: ip_carp.c ip_carp.h
Log Message:
Provide SIOCGIFMEDIA ioctl to deliver link status.
Add link0 (IFF_LINK0) flag to map INIT state to L
Module Name:src
Committed By: kardel
Date: Sun Apr 14 15:55:24 UTC 2019
Modified Files:
src/sys/ufs/ffs: ffs_alloc.c
Log Message:
PR/53990, PR/52380, PR/52102: UFS2 cylinder group inode allocation botch
Fix rare allocation botch in ffs_nodealloccg().
Conditions:
a) le
Module Name:src
Committed By: kardel
Date: Thu Mar 28 10:44:29 UTC 2019
Modified Files:
src/sys/dev/scsipi: scsi_spc.h scsiconf.c scsipi_base.c scsipiconf.c
scsipiconf.h
src/sys/dev/usb: umass_scsipi.c
Log Message:
Add reading of supported opcodes and t
Module Name:src
Committed By: kardel
Date: Mon Mar 11 14:35:22 UTC 2019
Modified Files:
src/sys/dev/pci: mpii.c
Log Message:
PR/54045
fix mpii to adhere to physio diagnostic invariant that
fully processed data must not post an error:
1) verify expected scspi state via KAS
Module Name:src
Committed By: kardel
Date: Tue Feb 12 13:49:13 UTC 2019
Modified Files:
src/sys/dev/scsipi: files.scsipi
Log Message:
Fix, but disable the commented SUN compatibility in st.c to write
final file marks by opening and immediately closing the device
in O_WR
Module Name:src
Committed By: kardel
Date: Tue Feb 12 13:43:40 UTC 2019
Modified Files:
src/sys/dev/scsipi: st.c
Log Message:
Fix PR kern/53949:
Fix inconsistent/incomplete file mark handling to conform again
to mtio(4) at close(2) time. This was necessary as the PREVENT/
Module Name:src
Committed By: kardel
Date: Fri Dec 28 15:06:07 UTC 2018
Modified Files:
src/sys/dev/pci: mpii.c
Log Message:
fix LUN handling (byte order issue)
now ch0 on a NEOSeries FlexStor II is detected again on LUN 1
this is a regression introduced in 1.15 update an
Module Name:src
Committed By: kardel
Date: Sat Jan 27 21:24:30 UTC 2018
Modified Files:
src/sys/arch/x86/pci: amdsmn.c
Log Message:
rescan amdsmnbus instead of amdsmn (fixes panic)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/pci/amdsmn.c
Module Name:src
Committed By: kardel
Date: Mon Nov 20 18:37:56 UTC 2017
Modified Files:
src/sbin/raidctl: raidctl.8 rf_configure.c
Log Message:
support NAME= syntax for disks and spares
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sbin/raidctl/raidct
Module Name:src
Committed By: kardel
Date: Sat May 13 20:13:27 UTC 2017
Modified Files:
src/sys/netinet6: mld6.c
Log Message:
avoid a double ifa_release() and thus a panic
when e. g. running ifmcstat
CVS:
Module Name:src
Committed By: kardel
Date: Wed Mar 8 08:00:09 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
PR kern/52039: use same safeguard as for the 82578
To generate a diff of this commit:
cvs rdiff -u -r1.496 -r1.497 src/sys/dev/pci/if_wm.c
Pleas
Module Name:src
Committed By: kardel
Date: Sat Sep 17 18:53:13 UTC 2016
Modified Files:
src/sys/dev/scsipi: scsipi_verbose.c
Log Message:
ASC/ASCQ table updated from http://www.t10.org/lists/asc-num.txt 2016-07-30
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r
Module Name:src
Committed By: kardel
Date: Sun Jul 3 12:26:55 UTC 2016
Modified Files:
src/sys/dev/i2c: hytp14.c hytp14var.h
Log Message:
convert device polling from callout to kthread.
Solves:
- hung initialization on A20 (bananapi)
- allows iic_exec() im
Module Name:src
Committed By: kardel
Date: Sat Mar 12 10:51:01 UTC 2016
Modified Files:
src/sys/fs/tmpfs: tmpfs_vnops.c
Log Message:
do no access uninitialized variables in KASSERTs - fixes build
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/fs/
Module Name:src
Committed By: kardel
Date: Fri Jul 10 21:31:19 UTC 2015
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_control.c
Log Message:
backport fix for bug 2867 - ntpd with autokey active crashed by 'ntpq -crv'
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: kardel
Date: Fri Jul 10 21:27:49 UTC 2015
Modified Files:
src/external/bsd/ntp/scripts: mkver
Log Message:
update imported version to reality
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/scripts/mkver
Ple
Module Name:src
Committed By: kardel
Date: Sun Jun 28 15:37:37 UTC 2015
Modified Files:
src/external/bsd/ntp/dist/ntpq: ntpq-subs.c
Log Message:
fix ifstats command by relaxing invalid sanity check - ntp bug #2860
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1
Module Name:src
Committed By: kardel
Date: Sun Jun 29 09:52:43 UTC 2014
Modified Files:
src/sys/dev/i2c: hytp14.c
Log Message:
allow i2c address 0x01-0x7F
igore responses if the sensor is in command mode
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys
Module Name:src
Committed By: kardel
Date: Sun Jun 29 09:32:24 UTC 2014
Modified Files:
src/sys/dev/gpio: gpio.c
Log Message:
make implementation match gpio(4) man entry. do no change configuration
if no flags are be set (allows non-destructive inquiry via GPIOSET again).
Module Name:src
Committed By: kardel
Date: Sun Jun 29 09:06:05 UTC 2014
Modified Files:
src/sys/dev/i2c: hytp14reg.h
Log Message:
remove artifacts inspired by misleading documentation
fix address caculation macros
fix typoes
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: kardel
Date: Sun May 18 11:46:24 UTC 2014
Modified Files:
src/doc: CHANGES
src/share/man/man4: Makefile
src/sys/dev/i2c: files.i2c
src/sys/dev/sysmon: sysmon_envsys_tables.c
src/sys/modules: Makefile
src/
Module Name:src
Committed By: kardel
Date: Wed May 14 08:14:56 UTC 2014
Modified Files:
src/sys/dev/onewire: owtemp.c
Log Message:
calculate extended precision as per DS1920/DS1820 data sheets
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/onew
Module Name:src
Committed By: kardel
Date: Wed Apr 23 07:04:01 UTC 2014
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4/man4.evbarm: Makefile
Added Files:
src/share/man/man4/man4.evbarm: bcmgpio.4
Removed Files:
src/share/man/man4:
Module Name:src
Committed By: kardel
Date: Wed Apr 23 06:53:14 UTC 2014
Modified Files:
src/share/man/man4: Makefile
Log Message:
move mcp23s17gpio.4 to MI SPI drivers section
To generate a diff of this commit:
cvs rdiff -u -r1.612 -r1.613 src/share/man/man4/Makefile
Pl
Module Name:src
Committed By: kardel
Date: Tue Apr 22 18:51:35 UTC 2014
Modified Files:
src/distrib/sets/lists/man: mi
src/doc: CHANGES
src/sys/arch/arm/broadcom: bcm2835_gpio_subr.c bcm2835_gpio_subr.h
bcm2835_gpioreg.h bcm2835_obio.c files.bcm2
Module Name:src
Committed By: kardel
Date: Sun Apr 6 17:59:39 UTC 2014
Modified Files:
src/distrib/sets/lists/man: mi
src/doc: CHANGES
src/share/man/man4: Makefile
src/sys/arch/evbarm/conf: RPI
src/sys/dev/spi: files.spi
Added Files:
Module Name:src
Committed By: kardel
Date: Tue Apr 1 17:34:44 UTC 2014
Modified Files:
src/external/bsd/ntp/dist/libntp: atouint.c
Log Message:
remove stray 'return 0;' that effectively disabled atouint().
Hi Christos!
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: kardel
Date: Mon Jan 20 19:03:33 UTC 2014
Modified Files:
src/external/bsd/ntp/dist/libntp: work_fork.c
Log Message:
fix voluntary self-destruct (kill(0, SIGUP)) after successful int_res run and
interface change
To generate a diff of this c
Module Name:src
Committed By: kardel
Date: Sun Jan 5 15:47:23 UTC 2014
Modified Files:
src/external/bsd/ntp/lib/libparse: Makefile
Log Message:
- add new clk_sel240x.c
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/lib/libparse/Makefile
Module Name:src
Committed By: kardel
Date: Sun Jan 5 15:39:13 UTC 2014
Modified Files:
src/external/bsd/ntp/include: config.h
Log Message:
- enable the rest of the PARSE clocks (missed config option when merging)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1
Module Name:src
Committed By: kardel
Date: Sun Jan 5 15:13:36 UTC 2014
Modified Files:
src/external/bsd/ntp/dist/ntpd: refclock_parse.c
src/external/bsd/ntp/include: config.h
Log Message:
- enable PARSE clocks (missed config option when merging)
- remove all confl
Module Name:src
Committed By: kardel
Date: Fri Aug 9 19:58:44 UTC 2013
Modified Files:
src/sys/dev/scsipi: ch.c
Log Message:
bump command timeout to 5 minutes. several
types of changers (Overland PowerLoader, Dell
PowerVault) have been exceeding the 100 sec
limit aborting
Module Name:src
Committed By: kardel
Date: Fri Aug 9 19:51:29 UTC 2013
Modified Files:
src/sys/dev/pci: mpii.c
Log Message:
fix issues when reading variable block sized tapes.
symptoms:
generic HBA error on console when reading
with a larger blocksize. bl
Module Name:src
Committed By: kardel
Date: Thu Aug 8 07:06:13 UTC 2013
Modified Files:
src/sys/dev/pci: mpii.c
Log Message:
Allow 8 luns instead of 1. This enables access to the changer device on
a Dell PV-124T:
ch0 at scsibus0 target 9 lun 1: changer removable
ch0: 16 s
Module Name:src
Committed By: kardel
Date: Mon Jun 10 07:14:02 UTC 2013
Modified Files:
src/distrib/sets/lists/man: mi
src/doc: CHANGES
src/share/man/man4: gpio.4 isa.4
src/share/man/man4/man4.x86: Makefile soekrisgpio.4
src/sys/arch/amd64/co
Module Name:src
Committed By: kardel
Date: Mon Jun 10 06:04:35 UTC 2013
Update of /cvsroot/src
In directory ivanova.netbsd.org:/tmp/cvs-serv13274
Log Message:
Import of proposed patch to OpenBSD for supporting GPIO and status
leds on a Soekris net6501
patch posted on 2013-01-14 1
Module Name:src
Committed By: kardel
Date: Sat Jun 8 06:05:03 UTC 2013
Modified Files:
src/lib/libc/sys: chflags.2
Log Message:
Bring description in sync with errors-section and implementation reality.
(changing super-user only flags is not silently ignored)
To generate
Module Name:src
Committed By: kardel
Date: Sat Jun 8 05:47:02 UTC 2013
Modified Files:
src/sys/ufs/ufs: ufs_vnops.c
Log Message:
fix clearing of system-flags (schg, sappnd). clearing system flags is possible
again
at securelevel < 1.
reviewed by christos@
To generate a
Module Name:src
Committed By: kardel
Date: Sun May 26 18:07:42 UTC 2013
Modified Files:
src/sys/conf: files
src/sys/kern: kern_tc.c
src/sys/sys: timepps.h
Log Message:
Extend kernel PPS api with pps_ref_event().
pps_ref_event() allows capturing PPS time sta
Module Name:src
Committed By: kardel
Date: Sat Apr 27 13:25:09 UTC 2013
Modified Files:
src/sys/dev/ic: aic79xx_inline.h
Log Message:
fix panic due to physaddr instead of offset being passed to ahd_dmamap_sync
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22
Module Name:src
Committed By: kardel
Date: Mon Apr 15 07:58:36 UTC 2013
Modified Files:
src/usr.sbin/route6d: route6d.c
Log Message:
reenable routing functionality by using RT_ROUNDUP for ROUNDUP when available
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.6
Module Name:src
Committed By: kardel
Date: Sun Apr 7 14:14:50 UTC 2013
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
add pcap-tstamp.* to man list
To generate a diff of this commit:
cvs rdiff -u -r1.1424 -r1.1425 src/distrib/sets/lists/man/mi
Please note
Module Name:src
Committed By: kardel
Date: Sun Apr 7 14:12:06 UTC 2013
Modified Files:
src/sys/net: dlt.h
Log Message:
recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/net/d
Module Name:src
Committed By: kardel
Date: Fri Aug 17 22:37:26 UTC 2012
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_io.c
Log Message:
re-enable broadcast client config after interface re-scanning
make broadcast transmission work again
To generate a diff of this c
Module Name:src
Committed By: kardel
Date: Sat Aug 11 20:09:08 UTC 2012
Modified Files:
src/external/bsd/ntp/dist/ntpd: refclock_parse.c
Log Message:
fix some fallout from append correction
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/
Module Name:src
Committed By: kardel
Date: Sun Jun 24 16:24:35 UTC 2012
Modified Files:
src/sbin/routed: if.c
Log Message:
PR/44647: commit fix proposed by Takahiro HAYASHI
verified to be working in -current and also helps NetBSD-6 BETA2
To generate a diff of this commit
Module Name:src
Committed By: kardel
Date: Tue Mar 20 12:04:01 UTC 2012
Modified Files:
src/lib/libc/net: getaddrinfo.c
Log Message:
PR pkg/46206
re-establish fqdn lookup when AI_ADDRCONFIG is used in hints
AI_ADDRCONFIG led to fqdn lookup being skipped as the systems didn
Module Name:src
Committed By: kardel
Date: Tue Mar 20 10:34:33 UTC 2012
Modified Files:
src/lib/libc/net: getaddrinfo.c
Log Message:
PR 46206: fix programmed SIGSEGV
more work is needed as tests seem to indicate that name resolution now
does no seem to work (firefox report
Module Name:src
Committed By: kardel
Date: Fri Feb 3 10:20:29 UTC 2012
Modified Files:
src/external/bsd/ntp/dist/ntpq: ntpq.c
Log Message:
Clang compile fix from Joerg Sonneberger approved by releng.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/extern
Module Name:src
Committed By: kardel
Date: Wed Feb 1 22:48:16 UTC 2012
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_request.c
src/external/bsd/ntp/dist/ntpdc: ntpdc.c
src/external/bsd/ntp/dist/ntpq: ntpq.c
Log Message:
cleanup printf fmt differences
Module Name:src
Committed By: kardel
Date: Wed Feb 1 21:22:19 UTC 2012
Modified Files:
src/external/bsd/ntp/bin/sntp: Makefile
Log Message:
use WARNS=0 until const issue is resolved
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/bin/snt
Module Name:src
Committed By: kardel
Date: Wed Feb 1 21:21:26 UTC 2012
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_io.c
Log Message:
initialize min_dist
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/ntp/dist/ntpd/ntp_io.c
Please n
Module Name:src
Committed By: kardel
Date: Wed Feb 1 20:49:09 UTC 2012
Modified Files:
src/external/bsd/ntp/lib/libopts: Makefile
Log Message:
build libopts with WARNS=0 for now
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/lib/libopts
Module Name:src
Committed By: kardel
Date: Wed Feb 1 20:48:02 UTC 2012
Modified Files:
src/external/bsd/ntp: Makefile.inc
src/external/bsd/ntp/dist/ntpd: ntp_control.c ntp_io.c ntp_refclock.c
ntp_restrict.c refclock_jjy.c
src/external/bsd/ntp/di
Module Name:src
Committed By: kardel
Date: Wed Feb 1 13:01:29 UTC 2012
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_keyword.h
Log Message:
bin/45906: regenerate ntpd/ntp_keyword.h to accommodate our changes
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r
Module Name:src
Committed By: kardel
Date: Wed Feb 1 08:59:07 UTC 2012
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
document ntp 4.2.6p5 import
To generate a diff of this commit:
cvs rdiff -u -r1.903 -r1.904 src/doc/3RDPARTY
cvs rdiff -u -r1.1664 -r1.1665 src/
Module Name:src
Committed By: kardel
Date: Wed Feb 1 08:15:21 UTC 2012
Modified Files:
src/external/bsd/ntp/lib/libntp: Makefile
Log Message:
add libotps for autoopts headers to CPPFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/li
Module Name:src
Committed By: kardel
Date: Wed Feb 1 07:54:58 UTC 2012
Modified Files:
src/external/bsd/ntp/scripts: mkver
Log Message:
NTP 4.2.6p5 (Harlan Stenn , 2011/12/24)
Focus: Bug fixes
Severity: Medium
This is a recommended upgrade.
This release updates sys_ro
Module Name:src
Committed By: kardel
Date: Wed Feb 1 07:53:52 UTC 2012
Modified Files:
src/external/bsd/ntp: importdate
Log Message:
merge import ntp-4-2-6p5
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/importdate
Please note that di
Module Name:src
Committed By: kardel
Date: Wed Feb 1 07:46:30 UTC 2012
Modified Files:
src/external/bsd/ntp: Makefile.inc
src/external/bsd/ntp/bin/ntp-keygen: Makefile
src/external/bsd/ntp/bin/ntpd: Makefile
src/external/bsd/ntp/bin/ntpdate: Makefil
Module Name:src
Committed By: kardel
Date: Tue Jan 31 21:29:40 UTC 2012
Update of /cvsroot/src/external/bsd/ntp/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv2606
Log Message:
Import ntp 4.2.6p5
Status:
Vendor Tag: UDEL
Release Tags: ntp-4-2-6p5
U src/
Module Name:src
Committed By: kardel
Date: Tue Jan 31 20:11:42 UTC 2012
Modified Files:
src/doc: 3RDPARTY
Log Message:
update ntp current version
To generate a diff of this commit:
cvs rdiff -u -r1.902 -r1.903 src/doc/3RDPARTY
Please note that diffs are not public domai
Module Name:src
Committed By: kardel
Date: Tue Jan 31 20:05:13 UTC 2012
Modified Files:
src/external/bsd/ntp: ntp2netbsd
Log Message:
fix instructions in comment part
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/ntp2netbsd
Please note
Module Name:src
Committed By: kardel
Date: Sun Jun 19 15:58:07 UTC 2011
Modified Files:
src/external/bsd/ntp/dist/libntp: ntp_lineedit.c
Log Message:
fix lineedit functionality. ntpq and friends would just exit on empty lines
which is not intended - there is a quit command
Module Name:src
Committed By: kardel
Date: Sun Jan 9 14:49:40 UTC 2011
Modified Files:
src/external/bsd/ntp/dist/lib/isc/unix: net.c
src/external/bsd/ntp/dist/ntpd: ntp_io.c
Log Message:
make ntp compile for MKINET6=no
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: kardel
Date: Sat Sep 4 17:06:06 UTC 2010
Modified Files:
src/external/bsd/ntp: Makefile.inc
Log Message:
fix MKINET6=no compile
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/Makefile.inc
Please note that
Module Name:src
Committed By: kardel
Date: Sun Aug 29 18:55:51 UTC 2010
Modified Files:
src/external/bsd/ntp: Makefile.inc
src/external/bsd/ntp/bin/ntpd: Makefile
src/external/bsd/ntp/include: config.h
Log Message:
support to follow NetBSD build options for
Module Name:src
Committed By: kardel
Date: Sun Aug 29 18:54:30 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_intres.c
Log Message:
make IPV6 support decision consistent with code in ntp_io.c
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 s
Module Name:src
Committed By: kardel
Date: Sun Aug 29 18:52:59 UTC 2010
Modified Files:
src/external/bsd/ntp/lib/libntp: Makefile
Log Message:
remove commented out cruft
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/lib/libntp/Makefile
Module Name:src
Committed By: kardel
Date: Sun Aug 29 11:15:33 UTC 2010
Modified Files:
src/external/bsd/ntp/bin/ntpd: Makefile
Log Message:
only refer to libdns_sd when mDNS is compiled in
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/
Module Name:src
Committed By: kardel
Date: Sun Aug 29 10:13:07 UTC 2010
Modified Files:
src/external/bsd/ntp/bin/ntpd: Makefile
src/external/bsd/ntp/include: config.h
Log Message:
make mDNS registration depend on compile time build option MKMDNS
To generate a dif
Module Name:src
Committed By: kardel
Date: Sat Aug 28 20:54:24 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/sntp: networking.c
Log Message:
using a char * as timeout value is a unique concept - atol() the string
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: kardel
Date: Sat Aug 28 20:52:55 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_scanner.c
Log Message:
don't return an int casted pointer as 'boolean' value - compare result of
strchr with NULL
To generate a diff of this commi
Module Name:src
Committed By: kardel
Date: Sat Aug 28 20:51:08 UTC 2010
Modified Files:
src/external/bsd/ntp/bin/ntpd: Makefile
Log Message:
disable .y.c rule - ntp_parser.y needs bison which is not part of the tool chain
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: kardel
Date: Sat Aug 28 16:17:32 UTC 2010
Modified Files:
src/distrib/sets/lists/misc: mi
Log Message:
adjust to new NTP 4.2.6 build
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/distrib/sets/lists/misc/mi
Please note
Module Name:src
Committed By: kardel
Date: Sat Aug 28 15:56:46 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
unhook NTP 4.2.4 build, acivate NTP 4.2.6 build in external/bsd/ntp
To generate a diff of this commit:
cvs rdiff -u -r1.1432 -r1.1433 src/doc/CHANGES
Pl
Module Name:src
Committed By: kardel
Date: Sat Aug 28 15:47:08 UTC 2010
Modified Files:
src/external/bsd: Makefile
Log Message:
hook in ntp 4.2.6 reachover build (new location in external/bsd/ntp)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/external
Module Name:src
Committed By: kardel
Date: Sat Aug 28 15:45:48 UTC 2010
Modified Files:
src/usr.sbin: Makefile
Log Message:
unhook ntp 4.2.4 reachover build
To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/usr.sbin/Makefile
Please note that diffs are
Module Name:src
Committed By: kardel
Date: Sat Aug 28 15:42:46 UTC 2010
Modified Files:
src/external/bsd/ntp: Makefile
src/external/bsd/ntp/bin: Makefile Makefile.inc
src/external/bsd/ntp/bin/ntp-keygen: Makefile
src/external/bsd/ntp/bin/ntpd: Makefi
Module Name:src
Committed By: kardel
Date: Sat Aug 28 15:40:24 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/ntpq: ntpq.1
Log Message:
.sp only takes a single arg
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpq/ntpq.1
Module Name:src
Committed By: kardel
Date: Sat Aug 28 15:39:25 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/sntp: networking.c
Log Message:
fix DEBUG compilation
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/sntp/networki
Module Name:src
Committed By: kardel
Date: Sat Aug 28 15:38:55 UTC 2010
Modified Files:
src/external/bsd/ntp/dist/sntp: kod_management.c
Log Message:
remove uncondition #define DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dis
Module Name:src
Committed By: kardel
Date: Sun Jun 27 10:41:26 UTC 2010
Modified Files:
src/sys/dev/usb: umodem_common.c usb_quirks.c usb_quirks.h
Log Message:
add quirk for CDC-ACM devices that do not have a CDC UNION interface descriptor.
idea gleened from Linux cdc-acm
Module Name:src
Committed By: kardel
Date: Sun Jun 27 10:32:13 UTC 2010
Modified Files:
src/sys/dev/usb: usbdevs usbdevs.h usbdevs_data.h
Log Message:
add MTK chipset based GPS receiver (e. g. Qstarz BT-Q1000eX)
To generate a diff of this commit:
cvs rdiff -u -r1.559 -r1
Module Name:src
Committed By: kardel
Date: Sat Jun 19 22:41:33 UTC 2010
Modified Files:
src/sys/dev/usb: u3g.c usbdevs usbdevs.h usbdevs_data.h
Log Message:
add Huawei E1750 Mobile Broadband HSPA USB Stick
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src
1 - 100 of 101 matches
Mail list logo