summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SMALL floppy image require miibus device.nyan2001-03-065-5/+0
|
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textache2001-03-061-0/+1
| | | | | | | | | cursor. The reason is: mouse cursor goes into hide/visible loop while text cursor even not moved. PR: 25536 Submitted by: David Xu <davidx@viasoft.com.cn>
* Adjust swi.9 MLINKS to catch up to the new swi API.jhb2001-03-051-1/+1
|
* Catch up to the new swi API.jhb2001-03-051-59/+91
|
* The SRM console gets the red and blue attributes backwards in the VGAjhb2001-03-051-0/+12
| | | | | | | | | | | | | | | palette. As a result, the colors on the video console can look rather weird. For example, sysinstall on the alpha has a read background. We can work around this partially by remapping the colors used by syscons for the ANSI color escape sequences. Note that screen savers and anything that sets the colors explicitly will still get incorrect colors, but programs such as sysinstall will now use the correct colors. A more correct fix would be to actually fix the VGA palette on boot by either swapping all the red and blue attributes or by hardcoding a standard palette and overwriting the entire palette. Requested by: gallatin Obtained from: NetBSD
* Modify the comments to more closely resemble the English language.truckman2001-03-051-5/+4
|
* handle reserved/unimplemented instruction (opDec) faultsgallatin2001-03-052-2/+187
| | | | | | | | | This lets us run programs containing newer (eg bwx) instructions on older (eg EV5 and less) machines. One win is that we can now run Acrobat4 on EV4s and EV5s. Obtained from: NetBSD Glanced at by: mjacob
* Also deny 127.0.0.0/8 going out.obrien2001-03-051-1/+2
| | | | Submitted by: grimes
* Implement shared/exclusive locks.jasone2001-03-055-1/+335
| | | | Reviewed by: bmilekic, jake, jhb
* remove warning of experimental nature of heimdal. it's now the sameassar2001-03-052-8/+0
| | | | | version as the one in ports (and the latest at that), except that not all programs that are in the port get built
* increase timeouts for ad_wait_init()cg2001-03-051-5/+5
|
* Add MODULE_DEPEND() for the sysvipc modules. This allows the linulatorgallatin2001-03-051-0/+3
| | | | | | to load when sysvipc is not in the kernel Reported by: naddy@mips.inka.de (Christian Weisgerber)
* sync with i386:gallatin2001-03-051-0/+2
| | | | | | | | | MFS: bring the consistent `compat_3_brand' support This should fix the linux-related panics reported by naddy@mips.inka.de (Christian Weisgerber) Forgotten by: obrien
* MFS: don't ignore the result of mixer_init()cg2001-03-051-56/+57
|
* only mess with the power state on 5.xcg2001-03-051-1/+2
|
* MFS: add kobj.h to reduce diffs from -stablecg2001-03-051-0/+1
|
* MFS: don't pagefault in sndbuf_clearcg2001-03-051-19/+9
|
* MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stablecg2001-03-051-0/+2
|
* MFS: add '# KOBJ' as the first line of each .m file to reduce diffs fromcg2001-03-054-0/+4
| | | | -stable
* Fix the unaligned access code to handle stores from R31 (zero)gallatin2001-03-051-2/+3
| | | | PR alpha/25535
* enable per-device sysctls unconditionallycg2001-03-051-1/+1
|
* nuke the splstack stuff, snd_mtx* will now be no-ops on 4.xcg2001-03-051-29/+1
|
* Fixed typo.ru2001-03-051-1/+1
|
* mdoc(7) police: misc formatting fixes.ru2001-03-052-56/+100
| | | | (This page still needs a lot of work.)
* mdoc(7) police: Nm macro remembers its argument on the firstru2001-03-051-1/+1
| | | | call, punctuation characters should be separated by whitespace.
* mdoc(7) police: misc fixes.ru2001-03-051-4/+4
|
* Fix ttynames generation broken with strlcatache2001-03-051-1/+1
| | | | | PR: 25541 Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru>
* mdoc(7) police: misc markup fixes.ru2001-03-051-23/+40
|
* Change types of "numeric" function to match that of a qsort comparisondwmalone2001-03-051-3/+4
| | | | function.
* Use the right format string for printing ULONG_MAX.dwmalone2001-03-051-2/+2
|
* Compare initscr to NULL not ERR. Add FreeBSD tag.dwmalone2001-03-051-2/+3
| | | | PR: 19044
* *Sigh*. What I did without this, I have no idea.markm2001-03-053-1/+59
|
* Fix style nit.obrien2001-03-051-1/+1
|
* Fix style breakage.obrien2001-03-051-0/+1
|
* Fix style that got corrupted.obrien2001-03-051-17/+17
|
* Fix FreeBSD id style breakage from rev 1.17obrien2001-03-051-1/+1
|
* Use our standard .c rcsid format.obrien2001-03-051-1/+2
|
* Fix copyright breakage in rev 1.2.obrien2001-03-051-0/+7
| | | | We *cannot* remove clause #4 from the Univ of California's license.
* * Add two requested features, source'ing of /etc/mergemaster.rc, anddougb2001-03-052-17/+66
| | | | | | | | | | | | | | asking the user to actually run the recommended commands related to installation of files such as aliases or login.conf. * Return to using grep for CVS $Id comparison. Using ident caused too many problems for people with local CVS/RCS tags in their stuff. Attempt to make portability a little easier to maintain in spite of this change by defining the name of the tag to search for. This is a slightly different change that solves the problem in the PR. PR: bin/24564 Submitted by: Tony Finch <dot@dotat.at>
* mdoc(7) police: markup/spelling fixes.ru2001-03-051-22/+29
|
* Correct a comment.obrien2001-03-051-1/+1
|
* Revert this file back to how it was in the STABLE branch, this means:asmodai2001-03-051-1/+1
| | | | put greek and ja in the correct alphabetical place in the SUBDIR line.
* Fix style breakage in rev 1.3obrien2001-03-051-0/+1
|
* Fix style bug that was introduced.obrien2001-03-051-0/+1
|
* Move the loopback net check closer to the beginning of ip_input() so thattruckman2001-03-051-14/+26
| | | | | | | it doesn't block packets whose destination address has been translated to the loopback net by ipnat. Add warning comments about the ip_checkinterface feature.
* Move beforedepend: outside of the loop.imp2001-03-051-2/+3
| | | | | | # Note: we should remove the rm kludge soon. It fails in many cases. Submitted by: bde
* Build package signing tools if OpenSSL is included in the build.wes2001-03-051-0/+4
| | | | Prodded-by: kkenn, this time.
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-058-8/+0
| | | | Tested by: obrien
* First attempt to not overflow in disk space calculations. Use off_timp2001-03-052-10/+10
| | | | | for the size variable used to calculate the size of the partition. Also use ULL suffix for constants to ensure that we use 64 bit math.
* This commit was generated by cvs2svn to compensate for changes in r73569,kris2001-03-052-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud