summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-248-68/+99
* Differentiate between addifaddr and delifaddr for the privilege check.bz2008-01-241-1/+2
* Many improvements that have been collected over time:scottl2008-01-243-43/+146
* tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), whichrwatson2008-01-231-0/+2
* Fix bundle xmit octets stats for packet-split operation mode.mav2008-01-231-4/+4
* o Add boot, gdb, nfsserver and opencrypto dirs to CSCOPEDIRS; sort.maxim2008-01-231-3/+3
* - sched_prio() should only adjust tdq_lowpri if the thread is running or onjeff2008-01-231-7/+9
* Bump FreeBSD_version after adding "ASCII" encoding to libcache2008-01-231-1/+1
* Take advantage of the new physically contiguous 9K jumbos in 8.gallatin2008-01-222-3/+29
* Put "coda_rdwr: Internally Opening" printf generated by in-kernel writesrwatson2008-01-211-0/+2
* Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY,rwatson2008-01-211-14/+4
* Add copyrights.ru2008-01-212-0/+52
* Fix build.yongari2008-01-211-2/+2
* Uncomment sf(4), sf(4) should work on all architectures.yongari2008-01-211-1/+1
* Overhaul sf(4) to make it run on all architectures and implementyongari2008-01-212-965/+2122
* It seems that the firmware for TxGFP does not work at all. I couldyongari2008-01-211-0/+1
* Import AIC-6915 firmware for GFP from Adaptec.yongari2008-01-212-0/+235
* sf(4) was repocopied to src/sys/dev/sf.yongari2008-01-212-2663/+0
* Update file list and Makefile after repocopying sf(4) fromyongari2008-01-212-2/+2
* Forced commit to note that sf(4) was repocopied from sys/pciyongari2008-01-211-1/+1
* Regenerate.rwatson2008-01-209-15/+15
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsrwatson2008-01-202-4/+4
* Export a type for POSIX SHM file descriptors via kern.proc.filedesc asrwatson2008-01-202-0/+5
* Correct the commented out debugging printf()s in REPLACE and NEXT macros.bz2008-01-201-2/+8
* Re-enable pcpu caching by default make sysctl R/Wkmacy2008-01-192-2/+2
* Correct the visibility macro surrounding SIGSYS.das2008-01-191-1/+1
* Remove unused oldhash definition from Coda namecache.rwatson2008-01-191-5/+0
* Bump FreeBSD_version in order to reflect introduction ofattilio2008-01-191-1/+1
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-1911-57/+46
* Improve default vnode operation handling for Coda:rwatson2008-01-191-4/+1
* Rework coda_statfs(): no longer need to zero the statfs structure orrwatson2008-01-191-6/+1
* Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on therwatson2008-01-191-3/+2
* Don't acquire an additional vnode reference to a vnode when it is openedrwatson2008-01-191-5/+0
* Don't declare functions as extern.rwatson2008-01-194-27/+22
* Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so asrwatson2008-01-191-1/+1
* Lock the new directory vnode returned by coda_mkdir(), as this is requiredrwatson2008-01-191-1/+5
* Borrow the VM object associated with an underlying cache vnode with therwatson2008-01-191-1/+5
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-183-8/+12
* Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).jkim2008-01-181-1/+1
* Fix gratuitous whitespace bugcsjp2008-01-181-1/+2
* Add a case for AUE_LISTEN. This removes the following console error message:csjp2008-01-181-0/+1
* Move unlock of global UNIX domain socket lock slightly lower inrwatson2008-01-181-1/+1
* In the rev. 1.153, the one place for converting minor number to unitkib2008-01-181-1/+3
* Use nfsrv_destroycache() only once, else it crashes the server.remko2008-01-181-1/+0
* refactor code so it can run in a chroot without having to have /dev/mountedjulian2008-01-181-33/+48
* Style changes from avatar.ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedambrisko2008-01-183-122/+253
* Make sure reading td_runtime in critical section since thread may bedavidxu2008-01-181-1/+2
* In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather,rwatson2008-01-181-25/+55
* udf_vget() shall vgone() the vnode when the file_entry cannot be allocatedkib2008-01-181-0/+3
OpenPOWER on IntegriCloud