.. |
altq
|
Remove the 't' argument from m_tag_find().
|
2018-11-15 10:23:55 +00:00 |
arch
|
Need to include <sys/cdefs.h> so that the _ARM_CPU* macros get defined
|
2019-03-30 21:06:42 +00:00 |
coda
|
Fix locking for readdir code (Brett Lymn)
|
2018-11-20 19:05:25 +00:00 |
compat
|
make this compile again.
|
2019-03-26 02:05:28 +00:00 |
conf
|
Remove compat_osf1, discussed on tech-kern@.
|
2019-03-25 19:24:29 +00:00 |
crypto
|
add fallthru comments. i considered patching makefiles to ignore
|
2019-02-04 08:23:53 +00:00 |
ddb
|
KNF
|
2019-03-12 07:44:58 +00:00 |
dev
|
- Use m_defrag() when bus_dmamap_load_mbuf() returned with EFBIG.
|
2019-03-29 08:54:35 +00:00 |
dist/pf
|
Replace M_ALIGN and MH_ALIGN by m_align.
|
2018-12-22 14:28:56 +00:00 |
external
|
Build fixes for NetBSD.
|
2019-03-30 12:46:16 +00:00 |
fs
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
gdbscripts
|
…
|
|
kern
|
Move pnbuf_cache into vfs_init.c, where it belongs.
|
2019-03-28 18:12:24 +00:00 |
lib
|
don't use -fnon-call-exceptions on arm. not needed and triggers eh_frame generation.
|
2019-02-07 10:44:54 +00:00 |
miscfs
|
add a node for the process resource limits.
|
2019-03-30 23:28:30 +00:00 |
modules
|
Add the limit node
|
2019-03-31 02:24:47 +00:00 |
net
|
Add cloned-interface-create code to srt open() routine so behavior
|
2019-03-26 06:59:11 +00:00 |
net80211
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
netatalk
|
RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()
|
2019-02-24 07:20:33 +00:00 |
netbt
|
- add or adjust /* FALLTHROUGH */ where appropriate
|
2019-02-03 03:19:25 +00:00 |
netcan
|
RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions.
|
2019-02-25 06:49:44 +00:00 |
netinet
|
carp: don't skip pserialize_read_enter and ifa_release
|
2019-03-14 07:05:07 +00:00 |
netinet6
|
Fix typos in comment:
|
2019-03-19 13:38:53 +00:00 |
netipsec
|
s/pakcet/packet/ in comment.
|
2019-03-18 11:38:03 +00:00 |
netmpls
|
Fix memory leaks pointed out by Ilja Van Sprundel: all
|
2019-01-28 12:53:01 +00:00 |
netsmb
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
nfs
|
Bracket do_sys_renameat() and nfsrv_rename() with fstrans.
|
2019-02-20 10:05:20 +00:00 |
opencrypto
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
rump
|
fix the build (pnbuf_cache move to vfs_init.c)
|
2019-03-29 02:09:14 +00:00 |
secmodel
|
Provide a sysctl kern.expose_address to expose kernel addresses in
|
2018-10-05 22:12:37 +00:00 |
stand
|
Jump to MARK_ENTRY instead of MARK_START
|
2019-03-30 17:41:13 +00:00 |
sys
|
tuck the strings inside _NETBSD_SOURCE
|
2019-03-30 23:29:55 +00:00 |
ufs
|
Revert -r1.244-245 of ufs_vnops.c; they are wrong.
|
2019-02-25 06:00:40 +00:00 |
uvm
|
unify rounding and range checking.
|
2019-03-14 21:09:03 +00:00 |
Makefile
|
Remove ISDN from the kernel. It has remained unmaintained for a long time,
|
2018-09-23 09:20:57 +00:00 |