| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the suser(9) interface from the kernel. It has been replaced from | Attilio Rao | 2008-09-17 | 6 | -43/+41 |
| * | Small consistency bug: remove named function attribute. | Ed Schouten | 2008-09-17 | 1 | -1/+1 |
| * | Decontext-alize the nfsserver module. | Attilio Rao | 2008-09-16 | 5 | -101/+91 |
| * | Add 'device acpi' to GENERIC on i386. Most newer i386 machines require it, | John Baldwin | 2008-09-16 | 1 | -0/+1 |
| * | Hide some of driver's internal debugging. | Alexander Motin | 2008-09-16 | 1 | -142/+173 |
| * | Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-X | John Baldwin | 2008-09-16 | 1 | -1/+99 |
| * | o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G) | Marcel Moolenaar | 2008-09-16 | 1 | -40/+42 |
| * | Retire the 'i_reclen' field from the in-memory i-node. Previously, | John Baldwin | 2008-09-16 | 2 | -7/+9 |
| * | Bump __FreeBSD_version to reflect that kernel NFS mount code can accept | Craig Rodrigues | 2008-09-16 | 1 | -1/+1 |
| * | Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1I | Marcel Moolenaar | 2008-09-16 | 1 | -14/+110 |
| * | o In decr_get_timecount() only read the low timebase register. | Marcel Moolenaar | 2008-09-16 | 1 | -4/+9 |
| * | Set pcpup->pc_curthread and pcpup->pc_curpcb before calling | Marcel Moolenaar | 2008-09-16 | 1 | -3/+3 |
| * | o Synchronize the APs timebase and decrementer values with the BSP. | Marcel Moolenaar | 2008-09-16 | 1 | -2/+13 |
| * | In powerpc_get_pcpup(), make the inline assembly statement | Marcel Moolenaar | 2008-09-16 | 1 | -1/+1 |
| * | Fix a race with shared lookups on UFS. If the the dirhash code reached the | John Baldwin | 2008-09-16 | 2 | -34/+87 |
| * | - Only set i_offset in the parent directory's i-node during a lookup for | John Baldwin | 2008-09-16 | 1 | -3/+9 |
| * | vdropl() drops the vnode interlock. Thus, the code in the QUOTA case that | John Baldwin | 2008-09-16 | 1 | -3/+2 |
| * | Fix minor TTY API inconsistency. | Ed Schouten | 2008-09-16 | 2 | -1/+3 |
| * | Suspend the write operations on the UFS filesystem being unmounted or | Konstantin Belousov | 2008-09-16 | 1 | -14/+73 |
| * | When attempt is made to suspend a filesystem that is already syspended, | Konstantin Belousov | 2008-09-16 | 6 | -14/+37 |
| * | Add the ffs structures introspection functions for ddb. | Konstantin Belousov | 2008-09-16 | 3 | -3/+90 |
| * | Garbage-collect vn_write_suspend_wait(). | Konstantin Belousov | 2008-09-16 | 3 | -62/+2 |
| * | When downgrading the read-write mount to read-only, do_unmount() sets | Konstantin Belousov | 2008-09-16 | 6 | -4/+16 |
| * | The struct inode *ip supplied to softdep_freefile is not neccessary the | Konstantin Belousov | 2008-09-16 | 1 | -1/+2 |
| * | Further whitespace and copyright cleanups to minimize the | Kip Macy | 2008-09-16 | 4 | -5/+4 |
| * | White space cleanups to bring closer to RELENG_7 | Kip Macy | 2008-09-16 | 8 | -16/+6 |
| * | Remove the tracing from the AP startup. The AP is known | Marcel Moolenaar | 2008-09-16 | 5 | -91/+12 |
| * | Remove some dead code along with gratuitous differences between HEAD and 7 | Kip Macy | 2008-09-16 | 7 | -49/+13 |
| * | add ddb support (default to off unless built with the kernel) | Sam Leffler | 2008-09-15 | 1 | -4/+5 |
| * | Make ddb command registration dynamic so modules can extend | Sam Leffler | 2008-09-15 | 9 | -105/+186 |
| * | Rework the handling of interrupt handlers for children of ppc and ppbus: | John Baldwin | 2008-09-15 | 13 | -160/+143 |
| * | Expose a new public routine intr_event_execute_handlers() which executes | John Baldwin | 2008-09-15 | 2 | -6/+29 |
| * | style(9) | David E. O'Brien | 2008-09-15 | 1 | -3/+4 |
| * | Regenerate for r183042. | David E. O'Brien | 2008-09-15 | 4 | -7/+7 |
| * | Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was made | David E. O'Brien | 2008-09-15 | 1 | -1/+1 |
| * | Allow COMPAT_SVR4 to be built without COMPAT_43. | Ed Schouten | 2008-09-15 | 3 | -22/+21 |
| * | Add missing ZFS_EXIT(). | Pawel Jakub Dawidek | 2008-09-15 | 1 | -0/+1 |
| * | Hey, committed the same typo twice! must be a record | Julian Elischer | 2008-09-15 | 1 | -1/+1 |
| * | Correct a callchain capture bug on the i386. | Joseph Koshy | 2008-09-15 | 3 | -7/+26 |
| * | rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked, | Julian Elischer | 2008-09-15 | 1 | -40/+83 |
| * | o Remove SPR_TSR & SPR_TCR for AIM. | Marcel Moolenaar | 2008-09-15 | 1 | -8/+23 |
| * | Dont worry about PSL_RI (restartable interrupt indicator) in | Marcel Moolenaar | 2008-09-15 | 3 | -6/+3 |
| * | Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're not | Marcel Moolenaar | 2008-09-15 | 1 | -103/+47 |
| * | Remove debugging code. | Marcel Moolenaar | 2008-09-14 | 1 | -15/+7 |
| * | Small addition to the previous commit. Sorry. | Alexander Motin | 2008-09-14 | 1 | -0/+1 |
| * | Add some missing Realtek codec IDs. Just for reference. | Alexander Motin | 2008-09-14 | 1 | -1/+10 |
| * | Widen psaddr_t from uintptr_t to uint64_t. This results in an | Marcel Moolenaar | 2008-09-14 | 1 | -1/+1 |
| * | Recover handsfree port support.(Almost all changes are done on previous commit). | Takanori Watanabe | 2008-09-14 | 1 | -5/+24 |
| * | Add a bunch of Novatel and Sierra 3G wireless product ids. | Andrew Thompson | 2008-09-14 | 2 | -7/+106 |
| * | Remove one unneeded printf from non-verbose output. | Alexander Motin | 2008-09-14 | 1 | -1/+3 |