Age | Commit message (Expand) | Author |
2009-08-10 | lockmgr -> rwlock | Owain Ainsworth |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-04-22 | this rwlock conversion breaks procfs (in linux compat), as found out | Theo de Raadt |
2009-04-02 | Convert lockmgr to rwlock. Been in snaps for a while. | Owain Ainsworth |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2008-11-10 | same vmspace song and dance as in kern_sysctl.c 1.167; ok kurt | Theo de Raadt |
2008-11-02 | - Use CMSG_DATA(), to correctly to get a descriptor, fixing | Thordur I. Bjornsson |
2008-07-24 | remove a bunch of bogus ARGSUSED | Thordur I. Bjornsson |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-09 | procfs can use vop_generic_bmap too; | Thordur I. Bjornsson |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-05-03 | Introduce vop_generic_bmap(); use it where applicable. | Thordur I. Bjornsson |
2008-04-24 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-14 | garbage collect the now unused spec_ebadf(); | Thordur I. Bjornsson |
2008-04-12 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-12 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur I. Bjornsson |
2007-12-27 | fifofs, deadfs and specfs all have the same "trivial lookup routine that | Thordur I. Bjornsson |
2007-12-09 | MALLOC/FREE -> malloc/free | Hans-Joerg Hoexer |
2007-12-09 | update pedro's email address, at his request; | Jason McIntyre |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-06-22 | declare "pid" as pid_t instead of long, and remove unneeded cast to pid_t | Jasper Lievisse Adriaanse |
2007-06-18 | ansify/de-register. | Jasper Lievisse Adriaanse |
2007-06-02 | daddr_t -> daddr64_t for specfs. convert some variables | Thordur I. Bjornsson |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-04-10 | remove duplicate check for uio_resid == 0 in | Thordur I. Bjornsson |
2007-04-08 | ansify and deregister, no binary change, okay mickey@ bluhm@ | Pedro Martelletto |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2007-01-01 | Allow reads of /proc/meminfo to be correctly terminated, okay thib@ | Pedro Martelletto |
2006-11-29 | Correct the calculation of block address for specfs block i/o on | Kenneth R Westerback |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2006-08-28 | Allow building procfs on systems that don't #define PT_STEP (such as sparc64). | Marc Aurele La France |
2006-07-12 | zap some unused variables. | Thordur I. Bjornsson |
2006-06-02 | Add some comments in the return endpoints | Pedro Martelletto |
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-02-20 | Remove historical yet completely undocumented ``is this a tape'' ioctl for | Miod Vallat |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-29 | Fix wrong optimization in spec_write() that goes: if we are about to do | Pedro Martelletto |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |