| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -1/+2 |
* | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -21/+8 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | Alexander Kabaev | 2003-03-11 | 1 | -1/+1 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -4/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 2 | -3/+3 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 2 | -3/+3 |
* | Repair vnode locking in portal_lookup(). Specifically, lock the file | Tim J. Robbins | 2003-01-05 | 1 | -2/+10 |
* | Fix a warning on 64 bits platforms: copyinstr() takes | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
* | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -18/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -3/+3 |
* | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -4/+4 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -21/+12 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -12/+21 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 2 | -16/+16 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -2/+2 |
* | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -4/+1 |
* | remove unused socket pointer | Alfred Perlstein | 2002-01-13 | 1 | -1/+0 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | Alfred Perlstein | 2002-01-13 | 1 | -0/+1 |
* | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 2 | -2/+10 |
* | o Make the credential used by socreate() an explicit argument to | Robert Watson | 2001-12-31 | 1 | -1/+2 |
* | convert holdsock() to fget(). Add XXX reminder for future socket locking. | Matthew Dillon | 2001-11-24 | 1 | -3/+6 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 2 | -33/+33 |
* | Fix warning: 568: warning: `portal_badop' defined but not used | Peter Wemm | 2001-06-15 | 1 | -13/+0 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | Ruslan Ermilov | 2001-05-24 | 1 | -1/+1 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 2 | -2/+2 |
* | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 1 | -12/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -7/+9 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | Poul-Henning Kamp | 2001-04-29 | 1 | -1/+0 |
* | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 1 | -2/+0 |
* | Update to reflect the disappearance of getsock(). | Jonathan Lemon | 2000-11-25 | 1 | -2/+6 |
* | Introduce vop_stdinactive() and make it the default if no vop_inactive | Poul-Henning Kamp | 2000-08-18 | 1 | -14/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
* | Fix a typo that was doing something kind of silly, and that is initializing | Chris Costello | 1999-12-21 | 1 | -1/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+2 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -0/+1 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | Alfred Perlstein | 1999-09-07 | 1 | -39/+7 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | Poul-Henning Kamp | 1999-07-02 | 1 | -2/+1 |
* | Remove declarations for undefined functions and a couple of unused | Eivind Eklund | 1999-01-12 | 1 | -12/+1 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 1 | -2/+2 |
* | Make these files compile. | Doug Rabson | 1998-06-10 | 1 | -2/+2 |
* | Don't silently accept attempts to change flags where they are not | Peter Wemm | 1998-06-10 | 1 | -1/+4 |
* | Cleanup after Garret, include unpch.h to get at various macros.. | Søren Schmidt | 1998-05-17 | 1 | -1/+2 |
* | As described by the submitter: | Mike Smith | 1998-05-06 | 1 | -4/+1 |
* | Add two new functions, get{micro|nano}time. | Poul-Henning Kamp | 1998-03-26 | 1 | -3/+2 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | Mike Smith | 1998-03-01 | 1 | -1/+4 |
* | Fixed missing initialization of mp->mnt_stat. At least vm depends on | Bruce Evans | 1998-01-01 | 1 | -1/+2 |