summaryrefslogtreecommitdiff
path: root/sys/compat/common/compat_dir.c
AgeCommit message (Expand)Author
2016-03-02remove the Linux emulation code, no longer referenced by anythingChristian Weisgerber
2014-12-16must include lock.h to play with locksTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-01-15remove functions that were uses by other (non-linux) compat; andTheo de Raadt
2013-10-31Fix readdir_with_callback() after cookies removal.Paul Irofti
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2008-08-19When failing to acquire the vnode lock in readdir_with_callback(), don'tPedro Martelletto
2003-08-14in some fs (ie. procfs), readdir won't return a cookie, so calculateFederico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-04-10Don't seg-fault on file systems that don't support cookies. Thanks toConstantine Sapuntzakis
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis