Commit Graph

269876 Commits

Author SHA1 Message Date
sevan
fe6b8268b9 grammar 2019-09-01 18:51:27 +00:00
sevan
6eaac38858 write was in v1
https://www.bell-labs.com/usr/dmr/www/man14.pdf
2019-09-01 18:48:01 +00:00
sevan
9e5ce6cda6 Update URL 2019-09-01 18:46:22 +00:00
sevan
ddac411ea4 Document history
https://www.bell-labs.com/usr/dmr/www/man14.pdf
2019-09-01 18:44:06 +00:00
sevan
17e867a69e Document history
https://www.bell-labs.com/usr/dmr/www/man13.pdf
2019-09-01 18:41:14 +00:00
sevan
a4ee5060f0 su was in v1
https://www.bell-labs.com/usr/dmr/www/man13.pdf
2019-09-01 18:37:44 +00:00
sevan
450d651e78 Document history
https://www.bell-labs.com/usr/dmr/www/man13.pdf
2019-09-01 18:31:37 +00:00
sevan
a77b177db2 mesg was in v1
https://www.bell-labs.com/usr/dmr/www/man12.pdf
2019-09-01 18:26:01 +00:00
sevan
822dbc9721 mail was in v1
https://www.bell-labs.com/usr/dmr/www/man12.pdf
2019-09-01 18:24:28 +00:00
sevan
01835ef10c du was in v1
https://www.bell-labs.com/usr/dmr/www/man12.pdf
2019-09-01 18:18:42 +00:00
sevan
84c091c750 dc was in v1
https://www.bell-labs.com/usr/dmr/www/man12.pdf
2019-09-01 18:15:57 +00:00
sevan
b80ec07d43 sort was there since v1
https://www.bell-labs.com/usr/dmr/www/man61.pdf
2019-09-01 18:04:54 +00:00
oster
9f2ab3a020 s/Xr store/Xr ustore/ to fix cross-references in these man-pages. 2019-09-01 17:50:32 +00:00
mlelstv
a50e8b838a Attachment for RNG200 2019-09-01 17:27:22 +00:00
sevan
dae97b56ad grammar 2019-09-01 15:08:52 +00:00
jmcneill
01d1d3df70 sunxi_mmc_wait_rint: protect against spurious wakeups 2019-09-01 15:02:17 +00:00
sevan
1b6d199210 Update arpresolve arguments 2019-09-01 14:49:11 +00:00
mlelstv
e81cb3cfd3 Driver for Broadcom RNG200 hardware random generator 2019-09-01 14:44:14 +00:00
sevan
6be8c991bd Grammar
Document history
2019-09-01 14:40:07 +00:00
sevan
b5df3a23fa Document history 2019-09-01 14:34:54 +00:00
sevan
0aad8f52a4 Document history 2019-09-01 14:22:12 +00:00
jmcneill
ce30ae1de8 Instead of delaying ack of sdio card interrupts, ack them immediately and
disable card interrupts until the sdio layer acks them later.
2019-09-01 14:14:57 +00:00
sevan
2428025147 spelling and grammar 2019-09-01 13:39:07 +00:00
sevan
016e22c37c Improve readability 2019-09-01 13:30:54 +00:00
sevan
202400c27b new sentence, new line 2019-09-01 12:56:14 +00:00
sevan
35f9263c55 grammar
address warnings from mandoc -Tlint while here.
2019-09-01 12:50:22 +00:00
jmcneill
12c56b3c02 Keep SDIO interrupt enable state when masking other interrupts 2019-09-01 11:44:23 +00:00
maya
eeb355e2e9 List bwfm at sdmmc 2019-09-01 08:04:48 +00:00
mlelstv
2676adf251 From OpenBSD:
- All the missing pieces (firmware load, chip setup, protocol handling)
TX queue and interrupt handling via sdmmc_task.
Fix locking.
Fix packet parsing.
Add parser for original firmware config files.
2019-09-01 05:51:45 +00:00
mlelstv
5ab3b2b2fb From OpenBSD:
- support block length per function
- add functions to read/write regions
Decode (but not use) SDIO tuple in CIS.
Fix locking.
Add more SDIO defines (partially from version 3.0).
2019-09-01 05:45:42 +00:00
mlelstv
85fc3796da From OpenBSD:
- move event handling to workqueue
- check for save/restore capability
Tag work queue as MPsafe and increase length.
Juse use bpf_mtap(), the 802.11 encapsulation is handled by firmware.
2019-09-01 05:40:39 +00:00
uwe
9018abb765 Refer to "w+" as "mode" as that's what fopen(3) calls it. 2019-09-01 01:23:14 +00:00
mlelstv
2116a4cb58 add PCMCIA_CISTPL_SDIO definition. 2019-09-01 00:36:52 +00:00
uwe
30c555fd2c Move the text that explains that cd(1) is a shell built-in to the very
beginning of the description where it can be seen prominently.
Improve formatting.
2019-08-31 21:35:50 +00:00
skrll
f24a6747bb Restore the kvm support 2019-08-31 20:16:25 +00:00
roy
68a5c140d2 route(8): show addrs for RTM_MISS 2019-08-31 18:20:08 +00:00
sevan
8f2ae5e634 Direct reader to shell documentation generally, rather than csh(1) specifically.
Mention variables OLDPWD and PWD.
2019-08-31 17:34:46 +00:00
wiz
2ddc414a15 New sentence, new line. Punctuation improvements. 2019-08-31 07:49:48 +00:00
macallan
d9f28dcee9 fix Kensington Turbo Mouse support properly
- program the buttons sanely ( as left & right mouse buttons, no toggles and
  no ridiculous debounce delay either ) - apparently the init values were
  cargo culted from cthulhu knows where
- don't fudge buttons anymore, now that they behave sanely
- add comments on what I could figure out the init command actually does
- leave in code to find checksum values for init commands, at least until I
  can figure out what exactly the checksum is
Todo: deal with models that have more than 2 buttons, figure out what the rest
      of the init command does
2019-08-31 02:14:51 +00:00
roy
b8c808c559 inet6: don't set an invalid lladdr in nd6_free()
We don't want to announce that we've deleted a hwaddr of all zeros.
2019-08-31 01:49:45 +00:00
brad
01424baa92 The cleaner is compiled into the ATF test harness for the LFS
filesystem tests.  Use the new -J option to pass the raw device into
the cleaner.  This avoids the not rump safe getdiskrawname call and
makes sure we use an internal rump device name for cleaning.  This
should fix bin/54488.
2019-08-30 23:45:13 +00:00
brad
6f990d2afc The cleaner is compiled into rump_lfs and executed as a thread. Pass
in the raw device using the new -J option.  This avoids the use of
getdiskrawname which is not particularly rump safe in this context and
insures that the rump container device is used for cleaning, not the
outer device.
2019-08-30 23:41:48 +00:00
brad
a1475d6d11 Add support for passing the raw device name separate from the
filesystem.  This is useful in the case where the cleaner is compiled
into code, such as rump_lfs and the ATF tests.  This helps to fix
bin/54488
2019-08-30 23:37:23 +00:00
kamil
ea3d61d0f9 Register syms.extra in LLVM sanitizer .syms files
syms.extra contain additional content that has to be shipped with these
.syms files.

At least libFuzzer requires the .syms files to be in order.
2019-08-30 23:36:40 +00:00
sevan
3d85f14dad Document history 2019-08-30 21:41:42 +00:00
macallan
99da652978 make Kensington Turbo Mouse ( actually a trackball ) work:
- this thing speaks EMP, act like it
- adjust the *way* excessive timeout for trying to enable EMP mode on mice -
  for some reason this trackball shows up as two devices - the trackball and a
  non-functional non-EMP mouse
- map both buttons to button 0 - one is an on/off switch for button 0, the
  other shows up as regular button 1
2019-08-30 19:24:03 +00:00
roy
aea1c01f20 ARP: change default sysctl entry log_movements to 0
IP address sharing is a thing and shouldn't cause needless diagnostics
by default.
2019-08-30 18:52:00 +00:00
roy
fe361a82f3 ARP: remove unused sysctl entry log_unknown_network 2019-08-30 18:48:34 +00:00
sevan
758dfc058b SICP 2019-08-30 15:43:52 +00:00
msaitoh
5004c1e0af Use macro. 2019-08-30 13:29:17 +00:00