summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Retire the 'i_reclen' field from the in-memory i-node. Previously,jhb2008-09-162-7/+9
* Bump __FreeBSD_version to reflect that kernel NFS mount code can acceptrodrigc2008-09-161-1/+1
* Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1Imarcel2008-09-161-14/+110
* o In decr_get_timecount() only read the low timebase register.marcel2008-09-161-4/+9
* Set pcpup->pc_curthread and pcpup->pc_curpcb before callingmarcel2008-09-161-3/+3
* o Synchronize the APs timebase and decrementer values with the BSP.marcel2008-09-161-2/+13
* In powerpc_get_pcpup(), make the inline assembly statementmarcel2008-09-161-1/+1
* Fix a race with shared lookups on UFS. If the the dirhash code reached thejhb2008-09-162-34/+87
* - Only set i_offset in the parent directory's i-node during a lookup forjhb2008-09-161-3/+9
* vdropl() drops the vnode interlock. Thus, the code in the QUOTA case thatjhb2008-09-161-3/+2
* Fix minor TTY API inconsistency.ed2008-09-162-1/+3
* Suspend the write operations on the UFS filesystem being unmounted orkib2008-09-161-14/+73
* When attempt is made to suspend a filesystem that is already syspended,kib2008-09-166-14/+37
* Add the ffs structures introspection functions for ddb.kib2008-09-163-3/+90
* Garbage-collect vn_write_suspend_wait().kib2008-09-163-62/+2
* When downgrading the read-write mount to read-only, do_unmount() setskib2008-09-166-4/+16
* The struct inode *ip supplied to softdep_freefile is not neccessary thekib2008-09-161-1/+2
* Further whitespace and copyright cleanups to minimize thekmacy2008-09-164-5/+4
* White space cleanups to bring closer to RELENG_7kmacy2008-09-168-16/+6
* Remove the tracing from the AP startup. The AP is knownmarcel2008-09-165-91/+12
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-167-49/+13
* add ddb support (default to off unless built with the kernel)sam2008-09-151-4/+5
* Make ddb command registration dynamic so modules can extendsam2008-09-159-106/+187
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-1513-160/+143
* Expose a new public routine intr_event_execute_handlers() which executesjhb2008-09-152-6/+29
* style(9)obrien2008-09-151-3/+4
* Regenerate for r183042.obrien2008-09-154-7/+7
* Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was madeobrien2008-09-151-1/+1
* Allow COMPAT_SVR4 to be built without COMPAT_43.ed2008-09-153-22/+21
* Add missing ZFS_EXIT().pjd2008-09-151-0/+1
* Hey, committed the same typo twice! must be a recordjulian2008-09-151-1/+1
* Correct a callchain capture bug on the i386.jkoshy2008-09-153-7/+26
* rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked,julian2008-09-151-40/+83
* o Remove SPR_TSR & SPR_TCR for AIM.marcel2008-09-151-8/+23
* Dont worry about PSL_RI (restartable interrupt indicator) inmarcel2008-09-153-6/+3
* Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're notmarcel2008-09-151-103/+47
* Remove debugging code.marcel2008-09-141-15/+7
* Small addition to the previous commit. Sorry.mav2008-09-141-0/+1
* Add some missing Realtek codec IDs. Just for reference.mav2008-09-141-1/+10
* Widen psaddr_t from uintptr_t to uint64_t. This results in anmarcel2008-09-141-1/+1
* Recover handsfree port support.(Almost all changes are done on previous commit).takawata2008-09-141-5/+24
* Add a bunch of Novatel and Sierra 3G wireless product ids.thompsa2008-09-142-7/+106
* Remove one unneeded printf from non-verbose output.mav2008-09-141-1/+3
* come on Julian, make up if you're committing one change or the other.julian2008-09-142-13/+29
* Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.rik2008-09-141-0/+2
* oops commit the version that compilesjulian2008-09-141-0/+1
* Revert a part of the MRT commit that proved un-needed.julian2008-09-148-31/+22
* Make the commet for the default rule number more clear.rik2008-09-141-1/+4
* Add code to parse NFS mount options passed as individualrodrigc2008-09-131-23/+254
* Allow PAGE_SHIFT to already be defined.thompsa2008-09-131-0/+2
OpenPOWER on IntegriCloud