summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Grrr. Put the right .PATH statements in the right Makefiles.wpaul2003-12-113-3/+3
* Ack! Only build if_ndis.ko and ndis.ko if arch == i386.wpaul2003-12-111-2/+2
* - Change the lookup() function to report success or failure using the carryjhb2003-12-111-9/+33
* Commit the ndiscvt(8) utility too. (Missed it in the last import.)wpaul2003-12-117-0/+1138
* Commit the first cut of Project Evil, also known as the NDISulator.wpaul2003-12-1119-1/+7253
* Commit the first cut of Project Evil, also known as the NDISulator.wpaul2003-12-111-0/+1
* Grammar.maxim2003-12-111-2/+2
* Properly fix a typo that the previous revision made even worse.jhb2003-12-111-1/+1
* Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.peter2003-12-111-0/+2
* Don't pass -P option to make(1) as it confuses the error detection logic.des2003-12-111-2/+2
* Always pass -j to make(1), even when we only want one job. It disablesdes2003-12-112-19/+5
* Fix a strict aliasing issue. Also remove an unnecessary pam_get_item()des2003-12-111-8/+6
* 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
OpenPOWER on IntegriCloud