| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add proper type casting to random calls
Should go into 2.2
|
|
|
|
|
|
|
|
|
|
|
| |
null-terminated.
Fixed a wrong if statement which should test a string is
empty where in fact it tested the string pointer was NULL.
Should go to RELENG_2_1 and RELENG_2_2.
Reviewed by guido@freebsd.org.
|
|
|
|
|
|
|
|
| |
null-terminated.
Should go to RELENG_2_1 and RELENG_2_2.
Reviewed by guido@freebsd.org.
|
|
|
|
|
|
|
|
|
| |
Slight modification of patch by wollman.
Closes PR#2870
Reviewed by: wollman
Submitted by: Marc Slemko <marcs@znep.com>
|
|
|
|
|
| |
. don't try to interpet a colon in the pathname as a port number
. don't report an errno message when one don't exist
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
undocumented FTP_PROXY_USER
Make FTP file errors contian hostname and path.
Pass the FTP port to libftp.
Partially un-HTMLify error messages returned from server
Handle "HTTP NNN" instead of "HTTP/V.vv NNN" response sent by
pre-HTTP/1.0 servers
Reviewed by: wollman
|
|
|
|
| |
Print VFCF_UNICODE flag in the unlikely event that it is set.
|
| |
|
|
|
|
| |
in bsd.obj.mk.
|
|
|
|
| |
NULL terminated
|
|
|
|
|
|
|
|
|
|
|
|
| |
given. This makes more -e basically usable at all when your termcap
entry supports an alternate screen buffer (like xterm-r6).
I wonder whether we should make more -e the default. Oure more seems
to be the only one on the world with this funny behaviour.
2.2 candidate
Submitted by: dawes@rf900.physics.usyd.edu.au (David Dawes)
|
| |
|
|
|
|
|
|
| |
Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
Use '.for' loop from make(1), not sh(1) 'for' loops.
|
| |
|
|
|
|
|
|
| |
Use '.for' loop from make(1), not sh(1) 'for' loops.
Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
|
|
|
|
| |
variable name (with different functionality)
|
|
|
|
| |
introduced by LOGIN_CAP
|
|
|
|
|
|
|
|
|
|
|
|
| |
on chpass & passwd and turn the links into individual files
with the schg flag set, make install will fail to install all
of the proper links.
Fixed by removing the schg flag on all of the links before installing.
Closes PR# 2040.
Submitted by: Ph. Charnier <charnier@xp11.frmug.org>
|
| |
|
|
|
|
| |
Obtained from: NetBSD PR# 3235
|
|
|
|
| |
Should go into 2.2
|
|
|
|
| |
count free mbufs correctly.
|
|
|
|
| |
groveling about in kmem.
|
|
|
|
|
|
|
| |
no conseqeunces as we ship with a non-empty wheel.
Closes PR/1882
Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no>
|
| |
|
|
|
|
| |
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
"begin [0-7]* *". Now `begin with, ' is not a header line.
Do a boundary check for body characters. Characters less than 33 or
greater than 96 are out of range. If characters are out of range
uudecode print a error message and die.
|
| |
|
|
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Closes #PR bin/2755
|
|
|
|
| |
2.2 Candidate
|
|
|
|
|
|
|
|
| |
corruption of file being recieved to stdout.
Submitted-by: Kent Vander Velden <graphix@iastate.edu>
Closes PR#2739
|
|
|
|
|
|
|
| |
eliminates the "X-authentication-warning" header line that
has been coming out since I made it so that sendmail is
run totally as the user whose calendar file is currently
being processed.
|
|
|
|
|
|
|
| |
what bison does with -o, except it DTRT with respect to naming
the .code file when the -r switch is also used.
Submitted by: bde
|
|
|
|
| |
(based on my running it on 2.2-GAMMA)
|
|
|
|
|
|
|
|
|
| |
file. When it is don't do the percentage update, but still display the file
size and rate.
Closes PR#2725
Reviewed by: wollman
|
| |
|
|
|
|
|
| |
Fixed usage message to match reality (-a was missing) and man page
(arg names were spelled differently).
|
|
|
|
|
|
|
| |
the kernel malloc, netstat was never updated to reflect the fact that
there are once again allocated-but-free mbufs, just as there are
clusters, and so the information presented about how much memory was
allocated to the network was bogus. Fixed.
|
|
|
|
| |
Obtained from: NetBSD-bugs PR# 3214
|
| |
|
|
|
|
|
|
| |
eliminate unsightly blank line.
Possibly a 2.2 candidate.
|
|
|
|
| |
Submitted by: bde
|