summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The Unix system family tree, BSD part. This is a local copy ofwosch1997-03-311-0/+174
| | | | http://www.de.freebsd.org/de/ftp/unix-stammbaum
* Add/document MAKEFLAGS into /etc/make.conf, using -j3 as examplescrappy1997-03-303-3/+15
|
* Add ${MAKEFLAGS} to ${MAKE} in _SUBDIRUSE so that something likescrappy1997-03-301-2/+2
| | | | | | | '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
* Use srandomdev() nowache1997-03-301-4/+5
| | | | Add range checking for invalid denominator values
* Use srandomdev() nowache1997-03-301-5/+10
| | | | Fix error with begin variable calculation
* Implement the `detach' command for remote GDB. It gets you back at DDB.joerg1997-03-302-0/+16
|
* Move uucplock into libutil and create a manual page.brian1997-03-308-16/+123
|
* JKH says:obrien1997-03-301-2/+2
| | | | | | 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.. :-)
* don't lookup rsh(1) at bogus pathnamesobrien1997-03-301-17/+1
| | | | Submitted by: joerg via old gnu/usr.bin/cpio v2.3
* Don't set the umask until after we have processed the argumentsobrien1997-03-301-1/+11
| | | | | | | | 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).
* Support dummy lchown() so that cpio understands 4.4 symbolic links.obrien1997-03-301-0/+5
|
* - Correct the recommended option for "find" from "-depth" to "-d".obrien1997-03-301-3/+5
| | | | | | | - 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.
* Output a zero rdev except for bdevs, cdevs, fifos and sockets. Thisobrien1997-03-301-2/+140
| | | | | | | | | | | | | | | | | | | 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.
* Fix typo.obrien1997-03-301-1/+1
|
* Add an example README.FreeBSD. The tcl one you tend to refer to since tclobrien1997-03-301-1/+44
| | | | | | | | | | | | | | | | 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?
* Fix mount call for devfs.phk1997-03-301-2/+1
| | | | Submitted by: bde
* Fix embarrasing typo that survived because I applied the wrong patch-phk1997-03-302-6/+6
| | | | | file. Noticed by: Eric Jones <ejon@psa.pencom.com>
* I goofed, Makefile lchown.c don't belong here.obrien1997-03-302-47/+0
|
* Replace ctime by strftime %c to use national representation.obrien1997-03-302-2/+18
| | | | | | Use isprint() for Localization. Submitted by: ache via gnu/usr.bin/cpio v2.3
* FreeBSD BSD-style Makefile for contributed CPIO source.obrien1997-03-291-0/+19
|
* Rodney Grimes's dummy lchown() so that cpio understands 4.4 symbolic links.obrien1997-03-291-0/+27
| | | | | | (taken from old gnu/usr.bin/cpio) Reviewed by: phk
* Don't need tcexparg.c on FreeBSD.obrien1997-03-291-1/+3
|
* Don't need tcexparg.c which impliments Unix-style command line wildcardsobrien1997-03-291-240/+0
| | | | for Turbo C
* FreeBSD specific readme for contributed CPIO soruces.obrien1997-03-291-0/+13
|
* This commit was generated by cvs2svn to compensate for changes in r24398,obrien1997-03-2942-0/+12345
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU cpio v2.4.2.obrien1997-03-2942-0/+12345
|
* Fix broken built-in ELF file handling, caused by missing prototypesjdp1997-03-292-3/+7
| | | | and use of off_t. Correct the types of Elf64_Addr and Elf64_Off.
* Add the "resvport" option, now that FreeBSD NFS servers require it.jdp1997-03-291-1/+1
|
* back out rev 1.8 (last minute CDROM releases)wosch1997-03-291-6/+0
|
* Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.wpaul1997-03-292-3/+5
| | | | | | | | | (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.
* The text describing exit values >1 was formatted incorrectly.mpp1997-03-291-2/+2
| | | | Obtained from: NetBSD-bugs PR# 3406
* Remove orand* code as promised for the next releaseache1997-03-292-20/+4
|
* YAMF22jkh1997-03-291-2/+2
|
* Remove unneded define from CFLAGS (from orand* compatibility)ache1997-03-291-1/+1
|
* Remove orand* compatibility as promised (next release)ache1997-03-291-5/+1
|
* Remove conflicting declaration of sys_errlist, which caused make worldjdp1997-03-291-3/+0
| | | | breakage.
* Regenerate (include file changes, stray blank lines (cosmetic),peter1997-03-298-21/+11
| | | | and a syscall vector was out of sync with it's .master file)
* Renerate (some include files were changed)peter1997-03-293-6/+4
|
* Removed `#define KERNEL'. This was a hack-around for nfs.h being brokenbde1997-03-292-8/+0
| | | | | | | | 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.
* Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsbde1997-03-294-8/+4
| | | | | features, and the one thing that it depended on (DIRBLKSIZ) now has conflicting spelling.
* Fix some bugs from bde's list (long lines)peter1997-03-291-5/+9
|
* Be a bit more careful about what port number we are using for thepeter1997-03-291-3/+7
| | | | | second socket. If we're going to check for reserved ports, we should do it properly.
* Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.bde1997-03-296-258/+30
| | | | | | | | | | | | | | | | | | | 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.
* Allow the samplerate (in DPI) to be set on the command line, the rest ofpeter1997-03-292-2/+9
| | | | the code appears to support it.
* Reserve a placeholder for 4 SMP ipi interrupts in the same way thatpeter1997-03-292-2/+6
| | | | | | | 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.
* Be consistant with the other syscall makefile's handling of the defaultpeter1997-03-292-2/+8
| | | | target (ie: don't do anything accidently)
* Add a Makefile to build all three syscall tablespeter1997-03-291-0/+26
|
* Make sure we touch all the temporary files at startup, because we assumepeter1997-03-291-1/+3
| | | | | | 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).
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-2912-123/+191
| | | | | You may want to add "flags 0x31" to apm0 if you have a lousy implementation. Read LINT.
* Use new mount args (mount "ufs" instead of MOUNT_UFS).bde1997-03-291-1/+1
| | | | | | | | 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.
OpenPOWER on IntegriCloud