| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
|
|
|
|
|
|
|
|
|
|
|
| |
need to access... access the struct through the union too...
PR: 185165
Submitted by: Guy Yur
MFC after: 1 week
Notes:
svn path=/head/; revision=260418
|
|
|
|
|
|
|
| |
Submitted by: Garrett Cooper
Notes:
svn path=/head/; revision=244538
|
|
|
|
| |
Notes:
svn path=/head/; revision=163469
|
|
|
|
|
|
|
| |
Reviewed by: md5(1)
Notes:
svn path=/head/; revision=145546
|
|
|
|
| |
Notes:
svn path=/head/; revision=135576
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and NgAllocRecvData(), that dynamically allocate buffer for a binary
message, an ascii message, and a data packet, respectively. The size
of the allocated buffer is equal to the socket's receive buffer size
to guarantee that a message or a data packet is not truncated.
- Get rid of the static size buffer in NgSendAsciiMsg().
OK'ed by: archie, julian
Notes:
svn path=/head/; revision=125113
|
|
|
|
|
|
|
|
|
|
| |
Replace occurences of the magic constant 2 with an offsetof macro
call that computes the size of the leading members of the sockaddr.
Use strlcpy instead of sprintf where appropriate. Document the new changes
in the man page.
Notes:
svn path=/head/; revision=122649
|
|
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
|
|
|
| |
Notes:
svn path=/head/; revision=84215
|
|
|
|
|
|
|
| |
already loaded (indicated by EPROTONOSUPPORT from socket(2)).
Notes:
svn path=/head/; revision=56708
|
|
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from: Whistle CVS tree
Notes:
svn path=/head/; revision=52419
|