Commit Graph

114189 Commits

Author SHA1 Message Date
wiz f788cad16f Remove superfluous Ns and quoting. 2003-06-26 18:09:06 +00:00
wiz e1360c896f No mdoc macros in a man-type man page.
XXX: should be converted to mdoc.
2003-06-26 18:02:38 +00:00
wiz cf60347dc3 No mdoc macros in a man-type man page. 2003-06-26 17:58:50 +00:00
wiz 63a56a56a0 Switch two macros so that both work as intended. 2003-06-26 17:53:33 +00:00
drochner c712f01409 link shared objects against libgcc_pic also in the !native
(ie tools/cross) case, as already done in the native configuration
2003-06-26 17:50:32 +00:00
wiz 80cc7b7a7b Quote punctuation so macro works on it (another one). 2003-06-26 17:48:37 +00:00
wiz e6ebf10cb2 Quote punctuation so macro works on it. 2003-06-26 17:47:59 +00:00
drochner a57096ca00 build libgcc early, if at all 2003-06-26 17:46:56 +00:00
wiz fb538fbb96 Change macro usage so it works correctly with 1.19. 2003-06-26 17:46:36 +00:00
christos 8924cfdcba abuse the mib instead of abusing the new pointer. Idea from simon burge.
It allows the tcp_sysctl_ident to run by non-super-users. No backwards
compatibility provided.
2003-06-26 17:32:22 +00:00
christos cf96f20a95 Rewrite from scratch; modify sysctl so that it does not abuse the new pointer. 2003-06-26 17:31:12 +00:00
dsl 14b491c2c5 Stop refresh(subwin) doing refresh on the other subwin's created before it.
(If nothing else the cursor would get left in the wrong place).
Fix some if (!flags & MASK) checks.
2003-06-26 17:17:10 +00:00
wiz 8ea3e956e8 Add another Ns to avoid a space. 2003-06-26 17:14:13 +00:00
dsl b70727e760 Error attempts at nested subwindows, the data structures don't support them.
I can't quite decide whether the X/Open Curses Issue 4, version 2 needs them.
2003-06-26 17:13:55 +00:00
wiz 8128a46b63 Add Ns to avoid a space. 2003-06-26 17:13:44 +00:00
wiz 7533801933 End sentence with a dot. 2003-06-26 17:00:55 +00:00
drochner 1e9cce7fef in "make clean", remove the "results" directory 2003-06-26 16:58:57 +00:00
wiz 323aeda0d6 Fix quoting. 2003-06-26 16:48:20 +00:00
drochner 9c0e4279cc remove unneeded cpu_feature declaration 2003-06-26 16:48:18 +00:00
drochner 491828ab43 cpu_feature is not set (nor used) by locore since SMP, so move the
definition to C code
2003-06-26 16:47:15 +00:00
drochner 1fa5ee8d10 make cpu_feature unsigned, just like ci_feature_flags 2003-06-26 16:45:19 +00:00
drochner 31f515916f -make cpu_feature unsigned, just like ci_feature_flags
-clean up duplicate declaration of cpu_info_primary
2003-06-26 16:41:32 +00:00
drochner 470de734bd remove redundant "extern" declarations 2003-06-26 16:37:20 +00:00
christos be4bd83a25 No need to define _KERNEL 2003-06-26 16:23:53 +00:00
yamt f2917653ff add appropriate #ifdef's.
pointed by Simon Burge on source-changes
and by some people in private mail.
2003-06-26 13:38:53 +00:00
he f250a35e96 #ifdef _KERNEL_OPT police; identd defines _KERNEL before some includes. 2003-06-26 13:20:55 +00:00
wiz f899ab9b92 There is no FreeBSD-3.3.0, only FreeBSD-3.3. 2003-06-26 12:25:22 +00:00
tshiozak f3995f1ad3 correct wcrtomb(3) - it is not conforming to standard on handling L'\0'.
This change also affects Citrus iconv engine.
2003-06-26 12:09:56 +00:00
wiz 537ec5768d -indent -> -offset indent. 2003-06-26 12:06:35 +00:00
wiz 6bf50441b3 Remove -inset from .Bl macro. 2003-06-26 12:06:00 +00:00
tshiozak f77c39f209 make sure that key is case-insensitive. 2003-06-26 12:05:04 +00:00
wiz c39edb6715 Switch macros to make both work. 2003-06-26 12:04:47 +00:00
wiz 2f658c2baa Remove superfluous macros or switch order of two macros. 2003-06-26 12:00:15 +00:00
wiz e0c1029d60 There is no NetBSD release called "partition" :) 2003-06-26 11:57:49 +00:00
wiz d3a1de402e Remove superfluous macro. 2003-06-26 11:56:38 +00:00
wiz 90a640f4f3 More fixes. 2003-06-26 11:55:56 +00:00
wiz a423c509db .Bl ... -indent -> .Bl ... -offset indent. 2003-06-26 11:53:18 +00:00
wiz 3a22d63d8c There will be no NetBSD-1.7. 2003-06-26 11:52:19 +00:00
wiz e1cffafdc5 .It macros in item lists do not take arguments ->
.It Ft void
becomes
.It
.Ft void
2003-06-26 11:51:46 +00:00
wiz e36a6149c8 Sy Pa -> Pa. 2003-06-26 11:49:11 +00:00
wiz f1d95edaf0 Replace 1.4.x with 1.4. 2003-06-26 10:39:55 +00:00
wiz 4b6d29097f Quote possible macro call. 2003-06-26 10:34:14 +00:00
wiz b9f61d1e56 .Er Dv -> .Er. 2003-06-26 10:32:14 +00:00
wiz b08e10c1ff Only one of -tag and -ohang after .Bl. 2003-06-26 10:31:29 +00:00
wiz 12a9f05956 Only one of -bullet and -tag after .Bl. 2003-06-26 10:27:25 +00:00
wiz 29f783f6f4 Fix Bd macro call. 2003-06-26 10:26:53 +00:00
wiz 622f9a8d34 Only one of -hang and -tag after .Bl. 2003-06-26 10:23:59 +00:00
wiz ed99226267 Remove some superfluous macro calls. 2003-06-26 10:23:23 +00:00
dsl c7ba282830 Stop blank line being added when newline is processed with __ISPASTEOL set. 2003-06-26 10:22:33 +00:00
wiz 1f169892d0 Fix some macro abuses. 2003-06-26 10:20:39 +00:00