On Sun, 24 Aug 2008, Ed Schouten wrote:
There is no need for compat libraries, because the existing ones already do
this:
- Try to run pt_chown.
- If that fails, try to chmod/chown the slave device by hand.
- If that fails, return an error.
Because the PTY that openpty() obtains already has
* Robert Watson <[EMAIL PROTECTED]> wrote:
> Do you plan to provide updated compat libs for 4.x, 5.x, 6.x, 7.x, to
> replace libc/libutil code that expects to be able to execute the pt_chown
> binary? What happens if that code can't find the pt_chown binary it
> expects?
I thought my commit mes
On Sun, 24 Aug 2008, Ed Schouten wrote:
Remove the now unneeded pt_chown utility.
Before we had a posix_openpt() that allocated PTY's with proper
permissions in place, we used this set-uid utility to change the
ownership of PTY slave devices to the real user ID of the process. This
utility
* Ed Schouten <[EMAIL PROTECTED]> wrote:
> I've done tests with FreeBSD 5.2.1, FreeBSD 6.3 and FreeBSD 7.0 jails.
> All of them still work if I remove pt_chown.
Just a small sidenote: on FreeBSD 5.2.1 openpty() and posix_openpt()
still work like it should, but ptsname() (and thus grantpt()) ar
On Wed, 20 Aug 2008, Ed Schouten wrote:
SVN rev 181905 on 2008-08-20 08:31:58Z by ed
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
The last half year I've been working on a replacement TTY layer for the
FreeBSD kernel. The new TTY layer was designed to improve the fo
> Remove the sbni(4) driver. No one responded to calls to test it on
> current@ and [EMAIL PROTECTED]
With bugmeister hat, I'm going to close a patch against in contained
in kern/100425, then.
mcl
___
cvs-all@freebsd.org mailing list
http://lists.f
On Tue, May 27, 2008 at 11:53:16PM +, Bjoern A. Zeeb wrote:
> On Tue, 27 May 2008, Ceri Davies wrote:
>
>> On Tue, May 27, 2008 at 09:05:49PM +, Bjoern A. Zeeb wrote:
>>> bz 2008-05-27 21:05:49 UTC
>>>
>>> FreeBSD src repository
>>>
>>> Modified files:
>>> .
On Tue, 27 May 2008, Ceri Davies wrote:
On Tue, May 27, 2008 at 09:05:49PM +, Bjoern A. Zeeb wrote:
bz 2008-05-27 21:05:49 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
To both the (formerly) 'temporarily disconnected' netatm a
On Tue, May 27, 2008 at 09:05:49PM +, Bjoern A. Zeeb wrote:
> bz 2008-05-27 21:05:49 UTC
>
> FreeBSD src repository
>
> Modified files:
> .ObsoleteFiles.inc
> Log:
> To both the (formerly) 'temporarily disconnected' netatm and I4B modules
> add a co
On Wed, March 26, 2008 7:45 am, Remko Lodder wrote:
> remko 2008-03-26 06:45:29 UTC
>
> FreeBSD src repository
>
> Modified files:
> .ObsoleteFiles.inc
> Log:
> Document the removal data for usbdevs.h and usbdevs_data.h,
> sort the entry into it's correct pl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Henrik Brix Andersen wrote:
> brix2007-11-30 15:35:18 UTC
>
> FreeBSD src repository (ports committer)
>
> Modified files:(Branch: RELENG_7)
> .ObsoleteFiles.inc
> Log:
> MFC: (revision 1.121)
>
>
On Tue, Nov 20, 2007 at 10:12:52PM +, Xin LI wrote:
> delphij 2007-11-20 22:12:52 UTC
>
> FreeBSD src repository
>
> Modified files:
> .ObsoleteFiles.inc
> Log:
> Mark old shared library versions as obsolete.
Wasn't usr/lib/libgssapi_krb5.so.8 forgotten i
On Thu, 2 Aug 2007, Bjoern A. Zeeb wrote:
bz 2007-08-02 08:04:48 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
share/man/man4 Makefile crypto.4 enc.4 ipsec.4
share/man/man4/man4.i386 padlock.4
Log:
Remove the last entries to fast_
Andrew Thompson wrote:
thompsa 2007-07-01 10:25:07 UTC
Log:
Remove wicontrol(8) from the base system. Using wicontrol to configure an
The manpage is obsolete too.
--- /usr/src/ObsoleteFiles.inc 2007-07-01 20:39:14.0 +0200
+++ ObsoleteFiles.inc 2007-07-01 20:47:59.
On Sun, 1 Jul 2007, George V. Neville-Neil wrote:
gnn 2007-07-01 11:38:30 UTC
FreeBSD src repository
Modified files:
sys/netipsec key_debug.c
Log:
Commit IPv6 support for FAST_IPSEC to the tree.
This commit includes only the kernel files, the rest of the files
will follow
If memory serves me right, Maxim Konovalov wrote:
> maxim 2007-03-23 21:37:32 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> .ObsoleteFiles.inc
> Log:
> MFC rev. 1.75: kill addr2ascii() man page.
Are you sure about this? On
Craig Rodrigues wrote:
rodrigc 2006-11-23 01:44:16 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
Remove mount_devfs, mount_ext2fs, mount_fdescfs, mount_linprocfs,
mount_procfs, mount_std, which are now obsolete.
Requested by: n
On Mon, Aug 14, 2006 at 02:54:05PM +0200, Dag-Erling Sm?rgrav wrote:
> Index: sys/conf/newvers.sh
> ===
> RCS file: /home/ncvs/src/sys/conf/newvers.sh,v
> retrieving revision 1.72
> diff -u -r1.72 newvers.sh
> --- sys/conf/newvers.sh
On Mon, Aug 14, 2006 at 03:38:43PM +0300, Dmitry Pryanishnikov wrote:
>
> Hello!
>
> On Mon, 14 Aug 2006, Dag-Erling Sm?rgrav wrote:
> >BTW, if you just need to ensure that a file exists, a safe alternative
> >to 'touch ${FILE}' is ':>>${FILE}'. Makefiles in src/sys/modules
> >which use touch sh
Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> "Dag-Erling Smørgrav" <[EMAIL PROTECTED]> writes:
> > BTW, if you just need to ensure that a file exists, a safe alternative
> > to 'touch ${FILE}' is ':>>${FILE}'. Makefiles in src/sys/modules
> > which use touch should probably be updated to use this
[EMAIL PROTECTED] (Dag-Erling Smørgrav) writes:
> Dmitry Pryanishnikov <[EMAIL PROTECTED]> writes:
> > So ':>>${FILE}' isn't the same as 'touch ${FILE}' for existing files.
> when the purpose is only "to ensure that a file exists" as I wrote
> above, this does not matter.
besides, in most cases wh
On Mon, Aug 14, 2006 at 02:27:55PM +0200, Dag-Erling Sm?rgrav wrote:
> Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> > On Mon, Aug 14, 2006 at 12:57:33PM +0200, Dag-Erling Sm?rgrav wrote:
> > > Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> > > > touch(1) is not an install tool.
> > > It should be a b
Dmitry Pryanishnikov <[EMAIL PROTECTED]> writes:
> Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> > BTW, if you just need to ensure that a file exists, a safe alternative
> > to 'touch ${FILE}' is ':>>${FILE}'. Makefiles in src/sys/modules
> > which use touch should probably be updated to use t
Hello!
On Mon, 14 Aug 2006, Dag-Erling Sm?rgrav wrote:
BTW, if you just need to ensure that a file exists, a safe alternative
to 'touch ${FILE}' is ':>>${FILE}'. Makefiles in src/sys/modules
which use touch should probably be updated to use this instead.
It doesn't change the file's last mo
Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> On Mon, Aug 14, 2006 at 12:57:33PM +0200, Dag-Erling Sm?rgrav wrote:
> > Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> > > touch(1) is not an install tool.
> > It should be a build tool. It is used during buildkernel and
> > installworld, causing upgrade
On Mon, Aug 14, 2006 at 12:57:33PM +0200, Dag-Erling Sm?rgrav wrote:
> Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> > touch(1) is not an install tool.
>
> It should be a build tool. It is used during buildkernel and
> installworld, causing upgrades to break every so often (especially
> when upgra
Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> touch(1) is not an install tool.
It should be a build tool. It is used during buildkernel and
installworld, causing upgrades to break every so often (especially
when upgrading across a libc version bump, IIRC).
BTW, if you just need to ensure that a f
On Sun, Aug 13, 2006 at 10:55:51PM +0400, Ruslan Ermilov wrote:
> On Sat, Aug 12, 2006 at 08:35:31AM -0400, Kris Kennaway wrote:
> > On Sat, Aug 12, 2006 at 12:42:53PM +0400, Ruslan Ermilov wrote:
> > > Hi,
> > >
> > > On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote:
> > > > Qu
On Sat, Aug 12, 2006 at 08:35:31AM -0400, Kris Kennaway wrote:
> On Sat, Aug 12, 2006 at 12:42:53PM +0400, Ruslan Ermilov wrote:
> > Hi,
> >
> > On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote:
> > > Quoting Kris Kennaway <[EMAIL PROTECTED]> (Fri, 11 Aug 2006 18:36:42
> > > -0
On Sat, Aug 12, 2006 at 12:42:53PM +0400, Ruslan Ermilov wrote:
> Hi,
>
> On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote:
> > Quoting Kris Kennaway <[EMAIL PROTECTED]> (Fri, 11 Aug 2006 18:36:42 -0400):
> > > I'd suggest adding a comment to the file to prevent another recurren
Hi,
On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote:
> Quoting Kris Kennaway <[EMAIL PROTECTED]> (Fri, 11 Aug 2006 18:36:42 -0400):
> > I'd suggest adding a comment to the file to prevent another recurrence
>
> This was one the first idea I had after reading this. If nobody co
Quoting Kris Kennaway <[EMAIL PROTECTED]> (Fri, 11 Aug 2006 18:36:42 -0400):
> On Sat, Aug 12, 2006 at 02:02:44AM +0400, Ruslan Ermilov wrote:
> > On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote:
> > >
> > > Hello!
> > >
> > > On Thu, 10 Aug 2006, Alexander Leidinger wrote:
On Sat, Aug 12, 2006 at 02:02:44AM +0400, Ruslan Ermilov wrote:
> On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote:
> >
> > Hello!
> >
> > On Thu, 10 Aug 2006, Alexander Leidinger wrote:
> > >netchild2006-08-10 19:42:24 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Mo
On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote:
>
> Hello!
>
> On Thu, 10 Aug 2006, Alexander Leidinger wrote:
> >netchild2006-08-10 19:42:24 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > .ObsoleteFiles.inc
> > Log:
> > Add some mor
Hello!
On Thu, 10 Aug 2006, Alexander Leidinger wrote:
netchild2006-08-10 19:42:24 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
Add some more files...
List provided by: kris
Revision ChangesPath
1.44 +201 -0src/Obso
On Thu, Aug 10, 2006 at 08:03:52PM +, Alexander Leidinger wrote..
> netchild2006-08-10 20:03:52 UTC
>
> FreeBSD src repository
>
> Modified files:
> .ObsoleteFiles.inc
> Log:
> Fox two typos.
Yeah.. fox them ;)
>
> Noticed by: simon
>
> Rev
On Mon, May 15, 2006 10:41 pm, Maxim Konovalov wrote:
> maxim 2006-05-15 20:41:11 UTC
> o Fix a timestamp in the previous revision: 20061205 -> 20060512.
Thanks. I got myself a nice collection of those pointy-hats with my
BSDCan commits.
--
/"\ Best regards, | [EMA
+-Le 03/04/2006 18:42 +, Alexander Leidinger a dit :
| Log:
| Milosz (sorry for not using the right 'l', it will not display corretly
| in the commit log)
Time to convert all commit logs into utf8 ?
--
Mathieu Arnold
pgpFnKiKHVbio.pgp
Description: PGP signature
Am Mon, 3 Apr 2006 18:42:44 + (UTC)
schrieb Alexander Leidinger <[EMAIL PROTECTED]>:
> netchild2006-04-03 18:42:44 UTC
>
> FreeBSD src repository
>
> Modified files:
> .ObsoleteFiles.inc
> Added files:
> tools/build/mk OptionalObsoleteFiles.inc
>
On Sun, 22 Jan 2006 10:54:07 +0300
Yar Tikhiy <[EMAIL PROTECTED]> wrote:
> On Sun, Jan 22, 2006 at 02:39:37AM +0300, Gleb Smirnoff wrote:
> > On Sat, Jan 21, 2006 at 10:51:40PM +, Yar Tikhiy wrote:
> > Y> yar 2006-01-21 22:51:40 UTC
> > Y>
> > Y> FreeBSD src repository
> > Y>
> > Y
On Sun, Jan 22, 2006 at 02:39:37AM +0300, Gleb Smirnoff wrote:
> On Sat, Jan 21, 2006 at 10:51:40PM +, Yar Tikhiy wrote:
> Y> yar 2006-01-21 22:51:40 UTC
> Y>
> Y> FreeBSD src repository
> Y>
> Y> Modified files:(Branch: RELENG_6)
> Y> .ObsoleteFile
On Sat, Jan 21, 2006 at 10:51:40PM +, Yar Tikhiy wrote:
Y> yar 2006-01-21 22:51:40 UTC
Y>
Y> FreeBSD src repository
Y>
Y> Modified files:(Branch: RELENG_6)
Y> .ObsoleteFiles.inc UPDATING
Y> Log:
Y> MFC:
Y> Record renaming rc.d/ppp-user to rc.
42 matches
Mail list logo