›(118987 13 592 240 166 784 126 116 135 149 232 147 226 226 294 K 10 svn:author V 3 phk K 8 svn:date V 27 2003-08-16T08:23:53.000000Z K 7 svn:log V 499 Give timecounters a numeric quality field. A timecounter will be selected when registered if its quality is not negative and no less than the current timecounters. Add a sysctl to report all available timecounters and their qualities. Give the dummy timecounter a solid negative quality of minus a million. Give the i8254 zero and the ACPI 1000. The TSC gets 800, unless APM or SMP forces it negative. Other timecounters default to zero quality and thereby retain current selection behaviour. END K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-08-16T11:43:57.000000Z K 7 svn:log V 143 Replace some syscalls with libc version, this makes abort work better with libkse. Tested under libc_r, libkse, libthr. Reviewed by: deischen END K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-08-16T13:02:45.000000Z K 7 svn:log V 70 If threaded mode is not turned on yet, direct call __sys_sched_yield. END K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-08-16T16:57:57.000000Z K 7 svn:log V 688 Further cleanup and : move the MI prototypes of cpu_halt(), cpu_reset() and swi_vm() from md_var.h to cpu.h. This affects db_command.c and kern_shutdown.c. ia64: move all MD prototypes from cpu.h to md_var.h. This affects madt.c, interrupt.c and mp_machdep.c. Remove is_physical_memory(). It's not used (vm_machdep.c). alpha: the MD prototypes have been left in cpu.h with a comment that they should be there. Moving them is left for later. It was expected that the impact would be significant enough to be done in a seperate commit. powerpc: MD prototypes left in cpu.h. Comment added. Suggested by: bde Tested with: make universe (pc98 incomplete) END K 10 svn:author V 3 imp K 8 svn:date V 27 2003-08-16T17:22:54.000000Z K 7 svn:log V 34 bandaide to make this build again END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2003-08-16T18:20:43.000000Z K 7 svn:log V 19 MFC: 1.6 Fix typo END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2003-08-16T18:33:09.000000Z K 7 svn:log V 38 MFC: 1.14 Grammar and spelling fixes END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2003-08-16T18:38:56.000000Z K 7 svn:log V 52 MFC: 1.19 Markup, wording and capitalization fixes END K 10 svn:author V 7 trhodes K 8 svn:date V 27 2003-08-16T18:43:21.000000Z K 7 svn:log V 135 MFC: Add a '-M mask' option so that users can have different masks for files and directories. Remove an extra ')' in the manual page. END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2003-08-16T18:46:31.000000Z K 7 svn:log V 50 MFC: 1.52 Markup, spelling and punctuation fixes END K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-08-16T18:59:08.000000Z K 7 svn:log V 130 Fix wrong identifier on .end directive. The SYSCALL macro does name mangling and creates an .ent directive with the mangled name. END K 10 svn:author V 3 ume K 8 svn:date V 27 2003-08-16T19:00:32.000000Z K 7 svn:log V 133 - added the case of 802.11 to check link status. - use strncpy just in case. - __P() cleanup. Obtained from: KAME MFC after: 1 week END K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2003-08-16T19:48:52.000000Z K 7 svn:log V 196 Use constants less throughout the code and instead use the objsize variable. This makes changing the size of an mbuf or cluster for testing/debugging/whatever purposes easier. Submitted by: sam END