aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the suser(9) interface from the kernel. It has been replaced fromAttilio Rao2008-09-176-43/+41
* Small consistency bug: remove named function attribute.Ed Schouten2008-09-171-1/+1
* Decontext-alize the nfsserver module.Attilio Rao2008-09-165-101/+91
* Add 'device acpi' to GENERIC on i386. Most newer i386 machines require it,John Baldwin2008-09-161-0/+1
* Hide some of driver's internal debugging.Alexander Motin2008-09-161-142/+173
* Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-XJohn Baldwin2008-09-161-1/+99
* o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G)Marcel Moolenaar2008-09-161-40/+42
* Retire the 'i_reclen' field from the in-memory i-node. Previously,John Baldwin2008-09-162-7/+9
* Bump __FreeBSD_version to reflect that kernel NFS mount code can acceptCraig Rodrigues2008-09-161-1/+1
* Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1IMarcel Moolenaar2008-09-161-14/+110
* o In decr_get_timecount() only read the low timebase register.Marcel Moolenaar2008-09-161-4/+9
* Set pcpup->pc_curthread and pcpup->pc_curpcb before callingMarcel Moolenaar2008-09-161-3/+3
* o Synchronize the APs timebase and decrementer values with the BSP.Marcel Moolenaar2008-09-161-2/+13
* In powerpc_get_pcpup(), make the inline assembly statementMarcel Moolenaar2008-09-161-1/+1
* Fix a race with shared lookups on UFS. If the the dirhash code reached theJohn Baldwin2008-09-162-34/+87
* - Only set i_offset in the parent directory's i-node during a lookup forJohn Baldwin2008-09-161-3/+9
* vdropl() drops the vnode interlock. Thus, the code in the QUOTA case thatJohn Baldwin2008-09-161-3/+2
* Fix minor TTY API inconsistency.Ed Schouten2008-09-162-1/+3
* Suspend the write operations on the UFS filesystem being unmounted orKonstantin Belousov2008-09-161-14/+73
* When attempt is made to suspend a filesystem that is already syspended,Konstantin Belousov2008-09-166-14/+37
* Add the ffs structures introspection functions for ddb.Konstantin Belousov2008-09-163-3/+90
* Garbage-collect vn_write_suspend_wait().Konstantin Belousov2008-09-163-62/+2
* When downgrading the read-write mount to read-only, do_unmount() setsKonstantin Belousov2008-09-166-4/+16
* The struct inode *ip supplied to softdep_freefile is not neccessary theKonstantin Belousov2008-09-161-1/+2
* Further whitespace and copyright cleanups to minimize theKip Macy2008-09-164-5/+4
* White space cleanups to bring closer to RELENG_7Kip Macy2008-09-168-16/+6
* Remove the tracing from the AP startup. The AP is knownMarcel Moolenaar2008-09-165-91/+12
* Remove some dead code along with gratuitous differences between HEAD and 7Kip Macy2008-09-167-49/+13
* add ddb support (default to off unless built with the kernel)Sam Leffler2008-09-151-4/+5
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-159-105/+186
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-1513-160/+143
* Expose a new public routine intr_event_execute_handlers() which executesJohn Baldwin2008-09-152-6/+29
* style(9)David E. O'Brien2008-09-151-3/+4
* Regenerate for r183042.David E. O'Brien2008-09-154-7/+7
* Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was madeDavid E. O'Brien2008-09-151-1/+1
* Allow COMPAT_SVR4 to be built without COMPAT_43.Ed Schouten2008-09-153-22/+21
* Add missing ZFS_EXIT().Pawel Jakub Dawidek2008-09-151-0/+1
* Hey, committed the same typo twice! must be a recordJulian Elischer2008-09-151-1/+1
* Correct a callchain capture bug on the i386.Joseph Koshy2008-09-153-7/+26
* rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked,Julian Elischer2008-09-151-40/+83
* o Remove SPR_TSR & SPR_TCR for AIM.Marcel Moolenaar2008-09-151-8/+23
* Dont worry about PSL_RI (restartable interrupt indicator) inMarcel Moolenaar2008-09-153-6/+3
* Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're notMarcel Moolenaar2008-09-151-103/+47
* Remove debugging code.Marcel Moolenaar2008-09-141-15/+7
* Small addition to the previous commit. Sorry.Alexander Motin2008-09-141-0/+1
* Add some missing Realtek codec IDs. Just for reference.Alexander Motin2008-09-141-1/+10
* Widen psaddr_t from uintptr_t to uint64_t. This results in anMarcel Moolenaar2008-09-141-1/+1
* Recover handsfree port support.(Almost all changes are done on previous commit).Takanori Watanabe2008-09-141-5/+24
* Add a bunch of Novatel and Sierra 3G wireless product ids.Andrew Thompson2008-09-142-7/+106
* Remove one unneeded printf from non-verbose output.Alexander Motin2008-09-141-1/+3