tsutsui
4919286485
Remove description about options XSERVER. No port uses Xserver on pccons.
2010-07-21 10:59:31 +00:00
tsutsui
7182e2d5cc
Remove description about obsolete XNS. PR misc/43635
2010-07-21 10:56:07 +00:00
hannken
1664eae7f3
Using vfinddev() leads to vnode races as it returns an unreferenced
...
vnode that may disappear before the caller has a chance to reference it.
Reference the vnode while the specfs cache is locked.
Welcome to 5.99.37.
No objections on tech-kern.
2010-07-21 09:06:37 +00:00
hannken
e698a5d246
Using cache_revlookup() leads to vnode races as it returns an unreferenced
...
vnode that may disappear before the caller has a chance to reference it.
Reference the vnode while the name cache is locked.
No objections on tech-kern.
2010-07-21 09:01:35 +00:00
mrg
8d81f5c19e
add some more transforms to the hacky ugly sed script for pkg-config files,
...
and note a few more that are not yet handled but should be.
2010-07-18 07:05:39 +00:00
mrg
4f2c95e76d
- add X11SHAREDIR definition
...
- X11SRCDIR's for libxcb, xcb-proto and xcb-utils
2010-07-17 22:53:29 +00:00
msaitoh
e2e9dc6ae8
Add three card support from Tsubai.
...
- Advantech PCI-1604UP (2S)
- InnoSys Keyspan SX Pro (4S)
- I-O DATA RSA-PCI2 (2S)
2010-07-13 23:46:19 +00:00
jmmv
dad604ce0c
Implement Atffile automatic generation.
...
This change adds the ATFFILE variable, which can take the following values:
- yes: The source directory contains a static Atffile to be installed.
- auto: The Atffile is automatically generated.
- no: Do not install any Atffile (replaces the previous NOATFFILE variable).
The ugly bit of this is that I have to add a TESTS_SUBDIRS variable that
lists the subdirectories that contain test cases (so that they can be listed
in the Atffiles, without including auxiliary directories without tests).
This is a subset of SUBDIR.
Addresses a minor part of PR bin/43394.
2010-07-13 21:11:41 +00:00
kiyohara
299d82b760
Support xserver for prep.
...
It tested only s3(864).
2010-07-12 07:54:11 +00:00
mrg
6479f6e5b4
ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if
...
MKCRYPTO=no.
don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no.
mark librumpcrypto, rump_smb, pkg_*
fix set lists as appropriate.
2010-07-11 06:16:54 +00:00
wiz
d035cbb653
New sentence, new line. Remove trailing whitespace. Other minor fixes.
2010-07-08 21:33:02 +00:00
christos
334666916a
man page for balloon driver from Cherry
2010-07-08 20:00:24 +00:00
msaitoh
387810580a
- Fix the frequency for Advantech PCI1620 port 4-8.
...
- Fix the mask for IBM SurePos 300
- s/Titan/VScom/
- Add the following cards:
- Avlab PCI 2 Serial
- Avlab Low Profile PCI 4 Serial (another revision?)
- Moxa CP-102/PCI.
- SUNIX 4036 2S
- Syba Tech Ltd. PCI-4S
- Syba Tech Ltd. PCI-4S2P-550-ECP
- PR#37299
- VScom PCI-010L
- VScom PCI-100L
- VScom PCI-110L
- VScom PCI-200L
- VScom PCI-210L
- VScom PCI-400L
- VScom PCI-011H
- VScom PCI-100H
2010-07-08 18:55:42 +00:00
wiz
f149405d02
Bump date.
2010-07-08 18:25:03 +00:00
msaitoh
2bb038d66a
- Fix an entry for CP-168EL-A/PCIe reported by Ryo SHIMIZU.
...
- Add an entry for NetMos NM9901 UART. Tested my own NM9901 card.
2010-07-08 12:09:31 +00:00
msaitoh
6f4b94ac85
- Fix a table for Advantech PCI-1620
...
- Add entry for PCI-1610 and PCI-1612
2010-07-08 08:49:54 +00:00
msaitoh
c5950a7d94
Cleanup and add some entries.
2010-07-08 06:13:58 +00:00
msaitoh
f5000f44ad
PCI-1620A-AE is not 4 ports card but 8 ports.
2010-07-08 01:05:09 +00:00
msaitoh
76a4e85145
- revert pucdata.c rev. 1.60 and add a new entry which checks subvendor code.
...
- Add the following cards' support (include fixing for PR#37566):
Advantech PCI-1620A-AE (4-port serial)
Decision Computer Inc PCCOM PCI 2 Port (2 port serial)
Decision Computer Inc PCCOM PCI 4 Port (4 port serial)
Decision Computer Inc PCCOM PCI 8 Port (8 port serial)
Exsys EX-41098 (4 port serial)
IO-DATA RSA-PCI2 (8 port serial)
Moxa Technologies SmartIO C168EL-A/PCI (8-port serial)
Moxa Technologies SmartIO C168EL/PCIe (8-port serial)
Moxa Technologies SmartIO C168U/PCI (8-port serial)
Moxa Technologies SmartIO CP104-EL/PCIe (4-port serial)
Multi-Tech ISI5634PCI/4 (4 port serial)
NetMos NM9835 UART (1 port serial)
NetMos NM9865 4 UART (4 port serial)
NetMos NM9865 UART (1 port serial)
NetMos NM9901 PCIe (single parallel)
Oxford OX16PCI958 (8 port serial)
SIIG Cyber 4 PCI 16550 (4-port serial)
SIIG Cyber 4S PCI 16C650 (20x family) (4-port serial)
2010-07-08 00:59:46 +00:00
jruoho
02b671da36
Use .Xr for Xrefs.
2010-07-06 22:29:29 +00:00
cegger
a63798ea7c
Turn PMAP_NOCACHE into MI flag.
...
Add MI flags PMAP_WRITE_COMBINE, PMAP_WRITE_BACK, PMAP_NOCACHE_OVR.
Update pmap(9) manpage.
hppa: Remove MD PMAP_NOCACHE flag as it exists as MI flag
mips: Rename MD PMAP_NOCACHE to PGC_NOCACHE.
x86: Implement new MI flags using Page-Attribute Tables.
x86: Implement BUS_SPACE_MAP_PREFETCHABLE.
Patch presented on tech-kern@:
http://mail-index.netbsd.org/tech-kern/2010/06/30/msg008458.html
No comments on this last version.
2010-07-06 20:50:33 +00:00
pooka
3626443e21
Move the Delectable Test File System from share/examples/puffs/dtfs
...
to tests/fs/puffs/h_dtfs.
No functional change (apart from adjusting the Makefile for test builds).
2010-07-06 14:16:44 +00:00
pooka
14959b2e66
Reinstate the inactive operation (mostly dummy). This makes -i
...
work again and henceforth makes it possible to test inactive.
2010-07-06 13:56:40 +00:00
mrg
4c92852a80
remove almost all the ability to build netbsd with an a.out target.
...
we're ELF now, and there are many missing checks against OBJECT_FMT.
if we ever consider switching, the we can figure out what new ones
we need but for now it's just clutter.
this doesn't remove any of the support for exec_aout or any actually
required-for-boot a.out support, only the ability to build a netbsd
release in a.out format. ie, most of this code has been dead for
over a decade.
i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari,
amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers
the 5 MACHINE_ARCH's affected, and all the other arch code touched.
it also includes some actual run-time testing of sparc, i386 and
shark, and i performed binary comparison upon amiga and x68k as well.
some minor details relevant:
- move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them
down to only the parts ldconfig needs
- remove various unused source files
- switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
2010-07-06 05:59:50 +00:00
msaitoh
11a052c98f
Sort by name. No any addititon in this change.
2010-07-06 00:18:02 +00:00
wiz
7785abb6f3
Fix xref, put all Nd arguments on Nd line.
2010-07-04 21:10:39 +00:00
dholland
3aee62c28a
fix typo (firwmware -> firmware)
2010-07-04 19:58:52 +00:00
dholland
ac277a537e
Comment out an .Ed whose .Bd was itself commented out; this was making
...
mandoc belch.
2010-07-04 19:57:51 +00:00
pooka
a95d92a275
send routing messages via routing sucket -- works better than via inet sucket
2010-07-04 17:24:10 +00:00
pooka
c0f3dfaa52
Fix pointer assignment in previous commit (test compile works better
...
when you do it with the #defines which actually compile the code
in question).
2010-07-04 15:44:46 +00:00
pooka
54c71dee8c
Use a bit more than 1 byte of space for routing messages.
2010-07-04 15:31:04 +00:00
tsutsui
c3e7f27703
Add upgt(4), a driver for Conexant/Intersil PrismGT SoftMAC USB
...
IEEE 802.11b/g WLAN device, ported from OpenBSD by FUKAUMI Naoki:
http://mail-index.NetBSD.org/current-users/2010/05/28/msg013570.html
Slightly modified by me to use recently added config_mountroot(9)
to defer some device initialization until mountroot for firmload(9).
Tested on Sharp W-ZERO3 WS003SH with internal WLAN.
Note currently we cannot redistribute firmware files for upgt(4) so
they have to be downloaded and copied into /libdata/firmware/upgt manually.
See upgt(4) man page about firmware details.
2010-07-04 15:21:57 +00:00
wiz
58c4d50e83
Change xref from pfind(9) to proc_find(9). Bump date.
2010-07-01 15:12:31 +00:00
jruoho
a94ff8e22c
Use .Fn instead of .Nm.
2010-07-01 15:06:55 +00:00
jruoho
7965193037
Briefly document proc_find() and pgrp_find().
2010-07-01 14:54:44 +00:00
jruoho
3cb6211465
Remove the now obsolete pfind(9).
2010-07-01 14:22:12 +00:00
jruoho
951577ebd1
Provide a sysctl-knob for the Debug() opcode, hw.acpi.debug.object. This
...
prints debug-messages possibly used in the AML. Only enabled for ACPI_DEBUG
kernels.
2010-06-30 07:42:36 +00:00
wiz
f4cbf7d717
New sentence, new line; use more markup.
2010-06-29 15:05:43 +00:00
kefren
6b410bcd31
add mpls(4) manpage created with great help from wiz@
2010-06-29 14:10:04 +00:00
pooka
2e66cf95af
When importing a FreeBSD man page it's advisable to change the
...
synopsis to match our config grammar ...
2010-06-28 17:48:54 +00:00
wiz
e7d1f6ab2b
Grammar fix; remove indefinite article from Nd; don't Xr itself, use Nm.
2010-06-26 14:50:14 +00:00
jmmv
10a750e953
Move testing instructions from afterboot(8) to tests(7) and change the
...
former to only provide a link to the latter.
2010-06-26 11:26:17 +00:00
jmmv
929072d8ed
Add the tests(7) manual page, which describes why and how to run the
...
test suite and how to configure it.
2010-06-26 11:15:27 +00:00
tsutsui
cd9494c03d
Add config_mountroot(9) in autoconf(9) man page and LINKS for it.
2010-06-25 15:16:13 +00:00
skrll
eb5a8d18ab
Add uturn(4).
2010-06-24 16:37:48 +00:00
skrll
acf2047a2d
Add a uturn(4) man page.
2010-06-24 16:34:51 +00:00
hannken
1423e65b26
Clean up vnode lock operations pass 2:
...
VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument.
Welcome to 5.99.32.
Discussed on tech-kern.
2010-06-24 12:58:48 +00:00
hannken
f6c438ba23
Clean up vnode lock operations:
...
- VOP_LOCK(vp, flags): Limit the set of allowed flags to LK_EXCLUSIVE,
LK_SHARED and LK_NOWAIT. LK_INTERLOCK is no longer allowed as it
makes no sense here.
- VOP_ISLOCKED(vp): Remove the for some time unused return value
LK_EXCLOTHER. Mark this operation as "diagnostic only".
Making a lock decision based on this operation is no longer allowed.
Discussed on tech-kern.
2010-06-24 07:54:46 +00:00
jruoho
4a8a89e213
Couple of grammar fixes.
2010-06-24 04:21:58 +00:00
wiz
e012a9fa38
Remove unnecessary whitespace.
2010-06-23 21:03:16 +00:00
pgoyette
daa18b081d
Update man page to sync with driver update.
2010-06-23 19:00:57 +00:00
joerg
6d1420650f
Sort prologue
2010-06-20 21:57:59 +00:00
mrg
88d56f4c97
- note that if MKINET6 is "no", MK11 must also be "no". we don't support
...
building X11 without inet6 support. the support to maintain patches to
generated files and other files is too great. PR#42856
- add TOOL_PIGZ, which defaults to the (not yet default) built tools/pigz.
2010-06-20 06:54:23 +00:00
mrg
1909f84b1c
- always install pigz. hooary!
...
- kill MKPIGZ.
- add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is
not "no", don't install mrgzip, install pigz as gzip.
in all cases, the z* scripts.
i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it. i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.
2010-06-19 03:50:30 +00:00
hannken
2c090918c7
Remove the concept of recursive vnode locks by eliminating
...
vn_setrecurse(), vn_restorerecurse() and LK_CANRECURSE.
Welcome to 5.99.31
Discussed on tech-kern.
2010-06-18 16:29:01 +00:00
jmmv
6fd7d9f8b8
Prevent build breakage if TESTSDIR is not defined (as in tests/modules/k_helper).
2010-06-18 13:14:21 +00:00
jmmv
92a7fda174
Add a experimental "make test" target
...
make test may yield misleading results but should work in many cases. This
target is supposed to simplify the execution of tests but does not preclude
developers from running the installed versions.
Addresses PR misc/38326.
2010-06-18 10:10:57 +00:00
mrg
42a9c5d4fe
default MKPIGZ to "no", for now.
2010-06-17 06:17:02 +00:00
mrg
b6aa233709
ugh. this needs a real fix, but for now just update it to reality.
...
the diff -u is more obvious than a description:
-X11FLAGS.VERSION= -DOSMAJORVERSION=1 -DOSMINORVERSION=6 # XXX
+X11FLAGS.VERSION= -DOSMAJORVERSION=5 -DOSMINORVERSION=99 # XXX
2010-06-17 03:10:21 +00:00
wiz
e20e5913d6
Sort SEE ALSO.
2010-06-15 06:36:08 +00:00
jruoho
839d06c021
Fix xref: timer_create(3) -> timer_create(2).
2010-06-15 05:29:52 +00:00
pooka
5c46dd73a9
tty support is in rumpkern_tty now
2010-06-14 14:48:51 +00:00
wiz
e1afe8ab7d
Fix a typo. Bump date for previous.
2010-06-10 18:34:21 +00:00
jruoho
d6bb1884f1
Reference aps(4) and thinkpad(4) with each other.
...
In aps(4) note that sensor values are refreshed every 0.5 seconds, which may
have a negative effect on battery life.
(Since the sensors are purely descriptive and no time-sensitive protective
measures are being carried out, it would probably be a good idea to remove
the whole callout(9) from the driver and let the sysmon's poll cycle take
over.)
2010-06-09 13:44:24 +00:00
mrg
43b100a118
document the acorn26, i386, ia64 and vax ddb commands in both the builtin
...
help and in ddb.4. fixes PR#38304, PR#38305, PR#38309 and PR#38313.
2010-06-09 02:48:52 +00:00
riz
a4259da5ea
Note that MKZFS is actually "yes" on i386/amd64.
2010-06-08 22:22:25 +00:00
jruoho
2ef5124af4
Add FUNCTIONS. List only complete prototypes in SYNOPSIS. Sort SYNOPSIS
...
according to the appearance in FUNCTIONS. Fix typo; cnm_trap() -> cn_trap().
Remove the .Va typedef struct cnm_state cnm_state_t; in SYNOPSIS. And some
miscellaneous markup improvements.
2010-06-08 19:44:28 +00:00
jruoho
74f7e1dfe4
Offset indent the example.
2010-06-08 19:28:56 +00:00
jruoho
a517ae186e
GDT, IDT, ISR, IST, IVT, LDT, LTR, MSI, SCI, SMI, TR, TSS.
2010-06-08 12:52:51 +00:00
jruoho
c99ce241db
Remove the unnecessary example.
2010-06-08 09:02:55 +00:00
jruoho
f484940420
Put also powerof2(9) to SEE ALSO.
2010-06-08 09:00:51 +00:00
jruoho
b052be6bc7
Xref ilog2(3) and imax(9).
2010-06-08 09:00:22 +00:00
jruoho
0e7140d8d0
Xref ilog2(3).
2010-06-08 08:55:46 +00:00
jruoho
a88b2930dc
Document ilog2() from <sys/bitops.h>.
2010-06-08 08:51:08 +00:00
jruoho
015c6ebc3b
Three small markup improvements.
2010-06-08 08:20:37 +00:00
wiz
ae0570abb9
Fix xref.
2010-06-08 07:20:20 +00:00
mrg
d823f37213
properly document alpha ddb "mach" commands. PR#38303.
2010-06-08 06:14:57 +00:00
jruoho
338ce8774a
Xref mq(3).
2010-06-08 06:11:05 +00:00
jruoho
0b44becf58
Ups. Fix wrong filename suffix.
2010-06-08 05:56:58 +00:00
jruoho
b2a0054edc
Xref bintime_add(9).
2010-06-08 05:50:01 +00:00
jruoho
6d00e6b5dc
Briefly document the bintime_add() family of static inline functions.
2010-06-08 05:40:26 +00:00
riz
1855c8357a
Create a manpage for igphy(4). kern/35398.
2010-06-08 05:38:32 +00:00
jruoho
eb3f5b5845
Don't unnecessarily clutter the SEE ALSO.
2010-06-08 05:20:35 +00:00
jruoho
5371f8534e
Remove SIOCGIFADDR. Noted by Ross Patterson in PR kern/21513.
2010-06-08 04:11:06 +00:00
jruoho
e5f1d72bb7
Grammar, markup.
2010-06-08 04:08:37 +00:00
jruoho
d7ca51b758
Add a missing word.
2010-06-07 18:40:16 +00:00
jruoho
7f12a1eac3
Note ACPIVERBOSE. Use lower case letters in .Ss subtitles.
2010-06-07 08:39:04 +00:00
hannken
62bfdd2b21
Change layered file systems to always pass the locking VOP's down to the
...
leaf file system. Remove now unused member v_vnlock from struct vnode.
Welcome to 5.99.30
Discussed on tech-kern.
2010-06-06 08:01:30 +00:00
mrg
315bed49a4
note that sun2 has the same ddb mach commands as sun3/sun3x. part of PR#38310
2010-06-06 03:26:57 +00:00
joerg
3ace57c17b
Add definitions for TOOL_MANDOC_* for standalone users. Requested by
...
dyoung.
2010-06-04 20:19:39 +00:00
jmmv
727dd8cd9e
Simplify build of shell-based test cases: atf-compile is gone.
2010-06-04 08:35:09 +00:00
joerg
2d399c649e
Needs additional single quotes to keep the double qoutes. Magic...
2010-06-03 10:08:34 +00:00
joerg
826b0b1f17
XORGVERSION should be a single quoted expression as it represents a
...
single argument for .TH
2010-06-02 19:40:12 +00:00
joerg
e4c9126b4d
Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML
...
man pages to use mandoc unconditional as it gives reasonable output for
all man pages, not only a subset of mdoc(7). Use the newly installed
style.css for formatting and produce hyperlinks for .Xr.
2010-06-01 23:29:09 +00:00
wiz
5f6c2c6a0f
Use .An.
2010-06-01 11:34:02 +00:00
skrll
60417a4357
Add a man page for the hp700 lcd(4) driver.
2010-06-01 10:24:14 +00:00
wiz
afb897ff04
Comment out reference to runway(4) until we have it.
2010-05-31 18:43:52 +00:00
wiz
e9fdf3b055
Remove trailing space.
2010-05-31 18:43:00 +00:00
skrll
91854841fe
Add and install an astro(4) man page.
2010-05-31 09:46:25 +00:00
skrll
e73698242d
Install the elroy(4) man page.
2010-05-31 09:44:15 +00:00
skrll
0282740042
Grammar. Whitespace.
2010-05-31 09:42:48 +00:00
skrll
4766a4a24b
Add an ssio(4) man page. From OpenBSD.
2010-05-31 09:38:57 +00:00
skrll
c869d48abc
Note com at ssio for hp700. Bump date.
2010-05-31 09:30:55 +00:00
wiz
1ebca18030
Add man page for uark(4) from OpenBSD.
2010-05-30 22:22:18 +00:00
ahoka
0249dc4ed6
Sync struct vnode with reality.
2010-05-30 13:50:16 +00:00
dholland
d8c1448de3
wait for two more zombie files
2010-05-30 00:07:14 +00:00
dholland
9b89801b08
wap was already there; wifi was misfiled
2010-05-29 22:45:41 +00:00
dholland
8c2897b7f6
+awk, cifs, lfs, mcga, mda, nntp, rss, wap, yp
2010-05-29 22:43:01 +00:00
wiz
1b3e363881
Bump date for previous.
...
Remove trailing space.
2010-05-28 13:25:54 +00:00
mrg
9a93ccfecc
add / retire some xf86-video drivers.
2010-05-28 06:24:59 +00:00
spz
ff138d4027
help the next person tripping over PR kern/43203 :
...
list the error messages, the reason for the error and the location where
the firmware ought to be
2010-05-27 19:27:24 +00:00
njoly
9a6aefa72e
Small typo.
2010-05-26 14:52:10 +00:00
uwe
94642857bf
bsd.subdir.mk - don't mention "make subdir" where subdir is any
...
directory listed in ${SUBDIR} as ${dir}: all-${dir} alias was removed
from 11 years ago (revision 1.31)
PR bin/43356
2010-05-26 01:10:10 +00:00
uwe
869e556be3
Fix typo in comment.
2010-05-26 00:48:15 +00:00
veego
7f287d45d8
Remove a / between a ${DESTDIR}${X11USRLIBDIR} which would result in a
...
double /
2010-05-23 21:23:59 +00:00
plunky
b1c545a2cf
add Magic Mouse driver and manpage btmagic(4)
2010-05-22 18:56:00 +00:00
jruoho
b193ac2e60
Add a bold-faced note that the interface is not fully functional, but the
...
opposite.
2010-05-20 07:13:16 +00:00
jruoho
eae9525bf9
Note clock_gettime(2) in the example.
2010-05-20 05:37:58 +00:00
tsutsui
ddc1224298
microtime(9) stores struct timeval. bintime(9) stores struct bintime.
2010-05-19 13:41:39 +00:00
pooka
a2afe0a788
* document VOP_DELETEEXTATTR
...
* remove "vector element" from summary table:
1) deleteextattr caused problems for 80col rendering
2) it's not correct on NetBSD, we use the VOFFSET instead (!)
2010-05-19 13:20:32 +00:00
jruoho
9af468c2ef
Continue the discussion w.r.t. SIGEV_THREAD by nothing that pthread_join(3)
...
should be out of the question and that thread stack cannot be recovered.
2010-05-19 08:02:46 +00:00
wiz
1ac335ec2f
Sort sections.
2010-05-19 06:59:44 +00:00
jruoho
9a92149c5d
Add sigevent(3), a manual page that describes the struct sigevent used by
...
the POSIX real time functions and timers.
XXX: (a) Needs to be modified once real time signals are supported.
(b) Could use an example.
2010-05-19 06:28:53 +00:00
wiz
69d3a7e4fd
Add gpt(8) and sort SEE ALSO (case insensitively). Bump date.
2010-05-18 23:34:40 +00:00
wiz
87c3d5913f
Slight wording improvement.
2010-05-18 18:02:32 +00:00
jruoho
ba65e80ee0
Macros, not functions.
2010-05-18 11:20:12 +00:00
jruoho
177daa903e
Fix .Nd.
2010-05-18 09:10:03 +00:00
jruoho
376c7b5fe6
Describe also the timespec() family of macros in timeradd(3).
2010-05-18 09:07:37 +00:00
jruoho
4e56c5c6e0
Fix a typo.
2010-05-18 07:31:15 +00:00
jruoho
497c121b01
Add an introductory example.
2010-05-18 07:04:27 +00:00
jruoho
b01de5affa
Note timeval(9). Add %D to the .Rs/.Re.
2010-05-18 06:05:08 +00:00
jruoho
1c11137b95
Note that struct bintime is described in timecounter(9). Improve wording.
2010-05-18 05:57:07 +00:00
jruoho
f6554b77a6
Due previous, remove STANDARDS.
2010-05-17 20:32:09 +00:00
jruoho
ccf0fdd5d1
Briefly describe and note also struct bintime.
2010-05-17 20:25:19 +00:00
jruoho
aac39b04a5
Xref timeval(3).
2010-05-17 20:18:30 +00:00
jruoho
8499504d78
Remove trailing comma.
2010-05-17 12:27:13 +00:00
jruoho
50faa93541
Fix .Dt.
2010-05-17 08:09:20 +00:00
jruoho
5717af9360
Reference timeval(3).
2010-05-17 07:22:03 +00:00
jruoho
39a44ad3b2
Add a manual page that describes the basic structures in <sys/time.h>.
2010-05-17 07:10:15 +00:00
jruoho
c7e72bf2a1
Fix the SYNOPSIS.
2010-05-16 15:56:39 +00:00
jruoho
15ccf6ccbe
As was done with the man-page for <sys/types.h>, move dir(5) to dirent(3).
...
Add a table describing the stat <-> dirent types. Note IFTODT() and DTTOIF().
2010-05-16 15:33:29 +00:00
jruoho
120678dcc8
Add a note that the "whiteout inode", DT_WHT, is an implementation detail
...
and should not be seen in normal user applications.
2010-05-16 08:56:17 +00:00
jruoho
4dc3500d9a
IMPLEMENTATION NOTES back to NOTES.
2010-05-16 05:18:35 +00:00
jruoho
20136dbf99
Use .An as documented in mdoc.samples(7).
2010-05-16 05:17:02 +00:00
jruoho
e8196584bf
Complete the information in the reference (authors, publisher, date, URL).
2010-05-15 16:20:03 +00:00
jruoho
3ac9958009
Minor markup improvements.
2010-05-15 15:53:42 +00:00
jruoho
f99f0278cc
Move the more detailed discussion around the dirent-structure from
...
getdents(2) to dirent(5), and extend it with some compatibility notes.
2010-05-15 15:38:41 +00:00
joerg
a21aecf10a
Proper markup.
2010-05-14 21:50:05 +00:00
joerg
e74683b4b5
New sentence, new line.
2010-05-14 21:24:12 +00:00
joerg
2f27e1cc22
Reorder sections to canonical order.
2010-05-14 18:54:01 +00:00