Commit Graph

200349 Commits

Author SHA1 Message Date
wiz
bd723a1420 New sentence, new line. 2011-04-28 17:08:29 +00:00
wiz
56ba81ff55 Sort options in SYNOPSIS. 2011-04-28 16:36:15 +00:00
wiz
83e8266979 Sort sections and errors. 2011-04-28 16:34:01 +00:00
wiz
31ccbbf612 Fix a typo. 2011-04-28 16:23:41 +00:00
wiz
7ff4aecdb3 New sentence, new line. Add serial comma. 2011-04-28 16:20:20 +00:00
wiz
1536c249f7 Markup fixes. 2011-04-28 16:16:23 +00:00
wiz
f91866566f New sentence, new line. 2011-04-28 16:11:37 +00:00
wiz
f78929cf33 Add RCS Id and avoid extra new lines in AUTHORS section. 2011-04-28 16:10:37 +00:00
wiz
b4d959b31f Fix Dt argument, remove superfluous Pp, remove reference to non-existing
isvctl(8).
2011-04-28 16:08:21 +00:00
wiz
0b0f158833 New sentence, new line. Use more markup. 2011-04-28 14:59:27 +00:00
wiz
ec676bfa64 Fix a typo. 2011-04-28 14:55:59 +00:00
wiz
968fda6223 Fix a typo. 2011-04-28 14:40:42 +00:00
wiz
9b5852d027 Typo fix. 2011-04-28 14:38:49 +00:00
wiz
7dd3adc79d Fix a typo and punctuation. 2011-04-28 14:34:33 +00:00
wiz
7c8df5b473 Fix typo. 2011-04-28 14:29:53 +00:00
wiz
5cdd89dee6 Typo fix. 2011-04-28 14:28:47 +00:00
wiz
b319995661 Improve wording in description. 2011-04-28 14:24:18 +00:00
wiz
2fed8df9e0 Fix typo. 2011-04-28 14:21:52 +00:00
wiz
3643fab3aa Punctuation fix. 2011-04-28 14:18:08 +00:00
wiz
48b93558a9 Fix typo. 2011-04-28 14:16:40 +00:00
wiz
db9c61275b Punctuation fix. 2011-04-28 14:15:53 +00:00
wiz
ce5b3bb1f9 Heimdal is not an OS. 2011-04-28 14:04:02 +00:00
wiz
ebdacac575 Punctuation nit, sendmail(8) -> (1). 2011-04-28 13:54:13 +00:00
wiz
e37a000e90 Sort sections, punctuation nits. 2011-04-28 13:51:47 +00:00
wiz
901cdb562b Typo fix. 2011-04-28 12:22:35 +00:00
wiz
c8bdc0a9f7 New sentence, new line. 2011-04-28 12:18:30 +00:00
wiz
b882daa546 New sentence, new line. Sort sections. 2011-04-28 12:16:10 +00:00
wiz
0b710d099b New sentence, new line. 2011-04-28 12:15:35 +00:00
wiz
9505784535 Sort sections. 2011-04-28 12:12:47 +00:00
wiz
8bd2274743 Remove superfluous Pp. 2011-04-28 12:06:41 +00:00
wiz
ed5cd81dad Mark up file as argument. 2011-04-28 12:01:58 +00:00
wiz
29e0fd69e9 Sort sections. 2011-04-28 12:00:55 +00:00
wiz
3652074286 Sort ERRORS. 2011-04-28 11:58:50 +00:00
wiz
769b2ceb89 security(7), not (8). 2011-04-28 11:57:08 +00:00
wiz
560b21b44e Fix a typo. 2011-04-28 11:56:26 +00:00
wiz
abc39e8ff4 Spelling. 2011-04-28 11:25:12 +00:00
wiz
85e4f3c354 security(7), not (8). 2011-04-28 11:23:57 +00:00
wiz
dbd13d8219 Spelling. 2011-04-28 11:22:44 +00:00
mbalmer
44190c279c On december 16, 1991, Kazakhstan declared its independence from the USSR. 2011-04-28 07:42:20 +00:00
mbalmer
3c3e4a052f Fix SCO. 2011-04-28 07:32:36 +00:00
mbalmer
9d34d3bbe5 Kazakh character code mappings reside in KAZAKH/, not MISC/. I really wonder
why nobody noticed this before...
2011-04-28 07:08:59 +00:00
martin
d21307a5d2 Fix offsets used in the assembly code to save global registers into a
jmp_buf, add a compile time assert to catch this kind of divergence
in the C code.
Move the fixed "%npc = %pc + 4" computation to longjmp, this frees
the sigcontext sc_npc value. Use this space to save the savemask
for siglongjmp (we have run out of space behind the globals).
Fixes the tests/lib/libc/setjmp/t_threadjmp tests, and also hopefully
fixes PR port-sparc64/44902.
2011-04-27 21:08:48 +00:00
mbalmer
fe857470e2 Add new files. 2011-04-27 20:06:46 +00:00
mbalmer
5f971e5eac Add Japan CBM character codes. 2011-04-27 20:05:56 +00:00
mspo
2161779cdf adding myself to src/distrib/notes/common 2011-04-27 18:51:14 +00:00
hannken
ac8cd690ce Remove no longer needed flag BC_SCANNED /* Block already pushed during sync */. 2011-04-27 09:47:25 +00:00
hannken
64ee4fdf9f Remove no longer needed flag FSYNC_VFS /* fsync: via FSYNC_VFS() */. 2011-04-27 09:46:27 +00:00
plunky
6192253699 drop inline here, to avoid C99 vs GNU differences 2011-04-27 08:32:42 +00:00
mrg
4f6a431a93 prepare to convert more raidframe old lock/sleep APIs to mutex/condvar:
- remove RF_DECLARE_EXTERN_MUTEX and RF_DECLARE_STATIC_MUTEX, the qualifier
  can be provided at the use point with the normal define
- rename the *LGMGR_MUTEX() macros to *mutex2() names, and add some more
  defines for use:
	rf_declare_mutex2()
	rf_declare_cond2()
	rf_lock_mutex2()
	rf_unlock_mutex2()
	rf_init_mutex2()
	rf_destroy_mutex2()
	rf_init_cond2()
	rf_destroy_cond2()
	rf_wait_cond2()
	rf_signal_cond2()
	rf_broadcast_cond2()
- use the new names for the configureMutex(), which previous used some combo
  of direct mutex* calls and macros
- convert the node_queue to use a mutex/cv combo
- in rf_ShutdownEngine() and DAGExecutionThread(), also signal the former from
  the latter when it is done and about to exit
- convert iodone_lock to use the new macros
2011-04-27 07:55:14 +00:00
plunky
4de0226ca9 drop 'external' inline here, to avoid C99 vs GNU differences 2011-04-27 07:47:33 +00:00