CVS commit: src/sbin/umount

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 1 15:16:33 UTC 2013 Modified Files: src/sbin/umount: Makefile umount.c Log Message: Instead of borrowing the mount code to get the nfs arguments, just use the system call directly. It is shorter and works... To

CVS commit: src/sys/arch/x86/x86

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 2 00:01:17 UTC 2013 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: - remove unused variable - call rdmsr() twice to avoid the 5.4210108624275222e-18% probability that rdmsr() returns 0. From dsl@ To

CVS commit: src/sbin/umount

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 2 01:39:17 UTC 2013 Modified Files: src/sbin/umount: umount.c Log Message: move proto to small To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/umount/umount.c Please note that diffs are not

CVS commit: src/sys/arch/x86/x86

2013-07-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 2 22:39:45 UTC 2013 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: make a diagnostic message more informative. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/libexec/ftpd

2013-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 3 14:15:47 UTC 2013 Modified Files: src/libexec/ftpd: cmds.c Log Message: check that stat succeeded before testing the guts of struct stat (Manime Villard) To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/libexec/ftpd

2013-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 3 14:16:01 UTC 2013 Modified Files: src/libexec/ftpd: ftpd.c Log Message: remove unneeded initialization. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/libexec/ftpd/ftpd.c Please note that

CVS commit: src/libexec/tftpd

2013-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 3 21:20:45 UTC 2013 Modified Files: src/libexec/tftpd: tftpd.c Log Message: Check snprintf for -1 (Maxime Villard) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/libexec/tftpd/tftpd.c Please note

CVS commit: src/libexec/tftpd

2013-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 4 02:58:20 UTC 2013 Modified Files: src/libexec/tftpd: tftpd.c Log Message: Simplify error handling and make it actually return a useable error code. (Maxime Villard) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2013-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 11 16:46:06 UTC 2013 Modified Files: src/sys/sys: termios.h Log Message: make all constants that are used in unsigned variables unsigned. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/sys

2013-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 11 19:17:57 UTC 2013 Modified Files: src/sys/sys: ioctl_compat.h Log Message: comment out the entries that are common with termios, and explain that they need to keep the same values. To generate a diff of this

CVS commit: src/lib/libedit

2013-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 12 17:48:29 UTC 2013 Modified Files: src/lib/libedit: chared.c editline.3 histedit.h Log Message: Add a function to move the cursor. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/lib/libedit

2013-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 12 22:39:50 UTC 2013 Modified Files: src/lib/libedit: chared.c Log Message: cast to avoid warning. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libedit/chared.c Please note that diffs are not

CVS commit: src/usr.bin/make

2013-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 15 20:33:11 UTC 2013 Modified Files: src/usr.bin/make: main.c var.c Log Message: Make this work again like gmake. sjg: see the test program. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/usr.bin/make

2013-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 16 14:00:53 UTC 2013 Modified Files: src/usr.bin/make: main.c make.1 var.c Log Message: More gmake compatibility: 1. add -w flag to print Entering and Leaving directory name the the beginning and the end of

CVS commit: src/usr.bin/make

2013-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 16 14:22:13 UTC 2013 Modified Files: src/usr.bin/make: main.c Log Message: use bmake_foo instead of efoo() To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/usr.bin/make/main.c Please note that

CVS commit: src/usr.bin/printf

2013-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 16 17:48:22 UTC 2013 Modified Files: src/usr.bin/printf: Makefile printf.c Log Message: WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/printf/Makefile cvs rdiff -u -r1.35 -r1.36

CVS commit: src/share/mk

2013-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 16 17:48:52 UTC 2013 Modified Files: src/share/mk: bsd.sys.mk Log Message: Add -Wconversion for WARNS 5 To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/share/mk/bsd.sys.mk Please note that diffs

CVS commit: src/bin/dd

2013-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 17 12:55:48 UTC 2013 Modified Files: src/bin/dd: args.c Log Message: PR/48057: psi: skip and msgfmt cannot be used together. Looks like a pasto; fixed. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sbin/ifconfig

2013-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 17 15:40:42 UTC 2013 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: Allow -v to be used with other commands (list scan for example) as documented. To generate a diff of this commit: cvs rdiff -u -r1.229

CVS commit: src/doc

2013-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 17 20:15:49 UTC 2013 Modified Files: src/doc: 3RDPARTY Log Message: sync with latest tzcode To generate a diff of this commit: cvs rdiff -u -r1.1042 -r1.1043 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2013-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 17 20:16:50 UTC 2013 Modified Files: src/doc: CHANGES Log Message: new tzcode To generate a diff of this commit: cvs rdiff -u -r1.1831 -r1.1832 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src/lib/libc/time

2013-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 17 23:09:26 UTC 2013 Modified Files: src/lib/libc/time: localtime.c scheck.c strftime.c zdump.c Log Message: remove register in new code fix backwards check for overflow To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc

2013-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 18 13:10:50 UTC 2013 Modified Files: src/etc: man.conf Log Message: PR/48061: NAKAJIMA Yoshihiro: wrong description about bzip2's suffix To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/etc/man.conf

CVS commit: src/usr.bin/man

2013-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 18 15:39:08 UTC 2013 Modified Files: src/usr.bin/man: Makefile man.c manconf.c Log Message: WARNS=6 - fix cast qual issues - don't use snprintf on a user-provided buffer To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/man

2013-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 18 16:01:25 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Set the string to NUL instread of providing an new empty string (from uwe) To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/usr.bin/man

2013-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 18 16:28:52 UTC 2013 Modified Files: src/usr.bin/man: Makefile man.c Log Message: use -Wno-format and revert fixstring To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/man/Makefile cvs rdiff

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2013-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 18 17:02:58 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: add RTM_LOSING, RTM_REDIRECT To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 \

CVS commit: src/tools/compat

2013-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 19 12:00:30 UTC 2013 Modified Files: src/tools/compat: compat_defs.h Log Message: PR/48063: Justin Cormack: incorrect definition of socklen_t To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89

CVS commit: src/bin/hostname

2013-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 19 15:53:00 UTC 2013 Modified Files: src/bin/hostname: hostname.c Log Message: fix error handling. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/bin/hostname/hostname.c Please note that diffs are

CVS commit: src/tools/compat

2013-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 20 10:31:19 UTC 2013 Modified Files: src/tools/compat: compat_defs.h Log Message: revert socklen_t to int (from dh) To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/tools/compat/compat_defs.h Please

CVS commit: src/tests/usr.bin/make

2013-07-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 24 14:03:22 UTC 2013 Modified Files: src/tests/usr.bin/make: d_dotwait.out Log Message: adjust for make(1) printing the nesting level. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/bsd/dhcp

2013-07-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 27 18:16:26 UTC 2013 Modified Files: src/external/bsd/dhcp: Makefile.inc Log Message: - conditionalize on mkcrypto - add libraries To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/distrib/sets/lists

2013-07-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 27 19:22:10 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.arm ad.mips md.amd64 md.sparc64 shl.mi Log Message: lists for new bind

CVS commit: src/external/bsd/bind

2013-07-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 27 19:23:14 UTC 2013 Modified Files: src/external/bsd/bind: Makefile.inc src/external/bsd/bind/bin/named: Makefile src/external/bsd/bind/dist: CHANGES config.h.in ltmain.sh srcid version

CVS commit: src/doc

2013-07-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 27 19:25:23 UTC 2013 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: mention new bind. To generate a diff of this commit: cvs rdiff -u -r1.1045 -r1.1046 src/doc/3RDPARTY cvs rdiff -u -r1.1835 -r1.1836

CVS commit: src/bin/pax

2013-07-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 29 17:46:36 UTC 2013 Modified Files: src/bin/pax: file_subs.c Log Message: PR/48095: NAKAJIMA Yoshihiro: remove casts from time_t to long To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/libexec/ftpd

2013-07-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 31 19:50:47 UTC 2013 Modified Files: src/libexec/ftpd: ftpd.c Log Message: fstat returns -1 on error (Maxime Villard) also while (1) - for (;;) To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/bin/csh

2013-08-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 6 05:42:43 UTC 2013 Modified Files: src/bin/csh: lex.c Log Message: CID 1060854: Wrong sizeof argument (SIZEOF_MISMATCH) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/bin/csh/lex.c Please note

CVS commit: src/lib/libc/time

2013-08-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 6 05:48:39 UTC 2013 Modified Files: src/lib/libc/time: zic.c Log Message: CID 1060853: Negative array index read (REVERSE_NEGATIVE) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/rpcgen

2013-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 12 20:36:30 UTC 2013 Modified Files: src/usr.bin/rpcgen: rpc_cout.c Log Message: CID 1062241: simplify free for coverity To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/rpcgen/rpc_cout.c

CVS commit: src/lib/libc/net

2013-08-16 Thread Christos Zoulas
The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Christos Zoulas. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions

CVS commit: src/tests/lib/libc/net

2013-08-16 Thread Christos Zoulas
The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Christos Zoulas. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions

CVS commit: src/distrib/sets/lists

2013-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 16 15:34:05 UTC 2013 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: new hostent related tests. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/lib/libc/net

2013-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 18 09:57:16 UTC 2013 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: appease lint. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/lib/libc/net/gethnamaddr.c Please note that diffs are

CVS commit: src/lib/libc/net

2013-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 18 10:00:58 UTC 2013 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: getnameinfo is now thread-safe so remove bugs section. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src

2013-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 07:18:42 UTC 2013 Modified Files: src/include: netdb.h src/lib/libc/net: gethnamaddr.c gethostbyname.3 Log Message: fix gethostbyaddr prototype per TOG. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/utils/libhack

2013-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 20 15:44:17 UTC 2013 Modified Files: src/distrib/utils/libhack: gethost.c Log Message: modernize, comment out dead code, amend gethostbyaddr prototype. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/x86/x86

2013-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 21 16:37:31 UTC 2013 Modified Files: src/sys/arch/x86/x86: mpbios.c Log Message: Use the default mp definition tables for ancient machines. From Felix Deichmann. To generate a diff of this commit: cvs rdiff -u -r1.60

CVS commit: src/lib/libc/net

2013-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 22 10:04:28 UTC 2013 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: get rid of bogus + 1 To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/lib/libc/net/gethnamaddr.c Please note that

CVS commit: src/lib/libexecinfo

2013-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 22 17:08:43 UTC 2013 Modified Files: src/lib/libexecinfo: backtrace.3 Log Message: fix typo (Sergey Kandaurov) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libexecinfo/backtrace.3 Please note

CVS commit: src/sys/dev/pci

2013-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 23 16:49:53 UTC 2013 Modified Files: src/sys/dev/pci: if_iwn.c pcidevs Log Message: PR/48150: Noriyuki Koizumi: Add support for Intel Centrino Advanced-N 6235 Wi-Fi controller To generate a diff of this commit: cvs

CVS commit: src/distrib/utils/libhack

2013-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 25 08:46:34 UTC 2013 Modified Files: src/distrib/utils/libhack: gethost.c Log Message: provide the symbols sethostent.c in libc is missing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/distrib/utils/libhack

2013-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 27 09:53:33 UTC 2013 Modified Files: src/distrib/utils/libhack: Makefile Makefile.inc gethost.c Log Message: avoid copying most of libc (except gethostent_r, which unfortunately adds a resolver dependency) by callling

CVS commit: src/lib/libc/net

2013-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 27 09:56:12 UTC 2013 Modified Files: src/lib/libc/net: gethnamaddr.c hostent.h sethostent.c Log Message: move the host file getbyname and getbyaddr functions to sethostent.c so that they are in a separate file from the

CVS commit: src/lib/libedit

2013-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 28 08:05:21 UTC 2013 Modified Files: src/lib/libedit: readline.c Log Message: get rid of PATH_MAX. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/lib/libedit/readline.c Please note that diffs are

CVS commit: src/lib/libexecinfo

2013-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 29 14:58:56 UTC 2013 Modified Files: src/lib/libexecinfo: backtrace.c Log Message: use sysctl to find the pathname argv[0] if available (from FreeBSD via Ed Maste) To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/lib/libexecinfo

2013-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 29 15:01:57 UTC 2013 Modified Files: src/lib/libexecinfo: symtab.c Log Message: add stdint.h for FreeBSD compat. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libexecinfo/symtab.c Please note

CVS commit: src/sys/netinet6

2013-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 30 07:42:08 UTC 2013 Modified Files: src/sys/netinet6: frag6.c Log Message: draft-gont-6man-ipv6-atomic-fragment-00 is now RFC 6949 (Loganaden Velvindron logan at elandsys dot com) To generate a diff of this commit:

CVS commit: src/sys/dev/usb

2013-09-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 2 07:39:03 UTC 2013 Modified Files: src/sys/dev/usb: u3g.c usbdevs Log Message: PR/48172: Reinhard Speyerer: u3g(4): add 4G Systems XS Stick W14 support To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/usb

2013-09-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 2 07:41:01 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.644 -r1.645 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.645 -r1.646

CVS commit: src/lib/libexecinfo

2013-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 3 08:44:45 UTC 2013 Modified Files: src/lib/libexecinfo: symtab.c Log Message: print an error if we failed to allocate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libexecinfo/symtab.c Please

CVS commit: src/sys/dev/pci

2013-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 4 17:38:37 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs pucdata.c Log Message: PR/48180: Christian Groessler: Support for Oxford Semi OXuPCI952 dual serial PCI card To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/w

2013-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 9 19:20:38 UTC 2013 Modified Files: src/usr.bin/w: w.c Log Message: Expand ep-host to contain the final string that we are going to print before computing the width of the host column. To generate a diff of this

CVS commit: src/sys/net

2013-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 9 20:53:52 UTC 2013 Modified Files: src/sys/net: bpf.c Log Message: PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpf buffer size. XXX: Pullup -6 To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/mtree

2013-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 9 23:27:43 UTC 2013 Modified Files: src/usr.sbin/mtree: compare.c create.c spec.c Log Message: use intmax_t instead of long long. fixes wrong cast for time_t. To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/external/cddl/osnet/lib/libctf

2013-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 10 11:23:20 UTC 2013 Modified Files: src/external/cddl/osnet/lib/libctf: Makefile Log Message: -D and -I are CPPFLAGS To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/netinet6

2013-09-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 11 23:15:47 UTC 2013 Modified Files: src/sys/netinet6: in6.c Log Message: Include BRDADDR and NETMASK to the v4 ioctls we ban for v6; from FreeBSD. Remove X25 stuff which has been GC'ed. XXX: pullup-5,6 To generate a

CVS commit: src/sys/kern

2013-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 12 19:01:38 UTC 2013 Modified Files: src/sys/kern: kern_exec.c Log Message: What's the point of having a module exec class if exec is not using it? To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363

CVS commit: src/sys/kern

2013-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 12 19:02:05 UTC 2013 Modified Files: src/sys/kern: kern_module.c Log Message: Silence some common module load errors and explain why. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/etc/rc.d

2013-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 12 19:52:50 UTC 2013 Modified Files: src/etc/rc.d: ipsec Log Message: wait until our local address is available before configuring. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/etc/rc.d/ipsec

CVS commit: src/bin/stty

2013-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 12 19:47:23 UTC 2013 Modified Files: src/bin/stty: extern.h key.c print.c stty.c stty.h Log Message: - print the line discipline using the new ioctl - print the queue size To generate a diff of this commit: cvs rdiff

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

2013-09-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 13 15:00:47 UTC 2013 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: disable more stuff. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/zaurus/conf/INSTALL Please note that

CVS commit: src/sys/sys

2013-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 14:37:24 UTC 2013 Modified Files: src/sys/sys: wapbl.h Log Message: s/if (cond) return true; else return false;/return cond;/ To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/sys/wapbl.h

CVS commit: src/sys/nfs

2013-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 16:33:14 UTC 2013 Modified Files: src/sys/nfs: nfs_subs.c Log Message: Use reference counting to keep track of construction and destruction of the structures used by both the nfs server and client code. Tested by

CVS commit: src/sys/kern

2013-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 19 18:50:59 UTC 2013 Modified Files: src/sys/kern: exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c exec_script.c Log Message: exec modules need to be of the exec kind To generate a diff of this commit:

CVS commit: src/sys/compat

2013-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 19 18:50:36 UTC 2013 Modified Files: src/sys/compat/aoutm68k: aoutm68k_mod.c src/sys/compat/common: compat_mod.c src/sys/compat/freebsd: freebsd_mod.c src/sys/compat/ibcs2: ibcs2_mod.c

CVS commit: src/sys/netipsec

2013-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 19 19:29:35 UTC 2013 Modified Files: src/sys/netipsec: key.c Log Message: make debugging code use __func__ remove stray printf To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/netipsec/key.c

CVS commit: src/lib/libc/citrus

2013-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 19 21:19:13 UTC 2013 Modified Files: src/lib/libc/citrus: citrus_module.c Log Message: look in the right place for the modules of compat binaries To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libc

2013-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 19 21:18:17 UTC 2013 Modified Files: src/lib/libc: Makefile.inc Log Message: Pass MLIBDIR to CPPFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/Makefile.inc Please note that diffs

CVS commit: src/sys/arch/powerpc/pic

2013-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 19 23:28:52 UTC 2013 Modified Files: src/sys/arch/powerpc/pic: openpic_common.c Log Message: use ci_index. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/powerpc/pic/openpic_common.c Please

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

2013-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 19 23:29:25 UTC 2013 Modified Files: src/sys/arch/powerpc/conf: files.powerpc Log Message: remove unused OPENPIC flags. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/usr.sbin/zic

2013-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 20 19:07:29 UTC 2013 Modified Files: src/usr.sbin/zic: Makefile.inc Log Message: the code specifies package info now. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/zic/Makefile.inc Please

CVS commit: src/doc

2013-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 20 19:09:06 UTC 2013 Modified Files: src/doc: 3RDPARTY Log Message: mention new tzcode, hi apb! To generate a diff of this commit: cvs rdiff -u -r1.1054 -r1.1055 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/kern

2013-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 20 19:13:39 UTC 2013 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: mark mbuf as free when we return it to the pool (Beverly Schwartz) To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2013-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 19:42:42 UTC 2013 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c Log Message: Don't forget to destroy the mutex we created to the zfsvfs transient object, otherwise if we load and unload

CVS commit: src/external/cddl/osnet/sys/sys

2013-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 19:44:21 UTC 2013 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: Hack: Instead of dying in vrele with a kernel assertion, detect that the usecount of the vnode is 0 and treat it as a noop. This

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2013-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 20:41:19 UTC 2013 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_file.c Log Message: not nice to play with resid before checking for error, but this is how they fixed it, and I am following

CVS commit: src/external/cddl/osnet/sys/sys

2013-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 20:44:24 UTC 2013 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: don't use IO_APPEND. In the vdev_file.c we end up appending to our virtual file as a filesystem! With this change: $ dd

CVS commit: src/crypto/external/cpl/tpm-tools/bin

2013-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 13:34:37 UTC 2013 Modified Files: src/crypto/external/cpl/tpm-tools/bin: Makefile.prog Log Message: add libcrypto; needed by new binutils To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/binutils/dist

2013-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 14:03:32 UTC 2013 Modified Files: src/external/gpl3/binutils/dist: config.guess config.sub configure configure.ac src/external/gpl3/binutils/dist/bfd: ChangeLog aoutx.h archive.c

CVS commit: src/distrib/sets/lists

2013-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 14:03:38 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: shl.mi src/distrib/sets/lists/debug: ad.arm ad.mips md.amd64

CVS commit: src/doc

2013-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 14:05:05 UTC 2013 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: mention new binutils To generate a diff of this commit: cvs rdiff -u -r1.1056 -r1.1057 src/doc/3RDPARTY cvs rdiff -u -r1.1849 -r1.1850

CVS commit: src/external/mit/xorg/bin/xdpyinfo

2013-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 14:34:30 UTC 2013 Modified Files: src/external/mit/xorg/bin/xdpyinfo: Makefile Log Message: need -lxcb To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xdpyinfo/Makefile Please

CVS commit: src/share/mk

2013-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 29 14:36:25 UTC 2013 Modified Files: src/share/mk: bsd.README bsd.prog.mk Log Message: Add libxcb To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 src/share/mk/bsd.README cvs rdiff -u -r1.284 -r1.285

CVS commit: src/external/gpl3/binutils/usr.bin/gas

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 14:35:33 UTC 2013 Modified Files: src/external/gpl3/binutils/usr.bin/gas: Makefile Log Message: Fix mips platforms (no need for -wrapper for lex) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/lib/libarch/sparc/v8

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 15:43:02 UTC 2013 Modified Files: src/lib/libarch/sparc/v8: Makefile Log Message: use -Wa, To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libarch/sparc/v8/Makefile Please note that diffs are

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 18:25:43 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: If building with MKPIC=no, then set PICFLAGS to empty, otherwise bsd.lib.mk sets PICFLAGS=-fPIC and we pick this via

CVS commit: src/bin/sh

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 19:52:58 UTC 2013 Modified Files: src/bin/sh: expand.c parser.c parser.h Log Message: add crude $LINENO support for FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/bin/sh/expand.c cvs

CVS commit: src/bin/sh

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 20:42:56 UTC 2013 Modified Files: src/bin/sh: sh.1 Log Message: document LINENO XXX: someone should fix all the .Ev stuff because some of them are just shell variables .Va and are not really exported to the

CVS commit: src/bin/sh

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 21:48:55 UTC 2013 Modified Files: src/bin/sh: parser.c Log Message: add stdio.h To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/bin/sh/parser.c Please note that diffs are not public domain; they

<    11   12   13   14   15   16   17   18   19   20   >