summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move vn_fullpath1() outside of FILEDESC locking. This is being done inmarcus2008-11-251-5/+21
* Correct typo in comment: thier -> theiremaste2008-11-241-1/+1
* It's possible that the dump device has gone away after it wasdwmalone2008-11-231-1/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-223-8/+11
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+68
* Fix a scope problem in the multiple routing table code that stopped thejulian2008-11-191-0/+3
* Allow device hints to wire the unit numbers of devices.jhb2008-11-182-5/+37
* When checking to see if another CPU is running its idle thread, examinejhb2008-11-181-4/+4
* Obey signedness flag in %z case.delphij2008-11-171-1/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-176-247/+367
* Revert r184118. There is actually a code in the kernel, for instance inkib2008-11-161-10/+1
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-131-1/+2
* Don't forget to relock the TTY after uiomove() returns an error.ed2008-11-121-4/+2
* Several cleanups related to pipe(2).ed2008-11-111-9/+22
* Avoid scheduling firmware taskqs when cold.gallatin2008-11-111-3/+7
* Regenerate system call tables for r184789.ed2008-11-093-67/+8
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-092-40/+29
* make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al.kmacy2008-11-091-3/+4
* Reduce the default baud rate of PTY's to 9600.ed2008-11-081-1/+1
* Merge latest DTrace changes from Perforce.rodrigc2008-11-052-5/+19
* Revert rev 184216 and 184199, due to the way the thread_lock works,davidxu2008-11-055-15/+55
* Use shared vnode locks for auditing vnode arguments as auditing onlyjhb2008-11-041-4/+4
* Don't bother calling setrunnable() and clearing the sleeping flag injhb2008-11-041-9/+12
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-042-8/+6
* Remove redundant return value tests.ed2008-11-041-6/+1
* Adjust the license statement to more closely match a standard 3-clause BSDjhb2008-11-031-12/+12
* Use shared vnode locks instead of exclusive vnode locks for the access(),jhb2008-11-033-16/+16
* Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.attilio2008-11-032-20/+3
* A few style nits.jhb2008-11-031-1/+2
* Regen.dfr2008-11-033-2/+21
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-033-1/+33
* Increase the initial sbuf size for CPU topology dump to something moreivoras2008-11-021-1/+1
* Improve VFS locking:attilio2008-11-025-62/+78
* Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'.ed2008-11-011-1/+1
* Reimplement the /dev/console device node.ed2008-11-012-244/+92
* Add three extra to the kinfo_proc_vmmap data. kve_offset - the offsetpeter2008-10-311-0/+10
* Make it possible to compile kernel with KTR but without DDB.sobomax2008-10-301-1/+5
* Introduce a new sysctl, kern.sched.topology_spec, that returns an XMLivoras2008-10-291-1/+87
* If threads limit is exceeded, increase the totoal numberdavidxu2008-10-291-1/+4
* Rename a variable missed in previous accmode_t-related commits.trasz2008-10-281-21/+21
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-287-57/+60
* Style return statements in vn_pollrecord().kib2008-10-281-2/+2
* Protect check for v_pollinfo == NULL and assignment of the newly allocatedkib2008-10-281-14/+22
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-2/+2
* After a machine has been up for a bit more than 20 days with HZ=1000,peter2008-10-281-1/+1
* - Whitespace fix for vop_poll.jhb2008-10-271-2/+2
* vm_pnames should be "const char *const[]".sobomax2008-10-271-1/+1
* vm_pnames has no reason to be global.sobomax2008-10-271-1/+1
* Default HZ value (1,000) on i386/amd64 is not very virtual machine friendly.sobomax2008-10-271-1/+39
* Don't rely on the value of *statep without first taking the vnode interlock.dfr2008-10-241-1/+4
OpenPOWER on IntegriCloud