| Commit message (Expand) | Author | Age | Files | Lines |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -0/+52 |
| * | Struct cdev is always the member of the struct cdev_priv. When devfs | Konstantin Belousov | 2008-06-16 | 1 | -3/+2 |
| * | Fix build of fstat after minor() changes. | Ed Schouten | 2008-06-12 | 1 | -1/+1 |
| * | Use _WANT_FILE to make struct file visible from userland. This is | Pawel Jakub Dawidek | 2008-05-26 | 1 | -1/+2 |
| * | Only output details about the current working directory of a process if | John Baldwin | 2008-05-07 | 1 | -1/+2 |
| * | - Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including in | Ulf Lilleengen | 2007-11-05 | 1 | -0/+19 |
| * | KERN_PROC_ALL produces a kinfo_proc for each thread in a process, which | Ed Maste | 2007-03-09 | 1 | -1/+1 |
| * | Add marker vnodes to ensure that all vnodes associated with the mount point are | Tor Egge | 2006-01-09 | 1 | -0/+1 |
| * | Un-break processing of device major/minor values with fstat -n. We do | Christian S.J. Peron | 2005-11-05 | 1 | -3/+5 |
| * | Introduce kdevtoname, which when given the kernel address of a | Christian S.J. Peron | 2005-07-30 | 1 | -4/+16 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-05-21 | 1 | -1/+1 |
| * | Dike out unwarranted si_udev fondling. | Poul-Henning Kamp | 2005-03-15 | 1 | -1/+2 |
| * | Report jail directory if set. | Poul-Henning Kamp | 2005-01-29 | 1 | -0/+15 |
| * | Get the vnode from file.f_vnode instead of file.f_data. | Suleiman Souhlal | 2005-01-11 | 1 | -2/+2 |
| * | filedesc0 is an internal detail of the kernel, don't look at it. | Poul-Henning Kamp | 2004-11-07 | 1 | -13/+9 |
| * | Slide pipe.h include after the _KERNEL define in preparation for disallowing | Mike Silbersack | 2004-07-21 | 1 | -1/+1 |
| * | 1) ANSIfy. | David Malone | 2004-06-29 | 1 | -37/+15 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -6/+6 |
| * | Teach fstat(1) about new location for socket state flags relating to | Robert Watson | 2004-06-14 | 1 | -2/+2 |
| * | fix this code properly. msdosfs can't have device nodes on them. | John-Mark Gurney | 2003-06-24 | 1 | -1/+5 |
| * | o Fix rev. 1.41, print a header. -STABLE is OK. | Maxim Konovalov | 2003-06-23 | 1 | -0/+1 |
| * | correct spelling of struct cdev * from dev_t which is a 32bit type and | John-Mark Gurney | 2003-06-19 | 1 | -2/+2 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -4/+4 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -6/+4 |
| * | Rename struct specinfo to the more appropriate struct cdev. | Poul-Henning Kamp | 2002-09-27 | 1 | -2/+2 |
| * | Userland changes to go with vnode->v_tag change. | Nate Lawson | 2002-09-14 | 1 | -23/+18 |
| * | Unbreak building of fstat following version 1.23 of | Bosko Milekic | 2002-08-14 | 1 | -1/+1 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
| * | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -0/+4 |
| * | Factor out some code in preparation for un-kmeming fstat(1). | Dag-Erling Smørgrav | 2002-06-06 | 1 | -18/+43 |
| * | Fix constness warnings. | David Malone | 2002-03-30 | 1 | -12/+13 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -12/+12 |
| * | Add support for devfs. In other words, for -CURRENT, make work at all | Brian Feldman | 2001-12-17 | 1 | -0/+41 |
| * | Anding the fsid with 0xffff was causing aliasing problems. | David Malone | 2001-11-05 | 1 | -2/+2 |
| * | Compensate for "Compensate for header dethreading" by backing it out. | Bruce Evans | 2001-10-10 | 1 | -1/+0 |
| * | Userland part of nfs client/server split and cleanup. | Peter Wemm | 2001-09-18 | 1 | -2/+2 |
| * | SECURITY: Drop `setgid kmem' bit as early as possible. | Ruslan Ermilov | 2001-08-31 | 1 | -0/+1 |
| * | Fix 64 bit issues so that sockstat && fstat work correctly on alpha. | Matt Jacob | 2001-07-25 | 1 | -9/+8 |
| * | Teach fstat(1) about FIFO's - it's OK to display them as regular files. | Peter Pentchev | 2001-06-18 | 1 | -3/+10 |
| * | Remove MFS | Poul-Henning Kamp | 2001-05-29 | 1 | -4/+0 |
| * | define _KERNEL before including <sys/conf.h> | Poul-Henning Kamp | 2001-05-23 | 1 | -1/+1 |
| * | Compensate for header dethreading. | Mark Murray | 2001-05-01 | 1 | -0/+1 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -1/+0 |
| * | Include correct header files, in preparation for fixing sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+1 |
| * | Fix `fstat -m' (show memory-mapped files), which was broken by | Ian Dowse | 2001-02-15 | 1 | -2/+2 |
| * | Change the proc information returned from the kernel so that it | Kirk McKusick | 2000-12-12 | 1 | -20/+17 |
| * | remove struct mount from useland visibility | Alfred Perlstein | 2000-12-04 | 1 | -1/+1 |
| * | Add a new options: -m enables searching for memory-mapped files. | Brian Feldman | 2000-04-05 | 1 | -2/+76 |
| * | Support more filesystems in fstat(1): now you can use fstat(1) to | Brian Feldman | 2000-03-16 | 1 | -22/+14 |
| * | Fixed a little bit strange INET6 output. | Yoshinobu Inoue | 2000-02-19 | 1 | -0/+1 |