projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Scrap DEC Alpha support.
[dragonfly.git]
/
sys
/
kern
/
2005-01-27
Matthew Dillon
Mount points use a special empty namecache entry to...
tree
|
commitdiff
2005-01-26
Jeffrey Hsu
Code cleanup. Refactor some functions. Push some...
tree
|
commitdiff
2005-01-23
Joerg Sonnenberger
Use __DEQUALIFY, not only __DECONST to get rid of the...
tree
|
commitdiff
2005-01-20
Matthew Dillon
Properly vget() vnodes that the syncer intends to VOP_F...
tree
|
commitdiff
2005-01-19
Eirik Nygaard
Whitespace cleanup.
tree
|
commitdiff
2005-01-19
Matthew Dillon
Change lockcount->lockcountnb in an assertion.
tree
|
commitdiff
2005-01-19
David Rhodus
ANSI and whitespace cleanup. No operational changes.
tree
|
commitdiff
2005-01-19
Matthew Dillon
Add some descriptive comments.
tree
|
commitdiff
2005-01-16
Eirik Nygaard
Merge from vendor branch HEIMDAL:
tree
|
commitdiff
2005-01-14
Matthew Dillon
falloc() was not returning an error code on failure.
tree
|
commitdiff
2005-01-14
Matthew Dillon
Minor correction in umtx_*() calls, the mutex pointer...
tree
|
commitdiff
2005-01-14
Joerg Sonnenberger
Initial jail support for varsyms.
tree
|
commitdiff
2005-01-14
Matthew Dillon
Add syscall primitives for generic userland accessible...
tree
|
commitdiff
2005-01-13
Matthew Dillon
proc0 is still used by e.g. smbfs to fork off a kernel...
tree
|
commitdiff
2005-01-13
Matthew Dillon
Oops, undo accidental commit. The last commit was...
tree
|
commitdiff
2005-01-13
Matthew Dillon
When re-connecting an already connected datagram socket...
tree
|
commitdiff
2005-01-12
Jeffrey Hsu
Instead of explicitly initializing "fp" to NULL in...
tree
|
commitdiff
2005-01-12
Joerg Sonnenberger
Explicitly initialize fp to NULL. If sendfile is called...
tree
|
commitdiff
2005-01-09
Matthew Dillon
Add support for retrieving the journal status via mount...
tree
|
commitdiff
2005-01-04
Joerg Sonnenberger
Merge from vendor branch DHCP:
tree
|
commitdiff
2004-12-31
Matthew Dillon
Journaling layer work. Add shims and skeleton code...
tree
|
commitdiff
2004-12-31
Matthew Dillon
Restore b_data prior to calling relpbuf(). This isn...
tree
|
commitdiff
2004-12-30
Matthew Dillon
Journaling layer work. Lock down the journaling data...
tree
|
commitdiff
2004-12-29
Matthew Dillon
Rename the proc pointer p to pp to clarify its use...
tree
|
commitdiff
2004-12-29
Matthew Dillon
Journaling layer work.
tree
|
commitdiff
2004-12-28
Jeffrey Hsu
Clean up the networking code before I parallelize the...
tree
|
commitdiff
2004-12-28
Matthew Dillon
Fix a range check bug in lseek()
tree
|
commitdiff
2004-12-27
Matthew Dillon
Do not allow '.' or '..' to be specified as the last...
tree
|
commitdiff
2004-12-24
Matthew Dillon
Journaling layer work. Add a new system call, mountctl...
tree
|
commitdiff
2004-12-22
Joerg Sonnenberger
Add new structures for exporting the cputime statistics...
tree
|
commitdiff
2004-12-21
Jeffrey Hsu
Fix whitespace.
tree
|
commitdiff
2004-12-20
Joerg Sonnenberger
Merge from vendor branch GCC:
tree
|
commitdiff
2004-12-20
Joerg Sonnenberger
Remove the userland visible part of the socket generati...
tree
|
commitdiff
2004-12-18
Jeroen Ruigrok/asmodai
Merge from vendor branch CVS:
tree
|
commitdiff
2004-12-18
Jeroen Ruigrok/asmodai
Merge from vendor branch BINUTILS:
tree
|
commitdiff
2004-12-18
Jeroen Ruigrok/asmodai
Merge from vendor branch FILE:
tree
|
commitdiff
2004-12-18
Jeroen Ruigrok/asmodai
Merge from vendor branch OPENSSL:
tree
|
commitdiff
2004-12-17
Matthew Dillon
VFS messaging/interfacing work stage 10/99:
tree
|
commitdiff
2004-12-14
Jeffrey Hsu
Clean up routing code before I parallelize it.
tree
|
commitdiff
2004-12-14
Joerg Sonnenberger
Merge from vendor branch NTPD:
tree
|
commitdiff
2004-12-08
Jeffrey Hsu
Cache a pointer the last mbuf in the sockbuf for faster...
tree
|
commitdiff
2004-12-08
Matthew Dillon
Unlock the namecache record when traversing a mount...
tree
|
commitdiff
2004-12-04
Matthew Dillon
Fix the boottime calculation when the time of day is...
tree
|
commitdiff
2004-12-01
Joerg Sonnenberger
Merge from vendor branch NTPD:
tree
|
commitdiff
2004-12-01
Joerg Sonnenberger
Merge from vendor branch NTPD:
tree
|
commitdiff
2004-11-30
Matthew Dillon
Fix a bug in ESTALE handling for NFS. If we get ESTALE...
tree
|
commitdiff
2004-11-24
Joerg Sonnenberger
Add the basic of libkcore. Switch pstat to use kcore...
tree
|
commitdiff
2004-11-24
Matthew Dillon
Cleanup some ESTALE issues on the client when files...
tree
|
commitdiff
2004-11-23
Matthew Dillon
There is enough demand for Kip Macy's checkpointing...
tree
|
commitdiff
2004-11-23
Matthew Dillon
Document the mandatory use of vget() prior to modifying...
tree
|
commitdiff
2004-11-23
Matthew Dillon
Fix a bug in chown, chmod, and chflags. When the setff...
tree
|
commitdiff
2004-11-22
Matthew Dillon
The fp argument to vn_open() is optional but the code...
tree
|
commitdiff
2004-11-21
Matthew Dillon
Cleanup the 'cache_lock: blocked on..' warning message...
tree
|
commitdiff
2004-11-20
Matthew Dillon
sendfile() was seriously broken. It was calling vm_pag...
tree
|
commitdiff
2004-11-20
Matthew Dillon
Add code to the BIOS VM86 emulator to detect writes...
tree
|
commitdiff
2004-11-18
Matthew Dillon
Cleanup some dangling issues with cache_inval(). A...
tree
|
commitdiff
2004-11-18
Joerg Sonnenberger
Add a new system library, libkinfo. It is intended...
tree
|
commitdiff
2004-11-18
Matthew Dillon
Lots of bug fixes to the checkpointing code. The big...
tree
|
commitdiff
2004-11-18
Matthew Dillon
Do a cleanup pass on the mbuf allocator. Reorder the...
tree
|
commitdiff
2004-11-17
Matthew Dillon
Remove unused junk from the slab allocator.
tree
|
commitdiff
2004-11-14
Joerg Sonnenberger
Merge from vendor branch GDB:
tree
|
commitdiff
2004-11-12
Matthew Dillon
Forced commit, correct comment for last commit. 1...
tree
|
commitdiff
2004-11-12
Matthew Dillon
Default vfs.fastdev to 1 for wider testing, so the...
tree
|
commitdiff
2004-11-12
Matthew Dillon
VFS messaging/interfacing work stage 9/99: VFS 'NEW...
tree
|
commitdiff
2004-11-10
Joerg Sonnenberger
Merge from vendor branch LIBARCHIVE:
tree
|
commitdiff
2004-11-10
Joerg Sonnenberger
Merge from vendor branch BSDTAR:
tree
|
commitdiff
2004-11-10
Matthew Dillon
The min() and max() macros in sys/libkern.h are typed...
tree
|
commitdiff
2004-11-09
Joerg Sonnenberger
Merge from vendor branch NTPD:
tree
|
commitdiff
2004-11-09
Joerg Sonnenberger
Merge from vendor branch NTPD:
tree
|
commitdiff
2004-11-09
Joerg Sonnenberger
Define IOV_MAX for userland too and make it available...
tree
|
commitdiff
2004-11-09
Matthew Dillon
Add lockcountnb() - a non-blocking version of lockcount...
tree
|
commitdiff
2004-11-09
Matthew Dillon
Create a non-blocking version of BUF_REFCNT() called...
tree
|
commitdiff
2004-11-05
Matthew Dillon
Remove an assertion that used to double-check the cred...
tree
|
commitdiff
2004-10-28
Matthew Dillon
unmount was not removing the negative hits associated...
tree
|
commitdiff
2004-10-25
Matthew Dillon
Remove the vfs page replacement optimization and its...
tree
|
commitdiff
2004-10-24
Joerg Sonnenberger
Merge from vendor branch GDB:
tree
|
commitdiff
2004-10-23
Joerg Sonnenberger
Merge from vendor branch READLINE:
tree
|
commitdiff
2004-10-23
Joerg Sonnenberger
Merge from vendor branch ZLIB:
tree
|
commitdiff
2004-10-22
Matthew Dillon
The old lookup() API is extremely complex. Even though...
tree
|
commitdiff
2004-10-22
Matthew Dillon
Make an existing vnode lock assertion a bit more verbose.
tree
|
commitdiff
2004-10-22
Matthew Dillon
Fix a final bug in the vfs cache cleaning code. An...
tree
|
commitdiff
2004-10-22
Jeffrey Hsu
Correct use of the flags argument to the recvmsg system...
tree
|
commitdiff
2004-10-19
Matthew Dillon
Fix bugs in the limiting code for negative-hit namecach...
tree
|
commitdiff
2004-10-13
Eirik Nygaard
Add two more header in the !_KERNEL case so libcaps...
tree
|
commitdiff
2004-10-12
Matthew Dillon
Try to close an occassional VM page related panic that...
tree
|
commitdiff
2004-10-12
Matthew Dillon
VFS messaging/interfacing work stage 8/99: Major rework...
tree
|
commitdiff
2004-10-07
Matthew Dillon
VFS messaging/interfacing work stage 7h/99: More firmin...
tree
|
commitdiff
2004-10-07
Matthew Dillon
VFS messaging/interfacing work stage 7g/99: More firmin...
tree
|
commitdiff
2004-10-07
Matthew Dillon
VFS messaging/interfacing work stage 7f/99: More firmin...
tree
|
commitdiff
2004-10-07
Matthew Dillon
Fix a bug in the tty clist code. The clist code was...
tree
|
commitdiff
2004-10-07
Matthew Dillon
VFS messaging/interfacing work stage 8a/99: Sync other...
tree
|
commitdiff
2004-10-05
Matthew Dillon
VFS messaging/interfacing work stage 7e/99: More firmin...
tree
|
commitdiff
2004-10-05
Matthew Dillon
VFS messaging/interfacing work stage 7d/99: More firmin...
tree
|
commitdiff
2004-10-04
Matthew Dillon
VFS messaging/interfacing work stage 7c/99: More firmin...
tree
|
commitdiff
2004-10-02
Matthew Dillon
VFS messaging/interfacing work stage 7b/99: More firmin...
tree
|
commitdiff
2004-10-01
Matthew Dillon
VFS messaging/interfacing work stage 7a/99: Firm up...
tree
|
commitdiff
2004-09-30
Matthew Dillon
VFS messaging/interfacing work stage 7/99. BEGIN DESTA...
tree
|
commitdiff
2004-09-28
Matthew Dillon
VFS messaging/interfacing work stage 6/99. Populate...
tree
|
commitdiff
2004-09-26
Matthew Dillon
VFS messaging/interfacing work stage 5b/99. More clean...
tree
|
commitdiff
2004-09-26
Matthew Dillon
VFS messaging/interfacing work stage 5/99. Start work...
tree
|
commitdiff
next