summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
AgeCommit message (Expand)Author
2009-05-24More changes to improve kern_descrip.c.ad
2009-04-12Fix sign-compare issues.lukem
2008-12-2964 bit dev_tchristos
2008-09-09Cast f_type to signed integer before comparison with negative values.gmcgarry
2008-07-23Add back rev 1.83. (hi christos!)lukem
2008-07-22a better attempt on printing dtype_miscchristos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-04handle NULL better.christos
2008-04-04elementary handling for different types of DTYPE_FOO.christos
2008-04-04catch up with struct filedesc changes.christos
2008-03-23Please repeat after me: I shall not define _KERNEL before includinghe
2008-03-22Catch up with recent file descriptor changes.ad
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-09-09Bug fix: filed.fd_ofiles is always a pointer to the open filesdyoung
2006-05-11tweak for user.h cleanup.yamt
2006-05-11maxfiles -> fstat_maxfiles. (this _KERNEL definition code needs to notmrg
2006-02-10PR/32788: KAMADA Ken'ichi: add support for tmpfschristos
2005-07-17WARNS=3, knf, ansi prototypeschristos
2004-12-14Cast fst.fileid to unsigned long and print it as such. Inode numbersatatat
2004-12-12Add ptyfs.christos
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization process.itojun
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-04-02fix the way the ext2fs-specific size and mode variables are fetched:aymeric
2003-10-21Don't compare integers and NULL.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15use bounded string opitojun
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-02-02undo mallocvar.h changes!christos
2003-02-01Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoidtron
2003-01-20Make it compile again on LP64 archs.martin
2003-01-19Use kvm_getprocs2 so independant of kernel versiondsl
2002-10-26add VT_LFS case.yamt
2002-10-23merge rev. 1.50.2.1 (made by lukem):jdolecek
2002-02-12Add an extra column for inode numbers, and pull back the mode field tosimonb
2001-11-25for (new)pipes, print 'n' if it's in nonblocking mode, and 'a' if it'sjdolecek
2001-10-26remove #include <ufs/ufs/quota.h> where it was just to appeaselukem
2001-09-28remove accidentaly left debug printfjdolecek
2001-09-28the descriptor flags may also contain other stuff besides FWRITE|FREAD,jdolecek
2001-07-08fix commentjdolecek
2001-06-19`accessible' only has one `a'.wiz
2001-06-17convert if ... else if ... tree to a switchlukem
2001-06-16Add support for DTYPE_PIPE pipes (a.k.a NEW_PIPE)jdolecek
2001-06-05don't #define _LKM to work around header lossage; it is no longer necessary.mrg
2001-01-04use %ll_ instead of the less standard %q_lukem
2000-08-14Redo previous a bit different way so that mount point of top layer is shownenami
2000-08-14Print lower vnode if vnode is on a layered filesystem.enami
2000-05-27Bring into line with recent ktrace changessommerfeld
2000-02-04add support for msdosfsjdolecek
2000-02-04move the mapping of vnode type to file type to separate function getftype()jdolecek