The NetBSD Project

CVS log for src/lib/libc/sys/socket.2

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.51 / (download) - annotate - [select for diffs], Fri Jul 28 23:41:02 2023 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.50: +1 -4 lines
Diff to previous 1.50 (colored)

Remove Pp that have no effect.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jul 20 23:28:44 2023 UTC (8 months, 4 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.49: +3 -4 lines
Diff to previous 1.49 (colored)

socket.2: simplify and improve some phrasing

Revision 1.49 / (download) - annotate - [select for diffs], Thu Jun 8 00:27:34 2023 UTC (10 months, 1 week ago) by uwe
Branch: MAIN
Changes since 1.48: +8 -6 lines
Diff to previous 1.48 (colored)

socket(2): change type flags list back to -tag

On second thought, convert the list of type flags back to -tag, but
don't make it -compact.  This way it's easier to see that it's related
to the list above.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 6 23:31:01 2023 UTC (10 months, 1 week ago) by uwe
Branch: MAIN
Changes since 1.47: +6 -2 lines
Diff to previous 1.47 (colored)

socket(2): fix macro invocation in a column

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jun 6 23:29:16 2023 UTC (10 months, 1 week ago) by uwe
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

socket(2): use "provides" consistently in "type" descriptions

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jun 6 23:27:15 2023 UTC (10 months, 1 week ago) by uwe
Branch: MAIN
Changes since 1.45: +14 -27 lines
Diff to previous 1.45 (colored)

socket(2): use .Bl -column where appropriate

Revision 1.45 / (download) - annotate - [select for diffs], Tue Jun 6 09:14:27 2023 UTC (10 months, 1 week ago) by riastradh
Branch: MAIN
Changes since 1.44: +14 -30 lines
Diff to previous 1.44 (colored)

socket(2): Move prose list of socket type summaries into a table.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jun 6 09:10:08 2023 UTC (10 months, 1 week ago) by riastradh
Branch: MAIN
Changes since 1.43: +26 -18 lines
Diff to previous 1.43 (colored)

socket(2): Tidy up markup a bit.

Use a tag list, not a literal block with hand-formatted text, for
protocols and socket type flags.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Jun 28 20:12:52 2022 UTC (21 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

fix references in manual pages to the reference documentation

Revision 1.42 / (download) - annotate - [select for diffs], Sat May 27 21:02:55 2017 UTC (6 years, 10 months ago) by bouyer
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored)

merge the bouyer-socketcan branch to HEAD.

CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.

This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).

This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).

There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.

At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:16 2013 UTC (11 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, agc-symver-base, agc-symver
Branch point for: bouyer-socketcan
Changes since 1.40: +1 -2 lines
Diff to previous 1.40 (colored)

Retire OSI network stack. OK core@

Revision 1.40 / (download) - annotate - [select for diffs], Tue Feb 5 17:30:01 2013 UTC (11 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored)

Remove remnants of AF_IMPLINK.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jan 25 09:18:52 2012 UTC (12 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: tls-maxphys
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Bump date for previous.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Jan 25 00:28:35 2012 UTC (12 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.37: +6 -1 lines
Diff to previous 1.37 (colored)

As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE
on EPIPE for all file descriptor types:

- provide O_NOSIGPIPE for open,kqueue1,pipe2,dup3,fcntl(F_{G,S}ETFL) [NetBSD]
- provide SOCK_NOSIGPIPE for socket,socketpair [NetBSD]
- provide SO_NOSIGPIPE for {g,s}seckopt [NetBSD/FreeBSD/MacOSX]
- provide F_{G,S}ETNOSIGPIPE for fcntl [MacOSX]

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jun 26 16:42:41 2011 UTC (12 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.36: +11 -1 lines
Diff to previous 1.36 (colored)

* Arrange for interfaces that create new file descriptors to be able to
  set close-on-exec on creation (http://udrepper.livejournal.com/20407.html).

    - Add F_DUPFD_CLOEXEC to fcntl(2).
    - Add MSG_CMSG_CLOEXEC to recvmsg(2) for unix file descriptor passing.
    - Add dup3(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add pipe2(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add flags SOCK_CLOEXEC, SOCK_NONBLOCK to the socket type parameter
      for socket(2) and socketpair(2).
    - Add new paccept(2) syscall that takes an additional sigset_t to alter
      the sigmask temporarily and a flags argument to set SOCK_CLOEXEC,
      SOCK_NONBLOCK.
    - Add new mode character 'e' to fopen(3) and popen(3) to open pipes
      and file descriptors for close on exec.
    - Add new kqueue1(2) syscall with a new flags argument to open the
      kqueue file descriptor with O_CLOEXEC, O_NONBLOCK.

* Fix the system calls that take socklen_t arguments to actually do so.

* Don't include userland header files (signal.h) from system header files
  (rump_syscallargs.h).

* Bump libc version for the new syscalls.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Sep 6 09:32:52 2007 UTC (16 years, 7 months ago) by jnemeth
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, christos-time_t-nbase, christos-time_t-base, christos-time_t, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

PR/36933 - Robert Elz -- ARPA IPv6 -> IPv6

Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 2 20:25:34 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Bump date for previous.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Feb 20 19:08:59 2007 UTC (17 years, 2 months ago) by plunky
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Add PF_BLUETOOTH to list of supported protocol families

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 13 21:19:56 2006 UTC (17 years, 10 months ago) by ginsbach
Branch: MAIN
CVS Tags: netbsd-4-base, netbsd-4-0-RC1, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: wrstuden-fixsa, netbsd-4
Changes since 1.32: +8 -3 lines
Diff to previous 1.32 (colored)

Add EAFNOSUPPORT as a possible error if the address family is not
supported.  This adds further differentiation between which argument to
socket(2) caused the error.  No longer are invalid domain (address family)
errors classified as ENOPROTOSUPPORT errors.  This should make socket(2)
conform to current POSIX and X/Open standards.  Fixes PR/33676.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 13 20:37:24 2006 UTC (17 years, 10 months ago) by ginsbach
Branch: MAIN
Changes since 1.31: +8 -8 lines
Diff to previous 1.31 (colored)

Sort ERRORS.  Bump date.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 3 13:11:41 2004 UTC (19 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Branch point for: netbsd-3
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Add missing colon symbol after sentence.

Revision 1.30 / (download) - annotate - [select for diffs], Thu May 13 10:20:58 2004 UTC (19 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

\- is a minus, not -.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 31 16:42:19 2004 UTC (20 years ago) by pooka
Branch: MAIN
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

Pipes aren't "full-duplex byte streams", so don't compare SOCK_STREAM
type sockets to them.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 7 16:44:09 2003 UTC (20 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.27: +2 -6 lines
Diff to previous 1.27 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.

Revision 1.27 / (download) - annotate - [select for diffs], Thu May 15 09:52:08 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.26: +13 -6 lines
Diff to previous 1.26 (colored)

Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.
Bump date.
Suggested by kleink.

Revision 1.26 / (download) - annotate - [select for diffs], Thu May 1 14:03:39 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

a -> an from jmc@openbsd. Add a comma while here.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 16 13:34:57 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jan 18 11:33:14 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 (colored)

Merge the nathanw_sa branch.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 1 18:10:45 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.22: +21 -14 lines
Diff to previous 1.22 (colored)

New sentence, new line. From Robert Elz.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 8 01:28:22 2002 UTC (22 years, 2 months ago) by ross
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 16 20:09:59 2001 UTC (22 years, 6 months ago) by kleink
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

Remove inclusion of <sys/types.h> from synopsis; it is no longer needed.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 16 02:13:31 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 16 01:39:03 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

Boring whitespace fixes.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Oct 5 12:45:23 2000 UTC (23 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: kqueue-base, kqueue
Branch point for: nathanw_sa
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

insure -> ensure

Revision 1.17 / (download) - annotate - [select for diffs], Mon May 22 05:06:20 2000 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

add PF_INET6.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Dec 11 19:35:48 1999 UTC (24 years, 4 months ago) by msaitoh
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

use .Er

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 2 21:42:39 1999 UTC (24 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

Add a LIBRARY section to system call manual pages.  While it's clear that the
libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose
of this section is to provide linkage information.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 24 20:16:31 1999 UTC (24 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Add missing reference to setsockopt(2) to "SEE ALSO" section.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 22 19:45:10 1999 UTC (25 years, 1 month ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE
Branch point for: netbsd-1-4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Last of the .Os cleanups.  .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Wheee!

Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 29 08:32:42 1998 UTC (25 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 1 21:51:06 1998 UTC (25 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.10: +7 -7 lines
Diff to previous 1.10 (colored)

Protocol Family (PF_*) constants are used to select the domain,
not Address Family (AF_*).

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 28 09:43:31 1998 UTC (25 years, 8 months ago) by is
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Mention poll(2), too, where we formerly only mentioned select(2).

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 21 20:02:38 1998 UTC (25 years, 9 months ago) by jeremy
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Added AppleTalk to the list of supported protocol domains.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 18 05:04:36 1998 UTC (25 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored)

use AF_LOCAL instead of AF_UNIX

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 30 22:03:03 1998 UTC (25 years, 11 months ago) by fair
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

fix .Xr reference

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 27 07:37:21 1997 UTC (26 years, 4 months ago) by mikel
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

s/EACCESS/EACCES/, from Brian Evans via OpenBSD

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 27 12:37:53 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: nsswitch, netbsd-1-3-base, netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1, ivory_soap2
Branch point for: netbsd-1-3
Changes since 1.4: +6 -5 lines
Diff to previous 1.4 (colored)

merge with lite, keeping most local changes.  clean up Ids

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 29 21:25:43 1993 UTC (30 years, 4 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0, ivory_soap
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Use "Er" for argument to -width in the lists in the ERROR sections --- so
the formatting is consistant.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 25 00:39:46 1993 UTC (30 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Clean up manpages:
  Use .Fn rather than .Nm macro in HISTORY and STANDARDS sections.
  Use .At and .St macros instead of spelling out "Version 6 UNIX",
	"IEEE 1003.1-1988 (POSIX)", etc.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 07:42:13 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add RCS indentifiers.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month ago) by cgd
Branch: MAIN

Initial revision

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>