Christian S.J. Peron | 1 May 2005 03:26
Picon
Favicon

cvs commit: src/sys/kern vfs_vnops.c

csjp        2005-05-01 01:26:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             vfs_vnops.c 
  Log:
  MFC revision 1.228
  date: 2005/04/05 01:11:43;  author: csjp;  state: Exp;  lines: +1 -0
  Assert that the vnode is locked. This is meant to catch bugs or
  mis-use of the vnode API in conditions where IO_NODELOCKED has been
  used without the vnode actually being locked.

  Revision   Changes    Path
  1.207.2.4  +1 -0      src/sys/kern/vfs_vnops.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Christian S.J. Peron | 1 May 2005 03:28
Picon
Favicon

cvs commit: src/etc/rc.d cleanvar

csjp        2005-05-01 01:28:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    etc/rc.d             cleanvar 
  Log:
  MFC revision 1.8
  date: 2005/04/14 03:56:06;  author: csjp;  state: Exp;  lines: +2 -0
  Do not remove logging sockets. This fixes an issue where logging
  sockets placed into prisons from the host environment get clobbered
  by the prison's instance of cleanvar. (assuming /etc/rc is run in
  the prison).

  Revision  Changes    Path
  1.6.2.2   +2 -0      src/etc/rc.d/cleanvar
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Jeff Roberson | 1 May 2005 02:58
Picon
Favicon

cvs commit: src/sys/kern kern_exec.c

jeff        2005-05-01 00:58:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
  Log:
   - Return EACCES if we're trying to exec on a vp with no object.

  Errno supplied by:      cperciva

  Revision  Changes    Path
  1.269     +2 -0      src/sys/kern/kern_exec.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Jeff Roberson | 1 May 2005 02:59
Picon
Favicon

cvs commit: src/sys/kern vfs_mount.c

jeff        2005-05-01 00:59:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
   - Remove an old splcam hack.

  Revision  Changes    Path
  1.192     +0 -4      src/sys/kern/vfs_mount.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Jeff Roberson | 1 May 2005 02:56
Picon
Favicon

cvs commit: src/sys/fs/devfs devfs_vnops.c

jeff        2005-05-01 00:56:34 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_vnops.c 
  Log:
   - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.
     We still have to DROP_GIANT and PICKUP_GIANT when NEEDGIANT is not set
     because vfs is still sometime entered with Giant held.

  Revision  Changes    Path
  1.113     +12 -5     src/sys/fs/devfs/devfs_vnops.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Jeff Roberson | 1 May 2005 02:59
Picon
Favicon

cvs commit: src/sys/kern vfs_default.c

jeff        2005-05-01 00:59:34 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_default.c 
  Log:
   - Remove unnecessary spls.

  Revision  Changes    Path
  1.125     +2 -10     src/sys/kern/vfs_default.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Doug Barton | 1 May 2005 03:29
Picon
Favicon

cvs commit: src/etc/rc.d named

dougb       2005-05-01 01:29:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_4)
    etc/rc.d             named 
  Log:
  MFC 1.17 - 1.21

  1. Make sure that the /etc/namedb symlink is pointing to the right place.
  2. Unmount the devfs when stop'ing (including on shutdown).
  3. Require cleanvar.

  Approved by:    re (kensmith)

  Revision     Changes    Path
  1.9.2.4.4.1  +14 -1     src/etc/rc.d/named
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Peter Wemm | 1 May 2005 03:59
Picon
Favicon

cvs commit: src/gnu/lib/libobjc Makefile

peter       2005-05-01 01:59:48 UTC

  FreeBSD src repository

  Modified files:
    gnu/lib/libobjc      Makefile 
  Log:
  Turn on libobjc.so for all platforms on -current.  It didn't work back
  in 1996.

  Revision  Changes    Path
  1.26      +2 -12     src/gnu/lib/libobjc/Makefile
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Sam Leffler | 1 May 2005 02:38
Picon
Favicon

cvs commit: src/sys/sys taskqueue.h src/sys/kern subr_taskqueue.c

sam         2005-05-01 00:38:11 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              taskqueue.h 
    sys/kern             subr_taskqueue.c 
  Log:
  o enable shutdown of taskqueue threads; the thread servicing the queue checks
    a new entry in the taskqueue struct each time it wakes up to see if it
    should terminate
  o adjust TASKQUEUE_DEFINE_THREAD & co. to record the thread/proc identity for
    the shutdown rendezvous
  o replace wakeup after adding a task to a queue with wakeup_one; this helps
    queues where multiple threads are used to service tasks (e.g. acpi)
  o remove NULL check of tq_enqueue method; it should never be NULL

  Reviewed by:    dfr, njl

  Revision  Changes    Path
  1.27      +38 -10    src/sys/kern/subr_taskqueue.c
  1.14      +5 -3      src/sys/sys/taskqueue.h
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Jeff Roberson | 1 May 2005 03:01
Picon
Favicon

cvs commit: src/sys/kern vfs_cluster.c

jeff        2005-05-01 01:01:17 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_cluster.c 
  Log:
   - Remove spls and comments relating to them.

  Revision  Changes    Path
  1.165     +2 -26     src/sys/kern/vfs_cluster.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"


Gmane