Searched hist:113275 (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/tools/regression/usr.bin/calendar/
H A DMakefile170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.t170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dcalendar.calibrate170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.a1.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.a2.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.a3.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.a4.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.a5.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.b1.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.b2.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.b3.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.b4.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.b5.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.s1.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.s2.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.s3.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.s4.out170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
H A Dregress.sh170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
/freebsd-10.0-release/tools/regression/usr.bin/
H A DMakefilediff 170231 Sun Jun 03 01:29:32 MDT 2007 grog Add regression tests for calendar.

Submitted by: edwin@
PR: bin/113275
MFC after: 2 weeks
/freebsd-10.0-release/lib/libc/sys/
H A Djail.2diff 113275 Wed Apr 09 00:55:18 MDT 2003 mike o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
fields (pr_path for reporting and pr_root vnode instance) to store
the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
struct xprison instances that represent a snapshot of active jails.

Reviewed by: rwatson, tjr
H A DMakefile.incdiff 113275 Wed Apr 09 00:55:18 MDT 2003 mike o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
fields (pr_path for reporting and pr_root vnode instance) to store
the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
struct xprison instances that represent a snapshot of active jails.

Reviewed by: rwatson, tjr
/freebsd-10.0-release/sys/sys/
H A Djail.hdiff 113275 Wed Apr 09 00:55:18 MDT 2003 mike o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
fields (pr_path for reporting and pr_root vnode instance) to store
the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
struct xprison instances that represent a snapshot of active jails.

Reviewed by: rwatson, tjr
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dsyscalls.masterdiff 113275 Wed Apr 09 00:55:18 MDT 2003 mike o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
fields (pr_path for reporting and pr_root vnode instance) to store
the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
struct xprison instances that represent a snapshot of active jails.

Reviewed by: rwatson, tjr
/freebsd-10.0-release/sys/kern/
H A Dkern_jail.cdiff 113275 Wed Apr 09 00:55:18 MDT 2003 mike o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
fields (pr_path for reporting and pr_root vnode instance) to store
the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
struct xprison instances that represent a snapshot of active jails.

Reviewed by: rwatson, tjr
H A Dsyscalls.masterdiff 113275 Wed Apr 09 00:55:18 MDT 2003 mike o In struct prison, add an allprison linked list of prisons (protected
by allprison_mtx), a unique prison/jail identifier field, two path
fields (pr_path for reporting and pr_root vnode instance) to store
the chroot() point of each jail.
o Add jail_attach(2) to allow a process to bind to an existing jail.
o Add change_root() to perform the chroot operation on a specified
vnode.
o Generalize change_dir() to accept a vnode, and move namei() calls
to callers of change_dir().
o Add a new sysctl (security.jail.list) which is a group of
struct xprison instances that represent a snapshot of active jails.

Reviewed by: rwatson, tjr

Completed in 261 milliseconds

12