| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=143107
|
| |
|
|
|
|
|
|
|
| |
Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk.
Discussed with: ru, nectar
Notes:
svn path=/head/; revision=143026
|
| |
|
|
|
|
|
| |
use of struct sockaddr_strage * is thought as not good manner. :)
Notes:
svn path=/head/; revision=142900
|
| |
|
|
|
|
|
|
|
|
| |
is unloaded. This allows applications which load and unload libraries
like libGL.so.1 several times to work properly.
MFC after: 2 days
Notes:
svn path=/head/; revision=142645
|
| |
|
|
|
|
|
| |
ARM_HAS_ATOMIC_CMPSET_32 isn't defined.
Notes:
svn path=/head/; revision=142593
|
| |
|
|
|
|
|
|
| |
struct sockaddr_storage *, there's no point in casting it prematurely
to a struct sockaddr *. This unbreaks WARNS=6 on sparc64.
Notes:
svn path=/head/; revision=142329
|
| |
|
|
| |
Notes:
svn path=/head/; revision=142317
|
| |
|
|
|
|
|
| |
MFC: along with rev. 1.202
Notes:
svn path=/head/; revision=141967
|
| |
|
|
|
|
|
|
|
|
| |
the function will emit an annoying log message otherwise.
Reported by: kris
MFC: along with rev. 1.202
Notes:
svn path=/head/; revision=141966
|
| |
|
|
|
|
|
|
| |
- No need for 'fromlen' to have file scope.
- Remove an unused variable.
Notes:
svn path=/head/; revision=141922
|
| |
|
|
|
|
|
| |
socklen_t * argument.
Notes:
svn path=/head/; revision=141918
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141589
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141588
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141585
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Another handy libmap patch. Lets you do stuff like this:
LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp
If you already have a program-specific override in libmap.conf, note
that you must use a program-specific override in LD_LIBMAP:
LD_LIBMAP="[mythreadedapp],libpthread.so.1=libthr.so.1" mythreadedapp
PR: bin/74471
Submitted by: Dan Nelson <dnelson AT allantgroup.com>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=141232
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140941
|
| |
|
|
|
|
|
|
| |
Pointed out by: Nick Leuta
MFC after: 3 days
Notes:
svn path=/head/; revision=140473
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The major change is to process STAT sent as an OOB command w/o
breaking the current data transfer. As a side effect, this gives
better error checking in the code performing data transfers.
A lesser, but in no way cosmetic, change is using the flag `recvurg'
in the only signal-safe way that has been blessed by SUSv3. The
other flag, `transflag,' becomes private to the SIGURG machinery,
serves debugging purposes only, and may be dropped in the future.
The `byte_count' global variable is now accounting bytes actually
transferred over the network. This can give status messages looking
strange, like "X of Y bytes transferred," where X > Y, but that has
more sense than trying to compensate for combinations of data formats
on the server and client when transferring ASCII type data. BTW,
getting the size of a file in advance is unreliable for a number of
reasons in the first place. See question 18.8 of the Infrequently
Asked Questions in comp.lang.c for details.
PR: bin/52072
Tested by: Nick Leuta (earlier versions), a stress-testing tool (final)
MFC after: 1 month
Notes:
svn path=/head/; revision=140472
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140414
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert the (char *) cast+cast backs magic to
memcpy(3). Without this, the resulting code
is potentially risky with higher optimization
levels.
- Avoid same name when calling local variables,
as well as global symbols. This reduces
confusion for both human and compiler.
- Add necessary casts, consts
- Use new style function defination.
- Minor style.Makefile(5) tweak
- Bump WARNS?= from 0 to 6
** for the aout code: changes are intentionally limited
to ease maintaince.
Notes:
svn path=/head/; revision=140241
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140072
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
build over two years ago by peter.
The binary a.out version of ld.so can be obtained from misc/compat22 or
src/lib/compat/compat22.
Discussed on: -arch
Voted yes: jhb, ru, linimon, delphij
Notes:
svn path=/head/; revision=140038
|
| |
|
|
|
|
|
|
|
|
| |
A daemon has no stderr to send its complains to.
Pointed out by: Nick Leuta
MFC after: 1 week
Notes:
svn path=/head/; revision=139981
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139126
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139113
|
| |
|
|
|
|
|
|
|
|
|
| |
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
Notes:
svn path=/head/; revision=139106
|
| |
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=138911
|
| |
|
|
| |
Notes:
svn path=/head/; revision=138910
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
When in inetd mode, this prevents bogus messages from
appearing on the control channel. When running as a
daemon, we shouldn't write to the terminal we used to
have at all.
PR: bin/74823
MFC after: 1 week
Notes:
svn path=/head/; revision=138747
|
| |
|
|
|
|
|
| |
the signals are masked anyway.
Notes:
svn path=/head/; revision=138023
|
| |
|
|
|
|
|
|
|
| |
stop the search on the first match for efficiency.
Submitted by: Nick Leuta
Notes:
svn path=/head/; revision=137987
|
| |
|
|
|
|
|
|
|
| |
an FTP user has no chance to change password anyway.
Submitted by: Nick Leuta
Notes:
svn path=/head/; revision=137986
|
| |
|
|
|
|
|
|
|
|
| |
Log it once at the beginning of the session instead. OTOH, log wd each
time for the sake of better auditing and consistent log format.
Proposed by: Nick Leuta <skynick -at- mail.sc.ru>
Notes:
svn path=/head/; revision=137985
|
| |
|
|
|
|
|
| |
PR: bin/59773
Notes:
svn path=/head/; revision=137984
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137983
|
| |
|
|
|
|
|
|
|
| |
regarding restricted users.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=137862
|
| |
|
|
|
|
|
| |
Tested with: md5(1)
Notes:
svn path=/head/; revision=137861
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137859
|
| |
|
|
|
|
|
| |
is disabled entirely.
Notes:
svn path=/head/; revision=137853
|
| |
|
|
|
|
|
|
| |
in server messages wherever this doesn't contradict to a particular
message format.
Notes:
svn path=/head/; revision=137852
|
| |
|
|
|
|
|
| |
can detect format errors.
Notes:
svn path=/head/; revision=137851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137850
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137849
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
add the working directory pathname to the log message if any of
such arguments isn't absolute. This has advantage over the old
way of logging that an admin can see what users are actually trying
to do, and where. The old code was also not too robust when it
came to a chrooted session and an absolute pathname.
Pointed out by: Nick Leuta
MFC after: 2 weeks
Notes:
svn path=/head/; revision=137848
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137847
|