| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 21451
Approved by: jkh
|
|
|
|
|
|
|
| |
the Handbook, rather than some nonexistent tutorial.
PR: 25556
Approved by: nik
|
| |
|
|
|
|
|
|
|
| |
This card was DL10022 based card.
Submitted by: [bsd-nomads:15287]
Yoshihiko SARUMARU <mistral@imasy.or.jp>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is needed even with `-o space' as the kernel decides to be "helpful"
and not really do space optimization. Looking at src/sys/ufs/ffs/ffs_alloc.c
we see why: if (fs->fs_minfree <= 5 ||
fs->fs_cstotal.cs_nffree >
(off_t)fs->fs_dsize * fs->fs_minfree / (2 * 100))
break;
log(LOG_NOTICE, "%s: optimization changed from SPACE to TIME\n"
I have picked `1' vs. `0' just incase some code somewhere has the assumption
the %free can never be `0'.
Helped with understanding why -m 1 made a different: imp
|
|
|
|
|
|
|
|
|
|
|
| |
Corega KK Wireless LAN PCCA-11
NEC WL11C (PC-WL/11C)
NEC Corporation PK-WL001
Submitted by: [bsd-nomads:15128] [bsd-nomads:15159]
[bsd-nomads:15176] [bsd-nomads:15283]
YAMAMOTO Shigeru <shigeru@iij.ad.jp>
NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp>
|
| |
|
|
|
|
|
| |
Submitted by: [FreeBSD-users-jp 59373]
"Masatake E. Hori" <eddie@luft.geo.tsukuba.ac.jp>
|
| |
|
|
|
|
|
| |
SYN segments, IP verifies destination of received packet with
ingress interface, bc update to 1.06, ipfstat -t.
|
|
|
|
| |
LC_ALL takes precedence over other LC_* envariables.
|
|
|
|
|
|
|
|
|
| |
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
|
| |
|
| |
|
|
|
|
|
|
| |
Update: ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst.
Submitted by: knu, jesper
|
|
|
|
|
|
|
| |
case-insensitive and regexp additions, pkg_delete(1) globbing,
tar(1) TAR_SSH, disklabel(8) fixes, rand(3) improvements.
New MFCs noted: pkg_info(1) globbing, burncd(8) -m and related changes.
|
|
|
|
| |
Removed whitespaces at end of lines.
|
|
|
|
| |
actually fsck (and upgrade) a box from boot media again.
|
|
|
|
| |
Reviewed by: Peter Petrakis <peter.petrakis@api-networks.com>
|
| |
|
|
|
|
|
|
| |
for generating floppies.
Mention mdconfig(8) instead of vnconfig(8).
|
|
|
|
|
|
|
| |
fixing a long-standing bogon with this.
PR: 24264
Submitted by: Alec Wolman <wolman@cs.washington.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenSSL ASM optimizations, sysinstall preserving /etc/mail,
savecore -k, pkg_delete(1) now deletes in dependency order.
MFCs noted: ipfilter 3.4.16, ipfw(8) me, gperf 2.7.2,
lpr(1)/lpd(8)/syslogd(8)/logger(1) IPv6-capable,
bzip2(1) packages.
A few typo fixes were backported from RELNOTESng.
Preference was made to features that have been MFC-ed. I'll try to
get HEAD caught up to reality soon.
|
|
|
|
| |
is a high chance that they work modulo minor things.
|
|
|
|
|
|
| |
CVSROOT is mandatory. Also note what CVSROOT has to be set to.
Found by: local make release hacking
|
| |
|
| |
|
| |
|
|
|
|
| |
gives some idea on the age of the source used for the build.
|
| |
|
| |
|
|
|
|
|
| |
Swap for <-> the.
compatability -> compatibility.
|
|
|
|
|
| |
updated, OpenSSH vunerability in SA-01:24 fixed, local support
improved, compat4x distribution, compat3x distribution update.
|
| |
|
| |
|
|
|
|
| |
(One may check if the 8 words added are correct english :) )
|
| |
|
| |
|
| |
|
|
|
|
| |
-CS20 can have 2 CPUs but we don't have SMP currently on alpha
|
|
|
|
|
|
| |
sysinstall(8), pkg_info(1) globbing, rfork_thread(3).
MFCs noted: vidcontrol(1) -g.
|
|
|
|
| |
Approved by: jkh
|
|
|
|
| |
Compatability is not an existing english word.
|
|
|
|
|
|
| |
Seperate does not exist in the english language.
Submitted to look at by: kris
|
|
|
|
|
|
|
| |
the commit logs - I just found the reason for the self-pointing symlink, as
documented in revision 1.517 by phk, who committed the change over a year
ago. Accordingly, put the feature back and drop all plans to MFC the previous
"fix".
|
|
|
|
|
|
| |
asking what it's for and I can't answer since I can't see any conceivable
use for it. Unless someone corrects that impression, I'll also MFC this
change in a few days.
|