| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Our PAM and LOGIN_CAP support is now in the stock sources.
|
| |
|
|
|
|
| |
primitives.
|
|
|
|
| |
MFC after: 1 week
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
+ Add PAM and LOGIN_CAP support. Mostly from FreeBSD.
+ Implement option "-D", for running ftpd in standalone mode (daemon).
+ NLST should return 450 instead of 550 upon error, per RFC 959.
+ Add recvbufsize configuration option
+ Remove unreachable code (res could never be NULL here), Coverity CID 712.
+ Set file to NULL after calling fclose(), Coverity CID 2669.
+ Make sure that "su" is initialized before dereferencing it, Coverity CID 1075.
+ Cleanup utmp and utmpx support.
|
| |
| |
| |
| |
| |
| | |
is no longer set to ^A by default, it's unset.
Reported by: imp, sam
|
| |
| |
| |
| | |
be viewed relative to revision 1.24).
|
| |
| |
| |
| |
| |
| |
| | |
nanobsd(8) manpage.
MFCs noted: net.inet.portrange.reserved{high,low} for IPv6, netcat
from OpenBSD 3.9.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | | |
OpenBSD commits).
|
| | | |
|
| | |
| | |
| | |
| | | |
Tested by: delphij, Ganbold < ganbold AT micom DOT mng DOT net >
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
repository.
Sponsored by: FreeBSD security development fundraiser
|
| | |
| | |
| | |
| | | |
Submitted by: Christoph Schug <chris@schug.net>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
localhost.domain so that naive users of gethost* think 1:: and 127.0.0.1
are "localhost" which is what the user expects. This also matches the
sample hosts file in src/etc/hosts.
|
| | |
| | |
| | |
| | |
| | |
| | | |
which is not applicable today.
- Provide an example of how to lock a speed.
|
| | |
| | |
| | |
| | | |
Suggested by: nVidia
|
| | |
| | |
| | |
| | | |
Spotted out by: bde
|
| | |
| | |
| | |
| | |
| | |
| | | |
mcount twice when profiling.
Spotted out by: bde
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
extensions. This seems to be unnecessary and prevents less(1) from being
able to detect file changes, so remove the part.
Submitted by: Eric Huss <e-huss netmeridian com>
PR: bin/102624
Discussed with: des
MFC After: 3 days
|
| | |
| | |
| | |
| | | |
o Eliminate _tcb.
|
| | |
| | |
| | |
| | | |
assembly.
|
| | |
| | |
| | |
| | | |
assembly.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
retransmit (or return). Thanks to John Baldwin for helping nail this one.
Found by : Kris Kennaway
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
INVARIANT_SUPPORT is defined so you can build a kernel with
INVARIANT_SUPPORT, but build a module with just INVARIANTS on.
MFC after: 3 days
Reported by: kuriyama
|
| | |
| | |
| | |
| | |
| | | |
removed the references to the README. All information the references
refer to are actually more up to date in out manpages.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
that local changes can be made more easily (without having to comment
these lines, and making the diff more readable).
|
| | |
| | |
| | |
| | |
| | |
| | | |
Reviewed by: ru
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 1 week
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Without this, tar -r breaks badly; new entries overwrite the
middle of the archive instead of being added at the end.
Thanks to: Chris Spiegel
|
| | |
| | |
| | |
| | |
| | |
| | | |
it only remembers if the page is modified or referenced.
Bad review from: cognet
|
| | |
| | |
| | |
| | | |
code.
|
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the build. The openbsm folks are free to fix it in any other way they
see fit once they resurface.
Basically, make everything always be const char **, even though const
char ** usually should be 'const char * const *' in most cases. This
makes the three different definitions consistant and allows world to
build.
|
| | | |
| | | |
| | | |
| | | | |
Submitted by: rdivacky
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- implement CLONE_PARENT semantic
- lock proc in the currently disabled part of CLONE_THREAD
Submitted by: rdivacky
|