| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: junker@jazz.snu.ac.kr
|
|
|
|
|
|
| |
character as character 32 (space) instead character 64 (`).
See also 'The UNIX-HATERS Handbook', page 82-83.
|
|
|
|
| |
the root password is empty.
|
|
|
|
|
| |
Rearrange validation logic so that it works correctly when
compiled with kerberos support. Closes PR#3056.
|
|
|
|
| |
Use srandomdev() now
|
| |
|
|
|
|
| |
Obtained from: BSDi by way of Keith Bostic
|
|
|
|
| |
OpenBSD has a similar code, but this was indepenent.
|
|
|
|
|
| |
This has the desired side-effect of preventing a bad hyphenation
of the word FreeBSD in one place.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
|
|
| |
that pulls all the files from contrib.
Obtained from: The ports collection (mostly).
|
|
|
|
| |
writing to the tty while they are running because they don't.
|
|
|
|
| |
assignment).
|
|
|
|
| |
update this script to reflect that.
|
|
|
|
| |
in file v3.22, so this one is going away.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Cleanup of #ifdef's for LOGIN_CAP.
Fixed bug in empty shell (closes PR#2550).
Refused root logins now displays standard "Login incorrect" and
exhibits identical backoff behaviour to a failed login.
Cleaned up logging of refused logins.
Use #defines for login retries and backoff. Also implemented
definable variables if LOGIN_CAP is defined, with
"login-retries" and "login-backoff" as capabilities
in the default class (closes PR#2805).
TERM from previous environment is no longer truncated.
|
| |
| |
| |
| |
| | |
handle \r\n and \n\r files properly.
Previous variant put ^M for \r\n and ^M\n for \n\r
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
procs memory page disks faults cpu
r b w avm fre flt re pi po fr sr w0 w1 in sy cs us sy id
1 0 04135184 6016 180 2 1 0 158 135 10 0 386 1820 77 20 6 74
looks like:
procs memory page disks faults cpu
r b w avm fre flt re pi po fr sr w0 w1 in sy cs us sy id
1 0 0 4135188 6016 180 2 1 0 158 135 10 0 387 1821 77 20 6 74
|
| |
| |
| |
| |
| |
| |
| | |
over a file owned by someone else.
Pointed out by: wosch
Reviewed by: sef, imp, proff@suburbia.net, bde
|
| |
| |
| |
| | |
Should go into 2.2
|
| |
| |
| |
| | |
Obtained from: NetBSD-bugs mailing list PR# 3321
|
| |
| |
| |
| |
| |
| | |
Closes PR#2947
Submitted-by: Peter Childs <pjchilds@imforei.apana.org.au>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
understand whiteouts (FTS_W from fts()).
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
"for reference". This doesn't change anything since all files
have been touched.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
severely bogus mask guessing in the netname code, and also reports the
mask length of the route (like linux's netstat, but in a much more compact
form)
The current code is doing bogus things like shifting c-class subnets by
4 bits and looking them up, causing a DNS lookup of 0x0C0CBxxx which
takes an eternity to fail.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
kind of expressions caused a dereferencation of an uninitialized malloc
area, yielding wrong expression evaluation at best, and core dumps at
worst (malloc.conf -> AJ):
find ... ! \( expr1 ! expr2 \) ...
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
except `install' at install time. Don't build things at install time.
Don't hide the build steps using @. Install with mode ${NOBINMODE}
instead of 444.
Poor source layout made this harder than it should have been. E.g.,
a suffix rule can't be used because of the subdirectories, and a
new makefile per subdirectory (i.e.m per data file) would be excessive.
See /usr/src/usr.bin/mklocale for a better organisation.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|