| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
toolchain.
Reviewed by: current@freebsd.org
Axe kindly supplied by: Institute of Danish Surgeons
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
packet divert at kernel for IPv6/IPv4 translater daemon
This includes queue related patch submitted by jburkhol@home.com.
Submitted by: queue related patch from jburkhol@home.com
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
|
| |
|
| |
|
|
|
|
|
|
| |
are no longer the same organisation.
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
|
| |
|
| |
|
|
|
|
|
|
| |
database.
PR: misc/10803 misc/10804
|
|
|
|
|
|
|
|
| |
Add section number to .Xr reference.
Add DIAGNOSTICS section name.
Remove unused #includes.
Be consistant in the parsing of flags and add missing option in usage string.
Add rcsid.
|
|
|
|
| |
Add ``c89: '' in front of error messages to be errx()-like.
|
|
|
|
|
| |
Add rcsid. Use errx instead of fprintf + exit.
Various spelling fixes.
|
|
|
|
| |
Document -d flag. Rework SYNOPSIS section
|
|
|
|
|
| |
PR: docs/15265
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
|
|
|
|
| |
Noticed by: Thomas Stromberg <tstromberg@rtci.com>
Obtained from: OpenBSD
|
|
|
|
| |
Noticed by: Thomas Stromberg <tstromberg@rtci.com>
|
|
|
|
| |
Reviewed by: imp
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
now be specified on the command line. Accept a '-s' option which
controls whether a switch-statement is to be used instead of a series
of if-statements.
Replace cpp with gcc -E.
Discussed with: bde
|
|
|
|
|
|
|
|
|
|
|
| |
the environment. This allows big ID warnings to be suppressed for
vipw and chpass as well.
Since the environment variable test is only performed for callers
of pw_scan() that do not set pw_big_ids_warning, the test can still
be overriden. Currently, chpass and pwd_mkdb are the only users
of pw_scan() and neither of them overrides the environment variable
test.
|
|
|
|
|
|
|
| |
the breakage people have encountered at certain times (for example
when the altq_*.h files were removed).
$FreeBSD$ tag added.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
cylink/dnssafe is missing, but here it is anyway.
|
| |
|
|
|
|
| |
disable them pending an import and cleanup of bind 8.2.2.p5.
|
|
|
|
|
|
| |
to be a security problem, but it's not totally impossible. OpenBSD take note
Reviewed by: imp
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
make(1) uses sysctlbyname() to find out if it is running on a PC98
machine. This check has been added on 1998/9/9. The MIB variable was
added on 1998/8/31. At that time __FreeBSD_version was 300003. So,
only perform the check *if* __FreeBSD_version is defined and if it's
greater than 300003.
For the record: sysctlbyname was added on 1997/5/30 so this change
automaticly handles that...
|
|
|
|
| |
Add rcsid. Remove unused #includes. Cosmetic in error messages.
|
| |
|
| |
|
|
|
|
| |
Mostly submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
New features are:
Automatic lookup using *.whois-servers.net
Recursive lookup using Registrar's name
Fallback to InterNIC for non-domains
-m for RADB database
-Q to turn recursion/fallback off
Obtained from: OpenBSD
|
|
|
|
|
| |
This also prevents the line-wrap and messed up display that occurs
when there happens to be one or more names with 15 chars.
|
|
|
|
|
| |
/dev/null as the default kernel and /dev/mem filenames, but still allow
the usual overrides)
|
|
|
|
|
|
|
|
|
|
|
|
| |
seconds caused overflow. Use a type-safe but slightly slower comparison.
Comparisons for other fields are still fragile.
Fixed rounding of cputime (don't do extra work to get it slightly wrong
by first converting without rounding to milliseconds).
Removed dead code for setting cputime.
Fixed comments about cputime.
|
| |
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.
Tags added to:
sys/boot/Makefile
sys/boot/arc/loader/Makefile
sys/kern/Makefile
usr.bin/cpp/Makefile
usr.bin/gcore/Makefile
usr.bin/truss/Makefile
usr.bin/gcore/Makefile:
fixed typo: MACHINDE -> MACHINE_ARCH
|
| |
|
|
|
|
|
|
| |
changes. Thanks, Mr. Edwards!
Submitted by: Peter Edwards <peter.edwards@ireland.com>
|