summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
AgeCommit message (Expand)Author
2009-07-13move _KMEMUSER higher!christos
2009-07-13need _KMEMUSER too.christos
2009-07-13sys/mqueue.h needs sys/types.h nowchristos
2009-05-24More changes to improve kern_descrip.c.ad
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-12Fix sign-compare issues.lukem
2009-02-26only print warnings if vflg.christos
2009-01-04Sockets: Do not mention printing flags, because they are not printed.wiz
2008-12-2964 bit dev_tchristos
2008-09-09Cast f_type to signed integer before comparison with negative values.gmcgarry
2008-07-29Solve the fstat-wants-to-look-at-kernel-data-structures in a nicerpooka
2008-07-28include correct headerpooka
2008-07-23handle more types.christos
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-28Remove clause 3 and 4 from TNF licensesmartin
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
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
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
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-07-29Xref sockstat(1)hubertf
2006-05-27remove __POOL_EXPOSE.yamt
2006-05-11tweak for user.h cleanup.yamt
2006-05-11maxfiles -> fstat_maxfiles. (this _KERNEL definition code needs to notmrg
2006-02-16Adapt to some name changes in the tmpfs_node structure (to fix the buildjmmv
2006-02-10PR/32788: KAMADA Ken'ichi: add support for tmpfschristos
2005-07-17WARNS=3, knf, ansi prototypeschristos
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-12-14Slurp in the struct mount at vp->v_mount and the struct specinfo atatatat
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-11-07- file ... instead of filename ...enami