ross
9a5c6e6324
Changes to .Nx macro.
...
* Don't print the `et' in an itty bitty point size just because we want
small caps for the rest of `NetBSD'.
* Define an Nx number register so the macro becomes sort-of callable. It
does punctuation wrong, looking at argument count rather than argument
type, so this will need fixing before it is truly `parsed and callable'.
1998-11-08 04:10:38 +00:00
erh
14b0d1f276
Add a checkver target to bsd.lib.mk. This target executes the checkver script to find installed shared libraries with major/minor versions that are too big. The realinstall target now depends upon this target so this check is done whenever a library is installed. The check may be disabled by setting NOCHECKVER.
1998-11-07 09:40:35 +00:00
jonathan
7574d9a952
Do DESTDIR support for crtbegin/crtend on all ELF ports (adds mips).
1998-11-07 07:10:19 +00:00
jonathan
e66cc6b3b1
Set SHLIB_LD{START,END}FILE to crt{begin,end}S.o for all ELF ports.
1998-11-05 00:52:02 +00:00
bouyer
ef47888a36
Make this man page MI (model from the esp man page).
...
Decription for ISA, ISApnp, pcmcia controllers as well as arm32 and atari
specific controllers. Please correct if I missed some !
1998-11-04 17:35:59 +00:00
thorpej
e357e01515
Manual pages for the PHY drivers.
1998-11-04 05:53:58 +00:00
thorpej
9dcc4e4c6b
Manual page for the MAC-independent MII framework.
1998-11-04 05:21:50 +00:00
thorpej
3160c8ad2d
Update for media selection support.
1998-11-04 04:58:53 +00:00
thorpej
04e202857c
Update to reflect MII support, some general cleanup in the MEDIA SELECTION
...
section.
1998-11-03 06:44:14 +00:00
thorpej
ee63b7e96a
Manual page for fxp driver.
1998-11-03 06:09:17 +00:00
ross
8a498055f2
Note that BUFCACHE is ignored if BUFPAGES is also specified.
1998-11-02 04:39:51 +00:00
lukem
ee1fc6b597
document BUFCACHE
1998-11-01 09:59:33 +00:00
lukem
7880f6b638
reimplement rev 1.30,1.31 using YPREFIX and LPREFIX instead
1998-11-01 03:46:28 +00:00
veego
7bcba05bce
Backout 1.30 and 1.31 which breaks at least libpcap and pppd.
1998-10-31 17:17:56 +00:00
hwr
45da488560
Fix some Typos.
1998-10-31 12:37:59 +00:00
jonathan
ef98759a2f
Make EGCS default compiler on mips platforms.
1998-10-31 12:10:41 +00:00
matt
f50fd21fef
Enable shared libraries and EGCS.
1998-10-31 09:23:53 +00:00
lukem
397be30561
simplify YACCPREFIX rule by using `yacc -o ${.TARGET}' instead of
...
`yacc -b ${.TARGET:R} ; mv ${TARGET:R}.tab.c ${.TARGET}'. fixes
parallel make of foo.y -> foo.c/foo.h as well
1998-10-30 11:17:08 +00:00
lukem
f2b1ba4f9f
implement LEXPREFIX and YACCPREFIX, which allow overriding the `yy'
...
prefix of generated tokens, and `.yy.{c,h}' suffix in filenames.
this solves the problem i had in [misc/1989] (albiet a different way).
1998-10-30 10:45:09 +00:00
mark
3dba45c39f
Define UVM for arm32.
1998-10-30 00:20:45 +00:00
jonathan
3ac3cbcfb8
Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to
...
DDB_ONPANIC. Lets user ignore breaks but enter DDB on panic. Intended
for machines where debug on panic is useful, but DDB entry is not,
(public-access console, or terminal-servers which send spurious breaks)
Add new ddb hook, console_debugger(), which decides whether or not to
ignore console ddb requests. Console drivers should be updated to call
console_debugger(), not Debugger(), in response to serial-console
break or ddb keyboard sequence.
1998-10-29 21:22:32 +00:00
is
d103f66935
Switch the Amiga port to UVM.
1998-10-28 22:41:24 +00:00
ross
c3bcd7a272
Correct error: .Fd is _not_ parsed and is _not_ callable.
1998-10-28 05:57:20 +00:00
augustss
fef85b0a4b
Add ohci and uhci man pages.
1998-10-25 19:24:19 +00:00
is
5c0a42a377
First cut at boot process (bootblock and loadbsd) documentation.
1998-10-22 21:57:14 +00:00
bouyer
6bb61fcc13
Note the pciide config flags.
1998-10-22 15:15:16 +00:00
augustss
a017be760d
Fix typos.
1998-10-22 10:42:01 +00:00
ross
7680d419a9
The -width attribute for the standard -tag list (.Bl -tag -width EWOULDBLOCK)
...
is not really optional, and bizarre things will happen if it is left out.
1998-10-21 01:08:02 +00:00
bouyer
14a02d6d19
Man page describing the interface between the MI core wdc and its bus
...
front-ends.
1998-10-19 12:52:21 +00:00
bouyer
fde01daded
New man pages for the ide drivers. More verbose notes about ATAPI in
...
scsi(4).
The wdc(4) man page is i386-only. Other ports with a wdc front end should
add a manual page as well.
1998-10-19 12:44:15 +00:00
ross
f2a855ff0e
Note that #lines are comments.
1998-10-18 22:49:16 +00:00
perry
8cfb39a246
Update to note linux_lib-2.5
1998-10-18 17:11:14 +00:00
mellon
785a5b82d6
Document hf flag
1998-10-18 12:17:16 +00:00
bouyer
f12678f373
document CPURESET_DELAY for i386.
1998-10-13 13:32:44 +00:00
frueauf
91b3e654a6
Fix typo: SHMPAXPGS -> SHMMAXPGS, closes pr 6178 by MOCHIDA Shuji.
1998-10-10 14:02:15 +00:00
wrstuden
922332701f
Make lintlib generation work with PATH'd source. We should pull in the
...
real source, not the implied names, so that we find things we PATH in from
other directories.
1998-10-07 17:49:15 +00:00
kleink
ed61a6dd2a
Import tzdata1998i.
1998-10-04 19:58:09 +00:00
tv
4238a1ede6
Back out egcs from i386 and sparc. There are not enough fixes on the egcs
...
1.1 branch to repair the already open PRs on egcs codegen. `For now, I
give up.' Perhaps another day....
1998-10-04 19:46:07 +00:00
frueauf
a897c5f64a
mtio.4 got deleted, remove it here too.
1998-10-01 11:26:07 +00:00
jtk
3493c17663
add bioscall(9) for i386
1998-10-01 02:33:50 +00:00
hwr
e728f48852
Add for IPPROTO_MOBILE.
1998-09-30 06:13:27 +00:00
jonathan
6ac1b19967
Copy man/man4.vax/mtio.4 to man4/mtio.4, keeping revision history this time.
...
Update Makefiles to match.
Remove man4.vax/mtio.4.
1998-09-30 02:39:01 +00:00
jonathan
358394d272
Add missing ess.4 man page (used in comp set)
1998-09-29 23:39:43 +00:00
kleink
d9699db484
Add a macro for 1003.1-1996.
1998-09-29 18:47:46 +00:00
christos
8e6800cd97
Missed a few preserve flags.
1998-09-29 11:47:51 +00:00
jeremy
3712546023
Changed to allow the mouse baud rate to be set at kernel compile time.
...
Inspired by Mochida Shuji <mocid@yo.rim.or.jp>.
1998-09-29 02:46:36 +00:00
rvb
42fb3deffa
Perry asked for a line about Coda
1998-09-28 17:14:31 +00:00
christos
2a23ffd4df
Use PRESERVE flag only when UPDATE is defined.
1998-09-28 16:43:41 +00:00
christos
ddb60058ff
Use preserve flag in install.
1998-09-28 08:13:37 +00:00
lukem
9dee5d2b46
don't install in /usr/share if NOSHARE is defined
1998-09-27 17:22:03 +00:00
lukem
5e27c18616
don't build/install nls files if NOSHARE defined
1998-09-27 17:16:37 +00:00
lukem
610a1d7558
don't build/install share if NOSHARE defined
1998-09-27 16:31:39 +00:00
lukem
2eadcee825
don't build/install man pages or docs if NOSHARE defined
1998-09-27 16:31:11 +00:00
hwr
d6a39aadd6
s/tun/gre/
1998-09-25 08:35:20 +00:00
perry
6238e0022f
add acknowledgement, acknowledgment
1998-09-22 23:16:59 +00:00
perry
83534c3742
fix spelling of acknowledgment
1998-09-22 22:53:06 +00:00
kleink
1d6ab6aedc
Typo (run queue array name).
1998-09-22 11:24:52 +00:00
drochner
492608a68c
Clarift use of REALBASEMEM / REALEXTMEM.
...
Fixes PR port-i386/6159 by "Heiko W.Rupp" <hwr@pilhuhn.de>.
1998-09-18 12:38:54 +00:00
agc
1159a11534
Document REQ_FILE and MESSAGE_FILE definitions.
1998-09-17 16:04:06 +00:00
agc
247891ee59
Document INSTALL_FILE and DEINSTALL_FILE definitions, to be set to the
...
names of any INSTALL or DEINSTALL scripts, respectively.
Also bring explanation of LIB_DEPENDS up to date.
Document USE_LIBTOOL.
1998-09-17 14:14:17 +00:00
matthias
393c344918
Take a deep breath and switch over NetBSD/pc532 to use egcs by default.
1998-09-15 20:26:50 +00:00
agc
fd02fc18ca
Remove out of date explanations of <bsd.port.mk> and <bsd.port.subdir.mk>,
...
which are now in the pkgsrc collection as bsd.pkg.mk and bsd.pkg.subdir.mk.
1998-09-15 14:56:37 +00:00
jeremy
7e8c997a3f
Added microtime.9.
1998-09-15 01:40:47 +00:00
jeremy
58cfb334aa
Manual page which describes the microtime() function for obtaining the
...
current value of the system realtime clock.
1998-09-15 01:38:01 +00:00
tv
148929222c
Transition sparc platform to egcs.
1998-09-14 21:21:58 +00:00
garbled
5c4c28f2c8
Document LDFLAGS in bsd.pkg.mk. Also, CFLAGS wasn't documented so I
...
threw that one in as well.
1998-09-14 17:33:01 +00:00
tv
768b3efab5
Switch i386 to egcs 1.1.
1998-09-14 00:29:28 +00:00
tv
1428a599bf
Rethink the origins of LDSTATIC. Instead, use an option NOLINKLIB, which
...
builds and installs only what is necessary to link and run binaries, when
the library is not externally useable.
- NOPIC: Create and link against a static library.
- PIC: Create, link against, and install a shared object.
- PIC+LDSTATIC: Create and link against a static library; create and
install a shared object.
1998-09-13 23:25:18 +00:00
tv
138f9d4389
Reorganize comments around .m and .c.lo rules
1998-09-13 20:56:38 +00:00
hwr
43688c8702
Manpage for gre network interface.
1998-09-13 20:39:35 +00:00
eeh
d90bb7796e
Add some more sparc64 stuff.
1998-09-11 14:52:20 +00:00
mycroft
3fd5504ed3
Change .Bsx output slightly.
1998-09-11 07:19:07 +00:00
kleink
9dba6f18e8
Import tzdata1998g.
1998-09-10 18:51:38 +00:00
pk
a3360f0c95
oops, roff parameter overflow.
1998-09-10 16:41:57 +00:00
pk
060d9ca064
Document the "skew" extensions.
1998-09-10 16:04:36 +00:00
kenh
31661bd656
Whoops, forgot to document NODEVMTIME.
1998-09-10 15:58:48 +00:00
enami
5cf1acbac0
comma is not a part of argument.
1998-09-10 04:04:42 +00:00
ross
08d3e70e4f
Define a LIBBZ2?=... for use in DPADD=... lines.
1998-09-10 00:40:33 +00:00
augustss
2d83d6808d
Minor clarification.
1998-09-08 11:59:48 +00:00
mrg
01735ee7db
properly document diskless swapfiles.
1998-09-08 10:08:30 +00:00
kleink
2ba841847e
Use UTC instead of GMT, and rearrange the wording a bit.
1998-09-05 19:21:24 +00:00
pk
5ebcb31dd0
Assign my copyrights to TNF.
1998-09-05 13:45:46 +00:00
pk
e8b5010119
Assign my copyrights to TNF.
1998-09-05 13:36:49 +00:00
tsubai
3318a12385
UVM is now standard on macppc.
1998-09-03 15:13:51 +00:00
frueauf
f4a3ad9ff9
Keep the alphabetical order.
1998-09-03 09:30:05 +00:00
msaitoh
8d1acbb7fd
s/January/June/
...
This is a bug between rev. 1.3 and 1.4.
1998-09-03 08:20:08 +00:00
msaitoh
6f4ce5dfdd
Eliminate extra comma in SEE ALSO section
1998-09-03 08:12:56 +00:00
augustss
0589dc769d
Fix kprintf related Makefile problems.
...
From John.P.Darrow@wheaton.edu , fixes PR 6091.
1998-09-03 07:27:38 +00:00
jeremy
d3b609004c
Corrected my incorrect usage of hyphens, en-dashes, and em-dashes.
1998-09-03 01:58:56 +00:00
jeremy
5f0b8ba018
Changed to suggest using sun3/autoconf.h rather than machine/autoconf.h to
...
reflect the new system include file locations.
Reworded slightly and added more macros.
1998-09-03 01:54:28 +00:00
sakamoto
f36e74b371
UVM is the default on bebox,ofppc.
1998-09-03 01:51:43 +00:00
jeremy
1a56a0bb75
Reformatted slightly and changed to use more macros.
1998-09-03 01:39:17 +00:00
jeremy
f69a99ee74
Cleaned up some statements.
...
Added cross references to related pages.
1998-09-03 01:05:03 +00:00
jeremy
9fff07817c
Added subsections for easier reading and some explanatory paragraphs.
...
Used special groff characters where applicable.
1998-09-03 00:54:23 +00:00
jtk
24b461bf90
improve wording to mention that config options are for kernel config files
1998-09-02 21:23:52 +00:00
matthias
bfc51b47d0
UVM/PMAP_NEW are now the standard for the pc532.
1998-09-02 19:25:33 +00:00
mrg
77e8bc0d0f
really turn UVM on on the atari...
1998-09-02 14:28:58 +00:00
mrg
fab7ebb042
UVM is the default on sparc64
1998-09-02 14:12:04 +00:00
jeremy
45a63ebc4b
Changed references to filesystem paths to use the mdoc filesystem path
...
macro (.Pa).
1998-09-02 05:13:07 +00:00
jeremy
268853e1ea
Added missing punctuation and utilized more mdoc macros where possible.
1998-09-02 05:05:22 +00:00
jeremy
d04d27d492
Added kprintf.9 and its aliases.
1998-09-02 04:40:02 +00:00
jeremy
e7ec199a9c
A manual page describing the kernel printf functions and the special formatting
...
options which differentiate them from their user space counterparts.
1998-09-02 04:39:23 +00:00
simonb
2a571c069b
Function type declarations are manatory now.
1998-09-01 06:51:09 +00:00
thorpej
4e705c4d21
Switch the i386 port to UVM+PMAP_NEW.
1998-08-31 17:55:26 +00:00
lukem
12806668fb
document more kernel options:
...
* COLOR_KERNEL_BG - background color of kernel messages
* COLOR_KERNEL_FG - foreground color of kernel messages
* PCVT_CAPS_IS_CTRL - if defined, CapsLock acts like Ctrl
(the first two were never documented, and I recently added the last one)
1998-08-30 10:16:51 +00:00
enami
039b7f505b
In SEE ALSO list, use comma to separate elements and don't use to terminate.
1998-08-30 05:06:11 +00:00
tsarna
c89a574ffa
Execute ttyaction on termination of rlogind/telnetd sessions.
...
Also, say a little bit about ttyaction in the getty and login manpages.
1998-08-29 17:31:55 +00:00
mrg
97117adf97
add swapctl changes to COMPAT_13 section.
1998-08-29 15:32:07 +00:00
lukem
f35b097b81
fix capitalisation
1998-08-29 08:37:37 +00:00
garbled
7c802b05c2
Document use of NOT_FOR_ARCHS.
1998-08-28 14:19:44 +00:00
tv
16a9e147f7
Create a STRIPPROG definition to specify a (target) strip program. Later,
...
STRIPPROG could be used in preference to "-s" on "install".
1998-08-27 23:26:37 +00:00
tv
e340b4da07
Rename show-objdir to print-objdir to be consistent with existing
...
convention.
1998-08-27 20:33:45 +00:00
tv
22f41e92ef
Add pseudo-target "show-objdir", which will print the value of ${.OBJDIR}
...
and nothing else. Intended target: cleaning up the ugly "echo | make"
constructs to find files from another directory's objdir.
1998-08-27 16:54:59 +00:00
tv
c95c8e1504
Alpha is now egcs by default (now all that's left is as and ld).
1998-08-27 14:05:58 +00:00
tv
4e2285a407
Allow -Werror to be turned off with CWARNFLAGS=-Wno-error ...
1998-08-26 19:36:37 +00:00
augustss
885a99bbd7
Add OPL and xref.
1998-08-26 12:30:51 +00:00
mrg
fade0ccb93
add sparc specific options.
1998-08-26 03:03:33 +00:00
tv
eb6956eecf
Introduce CWARNFLAGS, idea from kernel Makefiles, which goes after "-Wall
...
..." in the CFLAGS and can be set in directory Makefile or mk.conf.
1998-08-25 14:57:21 +00:00
lukem
8d2c1463af
document check_disklabels
1998-08-25 13:50:45 +00:00
tv
450705382c
Back out previous. -Wuninitialized is disabled in the latest egcs
...
sources, and -Wno-format-y2k is inserted into the proper Makefiles only
(as this is likely to become a permanent option).
1998-08-25 12:04:59 +00:00
ross
57b46db5d1
Add -Wno-uninitialized -Wno-format-y2k, with an attached XXX
1998-08-25 07:46:23 +00:00
tv
aefeb9110b
Fix the .c.a brokenness with libbfd the "right" way - nuke everything but
...
*o from .ALLSRC.
1998-08-22 18:59:40 +00:00
augustss
0016877c87
Add some more info.
1998-08-22 14:45:35 +00:00
tv
a5786dc458
Add a ranlib(5) based on the one from Berkeley ranlib(1).
1998-08-22 05:36:32 +00:00
tv
e69dff6119
Add an ar(5) manual page based on the one from the Berkeley ar(1).
1998-08-22 05:29:56 +00:00
tv
82561cf391
Kill spaces in the $$files check introduced by borrowing the C++ rule for
...
ObjC.
1998-08-18 19:12:42 +00:00
tv
da32b76d1f
Add dependency rule for Objective-C files.
1998-08-18 17:31:21 +00:00
augustss
b87d63e818
Add OPL man page.
1998-08-18 08:16:56 +00:00
pk
243ce288ee
Fix date.
1998-08-17 15:27:13 +00:00
tv
cf98a967de
"oops": .c.lo rule missed the "-o ${.TARGET}".
1998-08-17 00:03:32 +00:00
tv
b32ba95d4e
Add .c.lo, .l.lo, and .y.lo rules for automatic use of ${HOST_COMPILE.c}.
1998-08-16 23:55:04 +00:00
kleink
024ef32573
Correct reference to a header file, from Julian Coleman in PR 5733.
1998-08-16 16:49:54 +00:00
mycroft
3748c7c959
Assign my copyrights to TNF.
1998-08-15 09:16:27 +00:00
eeh
6bf713764a
Document vm_offset_t => {vaddr_t,paddr_t} changes in the interface.
1998-08-14 05:05:07 +00:00
augustss
eca3e79014
Update a little.
1998-08-12 21:28:54 +00:00
augustss
0eb249f780
Update to reflect the fact that the speaker attaches to pcppi now.
1998-08-12 09:08:38 +00:00
lukem
24bd0530c9
add distclean as a synonym for cleandir
1998-08-09 14:46:19 +00:00
thorpej
6bd72c7fd7
Cross-reference ifmedia(4).
1998-08-09 00:39:02 +00:00
thorpej
b066382d39
First cut at ifmedia documentation.
1998-08-09 00:37:16 +00:00
thorpej
7b3e0ec137
Add a "Bsx" macro, BSDI BSD/OS.
1998-08-09 00:26:36 +00:00
frueauf
ba61dd0d54
SYS_INCLUDE=symlinks should not be enabled by default. I guess it was done
...
by accident.
1998-08-07 20:31:56 +00:00
matt
ddfc7f739b
Document the isapnp ess attachment.
1998-08-07 01:00:36 +00:00
augustss
8601edec8b
Add a midi(4) man page.
1998-08-06 20:45:44 +00:00
fair
e56d5b203a
update per PR#5915
1998-08-05 20:06:21 +00:00
ragge
f6fd0956f2
Put in that vax uses PMAP_NEW as default.
1998-08-04 19:21:26 +00:00
leo
09d3d34056
Device on vme is set to 'etvme'. This in the hope that we can catch all
...
et-based VME boards in this driver... (Julian Coleman)
1998-08-03 13:06:41 +00:00
leo
c0e9fc057a
Add the method to activate DDB on the atari (Julian Coleman).
1998-08-03 13:03:36 +00:00
leo
aa527cd0ee
It's atari only...really. (Julian Coleman)
1998-08-03 05:53:16 +00:00
leo
d70e049c06
Man page for et4000 on VME (Crazy Dots). By Julian Coleman.
...
XXX: Remember to finalize name of the device-file.
1998-08-03 05:51:53 +00:00
kleink
f8df54401a
The base of kernel virtual memory is now at 0xf0000000.
1998-08-01 21:41:41 +00:00