NetBSD/sys
jdolecek c118cb14c0 linux_sys_getdents64(): make the d_off member point to next entry, rather
than current one; this is expected (even documented) behaviour of the
new system call
This fixes the endless loop when reading directories on NFS, though
applications won't see all directory entries due to different problem.
Fix by Matthias Scheler and Charles Hannum.
2002-05-20 06:40:37 +00:00
..
adosfs Add local definition of adosfs_vnodeop_p 2002-05-14 00:05:56 +00:00
altq sync with KAME. 2002-05-18 22:53:25 +00:00
arch The second-stage boot loader, boot.amiga, uses the default command in the 2002-05-20 05:58:45 +00:00
coda Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
compat linux_sys_getdents64(): make the d_off member point to next entry, rather 2002-05-20 06:40:37 +00:00
conf Add lfmiop (LSILogic Fusion-MPT I/O Processor) placeholders for 2002-05-18 07:23:04 +00:00
crypto
ddb Add db_recover 2002-05-13 20:17:20 +00:00
dev Add another Linksys card. 2002-05-20 00:51:29 +00:00
filecorefs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
fs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
gdbscripts
ipkdb
isofs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
kern Eliminate more commons or redundant declarations. 2002-05-14 02:58:32 +00:00
lib fix comment 2002-05-10 11:07:01 +00:00
lkm make compat_linux LKM buildable on macppc 2002-05-19 18:18:36 +00:00
miscfs Just give up to do readahead rather than waiting busy pages. 2002-05-18 02:54:57 +00:00
msdosfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
net sync with KAME. 2002-05-18 22:52:44 +00:00
netatalk Eliminate commons. 2002-05-12 21:43:23 +00:00
netccitt Remove/move a redundant extern. 2002-05-12 21:43:57 +00:00
netinet Define uint{8,32}_t locally, per XNS5.2/POSIX-2001, and use them in this 2002-05-13 13:34:32 +00:00
netinet6 in sp caching code, check if sp is still alive. sync w/kame 2002-05-19 00:46:40 +00:00
netisdn Remove debug printf accidently commited. 2002-05-17 09:28:34 +00:00
netiso Comment out token after #endif. 2002-05-16 19:30:41 +00:00
netkey pull in SPD lifetime management code. fix refcnt for SPD entries. 2002-05-19 08:22:12 +00:00
netnatm
netns More commons eliminated. 2002-05-12 20:23:49 +00:00
netsmb big-endian macros 2002-05-16 20:37:12 +00:00
nfs Fix client-side lockmgr: locking against myself panic immediately upon an 2002-05-19 20:51:04 +00:00
ntfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
stand
sys reduce MACPPC_BOOT_BLOCK_MAX_SIZE from 6K to 2K, to fit what bootxx is 2002-05-17 18:53:34 +00:00
ufs use macros from <sys/queue.h> 2002-05-17 21:42:38 +00:00
uvm Make uvn_findpages to return number of pages found so that caller can 2002-05-17 22:00:50 +00:00
Makefile