| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change the name of ppp.disabled to ppp.deny for consistency with
at.deny and friends.
|
|
|
|
| |
Suggested by: Narvi <narvi@haldjas.folklore.ee>
|
|
|
|
| |
sample list of acceptable shells.
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
|
|
|
|
| |
Suggested by: jkh
|
|
|
|
|
|
|
| |
nfs requests from non-privileged ports.
Change mountd such that it does never set this variable, but only clears
it when run with -n. Also document this in the man page.
|
|
|
|
|
|
|
| |
`stty's. 'nuff said.
Inventor: joerg@FreeBSD.org
Reviewer: sos@FreeBSD.org
|
| |
|
|
|
|
| |
Reviewed by: jkh
|
|
|
|
|
| |
Bruce points out that it breaks things if someone doesn't do a 'make depend',
but I just found out that it breaks 'make depend' itself :(
|
| |
|
| |
|
|
|
|
| |
entries. Mention it in make.conf.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Leave dumpdev, but kill the savecore variable. Thus, it's still off
by default, but all you need is enabling dumpdev now.
phk's old argument that savecore might inadvertendly fill up the disk
no longer counts, savecore now correctly obeyes a `minfree' file, and
we ship our systems with such a file that even has a reasonable
default.
|
|
|
|
|
|
| |
Submitted-by: Takashi Saeki
Closes PR#2989
|
|
|
|
| |
Candidate for 2.2.
|
| |
|
| |
|
|
|
|
|
| |
selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb).
Also, make it make all devices up to and including the requested one.
|
|
|
|
| |
bogons in /usr/src/include/Makefile.
|
|
|
|
|
|
|
| |
or from a telnet session). So basically, this setting will only get in
effect in the single-user shell.
Closes PR # 2395.
|
|
|
|
|
| |
don't ever attempt to prune readonly filesystems, and properly quote
*.core against the shell.
|
|
|
|
| |
we do for other disk devices, too.
|
| |
|
| |
|
|
|
|
| |
The -g option to ls has been depreciated.
|
|
|
|
|
|
|
|
| |
Fixed munged whitespace (just 2 lines of it). The mtree files were
originally generated by `mtree -cdinx -kuname,gname,mode'. This
gives output with no tabs except in the header. The format should
be preserved by manual updates so that the files don't change a
lot when they are regenerated.
|
| |
|
| |
|
|
|
|
| |
Pointed out by: ache
|
| |
|
|
|
|
| |
bumped select limit
|
|
|
|
| |
Closes PR# 1944.
|
|
|
|
| |
it doesn't exist. Closes PR# 326.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows find to pass files with "illegal" characters to xargs in a
safe manner.
Note: due to the manner in which the file names are now passed between
find and xargs, the files are now sorted differently than before.
The first /etc/security run after installing this change may result
in a lot of output when nothing did in fact change.
Closes PR# 1910.
2.2 candidate.
|
|
|
|
|
|
| |
bits of grammar.
Added a decent pmdemand example for dynamic IPs on both sides.
Could this be a 2.2 candidate ?
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
at runtime.
etc/make.conf:
Nuked HAVE_FPU option.
lib/msun/Makefile:
Always build the i387 objects. Copy the i387 source files at build
time so that the i387 objects have different names. This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.
lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.
lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.
sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization. The PIC case is
messy. The old i387 entry points are renamed. Renaming is easier
here because the names are given by macro expansions.
|
| |
|
|
|
|
|
|
|
|
|
| |
with ZIP drives..
use with:
disklabel -r -w -B sdx zip100
Submitted by: dave blizzard <dblizzar@sprynet.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
diff output, and replace them with "(password)". The diffs get
mailed to root, which in many cases is forwarded across the
Internet. A patient sniffer could acquire the entire "master.passwd"
file by saving all the diffs. With this fix, you still see that the
password changed, but you don't see the details.
Unless somebody talks me out of it, I am going to merge this into -2.2
in 48 hours.
|
| |
|
|
|
|
|
|
| |
that it matched the terms used in the manual page.
Closes PR# 2663.
|
|
|
|
| |
Forgotten by: julian
|
|
|
|
|
|
| |
dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for
$scisctl. Use dkminor() instead of repeating part of it for special cases.
Shortened some long lines.
|