| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
|
|
|
|
|
|
|
| |
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit b3e7694832e8)
|
|
|
|
|
|
|
|
|
| |
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
Notes:
svn path=/head/; revision=264400
|
|
|
|
|
|
|
|
|
|
| |
again. Eventually should switch to jail_set(2).
Reported by: rwatson
MFC after: 10 days
Notes:
svn path=/head/; revision=222487
|
|
|
|
| |
Notes:
svn path=/head/; revision=156735
|
|
|
|
|
|
|
| |
doesn't examine the real issue as it pass without problems.
Notes:
svn path=/head/; revision=148327
|
|
|
|
|
|
|
|
|
| |
settings can override local ones.
Pointed out by: ru
Notes:
svn path=/head/; revision=140643
|
|
|
|
|
|
|
|
|
|
| |
of a structure for the sockaddr_in. Pass the pointer to connect()
instead of the pointer to the pointer.
Specify a port number to connect to.
Notes:
svn path=/head/; revision=140352
|
|
unfixed bug in the jail() implementation relating to using the connect()
system call on UDP sockets.
PR: 26506
Notes:
svn path=/head/; revision=140348
|