NetBSD/sys
chs 07e5d68b51 several fixes to copy{in,out,}str() from charles and myself:
don't panic if maxlen == 0, just return ENAMETOLONG.
treat maxlen as unsigned like the manpage indicates.
avoid crashing if the userspace address is >= KERNBASE.
make sure *done is 0 when no bytes are copied.
1999-11-05 04:49:26 +00:00
..
adosfs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
arch several fixes to copy{in,out,}str() from charles and myself: 1999-11-05 04:49:26 +00:00
coda fix DEBUG printfs to compile. 1999-10-31 15:49:27 +00:00
compat undo confusion. 1999-11-02 08:02:43 +00:00
conf forgot one patch. add a define for wavelan 1999-10-29 21:41:19 +00:00
ddb db_cmd_list(): variable ``width'' might have be used uninitialized, initialize 1999-11-02 23:53:31 +00:00
dev - Remove temporary hack to recognize PMAGD since SFB+ rendering function 1999-11-05 03:28:40 +00:00
filecorefs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
gdbscripts
ipkdb Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
isofs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
kern proc_sysctl(): initialize ptmp to NULL - theoretically, ptmp might 1999-11-03 09:12:15 +00:00
lib Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
lkm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
miscfs Since we don't put layered device nodes in the spechash hash chains, 1999-10-25 23:34:31 +00:00
msdosfs msdosfs_readdir(): set iovec offset correctly so that some long filename 1999-11-04 23:08:57 +00:00
net Make the ifmedia_entry list a TAILQ. This is pretty much for cosmetics 1999-11-03 23:06:35 +00:00
netatalk Make NETATALK over FDDI. 1999-09-21 22:18:51 +00:00
netccitt s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
netinet disable ipflow (IPv4 fast fowarding) when IPsec is configured into the kernel. 1999-10-26 09:53:17 +00:00
netinet6 consistent logging for icmp6 redirects 1999-10-01 10:16:16 +00:00
netiso Back out previous. I was getting bitten by a bug in make(1), which is 1999-07-12 18:15:09 +00:00
netkey allow any SPI value to be used, if well-known ipcomp CPI is used. 1999-09-07 07:41:45 +00:00
netnatm Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netns defopt the XNS protocol (options NS), clean up the use of related 1999-10-25 19:18:10 +00:00
nfs Stuff values in va_blocksize that are closer to reality. 1999-11-01 21:32:41 +00:00
ntfs install only headers which are actually used when compiling userland 1999-11-01 20:40:48 +00:00
stand
sys Update user-level PPS-API to match -05 draft. 1999-11-04 05:33:58 +00:00
ufs Check that the destination vnode is on an LFS before trying to twiddle 1999-11-01 18:29:33 +00:00
uvm Const poison uvm_wait(). 1999-11-04 21:51:42 +00:00
vm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
Makefile IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00