Re: svn commit: r213270 - head/etc/rc.d

2010-09-29 Thread Dmitry Marakasov
oute to appear is unchanged. > Note that there is in discussion an alternative approach to the broader > problem of waiting for DHCP-configured routes. However, this change > addresses a real problem in the current defaultroute script. Thanks! Is MFC not planned? -- Dmitry Marakasov

Re: svn commit: r197608 - head/sys/geom/part

2009-09-29 Thread Dmitry Marakasov
arbitrary in the code, and I think the zero's check is overly restrictive. Seconded. I've seen a report of geom_part_ebr unable to detect partitions which were actually there. Will inquiry the reporter if this change solved the problem. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F

Re: svn commit: r197608 - head/sys/geom/part

2009-09-29 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote: > Seconded. I've seen a report of geom_part_ebr unable to detect > partitions which were actually there. Will inquiry the reporter if > this change solved the problem. Seems like it hasn't. Here's the first sector from that

Re: svn commit: r197608 - head/sys/geom/part

2009-10-01 Thread Dmitry Marakasov
27;t. Here's the first sector from that partition: > > I'll see about checking the partition table more rigorously > so that we can eliminate the check for the unused space. > > With what tool was this created? Dunno. I've pointed the person who had that problem to th

Re: svn commit: r218896 - in head/share: examples/etc mk

2011-02-21 Thread Dmitry Marakasov
r intel CPUs? prescott-sse3? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: svn commit: r190816 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb geom/label

2009-04-07 Thread Dmitry Marakasov
4efc5e4a removed. > GEOM_LABEL: Label ufsid/472fc8053581dc9c removed. Yeah, and btw there are the same messages at least for msdosfs and iso9660. I guess it's time to silence all these altogether. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru

Re: svn commit: r190031 - head/etc/defaults

2009-04-09 Thread Dmitry Marakasov
# Start dhcp client on fxp0 in the > background. > synchronous_dhclient="NO"# Start dhclient directly on configured > # interfaces during startup. Shouldn't synchronous_dhclient be ON by default then? The way it is, DHCP is not used at a

Re: svn commit: r190031 - head/etc/defaults

2009-04-09 Thread Dmitry Marakasov
nterface is renamed be the reason? Also, how is the issue of services not starting because of no default route/dns/network available solved when running dhclient from devd? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..:

Re: svn commit: r190031 - head/etc/defaults

2009-04-10 Thread Dmitry Marakasov
nge won't help - it still linkdowns after detection like that. I think that check for live interface should be removed from defaultroute. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru _

Re: svn commit: r190031 - head/etc/defaults

2009-04-24 Thread Dmitry Marakasov
* Brooks Davis (bro...@freebsd.org) wrote: So, any comments on this? Should I submit the PR? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ svn

Re: svn commit: r199804 - in head: crypto/openssh usr.sbin/cron/cron usr.sbin/inetd usr.sbin/syslogd

2009-11-25 Thread Dmitry Marakasov
ind a way to do that > selectively for any desired proccess (choosen by user himself), probabilly > via a ptrace interface or whatever. You might be interested in looking at /usr/ports/sysutils/scprotect. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@a

Re: svn commit: r203226 - head/tools/build/mk

2010-02-02 Thread Dmitry Marakasov
* Antoine Brodin (anto...@freebsd.org) wrote: > Log: > Add files to remove when MK_GAMES=no. Thanks! -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amd

Re: svn commit: r207933 - head/sys/cam/scsi

2010-05-12 Thread Dmitry Marakasov
_number + > 'a'); > + } else { > + (void)make_dev_alias(softc->dev, "sg%c%c", > + ((periph->unit_number / 26) - 1) + 'a', periph->unit_number > + 'a'); ((periph->unit_number / 26) - 1) + 

Re: svn commit: r187132 - head/usr.bin/make

2009-01-29 Thread Dmitry Marakasov
GS_append("-Q", NULL); > break; > case 'q': > _______ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-s

Re: svn commit: r187132 - head/usr.bin/make

2009-01-30 Thread Dmitry Marakasov
# or how's that checked @echo "CC ${.TARGET}" .endif ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.IMPSRC} so it's only conditional for system compilation. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: ja

Re: svn commit: r187132 - head/usr.bin/make

2009-01-30 Thread Dmitry Marakasov
d is standartize some basic knobs for -j support in ports, like: # add WITHOUT_JOBS to make.conf to disallow parallel builds # add ALLOW_JOBS to the port to allow building it in parallel MAKE_JOBS?= `sysctl -n kern.smp.cpus` .if !defined(WITHOUT_JOBS) &

Re: svn commit: r195960 - in head/sys/dev/usb: . controller input

2009-07-31 Thread Dmitry Marakasov
* Navdeep Parhar (npar...@gmail.com) wrote: > This has slowed down core dumps very significantly. What used to take 10-15s > on > my system now takes around 3 minutes. Same here. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: ja

Re: *** HEADS UP *** FreeBSD.org commit mail list changes

2008-10-09 Thread Dmitry Marakasov
l body?! Of course, you don't need that. You have SVN revision in both mail subject and body. To get full diff for this change, just do: svn diff -c http://svn.freebsd.org/base/head/ (it's the same as `svn diff -r :') And it's for all files at once, no `dance' is nee

Re: *** HEADS UP *** FreeBSD.org commit mail list changes

2008-10-11 Thread Dmitry Marakasov
/svn.freebsd.org/base/head/ > > (it's the same as `svn diff -r :') > > > > And it's for all files at once, no `dance' is needed at all. > I wasn't aware that there is public subversion access now. When was this > announced? Dunno, I think it was fr

Re: svn commit: r207453 - head/usr.bin/script

2010-04-30 Thread Dmitry Marakasov
* Ed Schouten (e...@freebsd.org) wrote: Thanks! -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ svn-src-all@freebsd.org mailing list http

Re: svn commit: r205307 - head/sys/i386/conf

2010-03-19 Thread Dmitry Marakasov
floating point context. For example, movnti is used in sse2_pagezero(). -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___ svn-src-all@freebsd.org mai

Re: svn commit: r192561 - head/contrib/groff/font/devutf8

2009-05-22 Thread Dmitry Marakasov
ASCII. Especially that goes to minus/negation/hyphen/dash: Standard C Library (libc, -lc) (many) or -1 if an error occurred. (poll) -C NUM, --context=NUM (grep) A `-' overrides a `0' (printf) etc. - in all cases U+002D is preferred. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56

Re: svn commit: r275659 - head/bin/freebsd-version

2014-12-12 Thread Dmitry Marakasov
${.CURDIR}/freebsd-version.sh.in > +freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS} > eval $$(egrep '^(TYPE|REVISION|BRANCH)=' ${NEWVERS}) ; \ > if ! sed -e "\ > s/@@TYPE@@/$${TYPE}/g; \ -- Dmitry Marakasov . 55B5 0

svn commit: r280851 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Mar 30 14:00:17 2015 New Revision: 280851 URL: https://svnweb.freebsd.org/changeset/base/280851 Log: - Remove more files when MK_FORTH == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modif

svn commit: r280852 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Mar 30 14:13:01 2015 New Revision: 280852 URL: https://svnweb.freebsd.org/changeset/base/280852 Log: - Remove more files when MK_INET6 == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modif

svn commit: r280883 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 31 04:31:42 2015 New Revision: 280883 URL: https://svnweb.freebsd.org/changeset/base/280883 Log: - Remove more files when MK_CASPER == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modi

svn commit: r280885 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 31 04:36:51 2015 New Revision: 280885 URL: https://svnweb.freebsd.org/changeset/base/280885 Log: - Remove more files when MK_JAIL == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifi

svn commit: r280886 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 31 04:37:57 2015 New Revision: 280886 URL: https://svnweb.freebsd.org/changeset/base/280886 Log: - Remove more files when MK_KDUMP == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modif

svn commit: r280887 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 31 04:39:59 2015 New Revision: 280887 URL: https://svnweb.freebsd.org/changeset/base/280887 Log: - Remove more files when MK_KERBEROS_SUPPORT == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D

svn commit: r280888 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 31 04:42:00 2015 New Revision: 280888 URL: https://svnweb.freebsd.org/changeset/base/280888 Log: - Remove more files when MK_LEGACY_CONSOLE == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D16

svn commit: r280889 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 31 04:43:25 2015 New Revision: 280889 URL: https://svnweb.freebsd.org/changeset/base/280889 Log: - Remove more files when MK_TESTS_SUPPORT == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D160

svn commit: r280890 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 31 04:44:46 2015 New Revision: 280890 URL: https://svnweb.freebsd.org/changeset/base/280890 Log: - Remove more files when MK_ZONEINFO == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mo

svn commit: r281129 - head/etc

2015-04-05 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Apr 6 01:32:26 2015 New Revision: 281129 URL: https://svnweb.freebsd.org/changeset/base/281129 Log: Switch russian login class to UTF-8 Reviewed by: glebius Approved by: glebius Differential Revision:D2129 Modified: head/etc/login

svn commit: r278043 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 02:44:27 2015 New Revision: 278043 URL: https://svnweb.freebsd.org/changeset/base/278043 Log: - Remove more files when MK_BINUTILS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mo

svn commit: r278044 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 02:47:37 2015 New Revision: 278044 URL: https://svnweb.freebsd.org/changeset/base/278044 Log: - Remove more files when MK_BLUETOOTH == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 M

svn commit: r278045 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 02:49:01 2015 New Revision: 278045 URL: https://svnweb.freebsd.org/changeset/base/278045 Log: - Remove more files when MK_BOOT == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifi

svn commit: r278046 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 02:49:54 2015 New Revision: 278046 URL: https://svnweb.freebsd.org/changeset/base/278046 Log: - Remove more files when MK_BSD_CPIO == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mo

svn commit: r278047 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 02:51:22 2015 New Revision: 278047 URL: https://svnweb.freebsd.org/changeset/base/278047 Log: - Remove more files when MK_BSNMP == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modif

svn commit: r278048 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 02:53:52 2015 New Revision: 278048 URL: https://svnweb.freebsd.org/changeset/base/278048 Log: - Remove more files when MK_DMAGENT == no and move the chunk into its alphabetical place MFC after:1 week Reviewed by: ngie Approved by:

svn commit: r278049 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 02:56:29 2015 New Revision: 278049 URL: https://svnweb.freebsd.org/changeset/base/278049 Log: - Remove more files when MK_GPIO == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifi

svn commit: r278082 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:38:47 2015 New Revision: 278082 URL: https://svnweb.freebsd.org/changeset/base/278082 Log: - Remove more files when MK_GROFF == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modif

svn commit: r278083 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:40:42 2015 New Revision: 278083 URL: https://svnweb.freebsd.org/changeset/base/278083 Log: - Remove more files when MK_HTML == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifi

svn commit: r278084 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:43:07 2015 New Revision: 278084 URL: https://svnweb.freebsd.org/changeset/base/278084 Log: - Remove more files when MK_LIBCPLUSPLUS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600

svn commit: r278085 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:45:17 2015 New Revision: 278085 URL: https://svnweb.freebsd.org/changeset/base/278085 Log: - Remove more files when MK_LOCALES == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mod

svn commit: r278086 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:48:05 2015 New Revision: 278086 URL: https://svnweb.freebsd.org/changeset/base/278086 Log: - Remove more files when MK_MAIL == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifi

svn commit: r278087 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:50:14 2015 New Revision: 278087 URL: https://svnweb.freebsd.org/changeset/base/278087 Log: - Remove more files when MK_MAKE == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifi

svn commit: r278088 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:51:26 2015 New Revision: 278088 URL: https://svnweb.freebsd.org/changeset/base/278088 Log: - Remove more files when MK_MAN == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifie

svn commit: r278089 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:52:38 2015 New Revision: 278089 URL: https://svnweb.freebsd.org/changeset/base/278089 Log: - Remove more files when MK_MAN_UTILS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 M

svn commit: r278090 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:54:28 2015 New Revision: 278090 URL: https://svnweb.freebsd.org/changeset/base/278090 Log: - Remove more files when MK_NETGRAPH == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mo

svn commit: r278091 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:55:24 2015 New Revision: 278091 URL: https://svnweb.freebsd.org/changeset/base/278091 Log: - Remove more files when MK_NETGRAPH_SUPPORT == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D

svn commit: r278092 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:56:39 2015 New Revision: 278092 URL: https://svnweb.freebsd.org/changeset/base/278092 Log: - Remove more files when MK_NLS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifie

svn commit: r278093 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:57:45 2015 New Revision: 278093 URL: https://svnweb.freebsd.org/changeset/base/278093 Log: - Remove more files when MK_NLS_CATALOGS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600

svn commit: r278094 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:58:41 2015 New Revision: 278094 URL: https://svnweb.freebsd.org/changeset/base/278094 Log: - Remove more files when MK_NS_CACHING == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600

svn commit: r278095 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Feb 2 14:59:55 2015 New Revision: 278095 URL: https://svnweb.freebsd.org/changeset/base/278095 Log: - Remove more files when MK_NTP == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifie

svn commit: r278120 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 00:17:49 2015 New Revision: 278120 URL: https://svnweb.freebsd.org/changeset/base/278120 Log: - Remove more files when MK_OPENSSH == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mod

svn commit: r278121 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 00:19:50 2015 New Revision: 278121 URL: https://svnweb.freebsd.org/changeset/base/278121 Log: - Remove more files when MK_PF == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modified

svn commit: r278126 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 02:54:54 2015 New Revision: 278126 URL: https://svnweb.freebsd.org/changeset/base/278126 Log: - Remove more files when MK_PMC == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifie

svn commit: r278127 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 02:56:25 2015 New Revision: 278127 URL: https://svnweb.freebsd.org/changeset/base/278127 Log: - Remove more files when MK_PORTSNAP == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mo

svn commit: r278128 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 02:57:50 2015 New Revision: 278128 URL: https://svnweb.freebsd.org/changeset/base/278128 Log: - Remove more files when MK_QUOTAS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modi

svn commit: r278129 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 02:59:47 2015 New Revision: 278129 URL: https://svnweb.freebsd.org/changeset/base/278129 Log: - Remove more files when MK_SSP == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifie

svn commit: r278130 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 03:02:41 2015 New Revision: 278130 URL: https://svnweb.freebsd.org/changeset/base/278130 Log: - Remove more files when MK_SYSCONS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mod

svn commit: r278131 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 03:05:06 2015 New Revision: 278131 URL: https://svnweb.freebsd.org/changeset/base/278131 Log: - Remove more files when MK_TCSH == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifi

svn commit: r278132 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 03:10:23 2015 New Revision: 278132 URL: https://svnweb.freebsd.org/changeset/base/278132 Log: - Remove more files when MK_TESTS == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modif

svn commit: r278133 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 03:11:24 2015 New Revision: 278133 URL: https://svnweb.freebsd.org/changeset/base/278133 Log: - Remove more files when MK_TEXTPROC == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mo

svn commit: r278134 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 03:13:16 2015 New Revision: 278134 URL: https://svnweb.freebsd.org/changeset/base/278134 Log: - Remove more files when MK_UNBOUND == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Mod

svn commit: r278135 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 3 03:14:17 2015 New Revision: 278135 URL: https://svnweb.freebsd.org/changeset/base/278135 Log: - Remove more files when MK_USB == no MFC after:1 week Reviewed by: ngie Approved by: ngie Differential Revision:D1600 Modifie

svn commit: r328331 - head/etc

2018-01-24 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Wed Jan 24 14:15:06 2018 New Revision: 328331 URL: https://svnweb.freebsd.org/changeset/base/328331 Log: Support configuring arbitrary limits(1) for any daemon in rc.conf Usage is ${name}_limits, and the argument is any flags accepted by limits(1), s

svn commit: r328931 - head/share/man/man8

2018-02-06 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Feb 6 15:30:17 2018 New Revision: 328931 URL: https://svnweb.freebsd.org/changeset/base/328931 Log: - Document new ${name}_limits rc.conf option Approved by: cy MFC after:2 weeks (along with 328331 which introduced this option) Differenti

svn commit: r310718 - head/contrib/bzip2

2016-12-28 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Wed Dec 28 18:04:18 2016 New Revision: 310718 URL: https://svnweb.freebsd.org/changeset/base/310718 Log: bzip2 does not exit after showing license as requested with --version or --license as most apps would do, instead it waits for data to compress on s

svn commit: r316096 - stable/11/sbin/swapon

2017-03-28 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 28 10:43:19 2017 New Revision: 316096 URL: https://svnweb.freebsd.org/changeset/base/316096 Log: MFC r315242: Fix late and noauto with geli swap With the following in /etc/fstab: /dev/gpt/swap.eli none swap sw,late 0 0 swap will not b

svn commit: r316097 - stable/10/sbin/swapon

2017-03-28 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 28 10:43:20 2017 New Revision: 316097 URL: https://svnweb.freebsd.org/changeset/base/316097 Log: MFC r315242: Fix late and noauto with geli swap With the following in /etc/fstab: /dev/gpt/swap.eli none swap sw,late 0 0 swap will not b

svn commit: r315242 - head/sbin/swapon

2017-03-14 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Mar 14 12:39:19 2017 New Revision: 315242 URL: https://svnweb.freebsd.org/changeset/base/315242 Log: Fix late and noauto with geli swap With the following in /etc/fstab: /dev/gpt/swap.eli none swap sw,late 0 0 swap will not be enabled, wi

svn commit: r288120 - head/usr.sbin/ndiscvt

2015-09-22 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Sep 22 16:59:41 2015 New Revision: 288120 URL: https://svnweb.freebsd.org/changeset/base/288120 Log: Fix crash on parsing some inf files ndiscvt uses 16 entry array for words into which it parses comma-separated lists of strings, like AddReg line

Re: svn commit: r295800 - head/usr.bin/cap_mkdb

2016-02-19 Thread Dmitry Marakasov
db records to the temporary file. How is it guaranteed that the temporary file is completely written to disk before it's moved over the old database? I've run cap_mkdb under ktrace and I don't see fsync call there. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35

svn commit: r312062 - stable/11/contrib/bzip2

2017-01-13 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Fri Jan 13 10:28:26 2017 New Revision: 312062 URL: https://svnweb.freebsd.org/changeset/base/312062 Log: MFC r310718: bzip2 does not exit after showing license as requested with --version or --license as most apps would do, instead it waits for data

svn commit: r312061 - stable/10/contrib/bzip2

2017-01-13 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Fri Jan 13 10:28:24 2017 New Revision: 312061 URL: https://svnweb.freebsd.org/changeset/base/312061 Log: MFC r310718: bzip2 does not exit after showing license as requested with --version or --license as most apps would do, instead it waits for data

svn commit: r288925 - stable/9/usr.sbin/ndiscvt

2015-10-06 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Oct 6 15:30:48 2015 New Revision: 288925 URL: https://svnweb.freebsd.org/changeset/base/288925 Log: MFC r288120: Fix crash on parsing some inf files Modified: stable/9/usr.sbin/ndiscvt/inf.c stable/9/usr.sbin/ndiscvt/inf.h Directory Properties:

svn commit: r288924 - stable/10/usr.sbin/ndiscvt

2015-10-06 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Tue Oct 6 15:30:41 2015 New Revision: 288924 URL: https://svnweb.freebsd.org/changeset/base/288924 Log: MFC r288120: Fix crash on parsing some inf files Modified: stable/10/usr.sbin/ndiscvt/inf.c stable/10/usr.sbin/ndiscvt/inf.h Directory Properties: