| 2009-05-06 |
Matthew Dillon | Add kernel-layer support for chflags checks, remove... |
blob | commitdiff |
| 2009-04-03 |
Matthew Dillon | Revoke reimplementation - primary commit part 2/2. |
blob | commitdiff | diff to current |
| 2009-04-03 |
Matthew Dillon | Revoke reimplementation - primary commit part 1/2. |
blob | commitdiff | diff to current |
| 2009-03-31 |
Matthew Dillon | Use atomic_fetchadd_int() in fdrop() instead of the... |
blob | commitdiff | diff to current |
| 2008-08-31 |
Aggelos Economopoulos | Set fp to NULL on EINVAL |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.15/4: |
blob | commitdiff | diff to current |
| 2007-02-03 |
Simon Schubert | 1:1 Userland threading stage 2.11/4: |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
blob | commitdiff | diff to current |
| 2006-09-19 |
Simon Schubert | 1:1 Userland threading stage 2.9/4: |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-02 |
Matthew Dillon | Get rid of some unused fields in the fileops and adjust... |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2006-06-14 |
Matthew Dillon | fcntl(.., F_SETFL, ..) should only do an FIOASYNC ioctl... |
blob | commitdiff | diff to current |
| 2006-06-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
blob | commitdiff | diff to current |
| 2006-06-05 |
Matthew Dillon | Modify kern/makesyscall.sh to prefix all kernel system... |
blob | commitdiff | diff to current |
| 2006-05-27 |
Matthew Dillon | Greatly reduce the MP locking that occurs in closef... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | * Make falloc() MPSAFE. filehead (the file list) and... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | More MP work. |
blob | commitdiff | diff to current |
| 2006-05-25 |
Matthew Dillon | Convert almost all of the remaining manual traversals... |
blob | commitdiff | diff to current |
| 2006-05-24 |
Matthew Dillon | spinlock more of the file descriptor code. No apprecia... |
blob | commitdiff | diff to current |
| 2006-05-22 |
Matthew Dillon | Fix a minor bug in fdcopy() in the last commit, Consoli... |
blob | commitdiff | diff to current |
| 2006-05-22 |
Matthew Dillon | Do a major cleanup of the file descriptor handling... |
blob | commitdiff | diff to current |
| 2006-05-22 |
Matthew Dillon | Give struct filedesc and struct file a spinlock, and... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Convert most manual accesses to filedesc->fd_files... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Consolidate the file descriptor destruction code used... |
blob | commitdiff | diff to current |
| 2006-05-18 |
Matthew Dillon | Remove the last vestiges of UF_MAPPED. All the removed... |
blob | commitdiff | diff to current |
| 2006-05-07 |
Matthew Dillon | Remove the internal F_FLOCK flag. Either F_POSIX or... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The fdrop() procedure no longer needs a thread argument... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-02 |
Matthew Dillon | Fix a bug in close(). When a descriptor is closed... |
blob | commitdiff | diff to current |
| 2005-12-01 |
Matthew Dillon | Get rid of the p_stat SZOMB state. p_stat can now... |
blob | commitdiff | diff to current |
| 2005-11-19 |
Matthew Dillon | Protect allproc scans with PHOLD/PRELE, in particular... |
blob | commitdiff | diff to current |
| 2005-10-13 |
Matthew Dillon | Fix a bug where fsetfd() was not returning an error... |
blob | commitdiff | diff to current |
| 2005-10-09 |
Simon Schubert | 1:1 Userland threading stage 2.5/4: |
blob | commitdiff | diff to current |
| 2005-07-23 |
Joerg Sonnenberger | Remove partial NetBSD support. It's pointless to have... |
blob | commitdiff | diff to current |
| 2005-07-13 |
Matthew Dillon | Make shutdown() a fileops operation rather then a socke... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | The recent file descriptor work is significant enough... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | File descriptor cleanup stage 2, remove the separate... |
blob | commitdiff | diff to current |
| 2005-06-21 |
Jeffrey Hsu | Replace the linear search in file descriptor allocation... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-04-08 |
Joerg Sonnenberger | Simply the loop based on the knowledge that fd <= fdp... |
blob | commitdiff | diff to current |
| 2005-04-08 |
Joerg Sonnenberger | Add closefrom(2) syscall. It closes all file descriptor... |
blob | commitdiff | diff to current |
| 2005-02-02 |
Matthew Dillon | Fix a hard-to-find bugaboo in the struct file list... |
blob | commitdiff | diff to current |
| 2005-01-14 |
Matthew Dillon | falloc() was not returning an error code on failure. |
blob | commitdiff | diff to current |
| 2005-01-13 |
Matthew Dillon | proc0 is still used by e.g. smbfs to fork off a kernel... |
blob | commitdiff | diff to current |
| 2005-01-13 |
Matthew Dillon | Oops, undo accidental commit. The last commit was... |
blob | commitdiff | diff to current |
| 2005-01-13 |
Matthew Dillon | When re-connecting an already connected datagram socket... |
blob | commitdiff | diff to current |
| 2004-11-24 |
Joerg Sonnenberger | Add the basic of libkcore. Switch pstat to use kcore... |
blob | commitdiff | diff to current |
| 2004-11-18 |
Joerg Sonnenberger | Add a new system library, libkinfo. It is intended... |
blob | commitdiff | diff to current |
| 2004-11-18 |
Matthew Dillon | Lots of bug fixes to the checkpointing code. The big... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-09-30 |
Matthew Dillon | VFS messaging/interfacing work stage 7/99. BEGIN DESTA... |
blob | commitdiff | diff to current |
| 2004-09-28 |
Matthew Dillon | VFS messaging/interfacing work stage 6/99. Populate... |
blob | commitdiff | diff to current |
| 2004-07-29 |
Matthew Dillon | Work to allow pure threads to issue VFS lookups: Only... |
blob | commitdiff | diff to current |
| 2004-06-12 |
Matthew Dillon | ANSIfy the remaining K... |
blob | commitdiff | diff to current |
| 2004-05-21 |
David Rhodus | Cleanup pass. Removed code that is not needed anymore. |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-04-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-04-21 |
Matthew Dillon | Followup commit, redo the way the root file descriptor... |
blob | commitdiff | diff to current |
| 2004-04-21 |
Hiten Pandya | Merge: FreeBSD (RELENG_4) kern_descrip.c rev. 1.81... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-01-17 |
Matthew Dillon | Fix an off-by-one error in fdfree() related to flock... |
blob | commitdiff | diff to current |
| 2003-10-21 |
David P. Reese, Jr. | Create the kern_fstat() and kern_ftruncate() in-kernel... |
blob | commitdiff | diff to current |
| 2003-10-15 |
David P. Reese, Jr. | Rename do_dup() to kern_dup() and pull in some changes... |
blob | commitdiff | diff to current |
| 2003-10-13 |
Matthew Dillon | Fix miscellanious kern_fp.c bugs. |
blob | commitdiff | diff to current |
| 2003-10-13 |
Matthew Dillon | Augment falloc() to support thread-only file pointers... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-30 |
Matthew Dillon | syscall messaging 3: Expand the 'header' that goes... |
blob | commitdiff | diff to current |
| 2003-07-29 |
Matthew Dillon | fileops messaging stage 1: add port and feature mask... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Matthew Dillon | syscall messaging 2: Change the standard return value... |
blob | commitdiff | diff to current |
| 2003-07-24 |
Matthew Dillon | Preliminary syscall messaging work. Adjust all <syscal... |
blob | commitdiff | diff to current |
| 2003-07-21 |
Matthew Dillon | DEV messaging stage 1/4: Rearrange struct cdevsw and... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | Introduce cratom(), remove crcopy(). |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|