summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This shouldpeter2003-12-111-1/+1
* - Don't let the pctcpu rate limiter throttle us if we have recorded overjeff2003-12-111-1/+2
* - In sched_switch(), if a thread has been assigned, don't touch the runqueuesjeff2003-12-111-15/+21
* - Add support for CPU groups to ule. All SMT cores on the same physicaljeff2003-12-111-116/+263
* - Call mp_topology() after all CPUs have been probed.jeff2003-12-111-0/+4
* - Add the mp_topology() function to mp_machdep.c. This function builds upjeff2003-12-112-3/+44
* MFp4:simokawa2003-12-112-129/+310
* MFi386: remove APIC_IRQ* defines that are no longer used.peter2003-12-111-32/+0
* MFi386: (jhb): Deal with MAXCPU etc correctlypeter2003-12-112-4/+4
* regenpeter2003-12-114-5/+5
* Mark freebsd32_gettimeofday() as mpsafepeter2003-12-111-1/+1
* Just implementing a 32 bit version of gettimeofday() was smaller thanpeter2003-12-111-22/+14
* Move the ia32_sigtramp.S file back under amd64/. This interfaces closelypeter2003-12-112-89/+1
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-1115-3763/+96
* Use the correct syscall table limitpeter2003-12-101-1/+2
* Finetune last commit, we need to take care of empty channels.sos2003-12-101-3/+7
* Fix last second typo.peter2003-12-101-1/+1
* Use gcc's superior ffs() builtin.peter2003-12-102-1/+9
* Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc'speter2003-12-101-8/+15
* Regenpeter2003-12-104-17/+25
* Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link()peter2003-12-101-1/+4
* The osigpending, oaccept, orecvfrom and ogetdirentries entries werepeter2003-12-101-8/+4
* Whitespace cleanup.des2003-12-101-36/+36
* Regenpeter2003-12-105-6/+6
* Previous commit also changed the sendmsg prototype to something morepeter2003-12-100-0/+0
* Remove debugging printfdes2003-12-101-1/+0
* Document the simpler -a semantics.des2003-12-101-3/+0
* Fix a couple of issues in the interrupt code:des2003-12-101-21/+13
* Update file locations for syscall tables to copy to.peter2003-12-101-3/+4
* s/u_(int|long)\>/unsigned \1/des2003-12-101-15/+15
* Delete old and unused APIC_IRQ defines.jhb2003-12-101-32/+0
* Still-born. These landed in dev/kbtr in the end.obrien2003-12-102-485/+0
* The DEV_ACPI option is no longer used, so g/c it.jhb2003-12-101-1/+0
* Use NAPICID for the maximum number of local APICs rather than MAXCPU whenjhb2003-12-101-2/+2
* Correct usage of MAXCPU. The MAXCPU value itself is not a valid CPU IDjhb2003-12-101-2/+2
* Fix a couple of warnings (const a function parameter and change somedwmalone2003-12-101-4/+3
* Trim trailing whitespace.jhb2003-12-101-9/+9
* Fix typo in comment.jhb2003-12-101-1/+1
* interpvnodelabel can be NULL in mac_test_execve_transition(). Thisrwatson2003-12-101-1/+3
* validate the argument for multicast routing socket optionsume2003-12-101-27/+38
* This commit was generated by cvs2svn to compensate for changes in r123394,des2003-12-101-14/+17
|\
| * MFP4: really fix resp issue, and don't trim trailing spaces (#43727)des2003-12-101-14/+17
* | Add reference to standards/55112 for next time SHLIB_MAJOR is bumped.mikeh2003-12-101-0/+1
* | Implement seeking to earlier offsets in gzipfs. This allows my loadergreen2003-12-101-15/+30
* | Add a note about MPTABLE_FORCE_HTT.jhb2003-12-101-0/+8
* | Change rc.d/syscons to not need /usr/sbin/ispcvt to exist. This shouldpeter2003-12-101-5/+7
* | Nursemaid: Fix compilation.bms2003-12-101-4/+4
* | Add sticky(8) cross reference.dds2003-12-101-1/+2
* | PowerPC-conditional changes:grehan2003-12-101-1/+7
* | - Put manh/manl bitfields into correct-sized integral type.grehan2003-12-101-5/+4
OpenPOWER on IntegriCloud