Commit Graph

269804 Commits

Author SHA1 Message Date
gutteridge fc526dea88 urndis.4: note two additional brands/models known to work 2019-09-01 23:01:01 +00:00
sevan b9c252d754 Document history.
https://www.bell-labs.com/usr/dmr/www/man11.pdf
Between v1 & v6 UNIX, bcd was rewritten in C, but I don't know if which version,
hence I've skipped mentioning it.
2019-09-01 22:50:11 +00:00
roy f97de93854 Note inet change as well. 2019-09-01 22:10:13 +00:00
roy a07ba9f67e inet: Send RTM_MISS when we fail to resolve an address.
Takes the same approach as when adding a new address - we no longer
announce the new lladdr right away but we announce the result.
This will either be RTM_ADD or RTM_MISS.
RTM_DELETE is only sent if we have a lladdr assigned OR gc'ed.

This tells us when a new lladdr has been added (RTM_ADD),
changed (RTM_CHANGE), deleted (RTM_DELETED) or has failed to been
resolved (RTM_MISS). The latter case can be interpreted as unreachable.
2019-09-01 22:09:02 +00:00
sevan 83120a9834 GECOS
http://bitsavers.trailing-edge.com/pdf/ge/GE-6xx/CPB-1002A_GE-625_635_GECOS_Jan65.pdf
2019-09-01 21:55:13 +00:00
sevan 5ae2aa4a54 Document history
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:52:32 +00:00
sevan da65270b52 getuid was present in v1
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:46:58 +00:00
sevan 89c2482298 stat() was present in v1
https://www.bell-labs.com/usr/dmr/www/man22.pdf
document history of fstat()
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:45:48 +00:00
sevan 2d5e133f80 fork was present in v1
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:40:07 +00:00
sevan 7356612ea6 Document history
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:37:21 +00:00
wiz fb6187f957 Remove superfluous Pp. 2019-09-01 19:36:09 +00:00
sevan f769ad4c22 Document history of exec()
Move statement on execlpe() & execvpe() to HISTORY section.
2019-09-01 19:33:45 +00:00
roy 0171d82f9b Document recent inet6 changes. 2019-09-01 19:29:33 +00:00
sevan 04473fb0e1 create was present in v1
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:28:31 +00:00
roy ca7497cb84 inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN
Once we've sent nd6_mmaxtries NS messages, send RTM_MISS and move to the
ND6_LLINFO_WAITDELETE state rather than freeing the llentry right away.
Wait for a probe cycle and then free the llentry.

If a connection attempts to re-use the llentry during ND6_LLINFO_WAITDELETE,
return EHOSTDOWN (or EHOSTUNREACH if a gateway) to match inet behaviour.
Continue to ND6_LLINFO_INCOMPLETE and send another NS probe in hope of a
reply. Rinse and repeat.

This reverts part of nd6.c r1.14 - an 18 year old commit!
2019-09-01 19:26:21 +00:00
sevan 60ffbc104f Document history
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:20:45 +00:00
sevan ceb77431eb Document history of chown(2)
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:16:43 +00:00
sevan d9e8d47bcc Document history of chmod(2)
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:13:57 +00:00
wiz 7c8c4d229e Remove superfluous Pp. 2019-09-01 19:13:18 +00:00
wiz f592f951d4 Remove superfluous Ns. 2019-09-01 19:12:16 +00:00
sevan 1644fb6375 Document history of chdir(2)
https://www.bell-labs.com/usr/dmr/www/man21.pdf
2019-09-01 19:11:41 +00:00
wiz 3e49c49077 Remove superfluous Pp. 2019-09-01 19:10:39 +00:00
wiz edfa7875a1 fetch(9) -> ufetch(9). Remove reference to unimplemented ppi(9). 2019-09-01 19:09:00 +00:00
wiz 7fe9b221bc fetch(9) -> ufetch(9). Remove superfluous Pp. 2019-09-01 19:08:35 +00:00
wiz 8a9aa6762b fetch(9) -> ufetch(9) 2019-09-01 19:08:22 +00:00
sevan 3402eb4f2c utmp(5) was present in v1
https://www.bell-labs.com/usr/dmr/www/man51.pdf
Earliest version of wtmp I could find was in v3
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man5/wtmp.5
2019-09-01 19:04:59 +00:00
sevan 167ab6fb0f passwd(5) was in v1
https://www.bell-labs.com/usr/dmr/www/man51.pdf
2019-09-01 18:57:05 +00:00
roy ca19b5765e inet6: Send RTM_MISS when we fail to resolve an address.
Takes the same approach as when adding a new address - we no longer
announce the new lladdr right away but we announce the result.
This will either be RTM_ADD or RTM_MISS.
RTM_DELETE is only sent if we have a lladdr assigned OR gc'ed.

This results in less messages via route(4) and tells us when a new
lladdr has been added (RTM_ADD), changed (RTM_CHANGE), deleted (RTM_DELETED)
or has failed to been resolved (RTM_MISS). The latter case can be
interpreted as unreachable.
2019-09-01 18:54:38 +00:00
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