| 2010-11-30 |
Samuel J. Greear | kernel - Provide descriptions for lwkt.* and debug... |
blob | commitdiff |
| 2010-10-31 |
Sascha Wildner | kernel: Remove most definitions of CDEV_MAJOR. |
blob | commitdiff | diff to current |
| 2010-10-18 |
Matthew Dillon | kernel - Fix bug in unp_gc() |
blob | commitdiff | diff to current |
| 2010-08-30 |
Alex Hornung | spinlocks - Rename API to spin_{try,un,}lock |
blob | commitdiff | diff to current |
| 2010-08-30 |
Matthew Dillon | kernel - Switch to exclusive spinlocks in kern_descrip.c |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Call knote_fdclose() without the mplock. |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Fix badfo_kqfilter for badfileops |
blob | commitdiff | diff to current |
| 2010-08-22 |
Matthew Dillon | kernel - close numerous kqueue MP and blocking races |
blob | commitdiff | diff to current |
| 2010-08-21 |
Matthew Dillon | kernel - Fix system lockup w/ kqueue based select/poll... |
blob | commitdiff | diff to current |
| 2010-08-11 |
Matthew Dillon | kernel - Adjust krate infrastructure |
blob | commitdiff | diff to current |
| 2010-08-10 |
Matthew Dillon | kernel - Add per-user file descriptor limit |
blob | commitdiff | diff to current |
| 2010-01-03 |
Matthew Dillon | kernel - kqueue - major refactoring |
blob | commitdiff | diff to current |
| 2009-12-27 |
Matthew Dillon | kernel - Add per-mount token to replace mplock. |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - adjust falloc and arguments to dupfdopen,... |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - use new td_ucred in numerous places |
blob | commitdiff | diff to current |
| 2009-12-13 |
Matthew Dillon | kernel - Move MP lock inward, plus misc other stuff |
blob | commitdiff | diff to current |
| 2009-10-11 |
Stathis Kamperis | mqueues: kern_descrip.c: Make badfo*() functions non... |
blob | commitdiff | diff to current |
| 2009-10-02 |
Alex Hornung | kern_descrip - Remove leftover debug from devfs |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - pass sysmsg through to ioctl. |
blob | commitdiff | diff to current |
| 2009-08-24 |
Matthew Dillon | Rename msleep() to ssleep(). |
blob | commitdiff | diff to current |
| 2009-08-20 |
Matthew Dillon | Fix numerous compiler warnings and format conversion... |
blob | commitdiff | diff to current |
| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff | diff to current |
| 2009-08-01 |
Matthew Dillon | DEVFS - Bring in Alex's GSOC kernel adjustments. |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | MPSAFE - Document a few procedures as MPSAFE (non-opera... |
blob | commitdiff | diff to current |
| 2009-07-03 |
Matthew Dillon | frevoke - More fixes to fdfree() |
blob | commitdiff | diff to current |
| 2009-07-02 |
Matthew Dillon | file descriptor enumeration - Fix races |
blob | commitdiff | diff to current |
| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff | diff to current |
| 2009-05-15 |
Matthew Dillon | Fix bug in recent commit - fcntl(... O_ASYNC) on tty... |
blob | commitdiff | diff to current |
| 2009-05-06 |
Matthew Dillon | Add kernel-layer support for chflags checks, remove... |
blob | commitdiff | diff to current |
| 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 |
| next |