summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More strict aliasing fixes.des2003-12-111-26/+29
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsdes2003-12-119-42/+44
* Typo fix.jkoshy2003-12-111-1/+1
* PowerPC doesn't need NOLIBC_R and NOFORTH (and hasn't for quite a while now)des2003-12-111-1/+0
* Document a few kernel functions and the sysctl tunables thatjkoshy2003-12-115-1/+357
* Install experimental.rc as well.des2003-12-111-1/+1
* This patch fixes two little portability (to !GCC compilers) problems:alfred2003-12-111-3/+3
* Significantly reduce the "jitter" that is typical for PS/2 micealfred2003-12-112-220/+512
* Fixed misplacement of __FBSDID(). Backed out editing of vendor id lines.bde2003-12-111-6/+7
* Fixed English error in previous commit. Fixed some older English errors.bde2003-12-111-6/+5
* Remove uses of GIANT_LOCK and replace with appropriate threadmtm2003-12-111-7/+12
* Revert part of revision 1.74 after bde reminded me of a detail I'ddes2003-12-111-4/+7
* Only define CACHE_LINE_SIZE in one place..peter2003-12-111-2/+0
* 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
OpenPOWER on IntegriCloud