| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
-h option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
domain names
|
|
|
|
|
|
|
|
A bad rename call could send a path with a '/' to cwfs.
This is invalid, and should be disallowed.
|
|
prints, cleanup
|
|
example page with broken citation list numbering:
https://en.m.wikipedia.org/wiki/Commodore_64
|
|
|
|
|
|
router life time is in seconds, while max ra interval is
in milliseconds!
|
|
when we fail to parse and validate the command, no update
should take place.
|
|
|
|
|
|
|
|
chording
|
|
|
|
|
|
|
|
|
|
automatic Referer headers were found to break downloads from
sourceforge.net, causing html pages to appear instead of tarballs.
if a website does need them, they can be added as needed via hget's -r
flag, or added to mothra.
reverts commits 67f536d20329 and 6d999c39a9f0
|
|
|
|
Once a second rebalance() is called on cpu0 to adjust priorities,
so cpu-bound processes won't lock others out. However it was only
adjusting processes which were running on cpu0. This was observed
to lead to livelock, eg when a higher-priority process spin-waits
for a lock held by a lower priority one.
|
|
|
|
syntax: reboot!bootfile[!method...]
this echos bootfile to /dev/reboot, causing bootfile kernel
to be started.
when method is given, we first connect to the filesystem and
set bootargs so that bootfile can be loaded from the target
network or local fileserver.
note, when no bootfile is given, this causes the kernel to
reboot to bios.
|
|
|
|
|
|
|
|
|
|
and dedup result
|
|
|
|
|
|
see drawterm commits f5e26ae93a6a and fa388286b4ca
|
|
|
|
|
|
|
|
|
|
|
|
(thanks aiju)
|