tjr
9ce8567e45
sh appeared in Version 1, not System V.1.
2002-05-25 12:18:27 +00:00
tjr
290ce9e466
Implement `set +o', which displays the currently set options in a format
...
suitable for re-input into the shell.
2002-05-25 12:11:58 +00:00
tjr
8f932f078d
Sync usage message with manual page synopsis.
2002-05-25 11:37:10 +00:00
bde
9b3a249b6b
Fixed printf format errors which apparently crept in while -Wformat was
...
disabled for gcc-3.
2002-05-25 11:18:03 +00:00
bde
4013a9be11
"Fixed" printf format errors (64-bit daddr_t casualties; should use %jx
...
instead of %llx when %j is available).
Changed nearby output formats from %x to %#x so that it is obvious that the
numbers are in hex (vinum mostly uses 0x%x elsewhere).
Didn't fix nearby format printf errors (long lines).
2002-05-25 11:12:30 +00:00
bde
aa68d84998
Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
...
Printing daddr_t's using %d format was always an error, but gcc's
warning about it was ignored for supported 64-bit arches and not printed
for supported 32-bit arches. Hundreds if not thousands thousands of
previously "fixed" daddr_t printings are now broken on 32-bit machines
by casting daddr_t's to longs. daddr_t's should be printed using %jd
format, but this fix uses %lld since %j is not implemented in the
kernel yet.
Fixed some nearby format printf errors (style bugs).
2002-05-25 11:05:07 +00:00
bde
a361c10d4b
Fixed a printf format error. It was old and should have been detected by
...
gcc-2.9x, but somehow wasn't fixed already.
2002-05-25 10:48:03 +00:00
tjr
8ad547bb95
Bad numeric arguments or usernames should cause non-zero exit status.
2002-05-25 10:37:24 +00:00
ru
0adccddf2f
Make these work with one-true-awk.
...
Spotted by: nyan
2002-05-25 10:37:00 +00:00
tjr
cb22bdeaa9
Determine exit status to use before writing diagnostic message; warn()
...
may change errno.
2002-05-25 03:32:23 +00:00
tjr
bfb5f8c97e
Typo: use plural now that we have more than one option.
2002-05-25 03:08:21 +00:00
tjr
8007b11dcd
If a file cannot be processed, try to process any remaining files
...
then exit non-zero.
2002-05-25 03:04:28 +00:00
jake
78f440201e
Convert the interrupt queue from an array to a linked list. Implement
...
intr_dequeue in asm so that it can easily be modified to do light weight
context switching.
2002-05-25 02:39:28 +00:00
obrien
36a393821f
The man page is VERY WRONG about using "-o noupdate" with -s.
...
So fix it, and add an example using -s.
2002-05-25 01:46:44 +00:00
jake
147967841d
Try to handle "double faults" occuring at more trap levels (ie 4 :)).
2002-05-25 01:45:11 +00:00
jake
3f95a770f9
Minor style.
2002-05-25 01:44:08 +00:00
jake
88bdee3b2f
Make the run queue parameters machine dependent. Optimize 64 bit
...
architectures by using a 64 bit word for the bit array which keeps
track of non-empty queues.
Reviewed by: peter
2002-05-25 01:12:23 +00:00
sheldonh
01468c7510
Regen:
...
* Hart: rev 230 of pcidevs.txt (2002-05-21)
* Boemler: vendors.txt (2002-05-24)
2002-05-24 22:01:18 +00:00
alfred
261ae522bc
Backout 1.54 (restore definition for printf0 to actually do something).
2002-05-24 19:16:08 +00:00
trhodes
2cd0ea3f3a
Add the word ``fields'' to the description, and change an instance from
...
fields to num in the SYNOPSIS
Noticed by: keramida
2002-05-24 19:12:02 +00:00
mux
ad5538a97f
Convert mount_ext2fs(8) to nmount(2).
...
Reviewed by: iedowse
2002-05-24 17:39:37 +00:00
mux
79cff52393
Convert ext2fs to nmount(2).
2002-05-24 17:38:01 +00:00
ru
265340befb
Forgot to commit this for the includes' ->
buildincludes',
...
`incsinstall' -> `installincludes' changes.
2002-05-24 16:08:13 +00:00
ru
b4b6d4dfb9
Back out the ``run shell from $PATH'' change; this was an overkill
...
and is insecure.
Requested by: bde
2002-05-24 15:51:27 +00:00
gshapiro
61c41bc60d
Add release notes for the changed file permissions on sendmail alias
...
and map databases as well as the statistics file.
MFC after: 1 day
pending RE approval
2002-05-24 15:50:34 +00:00
imp
5d0d03b327
Correct US Robotics Wireless Card 2410 entry
2002-05-24 15:28:38 +00:00
des
2de71ade06
Add openpam_nullconv.3.
2002-05-24 13:22:15 +00:00
des
418fa5ac12
Add missing include.
2002-05-24 13:20:40 +00:00
des
86052d5cf6
This commit was generated by cvs2svn to compensate for changes in r97241,
...
which included commits to RCS files with non-trunk default branches.
2002-05-24 13:18:43 +00:00
des
658709f5bc
Vendor import of OpenPAM Cinquefoil.
2002-05-24 13:18:43 +00:00
tmm
8ec9122989
Fully reset a gem on some error conditions; otherwise it would hang in
...
about 1 of 10 cases.
Proposed and tested by: phk
2002-05-24 12:47:41 +00:00
ru
26e1492d4c
Convert Perl scripts to awk(1).
2002-05-24 11:03:41 +00:00
tjr
74ff5f42c5
If a file argument cannot be processed, process the remaining ones
...
and exit non-zero (SUSv3)
2002-05-24 10:58:21 +00:00
tjr
2292a0fbef
When a file name of "-" is given, read from standard input (SUSv3)
2002-05-24 09:56:18 +00:00
markm
1ccb024996
The previous ANSIfication did not take into account earlier,
...
non-compliant compilers. Revert to the compatible form to allow
upgrade-builds.
2002-05-24 09:40:51 +00:00
markm
a270561fea
The previous ANSIfication did not take into account upgrade-builds
...
uing an earlier, non-compliant compiler. Revert to the compatible
form.
2002-05-24 09:37:10 +00:00
tjr
425cb2e9e1
Allow byte/character positions >_POSIX2_LINE_MAX to be specified by
...
dynamically growing the `positions' array.
2002-05-24 09:11:18 +00:00
tjr
4b1ea82b13
Use fgetln(3) to handle lines of unlimited length instead of a
...
getc/putc loop.
Suggested by: dd
2002-05-24 08:56:49 +00:00
alfred
67cc400f56
Don't err(3) (and exit prematurely) when a sysctl's object size has
...
changed, instead just warn(3)
2002-05-24 08:34:18 +00:00
suz
869c418b27
Fixed AES encryption algorithm bug
...
PR: kern/38465
Obtained from: Ramana Yarlagadda <ramana.yarlagadda@analog.com>
2002-05-24 07:26:17 +00:00
tjr
c2f2a6104f
P1003.2 forbids imposing any limit on line lengths; read character by
...
character instead of manually buffering each line.
2002-05-24 07:05:10 +00:00
peter
ab651922a2
Fix warnings: deprecated use of label at end of compound statement
2002-05-24 07:02:04 +00:00
peter
be3b6855be
Fix warnings due to macro varargs.
2002-05-24 06:32:18 +00:00
ru
ed88070398
Removed dead code.
2002-05-24 06:30:07 +00:00
ru
3d4d4bf652
Handle endianness. This completes cross-support for sparc64.
2002-05-24 06:24:40 +00:00
peter
ede3ec51b9
Oops, I missed this warning. Comment out extra junk after #endif
2002-05-24 06:22:48 +00:00
peter
ccccf52bbe
Pacify gcc by preinitializing a variable.
2002-05-24 06:17:42 +00:00
tjr
e1f16de894
Exit with non-zero status if any files specified could not be opened
...
when -s option is given (SUSv3).
2002-05-24 06:17:29 +00:00
peter
962a6ce9c8
Fix a few warnings by adding a missing prototype
2002-05-24 06:17:17 +00:00
peter
d19e3cd1fd
Fix warning; Extra tokens after #endif
2002-05-24 06:11:07 +00:00