Commit Graph

179902 Commits

Author SHA1 Message Date
joerg
6a85fc7cdf Use .Bl -ohang instead of physical markup. 2009-04-11 16:44:01 +00:00
joerg
868fe66e65 Add missing quotes. 2009-04-11 16:29:09 +00:00
joerg
71c479831e Fix markup. 2009-04-11 16:13:49 +00:00
joerg
3d2415a28f Fix markup. 2009-04-11 16:03:29 +00:00
joerg
aa21536cc0 Remove .IP, it doesn't change output. 2009-04-11 15:55:28 +00:00
joerg
d749557c31 Fix markup. 2009-04-11 15:51:44 +00:00
snj
ab4a318284 Typo fix: many file -> many files. 2009-04-11 15:51:42 +00:00
christos
b859fbe7cb Fix PR/37878 and PR/37550: Provide stat(2) for all devices and don't use
fbadop_stat.
2009-04-11 15:47:33 +00:00
christos
bb55634e9d rename ctime to btime for consistency. 2009-04-11 15:46:18 +00:00
joerg
0cc93fa086 Use semantic markup. 2009-04-11 15:44:42 +00:00
joerg
e112b60607 Fix markup. 2009-04-11 15:37:12 +00:00
joerg
326820b20c Fix missing quote. 2009-04-11 15:36:22 +00:00
joerg
d3c6cf0458 .\" are comments, not ./" 2009-04-11 15:35:15 +00:00
joerg
746b955e9e Fix markup. 2009-04-11 15:33:27 +00:00
joerg
592c0f8761 Remove reundant quote. 2009-04-11 15:32:03 +00:00
joerg
79c74bd3c8 Fix markup. 2009-04-11 15:30:49 +00:00
joerg
c4d2456ed9 Improve markup. 2009-04-11 15:29:50 +00:00
apb
c62615c020 In various places that manipulate mtree specs, use "mtree -CS" to sort.
Remove some now-redundant standalone sort commands.
2009-04-11 15:09:32 +00:00
apb
c94e180806 Mention mtree -S 2009-04-11 15:01:52 +00:00
christos
bb2d65e097 - maintain timespec internally.
- set birthtime too.
2009-04-11 14:42:28 +00:00
apb
6e9108295a When an mtree spec file omits a parent directory, "missing directory in
specification", instead of "no such file or directory".
2009-04-11 14:32:51 +00:00
christos
27b54bd918 - magic fix for short files
- knf
from Anon Ymous
2009-04-11 14:22:32 +00:00
wiz
5f950b1010 New sentence, new line. 2009-04-11 13:24:37 +00:00
wiz
159965be32 Sort option descriptions. 2009-04-11 13:24:17 +00:00
wiz
3bafbbb30d New sentence, new line. Remove empty section. Add comma in enumeration. 2009-04-11 13:24:00 +00:00
lukem
35d7a878c6 fix -Wsign-compare issues 2009-04-11 13:01:27 +00:00
lukem
885bfa9fdf fix -Wsign-compare issue 2009-04-11 12:58:03 +00:00
lukem
f93f13ab6f fix -Wsign-compare issue on amd64 2009-04-11 12:55:29 +00:00
lukem
5b2a99f633 fix -Wsign-compare issues 2009-04-11 12:53:52 +00:00
lukem
7f26f737dc fix -Wcast-qual issues 2009-04-11 12:44:29 +00:00
lukem
5cc303e13d Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) 2009-04-11 12:41:10 +00:00
lukem
36869194a3 Fix -Wcast-qual and -Wsign-compare issues 2009-04-11 12:24:37 +00:00
lukem
35ccf17c8c fix -Wcast-qual issues for WARNS=4 2009-04-11 12:18:45 +00:00
lukem
dcbf1a1ff2 Fix WARNS=4 issues (many -Wcast-qual, one -Wsign-compare on amd64) 2009-04-11 12:16:12 +00:00
lukem
49f3b098c6 Fix WARNS=4 (-Wcast-qual -Wsign-compare -Wshadow) issues. 2009-04-11 12:10:02 +00:00
markd
270aadb75a For chown make auth checks consistent with UFS. Fixes PR kern/40933. 2009-04-11 11:59:04 +00:00
lukem
39a8950629 fix -W sign-compare issues. 2009-04-11 11:52:35 +00:00
lukem
53d5aab9a2 fix WARNS=4 issues 2009-04-11 11:26:34 +00:00
lukem
eb2de0beef Resolve -Wcast-qual issues. 2009-04-11 11:10:43 +00:00
scw
a73e6e5f81 Fix previous. printlp() and printclp() are not varargs functions. 2009-04-11 11:04:41 +00:00
scw
9678a68913 Invoke zs_lock_init() _after_ copying console state to avoid a later
lock-related panic.
2009-04-11 11:01:47 +00:00
lukem
94ec558cb9 fix sign-compare issue 2009-04-11 10:57:55 +00:00
scw
403ccaeac2 Fix for install/40961: The RAMDISK kernel has grown significantly
since bootst was written. Grab 3MB of the kernel image from tape
in hackprom_diskrd() instead of 2MB.

Bump bootst version on account of the above fix.

While here, use -Os instead of -O2 to compile mvme68k stand code.
2009-04-11 10:56:12 +00:00
lukem
31582cc99b fix -Wsign-compare and other WARNS=4 issues 2009-04-11 10:43:09 +00:00
skrll
77dafb503d Fixup two more syscalls with 64-bit args.
Remove reference to script that is supposed to do this automatically - I
don't have it.

Fixes PR/41185.
2009-04-11 09:49:23 +00:00
wiz
8216b2d443 Bump date for previous. 2009-04-11 09:44:22 +00:00
apb
af9429a671 Honour the TMPDIR environment variable instead of always using /tmp
as a place to store temporary files.
2009-04-11 09:41:18 +00:00
lukem
ef685eeea9 Enable WARNS=4 by default except for:
dump  dump_lfs  fsck_ffs  fsck_lfs  fsdb  mount_smbfs
	newfs_ext2fs  newfs_lfs  resize_lfs  setkey
2009-04-11 07:58:11 +00:00
lukem
6f957c8d46 fix sign-compare issue 2009-04-11 07:55:35 +00:00
lukem
ad5ee40a86 fix WARNS=4 issues 2009-04-11 07:51:59 +00:00