aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Put "coda_rdwr: Internally Opening" printf generated by in-kernel writesRobert Watson2008-01-211-0/+2
* Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY,Robert Watson2008-01-211-14/+4
* Add copyrights.Ruslan Ermilov2008-01-212-0/+52
* Fix build.Pyun YongHyeon2008-01-211-2/+2
* Uncomment sf(4), sf(4) should work on all architectures.Pyun YongHyeon2008-01-211-1/+1
* Overhaul sf(4) to make it run on all architectures and implementPyun YongHyeon2008-01-212-965/+2122
* It seems that the firmware for TxGFP does not work at all. I couldPyun YongHyeon2008-01-211-0/+1
* Import AIC-6915 firmware for GFP from Adaptec.Pyun YongHyeon2008-01-212-0/+235
* sf(4) was repocopied to src/sys/dev/sf.Pyun YongHyeon2008-01-212-2663/+0
* Update file list and Makefile after repocopying sf(4) fromPyun YongHyeon2008-01-212-2/+2
* Forced commit to note that sf(4) was repocopied from sys/pciPyun YongHyeon2008-01-211-1/+1
* Regenerate.Robert Watson2008-01-209-15/+15
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsRobert Watson2008-01-202-4/+4
* Export a type for POSIX SHM file descriptors via kern.proc.filedesc asRobert Watson2008-01-202-0/+5
* Correct the commented out debugging printf()s in REPLACE and NEXT macros.Bjoern A. Zeeb2008-01-201-2/+8
* Re-enable pcpu caching by default make sysctl R/WKip Macy2008-01-192-2/+2
* Correct the visibility macro surrounding SIGSYS.David Schultz2008-01-191-1/+1
* Remove unused oldhash definition from Coda namecache.Robert Watson2008-01-191-5/+0
* Bump FreeBSD_version in order to reflect introduction ofAttilio Rao2008-01-191-1/+1
* - Introduce the function lockmgr_recursed() which returns true if theAttilio Rao2008-01-1911-57/+46
* Improve default vnode operation handling for Coda:Robert Watson2008-01-191-4/+1
* Rework coda_statfs(): no longer need to zero the statfs structure orRobert Watson2008-01-191-6/+1
* Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on theRobert Watson2008-01-191-3/+2
* Don't acquire an additional vnode reference to a vnode when it is openedRobert Watson2008-01-191-5/+0
* Don't declare functions as extern.Robert Watson2008-01-194-27/+22
* Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so asRobert Watson2008-01-191-1/+1
* Lock the new directory vnode returned by coda_mkdir(), as this is requiredRobert Watson2008-01-191-1/+5
* Borrow the VM object associated with an underlying cache vnode with theRobert Watson2008-01-191-1/+5
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.Jung-uk Kim2008-01-183-8/+12
* Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).Jung-uk Kim2008-01-181-1/+1
* Fix gratuitous whitespace bugChristian S.J. Peron2008-01-181-1/+2
* Add a case for AUE_LISTEN. This removes the following console error message:Christian S.J. Peron2008-01-181-0/+1
* Move unlock of global UNIX domain socket lock slightly lower inRobert Watson2008-01-181-1/+1
* In the rev. 1.153, the one place for converting minor number to unitKonstantin Belousov2008-01-181-1/+3
* Use nfsrv_destroycache() only once, else it crashes the server.Remko Lodder2008-01-181-1/+0
* refactor code so it can run in a chroot without having to have /dev/mountedJulian Elischer2008-01-181-33/+48
* Style changes from avatar.Doug Ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedDoug Ambrisko2008-01-183-122/+253
* Make sure reading td_runtime in critical section since thread may beDavid Xu2008-01-181-1/+2
* In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather,Robert Watson2008-01-181-25/+55
* udf_vget() shall vgone() the vnode when the file_entry cannot be allocatedKonstantin Belousov2008-01-181-0/+3
* Remove a chunk of duplicated code, test the destination address against theAndrew Thompson2008-01-181-56/+27
* Use m_collapse(9) to collapse mbuf chains instead of relying onPyun YongHyeon2008-01-181-1/+1
* Add POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can be used to measureDavid Xu2008-01-182-0/+17
* IEEE 802.1D-2004 states, frames containing any of the group MAC AddressesAndrew Thompson2008-01-181-1/+14
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-176-442/+6
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsJohn Baldwin2008-01-171-0/+17
* - remove bogus_imm counterKip Macy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedSam Leffler2008-01-174-99/+88
* Remove a conditional that is always true.John Baldwin2008-01-171-1/+1