| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
http://www.de.freebsd.org/de/ftp/unix-stammbaum
|
| |
|
|
|
|
|
|
|
| |
'make -j3 world' works
Jordan points out that this may not be the only place this is required to be
added, but so far, its the only one I've found to break -j3
|
|
|
|
| |
Add range checking for invalid denominator values
|
|
|
|
| |
Fix error with begin variable calculation
|
| |
|
| |
|
|
|
|
|
|
| |
Change "Found end of tape. Load next tape ..." messages to say
"volume" instead of tape. Running cpio off of /dev/fd0 and having
it say "give me the next tape" is kind of ludicrous.. :-)
|
|
|
|
| |
Submitted by: joerg via old gnu/usr.bin/cpio v2.3
|
|
|
|
|
|
|
|
| |
and opened the archive file. This allows "cpio -o -O output_file"
to create the output file with the callers proper umask.
Closed PR# 1391
Add setlocale LC_ALL (from ache).
|
| |
|
|
|
|
|
|
|
| |
- Fix gross spelling and typographical errors pointed out by Keith Bostic.
- Mention -l, --link is only usable with "-p".
Obtained from: old gnu/usr.bin/cpio v2.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
stops regular files with unrepresentable rdevs from being rejected
and makes the output independent of unpreservable metadata.
Don't output a file if the major, minor or totality of its rdev would be
truncated. Print a message about the skipped files to stderr but don't
report the error in the exit status. cpio's abysmal error handling doesn't
allow continuing after an error, and the rdev checks had to be misplaced
to avoid the problem of returning an error code from routines that return
void.
Minor numbers are limited to 21 bits in pax's ustar format and to 18
bits in archives created by gnu tar (gnu tar wastes 3 bits for padding).
pax's and cpio's ustar format is incompatible with gnu tar's ustar
format for other reasons (see cpio/README).
Submitted by: bde via old gnu/usr.bin/cpio v2.3.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is the example is quite spartan.
As pointed out by Bruce there are *three* different filenames being used:
cvs FREEBSD.README
groff FREEBSD-upgrade
libgmp FREEBSD-upgrade
libpcap FREEBSD-upgrade
tcpdump FREEBSD-upgrade
traceroute FREEBSD-upgrade
tcl README.FreeBSD
The handbook states "README.FreeBSD". Perhaps this should be changed?
|
|
|
|
| |
Submitted by: bde
|
|
|
|
|
| |
file.
Noticed by: Eric Jones <ejon@psa.pencom.com>
|
| |
|
|
|
|
|
|
| |
Use isprint() for Localization.
Submitted by: ache via gnu/usr.bin/cpio v2.3
|
| |
|
|
|
|
|
|
| |
(taken from old gnu/usr.bin/cpio)
Reviewed by: phk
|
| |
|
|
|
|
| |
for Turbo C
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
|
|
|
|
| |
and use of off_t. Correct the types of Elf64_Addr and Elf64_Off.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
(I'm not sure why this happens, though I suspect it may be because
the server is configured with only passwd maps instead of both passwd
and master.passwd maps. This is allowed, but I think in this case
pw_class is left NULL, hence the problem.)
Also applied similar patch to chpass/pw_yp.c just for paranoia's sake.
|
|
|
|
| |
Obtained from: NetBSD-bugs PR# 3406
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
breakage.
|
|
|
|
| |
and a syscall vector was out of sync with it's .master file)
|
| |
|
|
|
|
|
|
|
|
| |
in the Lite2 merge to not export some nfs constants. It started causing
warnings when I added a kernel-only #define for DIRBLKSIZ.
Removed `#define NFS'. This was an old, bad interface for telling
<sys/mount.h> to export nfs stuff.
|
|
|
|
|
| |
features, and the one thing that it depended on (DIRBLKSIZ) now has
conflicting spelling.
|
| |
|
|
|
|
|
| |
second socket. If we're going to check for reserved ports, we should
do it properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use the same value of 512 (ufs actually uses DEV_BSIZE). There are
too many versions of DIRBLKSIZ, one for ufs, one for ext2fs, one for
nfs, one for ibcs2, one for linux, one for applications, ... I think
nfs's DIRBLKSIZ needs to be a divisor of the directory blocks sizes
of all supported file systems. There is also NFS_DIRBLKSIZ, which is
different from nfs's DIRBLKSIZ but is sometimes confused with it in
comments.
Removed a bogus #ifdef KERNEL that hid the tunable constants for nfs.
This came in undocumented with the Lite2 merge although it isn't in
Lite2. It required more-bogus #define KERNEL's in fstat and pstat
to make the constants visible.
Restored a spelling fix from rev.1.17.
Removed duplicate #defines of all the the NFS mount option flags.
|
|
|
|
| |
the code appears to support it.
|
|
|
|
|
|
|
| |
it's done for pci. This is so that systat and vmstat can get at the
interrupt counts for the Inter-Processor Interrupts when running a smp
kernel. This doesn't affect the normal kernel, but makes life easier for
the smp people who don't have to track two versions of config.
|
|
|
|
| |
target (ie: don't do anything accidently)
|
| |
|
|
|
|
|
|
| |
they were created later on. This is not the case when processing
syscalls.isc in the ibcs2 area. (It generates no declarations, it's
all either hidden (already prototyped elsewhere) or unimplemented).
|
|
|
|
|
| |
You may want to add "flags 0x31" to apm0 if you have a lousy
implementation. Read LINT.
|
|
|
|
|
|
|
|
| |
vnconfig doesn't seem to be in Lite2, although dev/vn is. The Lite2
merge in userland has converted all mount calls except this one and
one for devfs in init, so we can drop support for old mount args soon.
Vnconfig probably shouldn't support mounting - it only supports ufs.
|