NetBSD/sys
dholland 1c8e2a4061 Make the inode number in the 64-bit dinode 64 bits wide, like the
other lfs64 on-disk inode numbers; I've been doing that since this is
a new format and we may as well take the opportunity. This does assume
that more than 4 billion files on a single volume becomes desirable;
but for an average file size of 10K all that takes is a 40 TB volume,
and it's not that hard to make one of those these days if you want to
badly enough.
2015-08-12 18:27:18 +00:00
..
altq
arch Try to shrink binary size a bit. 2015-08-12 17:59:51 +00:00
coda Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
compat move some header-specific pointer-typedefs into a header-specific area. 2015-08-10 04:48:53 +00:00
conf Add an API for HDMI CEC devices. HDMI Consumer Electronics Control (CEC) is 2015-08-01 21:19:24 +00:00
crypto More rnd.h user cleanup. 2015-04-13 22:43:41 +00:00
ddb Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
dev Add small command queue to reduce latency between ld driver and 2015-08-09 13:49:18 +00:00
dist/pf <sys/rnd.h> not needed for pf_norm.c. 2015-04-13 16:35:33 +00:00
external Avoid panic in SIOCGNATL dereferencing a NULL softc. 2015-08-07 17:31:12 +00:00
fs union_unmount: use vfs_vnode_iterator to count attached vnodes. 2015-07-23 09:45:21 +00:00
gdbscripts
ipkdb
kern Refactor disk address calculation from physical block numbers in 2015-08-09 07:40:59 +00:00
lib Add IFILE32 and IFILE64 structures for the on-disk ifile entries. 2015-08-12 18:25:51 +00:00
miscfs Unused inits (harmless). 2015-07-24 13:02:52 +00:00
modules Add VMSWAP 2015-07-30 10:26:14 +00:00
net Tidy up header inclusions 2015-08-12 02:20:31 +00:00
net80211
netatalk make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netbt make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netinet Move insane goto label 2015-08-12 07:13:14 +00:00
netinet6 Fix double rtfree 2015-08-11 09:30:32 +00:00
netipsec make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netisdn
netkey
netmpls make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netnatm make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netsmb Remove leftover IPX-related stuffs 2015-05-25 08:29:01 +00:00
nfs Fix soft NFS force unmount 2015-07-15 03:28:55 +00:00
opencrypto Trivial printf format changes and typo fix 2015-03-26 17:40:16 +00:00
rump Fix handle typos/pastos in bus_space_barrier() calls 2015-08-11 22:28:34 +00:00
secmodel
stand
sys Use time_uptime instead of time_second to avoid time leaps 2015-08-07 08:11:33 +00:00
ufs Make the inode number in the 64-bit dinode 64 bits wide, like the 2015-08-12 18:27:18 +00:00
uvm Some changes, to reduce a bit my tech-kern@ patch: 2015-08-04 18:28:09 +00:00
Makefile