NetBSD/sys
mrg 876d8a5d2c remove a few items that are done, and mark a few others as working
since i've personally tested.  most in the "drivers testing" i think
are working now since it's been a few releases and we've had minor
bug reports in them fixed, this list was rarely updated.
2019-06-30 22:19:55 +00:00
..
altq Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
arch Cleanup ThunderX quirk and print cache / shareability details for ITT tables 2019-06-30 17:33:59 +00:00
coda Fix locking for readdir code (Brett Lymn) 2018-11-20 19:05:25 +00:00
compat This code is used in 32 bit arm emulations so always expose the stack32_t 2019-06-30 14:37:33 +00:00
conf comment out CHFS to fix build issues 2019-06-17 17:06:39 +00:00
crypto add fallthru comments. i considered patching makefiles to ignore 2019-02-04 08:23:53 +00:00
ddb add two db_stack_print_trace frontends that emit to the system log 2019-06-02 06:09:17 +00:00
dev remove a few items that are done, and mark a few others as working 2019-06-30 22:19:55 +00:00
dist/pf Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
external Revert previous and do the off == 1 case after we've taken the mask. 2019-06-28 23:25:12 +00:00
fs Fix typo in comment (s/seperate/separate/). 2019-06-03 06:04:20 +00:00
gdbscripts fix some minor issues in these user functions, and add more to 2019-05-30 07:17:35 +00:00
kern Fix bug, don't release the reflock if we didn't take it in the first place. 2019-06-29 11:37:17 +00:00
lib Now that the ufs module has been split out from ffs and ext2fs, we need 2019-06-24 13:58:24 +00:00
miscfs Restore mapping of file id to pid/type/fd. 2019-04-25 22:48:42 +00:00
modules Set WARNS=3 - signed-vs-unsigned integer compare 2019-06-22 17:57:01 +00:00
net Simplify "LIST_HEAD();" to make the code more understandable. 2019-06-25 12:30:50 +00:00
net80211 Remove extra OSIOCSIFMEDIA. This old ioctl is converted to new one in 2019-05-17 04:08:54 +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 Semicolon not needed 2019-04-27 08:49:19 +00:00
netinet Split out the prototypes for add/delete address into a separate header file. 2019-06-25 15:33:55 +00:00
netinet6 nd6: restore a missing reachability confirmation 2019-06-28 06:45:16 +00:00
netipsec make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. 2019-06-12 22:23:50 +00:00
netmpls Fix memory leaks pointed out by Ilja Van Sprundel: all 2019-01-28 12:53:01 +00:00
netsmb Prevent a NULL pointer dereference when the local endpoint is not defined. 2019-04-15 21:00:33 +00:00
nfs Appease GCC and initialize arps_ip 2019-06-29 17:42:36 +00:00
opencrypto Try to load swcrypto if we we did not find any software drivers. 2019-06-13 02:07:31 +00:00
rump Drop unused retval pointer from do_sys_mknod{,at}() 2019-06-18 22:34:25 +00:00
secmodel Add the NVMM_CTL ioctl, always privileged regardless of the permissions of 2019-04-10 18:49:04 +00:00
stand - Add support for a boot configuration file, defaulting to /etc/efiboot.plist. 2019-04-21 22:30:41 +00:00
sys Added "b_ci" field to struct buf. 2019-06-28 15:10:32 +00:00
ufs Split the ufs code out of the ffs module and into its own module. 2019-06-20 03:31:29 +00:00
uvm use __nothing 2019-06-19 12:55:01 +00:00
Makefile evbppc port has been built with modules for some time now, drop explanation on 2019-06-17 17:01:50 +00:00