summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-176-120/+115
* Since p_cansee will end up dereferencing p_ucred, don't check for p_ucredjmallett2006-01-171-9/+7
* Use the .Fx macro.simon2006-01-171-2/+7
* Remove the module loading magic again; it's not needed after all.philip2006-01-171-8/+0
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-179-9/+41
* Fix a memory leak I introduced with the hostb/vgapci stuff.jhb2006-01-172-8/+16
* Bah. Fix 'show lock' to actually be compiled in. I had just fixed this injhb2006-01-171-0/+3
* Add a new file (kern/subr_lock.c) for holding code related to structjhb2006-01-177-88/+155
* Fix a memory leak.jkoshy2006-01-171-5/+7
* Initialize thread0.td_contested in init_turnstiles() rather thanjhb2006-01-172-3/+1
* Update a stale comment.jhb2006-01-171-1/+1
* Garbage collect turnstile_empty() since it is unused.jhb2006-01-172-20/+2
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-1717-33/+41
* Move $FreeBSD$ from comment to __FBSDID().pjd2006-01-171-2/+3
* Add two new variables:phk2006-01-171-0/+17
* Fix a "free(): error: chunk is already free" under certaindougb2006-01-171-3/+10
* - Use better types.pjd2006-01-171-6/+6
* Check return value.pjd2006-01-171-0/+4
* Remove dead code.pjd2006-01-171-2/+0
* Remove unused value.pjd2006-01-171-2/+1
* Log situation when EIO is returned.pjd2006-01-171-0/+1
* Remove bio leak when EIO error is emulated.pjd2006-01-171-5/+5
* The number of ticks per usec for YUKON_EC is 125.yongari2006-01-172-2/+2
* fix Rx checksum computation on little endian systems.yongari2006-01-171-1/+1
* fix interrupt moderation timer frequencies for Yukonyongari2006-01-174-14/+42
* remove trailing spacesyongari2006-01-172-22/+22
* If the attempt to open the archive fails (either the client openkientzle2006-01-172-14/+38
* Add support for "tp" format. tp was the standard systemkientzle2006-01-174-1/+631
* Mention that the random time slept by "portsnap cron" is between 1 andcperciva2006-01-171-1/+2
* Set flag in needsbuffer while still holding bqlock to avoid lost wakeup.tegge2006-01-161-2/+4
* This commit was generated by cvs2svn to compensate for changes in r154439,sam2006-01-161-1/+1
|\
| * correct dlt buffer alloc; this goes on the vendor branch as itsam2006-01-161-1/+1
* | Fix broken capabilites. There are possible calculation errors withinariff2006-01-161-2/+2
* | ehci_pci.c:ariff2006-01-163-7/+19
* | Add PCI vendor id for ATI OHCI USB controllers.ariff2006-01-161-0/+11
* | Although we check the return value of copyin(9) while determaining howcsjp2006-01-161-2/+6
* | Fix standalone module build.ru2006-01-161-0/+2
* | I couldn't find any traces of what the tags1 file was supposed to do.ru2006-01-161-2/+0
* | Remove dependency on getopts because it is on /usr and we want towes2006-01-161-8/+23
* | Load the g_md kernel module if needed.philip2006-01-161-1/+9
* | Restore use of strncpy(), as there is later unconditional terminationrwatson2006-01-161-1/+1
* | Restore old compatibility of feeding directly into /dev/dsp at 8000 hzariff2006-01-161-2/+4
* | REQUIRE named. On all systems I've examined running HEAD anddougb2006-01-161-1/+1
* | Eliminate unused code.davidxu2006-01-161-7/+1
* | Add a separate simple internal base allocator and remove base_arena, so thatjasone2006-01-161-151/+175
* | Correct typos (s/OFERFLOW/OVERFLOW/).kris2006-01-163-4/+4
* | Remove scary warning, since nullfs works fine thesedays.kris2006-01-161-13/+0
* | Replace strncpy() with strlcpy() when parsing login time limit stringsrwatson2006-01-161-1/+1
* | Remove unnecessary and undesirable 'static' from function-local kegrwatson2006-01-161-1/+1
* | Define NO_TLS on ia64. The dynamic TLS implementation on ia64 ismarcel2006-01-161-0/+1
OpenPOWER on IntegriCloud