summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix typo in comment.rwatson2006-01-161-1/+1
* | Add ntp.cgi.cz.ceri2006-01-152-0/+6
* | Marius Nuennerich pointed out that nextboot(8) configured boot optionsceri2006-01-151-2/+2
* | Preserve any additional arguments to ifconfig that were specified in theceri2006-01-151-1/+1
* | If sysinstall was used to configure an anonymous FTP area, it wasceri2006-01-151-1/+1
* | Correct obsolete chown syntax.ceri2006-01-151-2/+2
* | Happy new year, a little lateimp2006-01-151-1/+1
* | Work around a problem seen on VIA EHCI controllers where occasionallyiedowse2006-01-153-0/+38
* | Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasiedowse2006-01-153-0/+6
* | The ehci driver doesn't use the transfer `hcpriv' field, so don'tiedowse2006-01-151-1/+0
* | Validate that the supplied file is not empty before trying mmap(2) itcsjp2006-01-151-0/+5
* | vfs_busy can only return something useful if MNTK_UNMOUNT has been set.csjp2006-01-151-1/+1
* | Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring therwatson2006-01-151-1/+1
* | Fix an off-by-one bug.ru2006-01-151-1/+1
* | Modify the IP fragment reassembly code so that it uses a new UMA zone,rwatson2006-01-151-21/+81
OpenPOWER on IntegriCloud