Commit Graph

305000 Commits

Author SHA1 Message Date
andvar 48491f9819 Fix few more typos in comments and log message:
s/butoon/button/
s/BUTTOM/BOTTOM/
s/communicaiton/communication/
s/recevice/receive/
s/regiion/region/
2024-02-11 10:36:40 +00:00
andvar c05ba3d507 s/Nuvaton/Nuvoton/ in log message. 2024-02-11 09:20:08 +00:00
skrll 1d74d539a6 Turn off HEARTBEAT 2024-02-11 09:07:49 +00:00
kre 498f74e32f PR bin/57918
Redo the previous correctly, the test should be whether or not only the
bottom 32 bits are set, rather than whether any of bits 32..63 are set.
This makes no difference if u_long (or unsigned long long) is 64 bits,
it is the same test in that case, but if u_long were 128 bits there is
a notable difference (though for the particular issue observed in the PR,
it is likely to work either way).
2024-02-11 01:08:57 +00:00
andvar 1cd43426d5 Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
jmcneill 5418fc6f62 wii: Simplify available memory logic.
Use usable MEM2 fields in Broadway / IOS Global memory locations to
determine available memory.
2024-02-10 17:41:00 +00:00
skrll e8cf52ee68 Fix an error message by removing an extra 'x' 2024-02-10 15:55:00 +00:00
christos d743ad5b0e PR/57918: Taylor R Campbell: Don't try to print symbolically ioctls that
have bits set on the high 32 bits of a 64 bit long.
2024-02-10 12:53:36 +00:00
jmcneill abdf7c82e8 wii: Explicitly set EXI frequency when selecting a device. 2024-02-10 11:00:15 +00:00
andvar 5a79e3604a s/alloted/allotted/ in comments. 2024-02-10 09:30:05 +00:00
andvar 7715c10d42 s/musn't/mustn't/ in comments. 2024-02-10 09:24:17 +00:00
andvar a10c2cec39 fix various typos in comments and log messages. 2024-02-10 09:21:51 +00:00
andvar 5b075dd729 s/psuedo/pseudo/ in comments. 2024-02-10 08:36:03 +00:00
andvar 734527fb7d s/indicies/indices/ in comments. 2024-02-10 08:24:50 +00:00
isaki e54bf30caf Split KASSERT(A && B) into KASSERT(A); KASSERT(B). 2024-02-10 02:25:15 +00:00
kre b064b3fad8 Add a -D option to touch, which acts like the -d option added to
chmod/chown/chgrp (probably others) in the not too far distant past,
and causes the operation to be a no-op if no actual change would be
made (avoiding updating the file's ctime for no reason).

That is, with touch, -D causes no modifying sys call to be made to
a file if that file's atime and mtime are already set to the values
that would be used.   A common case for this is when a "-r ref-file"
is also a target file for the operation.

Unfortunately -d was already taken in touch, so next best available is -D.
2024-02-10 00:19:30 +00:00
kre 69d75f9748 Add a -R option, which is identical to -r, except that if the reference file
is a symbolic link, the times to use are taken from those of the symbolic
link itself, instead of from the file it references.  If the reference file
is not a symbolic link, -R and -r are identical.

This allows the BUGS entry in the manual page to be removed.
2024-02-09 23:41:48 +00:00
andvar 100a3398b8 fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
andvar 749ce5c9e6 s/connetion/connection/ in messages. 2024-02-09 20:55:15 +00:00
andvar 650a2dd4b6 s/incompatiable/incompatible/ in error messages. 2024-02-09 18:39:52 +00:00
andvar fef573ec12 s/anthing/anything/ and s/be to/too/ in comments. 2024-02-09 18:20:00 +00:00
andvar 1ca9c5140d s/firwmare/firmware/ in comments. 2024-02-09 17:57:03 +00:00
andvar 3d9e068e4f s/discriptor/descriptor/ in comments. 2024-02-09 17:39:33 +00:00
uwe 7a0d941daa signal(3): mention old signal(2) syscall in HISTORY 2024-02-09 17:24:44 +00:00
skrll 62b14db6f4 Restrict dwcmmc to 32bit DMA (<4GB) regardless of attachment 2024-02-09 17:16:42 +00:00
skrll ab013bb301 Fix a typo in a comment 2024-02-09 16:57:11 +00:00
skrll 9ace9f5b34 Trailing whitespace 2024-02-09 16:56:23 +00:00
skrll 2766e29a45 Trailing whitespace. 2024-02-09 16:53:15 +00:00
christos 7c5c925068 fix usage string, improve error handling. 2024-02-09 16:18:12 +00:00
christos 568555103d PR/57915: Jan-Benedict Glaw: Use $MKREPRO_TIMESTAMP for repro builds in uBoot
images
2024-02-09 16:12:02 +00:00
christos acaab79677 PR/57914: Jan-Benedict Glaw: Set reproducible timestamp
Cleanup lint.
2024-02-09 16:10:18 +00:00
christos 5d78d08de1 PR/57913: Jan-Benedict Glaw: Don't embed build timestamp into archive
While here, modernize backquotes.
2024-02-09 15:34:34 +00:00
christos 35cdec5580 PR/57905: Mark Davies: handle empty string. 2024-02-09 15:15:32 +00:00
skrll 4534f691bc Attach ld at sdmmc
The SD card on my Beagle-V now works. Thanks jmcneill!
2024-02-09 08:51:49 +00:00
skrll 6499c89471 Limit DMA to below 4GB - the supported controllers are limited this
way.

Thanks to jmcneill for a version of this patch.
2024-02-09 08:50:52 +00:00
skrll b79a03bee5 spaces to tabs 2024-02-09 06:28:50 +00:00
mlelstv a5fd1ea960 Fix DMA sync sizes.
Don't panic for inconsistent queue counter, just print an error to console.
2024-02-09 06:01:03 +00:00
wiz a65e909eea add an IPv6 example to blocklistd.conf example file 2024-02-09 01:00:12 +00:00
wiz a3661e4b10 add an IPv6 example to blocklistd.conf(5) 2024-02-09 00:59:08 +00:00
wiz edd572a700 Spelling fixes 2024-02-09 00:53:30 +00:00
christos 71b672060e fix typo 2024-02-09 00:39:16 +00:00
christos f4a9e2ba6c PR/57905: Mark Davies: blocklistd fails to parse ipv6 addresses. 2024-02-09 00:37:06 +00:00
rillig 82caa5d69a lint: clean up variable names, parameter order, comments
No functional change.
2024-02-08 20:59:19 +00:00
andvar d378954346 fix misplaced or missing "e" in words with "ment" ending (argument, implement,
increment, decrement, alignment), in comments, documentation, log messages.
2024-02-08 20:51:24 +00:00
rillig 9296a8c8d9 lint: clean up redundant braces
No functional change.
2024-02-08 20:45:20 +00:00
andvar 36dbdd93e1 s/inlucde/include/, s/implemetation/implementation/ in comments and error msg. 2024-02-08 20:30:39 +00:00
andvar a5175f1e98 s/sharable/shareable in comments and documentation. 2024-02-08 20:11:55 +00:00
andvar cb7270a436 s/should't/shouldn't/ and s/mistmatch/mismatch/ in comments. 2024-02-08 19:44:08 +00:00
rillig 7d2bd99786 lint: clean up comments, add debug output for Bison 2024-02-08 19:32:12 +00:00
christos 3bd15cb829 PR/57912: Jan-Benedict Glaw: Use repro epoch for generating date string 2024-02-08 19:28:42 +00:00