Skip site navigation (1)Skip section navigation (2)

CVS log for src/sys/compat/freebsd32/freebsd32_syscalls.c

[BACK] Up to [FreeBSD] / src / sys / compat / freebsd32

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.96.2.9: download - view: text, markup, annotated - select for diffs
Fri Jan 6 19:33:27 2012 UTC (4 weeks, 6 days ago) by jhb
Branches: RELENG_8
Diff to: previous 1.96.2.8: preferred, colored; branchpoint 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96.2.8: +2 -2 lines
SVN rev 229726 on 2012-01-06 19:33:27Z by jhb

Regen.

Revision 1.112.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 6 19:30:17 2012 UTC (4 weeks, 6 days ago) by jhb
Branches: RELENG_9
Diff to: previous 1.112.2.2: preferred, colored; branchpoint 1.112: preferred, colored; next MAIN 1.113: preferred, colored
Changes since revision 1.112.2.2: +2 -2 lines
SVN rev 229724 on 2012-01-06 19:30:17Z by jhb

Regen.

Revision 1.112.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 4 19:43:53 2012 UTC (5 weeks, 1 day ago) by jhb
Branches: RELENG_9
Diff to: previous 1.112.2.1: preferred, colored; branchpoint 1.112: preferred, colored
Changes since revision 1.112.2.1: +1 -1 lines
SVN rev 229513 on 2012-01-04 19:43:53Z by jhb

Regen.

Reminded by:	kib

Revision 1.117: download - view: text, markup, annotated - select for diffs
Mon Nov 21 01:26:10 2011 UTC (2 months, 2 weeks ago) by lstewart
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -3 lines
SVN rev 227776 on 2011-11-21 01:26:10Z by lstewart

- Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()
  system calls to provide feed-forward clock management capabilities to
  userspace processes. ffclock_getcounter() returns the current value of the
  kernel's feed-forward clock counter. ffclock_getestimate() returns the current
  feed-forward clock parameter estimates and ffclock_setestimate() updates the
  feed-forward clock parameter estimates.

- Document the syscalls in the ffclock.2 man page.

- Regenerate the script-derived syscall related files.

Committed on behalf of Julien Ridoux and Darryl Veitch from the University of
Melbourne, Australia, as part of the FreeBSD Foundation funded "Feed-Forward
Clock Synchronization Algorithms" project.

For more information, see http://www.synclab.org/radclock/

Submitted by:	Julien Ridoux (jridoux at unimelb edu au)

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Nov 19 06:36:11 2011 UTC (2 months, 3 weeks ago) by ed
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +1 -1 lines
SVN rev 227692 on 2011-11-19 06:36:11Z by ed

Regenerate system call tables.

Revision 1.96.2.8: download - view: text, markup, annotated - select for diffs
Wed Nov 16 18:36:27 2011 UTC (2 months, 3 weeks ago) by jhb
Branches: RELENG_8
Diff to: previous 1.96.2.7: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.7: +10 -1 lines
SVN rev 227575 on 2011-11-16 18:36:27Z by jhb

Regen.

Revision 1.112.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (2 months, 4 weeks ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.112.2.1: preferred, colored; next MAIN 1.112.2.2: preferred, colored
Changes since revision 1.112.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)

Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Nov 4 04:06:31 2011 UTC (3 months ago) by jhb
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
SVN rev 227071 on 2011-11-04 04:06:31Z by jhb

Regen.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Oct 14 11:47:14 2011 UTC (3 months, 3 weeks ago) by jhb
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -1 lines
SVN rev 226365 on 2011-10-14 11:47:14Z by jhb

Regen.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Oct 13 18:25:10 2011 UTC (3 months, 3 weeks ago) by marcel
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -2 lines
SVN rev 226349 on 2011-10-13 18:25:10Z by marcel

Wrap mprotect(2) so that we can add execute permissions when read
permissions are requested. This is needed on amd64 and ia64 for
JDK 1.4.x

Revision 1.112.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Sep 16 14:04:14 2011 UTC (4 months, 3 weeks ago) by kmacy
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -1 lines
SVN rev 225618 on 2011-09-16 14:04:14Z by kmacy

Auto-generated code from sys_ prefixing makesyscalls.sh change

Approved by:	re(bz)

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Jul 15 18:33:12 2011 UTC (6 months, 3 weeks ago) by jonathan
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +3 -3 lines
SVN rev 224067 on 2011-07-15 18:33:12Z by jonathan

Auto-generated system call code with cap_new(), cap_getrights().

Approved by: mentor (rwatson), re (Capsicum blanket)
Sponsored by: Google Inc

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Jun 16 22:06:35 2011 UTC (7 months, 3 weeks ago) by kib
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2 lines
SVN rev 223167 on 2011-06-16 22:06:35Z by kib

Regen.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Apr 18 16:32:47 2011 UTC (9 months, 3 weeks ago) by mdf
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +3 -1 lines
SVN rev 220792 on 2011-04-18 16:32:47Z by mdf

Regen.

Revision 1.96.2.7: download - view: text, markup, annotated - select for diffs
Wed Apr 6 11:12:51 2011 UTC (10 months ago) by kib
Branches: RELENG_8
Diff to: previous 1.96.2.6: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.6: +2 -2 lines
SVN rev 220379 on 2011-04-06 11:12:51Z by kib

Regen

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Apr 1 11:16:53 2011 UTC (10 months, 1 week ago) by kib
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +7 -7 lines
SVN rev 220239 on 2011-04-01 11:16:53Z by kib

Regen

Revision 1.107: download - view: text, markup, annotated - select for diffs
Wed Mar 30 17:59:54 2011 UTC (10 months, 1 week ago) by trasz
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +6 -1 lines
SVN rev 220164 on 2011-03-30 17:59:54Z by trasz

Regenerate.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Mar 30 14:46:55 2011 UTC (10 months, 1 week ago) by kib
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2 lines
SVN rev 220159 on 2011-03-30 14:46:55Z by kib

Regen.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat Mar 5 12:46:24 2011 UTC (11 months ago) by trasz
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +3 -1 lines
SVN rev 219305 on 2011-03-05 12:46:24Z by trasz

Regenerate.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Tue Mar 1 13:30:23 2011 UTC (11 months, 1 week ago) by rwatson
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +3 -3 lines
SVN rev 219132 on 2011-03-01 13:30:23Z by rwatson

Regenerate system call files following addition of cap_enter(2),
cap_getmode(2), and capabilities.conf.

Reviewed by:	anderson
Discussed with:	benl, kris, pjd
Obtained from:	Capsicum Project
Sponsored by:	Google, Inc.
MFC after:	3 months

Revision 1.67.2.11.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.67.2.11: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67.2.11: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)

Revision 1.96.2.6.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.96.2.6: preferred, colored; next MAIN 1.96.2.7: preferred, colored
Changes since revision 1.96.2.6: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith

Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.

Approved by:	re (implicit)

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Jun 28 18:17:21 2010 UTC (19 months, 1 week ago) by kib
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
SVN rev 209581 on 2010-06-28 18:17:21Z by kib

Regenerate

Revision 1.96.2.6.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 3 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.96.2.6: preferred, colored; next MAIN 1.96.2.7: preferred, colored
Changes since revision 1.96.2.6: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith

Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by:	re (implicit)

Revision 1.96.2.6: download - view: text, markup, annotated - select for diffs
Wed Apr 7 14:53:49 2010 UTC (22 months ago) by kib
Branches: RELENG_8
CVS tags: RELENG_8_2_BP, RELENG_8_1_BP
Branch point for: RELENG_8_2, RELENG_8_1
Diff to: previous 1.96.2.5: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.5: +17 -17 lines
SVN rev 206354 on 2010-04-07 14:53:49Z by kib

Regen.

Revision 1.96.2.5: download - view: text, markup, annotated - select for diffs
Wed Apr 7 02:25:36 2010 UTC (22 months ago) by nwhitehorn
Branches: RELENG_8
Diff to: previous 1.96.2.4: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.4: +17 -1 lines
SVN rev 206337 on 2010-04-07 02:25:36Z by nwhitehorn

Regen after MFC of COMPAT_FREEBSD32.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Mar 19 11:14:37 2010 UTC (22 months, 3 weeks ago) by kib
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +17 -17 lines
SVN rev 205328 on 2010-03-19 11:14:37Z by kib

Regen

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Mar 11 14:56:59 2010 UTC (23 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
SVN rev 205016 on 2010-03-11 14:56:59Z by nwhitehorn

Regen after big endian compatibility import.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu Mar 11 14:49:06 2010 UTC (23 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +17 -1 lines
SVN rev 205014 on 2010-03-11 14:49:06Z by nwhitehorn

Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
for upcoming 64-bit PowerPC and MIPS support. This renames the COMPAT_IA32
option to COMPAT_FREEBSD32, removes some IA32-specific code from MI parts
of the kernel and enhances the freebsd32 compatibility code to support
big-endian platforms.

Reviewed by:	kib, jhb

Revision 1.67.2.11.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (23 months, 4 weeks ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.67.2.11: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67.2.11: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)

Revision 1.96.2.4: download - view: text, markup, annotated - select for diffs
Sat Dec 19 11:50:04 2009 UTC (2 years, 1 month ago) by kib
Branches: RELENG_8
Diff to: previous 1.96.2.3: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.3: +2 -1 lines
SVN rev 200728 on 2009-12-19 11:50:04Z by kib

Regen

Revision 1.96.2.3: download - view: text, markup, annotated - select for diffs
Mon Dec 14 00:20:48 2009 UTC (2 years, 1 month ago) by rwatson
Branches: RELENG_8
Diff to: previous 1.96.2.2: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.2: +9 -1 lines
SVN rev 200492 on 2009-12-14 00:20:48Z by rwatson

Regenerate sysent files after r200491.

Revision 1.96.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 11 11:07:48 2009 UTC (2 years, 1 month ago) by kib
Branches: RELENG_8
Diff to: previous 1.96.2.1: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.1: +5 -5 lines
SVN rev 200405 on 2009-12-11 11:07:48Z by kib

Regen

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Dec 4 21:53:20 2009 UTC (2 years, 2 months ago) by kib
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +5 -5 lines
SVN rev 200112 on 2009-12-04 21:53:20Z by kib

Regenerate.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Oct 27 11:02:04 2009 UTC (2 years, 3 months ago) by kib
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -1 lines
SVN rev 198512 on 2009-10-27 11:02:04Z by kib

Regenerate

Revision 1.96.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.96.2.1: preferred, colored; next MAIN 1.96.2.2: preferred, colored
Changes since revision 1.96.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Sep 30 08:48:59 2009 UTC (2 years, 4 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +9 -1 lines
SVN rev 197637 on 2009-09-30 08:48:59Z by rwatson

Regenerate system call files following r197636.

Revision 1.96.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_0_BP
Branch point for: RELENG_8_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)

Revision 1.67.2.11: download - view: text, markup, annotated - select for diffs
Sat Aug 1 01:54:42 2009 UTC (2 years, 6 months ago) by jhb
Branches: RELENG_7
CVS tags: RELENG_7_4_BP, RELENG_7_3_BP
Branch point for: RELENG_7_4, RELENG_7_3
Diff to: previous 1.67.2.10: preferred, colored; branchpoint 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67.2.10: +7 -4 lines
SVN rev 196009 on 2009-08-01 01:54:42Z by jhb

Regen.

Revision 1.67.2.10: download - view: text, markup, annotated - select for diffs
Fri Jul 24 21:30:10 2009 UTC (2 years, 6 months ago) by jhb
Branches: RELENG_7
Diff to: previous 1.67.2.9: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.9: +25 -25 lines
SVN rev 195856 on 2009-07-24 21:30:10Z by jhb

Regen.

Revision 1.67.2.9: download - view: text, markup, annotated - select for diffs
Tue Jul 14 19:50:46 2009 UTC (2 years, 6 months ago) by jhb
Branches: RELENG_7
Diff to: previous 1.67.2.8: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.8: +22 -1 lines
SVN rev 195695 on 2009-07-14 19:50:46Z by jhb

Regenerate after addition of closefrom().

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Jul 8 16:30:34 2009 UTC (2 years, 7 months ago) by trasz
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -1 lines
SVN rev 195469 on 2009-07-08 16:30:34Z by trasz

Regen the freebsd32 parts.

Approved by:	re (kib)

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Jun 24 21:54:08 2009 UTC (2 years, 7 months ago) by jhb
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +7 -4 lines
SVN rev 194919 on 2009-06-24 21:54:08Z by jhb

Regen.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Jun 22 20:24:03 2009 UTC (2 years, 7 months ago) by jhb
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
SVN rev 194647 on 2009-06-22 20:24:03Z by jhb

Regen.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Jun 17 19:53:47 2009 UTC (2 years, 7 months ago) by jhb
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +14 -14 lines
SVN rev 194392 on 2009-06-17 19:53:47Z by jhb

Regen.

Revision 1.67.2.8: download - view: text, markup, annotated - select for diffs
Wed Jun 17 13:13:23 2009 UTC (2 years, 7 months ago) by kib
Branches: RELENG_7
Diff to: previous 1.67.2.7: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.7: +7 -7 lines
SVN rev 194360 on 2009-06-17 13:13:23Z by kib

Regenerate

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Jun 15 20:40:23 2009 UTC (2 years, 7 months ago) by jhb
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -1 lines
SVN rev 194263 on 2009-06-15 20:40:23Z by jhb

Regen.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Jun 10 13:48:43 2009 UTC (2 years, 8 months ago) by kib
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +7 -7 lines
SVN rev 193917 on 2009-06-10 13:48:43Z by kib

Regenerate

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Apr 29 21:50:13 2009 UTC (2 years, 9 months ago) by jamie
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +4 -1 lines
SVN rev 191675 on 2009-04-29 21:50:13Z by jamie

Regen for new jail system calls in r191673.

Approved by:	bz (mentor)

Revision 1.67.2.7.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.67.2.7: preferred, colored; next MAIN 1.67.2.8: preferred, colored
Changes since revision 1.67.2.7: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Apr 1 13:12:40 2009 UTC (2 years, 10 months ago) by kib
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
SVN rev 190622 on 2009-04-01 13:12:40Z by kib

Regen

Revision 1.67.2.7: download - view: text, markup, annotated - select for diffs
Sat Feb 7 13:27:01 2009 UTC (3 years ago) by bz
Branches: RELENG_7
CVS tags: RELENG_7_2_BP
Branch point for: RELENG_7_2
Diff to: previous 1.67.2.6: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.6: +2 -2 lines
SVN rev 188282 on 2009-02-07 13:27:01Z by bz

Regen after jail support was merged in r188281
(--record-only MFC of r185436).

Revision 1.67.2.6: download - view: text, markup, annotated - select for diffs
Wed Jan 21 20:05:12 2009 UTC (3 years ago) by jhb
Branches: RELENG_7
Diff to: previous 1.67.2.5: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.5: +13 -13 lines
SVN rev 187563 on 2009-01-21 20:05:12Z by jhb

Regen.

Revision 1.29.2.17: download - view: text, markup, annotated - select for diffs
Wed Jan 21 17:07:23 2009 UTC (3 years ago) by jhb
Branches: RELENG_6
Diff to: previous 1.29.2.16: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.2.16: +2 -2 lines
SVN rev 187538 on 2009-01-21 17:07:23Z by jhb

Regen.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Dec 10 20:57:16 2008 UTC (3 years, 2 months ago) by jhb
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +13 -13 lines
SVN rev 185879 on 2008-12-10 20:57:16Z by jhb

Regen.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Nov 29 14:34:30 2008 UTC (3 years, 2 months ago) by bz
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
SVN rev 185436 on 2008-11-29 14:34:30Z by bz

Regen after jail support was added in r185435.

Revision 1.67.2.5.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.67.2.5: preferred, colored; next MAIN 1.67.2.6: preferred, colored
Changes since revision 1.67.2.5: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Nov 9 10:48:06 2008 UTC (3 years, 3 months ago) by ed
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +4 -4 lines
SVN rev 184790 on 2008-11-09 10:48:06Z by ed

Regenerate system call tables for r184789.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Nov 3 10:39:35 2008 UTC (3 years, 3 months ago) by dfr
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -1 lines
SVN rev 184589 on 2008-11-03 10:39:35Z by dfr

Regen.

Revision 1.67.2.5: download - view: text, markup, annotated - select for diffs
Thu Oct 30 14:30:49 2008 UTC (3 years, 3 months ago) by jhb
Branches: RELENG_7
CVS tags: RELENG_7_1_BP
Branch point for: RELENG_7_1
Diff to: previous 1.67.2.4: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.4: +2 -2 lines
SVN rev 184472 on 2008-10-30 14:30:49Z by jhb

Regen for freebsd32_getdirentries().

Approved by:	re (kib)

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Oct 22 21:56:44 2008 UTC (3 years, 3 months ago) by jhb
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
SVN rev 184184 on 2008-10-22 21:56:44Z by jhb

Regen for freebsd32_getdirentries().

Revision 1.67.2.4: download - view: text, markup, annotated - select for diffs
Mon Oct 6 16:12:28 2008 UTC (3 years, 4 months ago) by obrien
Branches: RELENG_7
Diff to: previous 1.67.2.3: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.3: +4 -4 lines
SVN rev 183645 on 2008-10-06 16:12:28Z by obrien

Regenerate after r183644.

Approved by: re(kostikbel)

Revision 1.29.2.16.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.29.2.16: preferred, colored; next MAIN 1.29.2.17: preferred, colored
Changes since revision 1.29.2.16: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Sep 25 20:08:36 2008 UTC (3 years, 4 months ago) by jhb
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +12 -12 lines
SVN rev 183362 on 2008-09-25 20:08:36Z by jhb

Regen.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Sep 22 16:09:43 2008 UTC (3 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
SVN rev 183271 on 2008-09-22 16:09:43Z by obrien

Regenerate for r183270.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Sep 19 15:21:40 2008 UTC (3 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
SVN rev 183189 on 2008-09-19 15:21:40Z by obrien

Regenerate for r183188.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Sep 15 17:39:01 2008 UTC (3 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
SVN rev 183043 on 2008-09-15 17:39:01Z by obrien

Regenerate for r183042.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Aug 24 21:23:08 2008 UTC (3 years, 5 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
SVN rev 182124 on 2008-08-24 21:23:08Z by rwatson

Regenerate following r182123.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Aug 20 08:39:10 2008 UTC (3 years, 5 months ago) by ed
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
SVN rev 181906 on 2008-08-20 08:39:10Z by ed

Update system call tables.

The previous commit also included changes to all the system call lists,
but it is a tradition to update these lists in a second commit, so rerun
make sysent to update the $FreeBSD$ tags inside these files to refer to
the latest version of syscalls.master.

Requested by:	rwatson

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Aug 20 08:31:58 2008 UTC (3 years, 5 months ago) by ed
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -0 lines
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 following:

- Improved driver model:

  The old TTY layer has a driver model that is not abstract enough to
  make it friendly to use. A good example is the output path, where the
  device drivers directly access the output buffers. This means that an
  in-kernel PPP implementation must always convert network buffers into
  TTY buffers.

  If a PPP implementation would be built on top of the new TTY layer
  (still needs a hooks layer, though), it would allow the PPP
  implementation to directly hand the data to the TTY driver.

- Improved hotplugging:

  With the old TTY layer, it isn't entirely safe to destroy TTY's from
  the system. This implementation has a two-step destructing design,
  where the driver first abandons the TTY. After all threads have left
  the TTY, the TTY layer calls a routine in the driver, which can be
  used to free resources (unit numbers, etc).

  The pts(4) driver also implements this feature, which means
  posix_openpt() will now return PTY's that are created on the fly.

- Improved performance:

  One of the major improvements is the per-TTY mutex, which is expected
  to improve scalability when compared to the old Giant locking.
  Another change is the unbuffered copying to userspace, which is both
  used on TTY device nodes and PTY masters.

Upgrading should be quite straightforward. Unlike previous versions,
existing kernel configuration files do not need to be changed, except
when they reference device drivers that are listed in UPDATING.

Obtained from:		//depot/projects/mpsafetty/...
Approved by:		philip (ex-mentor)
Discussed:		on the lists, at BSDCan, at the DevSummit
Sponsored by:		Snow B.V., the Netherlands
dcons(4) fixed by:	kan

Revision 1.67.2.3: download - view: text, markup, annotated - select for diffs
Fri Jul 25 19:54:10 2008 UTC (3 years, 6 months ago) by jhb
Branches: RELENG_7
Diff to: previous 1.67.2.2: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.2: +8 -1 lines
SVN rev 180814 on 2008-07-25 19:54:10Z by jhb

Regen after cpuset changes.

Prodded by:	kib

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Jul 10 17:46:58 2008 UTC (3 years, 7 months ago) by brooks
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +5 -5 lines
SVN rev 180434 on 2008-07-10 17:46:58Z by brooks

Regen

Revision 1.29.2.16: download - view: text, markup, annotated - select for diffs
Thu Apr 24 10:52:30 2008 UTC (3 years, 9 months ago) by dfr
Branches: RELENG_6
CVS tags: RELENG_6_4_BP
Branch point for: RELENG_6_4
Diff to: previous 1.29.2.15: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.15: +2 -2 lines
Regen.

Revision 1.67.2.2: download - view: text, markup, annotated - select for diffs
Thu Apr 10 09:40:06 2008 UTC (3 years, 10 months ago) by dfr
Branches: RELENG_7
Diff to: previous 1.67.2.1: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.1: +2 -2 lines
Regen.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Mar 31 12:12:27 2008 UTC (3 years, 10 months ago) by kib
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +16 -1 lines
Regen

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Mar 26 15:24:02 2008 UTC (3 years, 10 months ago) by dfr
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
Regen.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Mar 25 19:35:34 2008 UTC (3 years, 10 months ago) by jhb
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +6 -1 lines
Regen.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Mar 12 10:11:56 2008 UTC (3 years, 10 months ago) by jeff
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +5 -5 lines
Remove kernel support for M:N threading.

While the KSE project was quite successful in bringing threading to
FreeBSD, the M:N approach taken by the kse library was never developed
to its full potential.  Backwards compatibility will be provided via
libmap.conf for dynamically linked binaries and static binaries will
be broken.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Feb 12 20:11:54 2008 UTC (3 years, 11 months ago) by ru
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Regenerate for readlink(2).

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Jan 20 23:44:24 2008 UTC (4 years ago) by rwatson
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Regenerate.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Jan 8 22:01:25 2008 UTC (4 years, 1 month ago) by jhb
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -1 lines
Regen for shm_open(2) and shm_unlink(2).

Revision 1.29.2.15: download - view: text, markup, annotated - select for diffs
Wed Dec 19 23:04:12 2007 UTC (4 years, 1 month ago) by jhb
Branches: RELENG_6
Diff to: previous 1.29.2.14: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.14: +3 -3 lines
Regen.

Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 19 20:48:53 2007 UTC (4 years, 1 month ago) by jhb
Branches: RELENG_7
CVS tags: RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -3 lines
Regen.

Approved by:	re (kensmith)

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Dec 6 23:37:26 2007 UTC (4 years, 2 months ago) by jhb
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -3 lines
Regen.

Revision 1.29.2.14: download - view: text, markup, annotated - select for diffs
Thu Dec 6 22:00:32 2007 UTC (4 years, 2 months ago) by jhb
Branches: RELENG_6
Diff to: previous 1.29.2.13: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.13: +3 -3 lines
Regen.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Aug 16 05:32:25 2007 UTC (4 years, 5 months ago) by davidxu
Branches: MAIN
CVS tags: RELENG_7_BP
Branch point for: RELENG_7
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
Regenerate.

Approved by: re(kensmith)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Jul 4 23:03:50 2007 UTC (4 years, 7 months ago) by peter
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +28 -22 lines
Regenerate after mmap/lseek/etc syscall changes

Approved by:  re (kensmith)

Revision 1.29.2.13: download - view: text, markup, annotated - select for diffs
Mon Jun 18 22:45:41 2007 UTC (4 years, 7 months ago) by jhb
Branches: RELENG_6
CVS tags: RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3
Diff to: previous 1.29.2.12: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.12: +7 -6 lines
Regen.

Revision 1.29.2.12: download - view: text, markup, annotated - select for diffs
Thu May 3 11:18:44 2007 UTC (4 years, 9 months ago) by sobomax
Branches: RELENG_6
Diff to: previous 1.29.2.11: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.11: +4 -4 lines
Regen after addition of 32bit versons of getcontext, setcontext and
swapcontext.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Dec 20 19:39:10 2006 UTC (5 years, 1 month ago) by jkim
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3 lines
Regen.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Nov 11 21:49:08 2006 UTC (5 years, 2 months ago) by ru
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +0 -0 lines
Regen.

Forgotten by:	trhodes

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Nov 3 21:23:33 2006 UTC (5 years, 3 months ago) by ru
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Regen.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Nov 3 18:57:48 2006 UTC (5 years, 3 months ago) by rrs
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -1 lines
This commits the remake in kern/ make sysent to get
the correct syscalls.master's $FreeBSD$ tag record and
a make sysent in sys/compat/freebsd32. Thanks Ruslan
for pointing out the steps I missed :-0
Approved by:	gnn

Revision 1.29.2.11: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:50:00 2006 UTC (5 years, 3 months ago) by rwatson
Branches: RELENG_6
CVS tags: RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2
Diff to: previous 1.29.2.10: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.10: +1 -1 lines
Regenerate.

Approved by:	re (kensmith, hrs) (implicit)

Revision 1.29.2.10: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:43:01 2006 UTC (5 years, 3 months ago) by rwatson
Branches: RELENG_6
Diff to: previous 1.29.2.9: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.9: +10 -10 lines
Regenerate.

Approved by:	re (hrs, kensmith)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Oct 24 17:25:36 2006 UTC (5 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Regen.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Oct 24 13:54:56 2006 UTC (5 years, 3 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +10 -10 lines
Regenerate.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Oct 17 02:28:58 2006 UTC (5 years, 3 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Regenerate.

Revision 1.29.2.9: download - view: text, markup, annotated - select for diffs
Tue Oct 10 13:22:05 2006 UTC (5 years, 4 months ago) by rwatson
Branches: RELENG_6
Diff to: previous 1.29.2.8: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.8: +1 -1 lines
Regenerate with new FreeBSD ID numbers (previous commit of regenerated
versions was in error).

Approved by:	re (kensmith)

Revision 1.29.2.8: download - view: text, markup, annotated - select for diffs
Tue Oct 10 13:20:49 2006 UTC (5 years, 4 months ago) by rwatson
Branches: RELENG_6
Diff to: previous 1.29.2.7: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.7: +0 -0 lines
Merge syscalls.masteR:1.80 from HEAD to RELENG_6:

  Change getpagesize() system call audit event to more clearly indicate
  that we don't audit it.

  Obtained from:  TrustedBSD Project

Approved by:	re (kensmith)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Oct 6 08:24:37 2006 UTC (5 years, 4 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
Regenerate.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Oct 5 01:58:57 2006 UTC (5 years, 4 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
Regenerate.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Oct 3 20:48:11 2006 UTC (5 years, 4 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Regenerate.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Sep 23 00:27:53 2006 UTC (5 years, 4 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Regenerate.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Sep 22 15:05:33 2006 UTC (5 years, 4 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4 lines
Regenerate.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Sep 22 00:53:43 2006 UTC (5 years, 4 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Regenerate.

Revision 1.29.2.7: download - view: text, markup, annotated - select for diffs
Thu Sep 21 14:06:49 2006 UTC (5 years, 4 months ago) by rwatson
Branches: RELENG_6
Diff to: previous 1.29.2.6: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.6: +1 -1 lines
Regenerate.

Approved by:	re (mux)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Sep 21 04:50:38 2006 UTC (5 years, 4 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
Regenerate.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Sep 17 13:29:35 2006 UTC (5 years, 4 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Regenerate.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Sep 9 01:22:13 2006 UTC (5 years, 5 months ago) by davidxu
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -5 lines
The following functions need not to be reimplemented, reuse 64bit
syscalls instead:
sigqueue, thr_set_name, thr_setscheduler, thr_getscheduler,
thr_setschedparam.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Sep 3 16:24:36 2006 UTC (5 years, 5 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Regenerate.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Sep 3 13:47:52 2006 UTC (5 years, 5 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -1 lines
Regenerate.  Looks like someone missed doing this previously as more than
just the audit event change appears in the diff.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Aug 15 17:36:59 2006 UTC (5 years, 5 months ago) by jhb
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -0 lines
Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
systrace changes.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jul 28 19:08:35 2006 UTC (5 years, 6 months ago) by jhb
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +12 -7 lines
Regen for MPSAFE flag removal.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jun 27 14:47:08 2006 UTC (5 years, 7 months ago) by jhb
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Regen.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jun 26 18:37:36 2006 UTC (5 years, 7 months ago) by jhb
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Regen.

Revision 1.29.2.6: download - view: text, markup, annotated - select for diffs
Mon May 15 18:48:23 2006 UTC (5 years, 8 months ago) by ps
Branches: RELENG_6
Diff to: previous 1.29.2.5: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.5: +2 -2 lines
MFC: regen for 32bit FreeBSD 4 System V shared memory

Revision 1.29.2.5: download - view: text, markup, annotated - select for diffs
Mon May 15 18:34:40 2006 UTC (5 years, 8 months ago) by ps
Branches: RELENG_6
Diff to: previous 1.29.2.4: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.4: +1 -1 lines
MFC: regen for 32bit sendfile

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Mar 30 07:43:01 2006 UTC (5 years, 10 months ago) by ps
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
regen for 32bit System V shared memory

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Feb 28 19:39:52 2006 UTC (5 years, 11 months ago) by ps
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
regen for 32bit sendfile

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 4 13:29:09 2006 UTC (6 years ago) by rwatson
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Regenerate.

Revision 1.29.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 27 17:17:23 2006 UTC (6 years ago) by ambrisko
Branches: RELENG_6
CVS tags: RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1
Diff to: previous 1.29.2.3: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.3: +2 -2 lines
Regen

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 20 16:22:37 2006 UTC (6 years ago) by ambrisko
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Regen.

Revision 1.29.2.3: download - view: text, markup, annotated - select for diffs
Wed Dec 28 19:50:22 2005 UTC (6 years, 1 month ago) by ps
Branches: RELENG_6
Diff to: previous 1.29.2.2: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.2: +2 -2 lines
regen for 32bit futimes

Revision 1.29.2.2: download - view: text, markup, annotated - select for diffs
Wed Dec 28 19:31:57 2005 UTC (6 years, 1 month ago) by ps
Branches: RELENG_6
Diff to: previous 1.29.2.1: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.1: +15 -15 lines
regen

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Dec 23 20:06:50 2005 UTC (6 years, 1 month ago) by ru
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Regen.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Dec 23 11:58:42 2005 UTC (6 years, 1 month ago) by phk
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +10 -1 lines
Regenerate sysent with new abort2 system call.

Implement abort2(const char *reason, int narg, void **args);

Submitted by:	"Wojciech A. Koszek" <dunstan@freebsd.czest.pl>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Dec 8 22:15:09 2005 UTC (6 years, 2 months ago) by ambrisko
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Regen for futimes.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Oct 26 22:21:03 2005 UTC (6 years, 3 months ago) by peter
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +9 -9 lines
Regenerate (with the correct #ifdef COMPAT_43 tests now)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Oct 23 10:43:39 2005 UTC (6 years, 3 months ago) by ps
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -9 lines
regen

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Oct 15 05:57:34 2005 UTC (6 years, 3 months ago) by ps
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4 lines
regen after recvmsg, recvfrom, sendmsg

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Oct 15 02:54:39 2005 UTC (6 years, 3 months ago) by ps
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4 lines
regen for clock_gettime, clock_settime, clock_getres

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Oct 15 02:40:34 2005 UTC (6 years, 3 months ago) by ps
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
regen

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Sep 27 18:04:52 2005 UTC (6 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
Regenerate

Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 20 17:43:53 2005 UTC (6 years, 6 months ago) by jhb
Branches: RELENG_6
CVS tags: RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Regenerate.

Approved by:	re (kensmith) (implicit)

Revision 1.19.2.5: download - view: text, markup, annotated - select for diffs
Thu Jul 14 19:09:49 2005 UTC (6 years, 6 months ago) by jhb
Branches: RELENG_5
CVS tags: RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5
Diff to: previous 1.19.2.4: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.2.4: +3 -3 lines
Regen.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 13 20:35:08 2005 UTC (6 years, 6 months ago) by jhb
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Regen.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jul 7 18:20:37 2005 UTC (6 years, 7 months ago) by jhb
Branches: MAIN
CVS tags: RELENG_6_BP
Branch point for: RELENG_6
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Regenerate.

Approved by:	re (scottl)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon May 30 15:20:18 2005 UTC (6 years, 8 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Rebuild generated system call definition files following the addition of
the audit event field to the syscalls.master file format.

Submitted by:	wsalamon
Obtained from:	TrustedBSD Project

Revision 1.19.2.4: download - view: text, markup, annotated - select for diffs
Thu Apr 21 21:12:17 2005 UTC (6 years, 9 months ago) by ps
Branches: RELENG_5
Diff to: previous 1.19.2.3: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.2.3: +1 -1 lines
MFC:
regen after changing the freebsd32_kevent prototype.

Revision 1.19.2.3: download - view: text, markup, annotated - select for diffs
Tue Mar 1 17:51:47 2005 UTC (6 years, 11 months ago) by ps
Branches: RELENG_5
CVS tags: RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4
Diff to: previous 1.19.2.2: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.2.2: +1 -1 lines
regen for msync

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Mar 1 06:32:53 2005 UTC (6 years, 11 months ago) by ps
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -0 lines
Correct the freebsd32_kevent prototype.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 24 18:24:29 2005 UTC (6 years, 11 months ago) by jhb
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Regen.

Revision 1.19.2.2: download - view: text, markup, annotated - select for diffs
Sun Feb 20 14:43:45 2005 UTC (6 years, 11 months ago) by ps
Branches: RELENG_5
Diff to: previous 1.19.2.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.2.1: +3 -3 lines
MFC: Add 32bit compat syscall for nanosleep and MFC the 32bit compat
syscall for modstat.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 19 17:53:06 2005 UTC (7 years ago) by ps
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Add a 32bit syscall wrapper for modstat

Obtained from:	Yahoo!

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jan 19 17:44:59 2005 UTC (7 years ago) by ps
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- rename nanosleep1 to kern_nanosleep
- Add a 32bit syscall entry for nanosleep

Reviewed by:	peter
Obtained from:	Yahoo!

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jan 4 18:54:40 2005 UTC (7 years, 1 month ago) by jhb
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Regenerate.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Nov 18 23:56:09 2004 UTC (7 years, 2 months ago) by marks
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Rebuild from compat/freebsd32/syscalls.master:1.43

Reviewed by:	imp, phk, njl, peter
Approved by:	njl

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 23 20:05:42 2004 UTC (7 years, 3 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +10 -1 lines
Rebuild from FreeBSD32 syscalls.master:1.42.

Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Sat Oct 9 15:25:40 2004 UTC (7 years, 4 months ago) by mtm
Branches: RELENG_5
CVS tags: RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Regen for the thr_exit() syscall change.

Approved by: re/scottl

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Oct 6 14:23:00 2004 UTC (7 years, 4 months ago) by mtm
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Close a race between a thread exiting and the freeing of it's stack.
After some discussion the best option seems to be to signal the thread's
death from within the kernel. This requires that thr_exit() take an
argument.

Discussed with: davidxu, deischen, marcel
MFC after: 3 days

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jul 14 00:03:51 2004 UTC (7 years, 6 months ago) by peter
Branches: MAIN
CVS tags: RELENG_5_BP
Branch point for: RELENG_5
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Regen

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jul 13 19:36:58 2004 UTC (7 years, 6 months ago) by phk
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Give kldunload a -f(orce) argument.

Add a MOD_QUIESCE event for modules.  This should return error (EBUSY)
of the module is in use.

MOD_UNLOAD should now only fail if it is impossible (as opposed to
inconvenient) to unload the module.  Valid reasons are memory references
into the module which cannot be tracked down and eliminated.

When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is
not given, MOD_QUIESCE failing will also prevent the unload.

For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as
success.

Document that modules should return EOPNOTSUPP for unknown events.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jul 2 00:38:56 2004 UTC (7 years, 7 months ago) by marcel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Regen.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Apr 14 23:17:57 2004 UTC (7 years, 9 months ago) by peter
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -9 lines
Regen

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 5 10:17:23 2004 UTC (7 years, 10 months ago) by dfr
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -0 lines
Regen.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 27 14:34:17 2004 UTC (7 years, 10 months ago) by mtm
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
Regen for libthr thread synchronization syscalls.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Feb 21 23:38:58 2004 UTC (7 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Regen (FWIW)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 3 05:20:28 2004 UTC (8 years ago) by deischen
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Regen.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 28 23:45:48 2004 UTC (8 years ago) by peter
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Regen

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 23 04:07:46 2003 UTC (8 years, 1 month ago) by peter
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Regen (should be a NOP except for rcsid)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 23 03:21:49 2003 UTC (8 years, 1 month ago) by peter
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Regen

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 23 02:48:58 2003 UTC (8 years, 1 month ago) by peter
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Regen

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 22:19:06 2003 UTC (8 years, 1 month ago) by peter
Branches: RELENG_5_2
CVS tags: RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +9 -5 lines
Regen

Approved by: re (scottl, jhb)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 11 02:36:37 2003 UTC (8 years, 2 months ago) by peter
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
regen

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 10 22:33:45 2003 UTC (8 years, 2 months ago) by peter
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -5 lines
Regen

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 8 07:31:49 2003 UTC (8 years, 3 months ago) by peter
Branches: MAIN
CVS tags: RELENG_5_2_BP
Branch point for: RELENG_5_2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Regen

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 7 20:30:30 2003 UTC (8 years, 3 months ago) by jhb
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Regen.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Aug 22 22:52:04 2003 UTC (8 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +40 -40 lines
Regen

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 21 03:48:50 2003 UTC (8 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Regen

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 31 06:51:04 2003 UTC (8 years, 8 months ago) by peter
Branches: MAIN
CVS tags: old_RELENG_5_1_BP, old_RELENG_5_1_0_RELEASE, old_RELENG_5_1
Regenerate.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options