msaitoh
53636c3c61
s/referece/reference/ in comment.
2019-12-27 10:17:56 +00:00
msaitoh
417c7af79c
s/conjuction/conjunction/
2019-12-27 10:13:59 +00:00
msaitoh
c37f432460
s/reister/register/ in comment.
2019-12-27 09:50:27 +00:00
msaitoh
453080b8b7
s/transef/transfer/ in comment.
2019-12-27 09:48:35 +00:00
msaitoh
a3317f920a
s/le_de_subr/le_dec_subr/ in comment.
2019-12-27 09:47:55 +00:00
msaitoh
cf9d25e6bc
s/defintion/definition/ in comment.
2019-12-27 09:47:18 +00:00
msaitoh
ba5c90c4a4
s/sucess/success/ in comment.
2019-12-27 09:45:26 +00:00
msaitoh
a0403cde04
s/transfered/transferred/
2019-12-27 09:41:48 +00:00
msaitoh
b932d49383
s/expresion/expression/ in comment.
2019-12-27 09:32:09 +00:00
msaitoh
c46d1cc12b
s/manaul/manual/ in comment.
2019-12-27 09:28:41 +00:00
msaitoh
a5effc3ce9
s/inital/initial/
2019-12-27 09:25:57 +00:00
msaitoh
e992133145
s/suport/support/
2019-12-27 09:22:19 +00:00
msaitoh
25c7ba7c6d
s/saftey/safety/
2019-12-27 09:17:59 +00:00
msaitoh
65ac1eace8
URL_TCR_IFG0 is not bit 4 but bit3. From OpenBSD.
2019-12-27 08:53:30 +00:00
msaitoh
e1ca6a8735
s/recive/receive/ in comment.
2019-12-27 08:22:49 +00:00
msaitoh
3d490413f9
s/enty/entry/ in comment.
2019-12-27 08:01:58 +00:00
msaitoh
88af233251
s/opration/operation/
2019-12-27 07:41:22 +00:00
msaitoh
bf613abd37
s/is is/is/ in comment.
2019-12-27 07:02:26 +00:00
msaitoh
74868e2a8b
s/recevive/receive/ in comment.
2019-12-27 06:52:43 +00:00
nonaka
9788d54b08
hvn(4): Handle CFI field of VLAN.
2019-12-27 05:59:53 +00:00
nonaka
d64fd1df19
hvn(4): Use vlan_{get,set,has}_tag().
2019-12-27 05:56:42 +00:00
msaitoh
2ed6366cda
s/like like/like/ in comment.
2019-12-27 04:50:41 +00:00
ad
bfe890c63e
PR kern/48044: panic: kernel diagnostic assertion "uvmexp.swpgonly + npages <= uvmexp.swpginuse" failed
...
swpgonly is updated asynchronously with regard to swap use. We can't assert
this condition with confidence in the post-5.0 world, at least not without
broader changes. swpgonly's ultimate use is of a heuristic nature so this
is no problem at all.
2019-12-27 00:46:38 +00:00
kamil
a047abdf83
Cherry-pick LLVM upstream patch to fix build of compiler-rt
...
commit 52b5fe5f45b1908e140e05a4eceaaac7002be768
Author: Kamil Rytarowski <n54@gmx.com>
Date: Wed Dec 25 04:05:10 2019 +0100
[compiler-rt] [netbsd] Define _RTLD_SOURCE to fix build
The TLS base (LWP private pointer) functions are namespaced and
hidden i.e. inside the _RTLD_SOURCE namespace.
2019-12-27 00:35:05 +00:00
kamil
4d3a90668a
Harmonize the namespace of fast TLS base pointer getter functions
...
Protect __lwp_getprivate_fast() with _RTLD_SOURCE, _LIBC_SOURCE and
__LIBPTHREAD_SOURCE__.
Include in this namespace <sys/tcl.h> and use __BEGIN_DECLS/__END_DECLS
for the sake of consistency.
2019-12-27 00:32:16 +00:00
msaitoh
aa22ab9772
Add cas(4).
2019-12-26 17:52:49 +00:00
msaitoh
7ec7eb336d
Fix a bug that the driver sometimes incorrectly attach gentbi(4) instead of
...
gphyter(4) on non-fiber device.
Tested with Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) on
amd64. On this environment, the problem frequently had occurred. I also
tested with other 4 cas(4) variants.
2019-12-26 17:51:08 +00:00
msaitoh
00f090f254
Improve flow control.
2019-12-26 15:32:37 +00:00
msaitoh
6db9ca1bea
Apply OpenBSD rev. 1.34:
...
> Set Rx early threshold and Tx DMA thesholds.
>
> From Linux via FreeBSD
2019-12-26 15:26:58 +00:00
msaitoh
022cc28eec
Fix address of STGE_MaxFrameSize. Same as other OSes.
2019-12-26 15:23:11 +00:00
isaki
e2d715c36e
Improve and simplify around audio_realloc().
2019-12-26 11:27:03 +00:00
isaki
22b0add35a
Use M_WAITOK instead of M_NOWAIT.
...
These allocations don't require NOWAIT constraints.
Will fix PR kern/54796.
2019-12-26 11:24:55 +00:00
skrll
ccab745f7a
Use PIC_IRQBASE_ALLOC for all pic_add calls and track/use each cpu irqbase
2019-12-26 11:09:11 +00:00
kamil
3097490d1b
Put ptrace_read_lwpstatus() and process_read_lwpstatus() to a new file
...
Fixes "no PTRACE" kernel build, in particular zaurus kernel=INSTALL_C700.
2019-12-26 08:52:38 +00:00
skrll
34e695ab0e
Whitespace
2019-12-26 08:48:53 +00:00
skrll
cb7423f7bc
Use PIC_IRQBASE_ALLOC and allow conditional attachment of interrupt
...
handlers (for RPI4)
(missing from previous commit)
2019-12-26 08:27:43 +00:00
msaitoh
40064e2457
s/lenght/length/
2019-12-26 04:53:11 +00:00
msaitoh
fd43308655
Fix typo in comment.
2019-12-26 04:44:10 +00:00
yamaguchi
bf9931110f
Fix lack of of sysctl_teardown() in ixl(4)
2019-12-26 03:55:00 +00:00
yamaguchi
e7597c7cbc
ixl(4) supports IFCAP_CSUM_*_Rx
...
OKed by msaitoh@n.o.
2019-12-26 03:17:01 +00:00
yamaguchi
271043cbbf
Improve DDPRINTF for ixl(4)
2019-12-26 03:08:19 +00:00
msaitoh
157af15806
Update supported device list with part number. From FreeBSD.
2019-12-25 15:56:35 +00:00
kamil
c208376fe2
Cast PTRACE_LWP_GETPRIVATE to (void *) through (intptr_t)
...
Fixes sparc build.
2019-12-25 15:54:02 +00:00
thorpej
9c6d8a8de4
Remove assertions that no longer make sense now that the bus acquire / release
...
logic is handled by the upper layer.
2019-12-25 14:08:47 +00:00
skrll
3408cd769d
Add EARLYCONS=bcm2711 example (commented out)
2019-12-25 10:51:20 +00:00
skrll
33abe87a8a
Use PIC_IRQBASE_ALLOC and allow conditional attachment of interrupt
...
handlers (for RPI4)
2019-12-25 10:49:29 +00:00
kamil
7dea4f94d7
Read TLS base pointer with _lwp_getprivate()
...
This avoid usage of fast versions that are mostly internal to RTLD.
2019-12-25 02:23:37 +00:00
thorpej
97fb3f4ba0
Revert previous until issues can be sorted out.
2019-12-25 01:19:56 +00:00
joerg
8e5b2c30bd
Since pthread_setspecific requires locks, ensure that they are acquired
...
before fork and dropped in both parent and child. At least Python
depends on TSD after fork, even though it is undefined behavior in
POSIX.
2019-12-25 00:44:45 +00:00
uwe
6c118d6c68
G/c the list of old files that are gone for decades.
2019-12-24 23:41:05 +00:00