Commit Graph

136056 Commits

Author SHA1 Message Date
blymn
a682aea6b1 Remove outdated verifiedexec(4) man page, add veriexec(4) to makefile 2005-04-25 00:43:26 +00:00
blymn
3c941b3ee9 Remove veriexec(4) man page. 2005-04-25 00:40:31 +00:00
christos
fab093cf4d Apply patch from the RedHat CVS tree. Avoids issue with -O3 using the
wrong registers with some opcodes, the error is:
Error: Illegal operands: There are only 32 single precision f registers; [0-31]
And the code to cause this is:
	return (cond) ? x : -x;
where x is double.
2005-04-24 23:53:18 +00:00
christos
631ccd6107 Revert the previous patch. It is not worth it optimizing the code to avoid
compiler errors because it makes it gratutiously different.
2005-04-24 23:29:06 +00:00
dyoung
9b9ed510b0 Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
and the set lists.
2005-04-24 21:43:03 +00:00
christos
01592c7cfe not supporting %c is confusing and it only uses up a few bytes. 2005-04-24 21:11:58 +00:00
dyoung
6b4168a18a Add IEEE 802.11 manual pages from FreeBSD. 2005-04-24 21:11:07 +00:00
christos
19139351d0 Simplify the code and avoid a compiler issue with -O6 on sparc64:
Error: Illegal operands: There are only 32 single precision f registers; [0-31]
2005-04-24 19:33:52 +00:00
christos
950f51e55c Remove unused, -- just used is enough. From uwe. 2005-04-24 18:18:52 +00:00
christos
d066f8aee0 Add a __used__ attribute next to the __unused__ attribute, because we don't
want the optimizer to get rid of the whole code erroneously (which happens
with -O6 on sparc64).
2005-04-24 18:15:52 +00:00
christos
557621f75a KNF, WARNS=3. 2005-04-24 17:46:06 +00:00
thorpej
f190e3a631 Fix error message when input file does not exist. From James Lowden. 2005-04-24 17:08:42 +00:00
hannken
dc13562a0c Fix an inconsistency where the last block of the snapshot contains old data.
The last block of the file system is written to the snapshot before the
file system is suspended.  If the last cylinder group is modified after
the file system is suspended the last block of the snapshot may contain
old data.  So update this block again.
2005-04-24 15:49:37 +00:00
kleink
57830ae5af Fix printf format/argument mismatch.
XXX The surrounding conditional is bogus.
2005-04-24 13:34:18 +00:00
kleink
14fc3b7ba8 Fix printf format/argument mismatch. 2005-04-24 13:31:01 +00:00
blymn
f83fbb398f Add bugs sub-heading to warn about whitespace in filenames. 2005-04-24 13:23:55 +00:00
blymn
97b6046c76 Put back the changes made by Wiz 2005-04-24 13:16:26 +00:00
blymn
05e15c389d Move veriexec(4) man page to correct place. 2005-04-24 13:14:50 +00:00
blymn
4e1039d5bc Shift veriexec(4) man page to correct place. 2005-04-24 13:09:48 +00:00
blymn
d725d86471 Fix possible bad memory reference, add panic on inconsistent state. 2005-04-24 12:58:26 +00:00
abs
5fed39f04c Fix for Portuguese keymap from Rui Paulo 2005-04-24 08:18:47 +00:00
christos
13d863367b Pax longopts were not empty element terminated. 2005-04-24 03:39:26 +00:00
christos
14f615efd9 If we cannot resolve a path, that probably means that we have not created
directories for that path yet. So, do the check for each component recursively
and succeed if none of the components fall outside our current working
directory.
2005-04-24 03:36:54 +00:00
christos
bc5cd54e43 PR/20228: Simon Burge: pax has problems reading a particular cpio archive
The problem here is that the archive is too short (< 512 bytes). The
buffer routines, try to read at least 512 bytes, even when we try to determine
what format file we have, which is wrong.
2005-04-24 03:26:03 +00:00
christos
15ea30eb09 PR/18759: FUKAUMI Naoki: pax/tar dot-dot handling broken
PR/18840: Frederick Bruckman:  Fix for PR/18663 incomplete pax symlink handling

This patch makes ``--insecure'' do something. Now if ``--insecure''
is not set (the default) we do a realpath(3) in all the pathnames
that we are trying to create and if either realpath fails, or the
path is outside our working directory, we print a warning and die.
This maybe too strict and might fail on valid archives that create
symlinks and directories in the wrong order.
2005-04-24 01:45:03 +00:00
christos
06a1f6e7f2 For clarity instead of using -1 and -2 use the negative of the archive type. 2005-04-24 01:24:57 +00:00
christos
71c0f67846 PR/20071: Perry Metzger: --extract handling is broken. This patch fixes
Perry's example.
2005-04-24 01:23:21 +00:00
uwe
6bfe2d7005 Correct the comment about lid state bit. 2005-04-24 00:49:54 +00:00
wiz
22a0421626 Add openssl_errstr(1). 2005-04-24 00:15:02 +00:00
wiz
4878707c24 Oops, openssl_errstr(1), not (3). 2005-04-24 00:13:50 +00:00
wiz
d3e15626be Add openssl_errstr(1). 2005-04-24 00:12:07 +00:00
wiz
e19d039592 regen (sync with 0.9.7g). 2005-04-24 00:10:02 +00:00
kleink
0ebf35e25b tzdata2005i out and imported. 2005-04-23 22:21:10 +00:00
kleink
eadb9da154 Import tzdata2005i. 2005-04-23 22:19:33 +00:00
christos
9761c1c701 Don't take into account zero length mountpoints. 2005-04-23 22:18:17 +00:00
christos
a8090b3963 add back moduli 2005-04-23 21:12:47 +00:00
christos
c20fe9e615 add new files. 2005-04-23 20:32:17 +00:00
perseant
a73b3b19ea Check parts of pass 5 even if only rolling forward. We can't check the true
segment holdings against the blocks held by the inodes, but we can still
check the cleanerinfo data against the segment table.
2005-04-23 20:21:03 +00:00
perseant
2f695b5476 Provide a resize_lfs(8), including kernel and cleaner support. The current
implementation requires the fs to be mounted while resizing.  Tested in both
directions, and everything appears to work happily, but ymmv.
2005-04-23 19:47:51 +00:00
christos
cfbdd1b3ca mention new openssl. 2005-04-23 19:32:34 +00:00
christos
31ed567522 resolve conflicts. 2005-04-23 19:31:14 +00:00
christos
ed314b4eb0 from www.openssl.org 2005-04-23 19:10:56 +00:00
christos
9eeafec5da update am-utils. 2005-04-23 19:01:39 +00:00
christos
f6a8412c23 Disable MAP_NIS and MAP_HESIOD. Set by a command line switch. 2005-04-23 18:53:52 +00:00
christos
38860b269e Fix compilation issues. 2005-04-23 18:51:18 +00:00
christos
beb4d24e39 Adjust to new am-utils. 2005-04-23 18:41:43 +00:00
christos
8afc62ec7e cleanup junk and add our conversion script. 2005-04-23 18:41:04 +00:00
christos
70a4c9e35e Resolve conflicts. 2005-04-23 18:38:17 +00:00
christos
b689db021c from ftp.am-utils.org 2005-04-23 18:07:47 +00:00
thorpej
f14aa82677 netbsd.sgimips -> netbsd.arc 2005-04-23 17:35:53 +00:00