The NetBSD Project

CVS log for src/sys/kern/uipc_socket.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: nathanw_sa


Revision 1.54.2.18 / (download) - annotate - [select for diffs], Wed Dec 11 06:43:10 2002 UTC (21 years, 3 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.54.2.17: +8 -6 lines
Diff to previous 1.54.2.17 (colored) next main 1.55 (colored)

Sync with HEAD.

Revision 1.54.2.17 / (download) - annotate - [select for diffs], Mon Nov 11 22:14:07 2002 UTC (21 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.16: +117 -0 lines
Diff to previous 1.54.2.16 (colored)

Catch up to -current

Revision 1.54.2.16 / (download) - annotate - [select for diffs], Tue Aug 27 23:47:35 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.15: +3 -3 lines
Diff to previous 1.54.2.15 (colored)

Catch up to -current.

Revision 1.54.2.15 / (download) - annotate - [select for diffs], Thu Aug 1 02:46:27 2002 UTC (21 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.14: +71 -5 lines
Diff to previous 1.54.2.14 (colored)

Catch up to -current.

Revision 1.54.2.14 / (download) - annotate - [select for diffs], Mon Jul 15 20:04:45 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.13: +3 -3 lines
Diff to previous 1.54.2.13 (colored)

Whitespace.

Revision 1.54.2.13 / (download) - annotate - [select for diffs], Fri Jul 12 01:40:22 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.12: +2 -3 lines
Diff to previous 1.54.2.12 (colored)

No longer need to pull in lwp.h; proc.h pulls it in for us.

Revision 1.54.2.12 / (download) - annotate - [select for diffs], Mon Jun 24 22:11:03 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.11: +5 -5 lines
Diff to previous 1.54.2.11 (colored)

Curproc->curlwp renaming.

Change uses of "curproc->l_proc" back to "curproc", which is more like the
original use. Bare uses of "curproc" are now "curlwp".

"curproc" is now #defined in proc.h as ((curlwp) ? (curlwp)->l_proc) : NULL)
so that it is always safe to reference curproc (*de*referencing curproc
is another story, but that's always been true).

Revision 1.54.2.11 / (download) - annotate - [select for diffs], Thu Jun 20 03:47:25 2002 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.10: +306 -8 lines
Diff to previous 1.54.2.10 (colored)

Catch up to -current.

Revision 1.54.2.10 / (download) - annotate - [select for diffs], Wed Apr 17 00:06:19 2002 UTC (21 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.9: +3 -3 lines
Diff to previous 1.54.2.9 (colored)

Catch up to -current.

Revision 1.54.2.9 / (download) - annotate - [select for diffs], Mon Apr 1 07:48:01 2002 UTC (21 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.8: +3 -3 lines
Diff to previous 1.54.2.8 (colored)

Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.54.2.8 / (download) - annotate - [select for diffs], Thu Feb 28 04:14:47 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.7: +2 -2 lines
Diff to previous 1.54.2.7 (colored)

Catch up to -current.

Revision 1.54.2.7 / (download) - annotate - [select for diffs], Fri Jan 11 23:39:39 2002 UTC (22 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.6: +2 -11 lines
Diff to previous 1.54.2.6 (colored)

More catchup.

Revision 1.54.2.6 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:46 2001 UTC (22 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.5: +4 -1 lines
Diff to previous 1.54.2.5 (colored)

Catch up to -current.

Revision 1.54.2.5 / (download) - annotate - [select for diffs], Mon Oct 8 20:11:44 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.4: +7 -7 lines
Diff to previous 1.54.2.4 (colored)

Catch up to -current.

Revision 1.54.2.4 / (download) - annotate - [select for diffs], Fri Sep 21 22:36:27 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.3: +3 -1 lines
Diff to previous 1.54.2.3 (colored)

Catch up to -current.

Revision 1.54.2.3 / (download) - annotate - [select for diffs], Thu Jun 21 20:07:07 2001 UTC (22 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.2: +2 -2 lines
Diff to previous 1.54.2.2 (colored)

Catch up to -current.

Revision 1.54.2.2 / (download) - annotate - [select for diffs], Mon Apr 9 01:57:58 2001 UTC (22 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.54.2.1: +3 -2 lines
Diff to previous 1.54.2.1 (colored)

Catch up with -current.

Revision 1.54.2.1 / (download) - annotate - [select for diffs], Mon Mar 5 22:49:46 2001 UTC (23 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.54: +5 -4 lines
Diff to previous 1.54 (colored)

Initial commit of scheduler activations and lightweight process support.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Feb 27 05:19:13 2001 UTC (23 years ago) by lukem
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.53: +89 -117 lines
Diff to previous 1.53 (colored)

convert to ANSI KNF

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>