Commit graph

2024 commits

Author SHA1 Message Date
stanley lieber
8b24e40e29 netaudit(8): english 2012-10-07 22:06:47 -05:00
cinap_lenrek
b2f404e70b content-driven bullshit 2012-10-08 01:57:52 +02:00
cinap_lenrek
df66638fb5 netaudit changes and manual page 2012-10-08 00:56:00 +02:00
stanley lieber
e598b6dd31 hjfs(8): fix wording 2012-10-07 15:09:04 -05:00
stanley lieber
104c0eaf29 fortunes, rsc, rob: more 2012-10-07 14:40:29 -05:00
stanley lieber
c2881f43fb add /sys/man/8/hjfs 2012-10-07 14:39:45 -05:00
cinap_lenrek
778242f2c3 just-in-time-scale bullshit 2012-10-07 21:28:58 +02:00
aiju
8a7c247ff2 fixed the bullshit in bullshit 2012-10-07 18:39:29 +02:00
cinap_lenrek
54c5131529 /sys/lib/acid/kernel: fix intrcount() 2012-10-07 08:03:02 +02:00
stanley lieber
3049e7036b hjfs(4): fly your flag 2012-10-06 12:27:40 -05:00
stanley lieber
f80ac5dd42 fortunes, rob, rsc, theo, troll: updates 2012-10-06 11:56:56 -05:00
cinap_lenrek
83ffc3a1da pc kernel: make imagemem maxsize 10% less of mainmem maxsize 2012-10-06 07:05:08 +02:00
stanley lieber
349abfcd79 add /sys/man/4/hjfs 2012-10-06 03:49:53 +00:00
cinap_lenrek
16a9d6bbd3 tftpfs(4) example typo 2012-10-06 05:14:46 +02:00
cinap_lenrek
bac191c407 httpfile(4) section name quoting 2012-10-06 05:13:14 +02:00
cinap_lenrek
d21df97764 paint(1) fix bad cross reference 2012-10-06 05:12:07 +02:00
stanley lieber
c23d478a25 tftpfs(4): minor corrections 2012-10-05 21:25:55 -05:00
cinap_lenrek
61d1967e74 tftpfs: add manpage, add -x option 2012-10-06 04:14:48 +02:00
cinap_lenrek
5baafe7307 libfis: do not lie about logical sector units 2012-10-06 22:56:05 +02:00
cinap_lenrek
4cfd5cb02e urlencode: encode null bytes 2012-10-05 23:38:43 +02:00
cinap_lenrek
310afb88ef urlencode: fix null byte hexdigit() bug 2012-10-05 23:30:05 +02:00
cinap_lenrek
9ac9a135c8 urlencode: decode + as space 2012-10-05 23:21:17 +02:00
cinap_lenrek
4af5408953 replace urlencode with c version that isnt broken for utf-8 2012-10-05 23:14:23 +02:00
stanley lieber
0c93da13ae add /rc/bin/urlencode 2012-10-04 14:08:32 -05:00
aiju
56df14a6a3 fixed ream code; added megabyte output to df 2012-10-03 18:27:22 +02:00
cinap_lenrek
aeb41b90f6 merge 2012-10-03 18:19:17 +02:00
cinap_lenrek
8840830ab8 liblex: fix allprint() definition (from sources) 2012-10-03 18:18:01 +02:00
aiju
0ebd85f72c hjfs: debug-chdeind and sync commands added 2012-10-03 18:10:56 +02:00
cinap_lenrek
76c102e548 apply sources patch cc-cpp-c99-comm
When running "?c -p ...", ensure the backend cpp recognizes C++ comments.

2c(1) states that the compilers recognize // comments, and the bare compilers
do.  But if you invoke the compiler with '-p', the backend cpp process
doesn't handle // comments properly unless you also give ?c the undocumented
'-+' option (which it passes through to cpp).
2012-10-03 18:09:53 +02:00
aiju
87b66bade2 fixed debug-getblk 2012-10-03 18:01:23 +02:00
aiju
20f8378ea1 hjfs debug commands 2012-10-03 17:45:58 +02:00
aiju
2bcaa6be7e fixed potential bug in hjfs 2012-10-03 17:23:17 +02:00
Kurt H Maier
cd7e78a97b Rules of Acqusition 2: Rules of Acquisitioner 2012-10-01 20:40:38 -04:00
Kurt H Maier
a6d4ba474a Rules of Acquisition 2012-10-01 20:22:57 -04:00
cinap_lenrek
549b4e0225 upas/marshal: fix usage line and add missing flags to manpage 2012-10-02 00:37:17 +02:00
cinap_lenrek
9e7ecc41d5 devproc buffer overflow, strncpy
in devproc status read handler the p->status, p->text and p->user
could overflow the local statbuf buffer as they where copied into
it with code like: memmove(statbuf+someoff, p->text, strlen(p->text)).
now using readstr() which will truncate if the string is too long.

make strncpy() usage consistent, make sure results are always null
terminated.
2012-10-01 02:52:05 +02:00
cinap_lenrek
347ac6ef58 guesscpuhz(), apm suspend
use fastclock timer (pit2) to measure cpufreq in guesscpuhz(). this
gives a bigger period minimizing the danger of overrun as pit2 runs
at the constant maximum period of 0x10000 ticks. also use smaller
loop increments (1000) and bigger maximum loop upper bound.

move the loops < ... check to the bottom of the loop so we get the
effective count *before* adding the next loop increment.

ilock() while doing measurements in guesscpuhz() to prevent accidents
with other processors reading fastclock or doing guesscpuhz()
in parralel.

export new i8253reset() function for apm to reset the timers after
a apm bios suspend.
2012-09-30 19:41:34 +02:00
cinap_lenrek
2204bb7321 ether82557: timeout for ifstats DumpSC command 2012-09-30 16:16:20 +02:00
cinap_lenrek
5d64e428eb fix devproc and killbig segment race
we have to acquire p->seglock before we lock the individual
segments of the process and lock them. if we dont then pexit()
might free the segments before we can lock them causing the
"qunlock called with qlock not held, from ..." prints.
2012-09-30 16:14:27 +02:00
stanley lieber
fa08484d47 cpuid(8): fix spelling 2012-09-28 21:49:12 -05:00
cinap_lenrek
cd9ac26eb7 cpuid(8) manpage improments 2012-09-29 04:12:42 +02:00
cinap_lenrek
934442ace2 cpuid(8) manpage 2012-09-29 03:57:59 +02:00
Kurt H Maier
1a4c33be81 /lib/troll: linux is slow 2012-09-28 19:51:03 -04:00
stanley lieber
7bada4bf2a hget: fix usage 2012-09-28 16:37:51 -05:00
cinap_lenrek
67f3dbdaee mothra: fix select boxes in textview 2012-09-28 01:53:14 +02:00
aiju
7a91a85509 fixed hjfs df 2012-09-27 17:08:52 +02:00
aiju
9cec2db619 really renamed statw to df 2012-09-27 16:26:47 +02:00
aiju
38e993c731 renamed statw to df 2012-09-27 16:26:28 +02:00
aiju
196f605e83 trivial mistake 2012-09-27 15:10:03 +02:00
aiju
45f76d6191 hjfs: statw command 2012-09-27 15:06:42 +02:00