| Commit message (Expand) | Author | Age | Files | Lines |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+68 |
* | Fix a scope problem in the multiple routing table code that stopped the | julian | 2008-11-19 | 1 | -0/+3 |
* | Allow device hints to wire the unit numbers of devices. | jhb | 2008-11-18 | 2 | -5/+37 |
* | When checking to see if another CPU is running its idle thread, examine | jhb | 2008-11-18 | 1 | -4/+4 |
* | Obey signedness flag in %z case. | delphij | 2008-11-17 | 1 | -1/+1 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 6 | -247/+367 |
* | Revert r184118. There is actually a code in the kernel, for instance in | kib | 2008-11-16 | 1 | -10/+1 |
* | Silence detach messages if the device has marked itself quiet (u3g). | n_hibma | 2008-11-13 | 1 | -1/+2 |
* | Don't forget to relock the TTY after uiomove() returns an error. | ed | 2008-11-12 | 1 | -4/+2 |
* | Several cleanups related to pipe(2). | ed | 2008-11-11 | 1 | -9/+22 |
* | Avoid scheduling firmware taskqs when cold. | gallatin | 2008-11-11 | 1 | -3/+7 |
* | Regenerate system call tables for r184789. | ed | 2008-11-09 | 3 | -67/+8 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 2 | -40/+29 |
* | make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al. | kmacy | 2008-11-09 | 1 | -3/+4 |
* | Reduce the default baud rate of PTY's to 9600. | ed | 2008-11-08 | 1 | -1/+1 |
* | Merge latest DTrace changes from Perforce. | rodrigc | 2008-11-05 | 2 | -5/+19 |
* | Revert rev 184216 and 184199, due to the way the thread_lock works, | davidxu | 2008-11-05 | 5 | -15/+55 |
* | Use shared vnode locks for auditing vnode arguments as auditing only | jhb | 2008-11-04 | 1 | -4/+4 |
* | Don't bother calling setrunnable() and clearing the sleeping flag in | jhb | 2008-11-04 | 1 | -9/+12 |
* | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | jhb | 2008-11-04 | 2 | -8/+6 |
* | Remove redundant return value tests. | ed | 2008-11-04 | 1 | -6/+1 |
* | Adjust the license statement to more closely match a standard 3-clause BSD | jhb | 2008-11-03 | 1 | -12/+12 |
* | Use shared vnode locks instead of exclusive vnode locks for the access(), | jhb | 2008-11-03 | 3 | -16/+16 |
* | Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless. | attilio | 2008-11-03 | 2 | -20/+3 |
* | A few style nits. | jhb | 2008-11-03 | 1 | -1/+2 |
* | Regen. | dfr | 2008-11-03 | 3 | -2/+21 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 3 | -1/+33 |
* | Increase the initial sbuf size for CPU topology dump to something more | ivoras | 2008-11-02 | 1 | -1/+1 |
* | Improve VFS locking: | attilio | 2008-11-02 | 5 | -62/+78 |
* | Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'. | ed | 2008-11-01 | 1 | -1/+1 |
* | Reimplement the /dev/console device node. | ed | 2008-11-01 | 2 | -244/+92 |
* | Add three extra to the kinfo_proc_vmmap data. kve_offset - the offset | peter | 2008-10-31 | 1 | -0/+10 |
* | Make it possible to compile kernel with KTR but without DDB. | sobomax | 2008-10-30 | 1 | -1/+5 |
* | Introduce a new sysctl, kern.sched.topology_spec, that returns an XML | ivoras | 2008-10-29 | 1 | -1/+87 |
* | If threads limit is exceeded, increase the totoal number | davidxu | 2008-10-29 | 1 | -1/+4 |
* | Rename a variable missed in previous accmode_t-related commits. | trasz | 2008-10-28 | 1 | -21/+21 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 7 | -57/+60 |
* | Style return statements in vn_pollrecord(). | kib | 2008-10-28 | 1 | -2/+2 |
* | Protect check for v_pollinfo == NULL and assignment of the newly allocated | kib | 2008-10-28 | 1 | -14/+22 |
* | Rename three MAC entry points from _proc_ to _cred_ to reflect the fact | rwatson | 2008-10-28 | 1 | -2/+2 |
* | After a machine has been up for a bit more than 20 days with HZ=1000, | peter | 2008-10-28 | 1 | -1/+1 |
* | - Whitespace fix for vop_poll. | jhb | 2008-10-27 | 1 | -2/+2 |
* | vm_pnames should be "const char *const[]". | sobomax | 2008-10-27 | 1 | -1/+1 |
* | vm_pnames has no reason to be global. | sobomax | 2008-10-27 | 1 | -1/+1 |
* | Default HZ value (1,000) on i386/amd64 is not very virtual machine friendly. | sobomax | 2008-10-27 | 1 | -1/+39 |
* | Don't rely on the value of *statep without first taking the vnode interlock. | dfr | 2008-10-24 | 1 | -1/+4 |
* | Don't rearm callout if the process is exiting, it may leak a callout | davidxu | 2008-10-24 | 1 | -1/+2 |
* | partly revert revision 184199, because TDF_NEEDSIGCHK is persitent | davidxu | 2008-10-24 | 1 | -10/+5 |
* | Whitespace fix. | jhb | 2008-10-23 | 1 | -1/+2 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 5 | -8/+8 |