wiz
7b47372df1
Bump date for 1.77.
2005-09-10 22:25:58 +00:00
wiz
f28fe3eca1
Use more markup. Drop trailing whitespace.
2005-09-10 22:24:42 +00:00
wiz
4c0f3d6384
Bump date for previous.
2005-09-10 22:21:41 +00:00
jmmv
9b0d5af66f
Fix some mistakes spotted by wiz@.
2005-09-10 21:59:39 +00:00
wiz
87274aa423
Punctuation fixes. Add another XXX.
2005-09-10 21:48:21 +00:00
wiz
d6a46ac226
Various fixes:
...
file-system -> file system
make (most) lines shorter than 80 chars
use more appropriate macros
fix a few typos
add two XXX for wrong sentences I'm not sure how to fix properly
2005-09-10 21:42:32 +00:00
jmmv
ec93365612
Initial addition of tmpfs, an efficient memory file-system. This project
...
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.
The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.
Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.
OK'ed by my project mentor, William Studenmund (wrstuden@).
2005-09-10 19:20:48 +00:00
wiz
efd6948ad1
Whitespace nits.
2005-09-10 12:51:13 +00:00
wiz
10a241c2eb
Uppercase CPU. Remove a superfluous double quote. Use Dv for defined
...
values.
2005-09-09 20:33:54 +00:00
wiz
b6b6657a5a
Uppercase I/O.
2005-09-09 20:29:12 +00:00
drochner
ce9fc42a2b
-avoid references to the cardbus "dev" locator, this doesn't make
...
sense technically and should be removed
2005-09-09 14:11:39 +00:00
drochner
68f1c179c5
-mention fwohci
...
-avoid references to the cardbus "dev" locator, this doesn't make
sense technically and should be removed
2005-09-09 14:03:51 +00:00
ragge
aada101c5e
Add man page for the xge driver.
2005-09-09 11:20:38 +00:00
wrstuden
1fa8554ba6
Note the fact that buffer cache takes block numbers in
...
units of DEV_BSIZE, even if the device's device size is
larger. Update date.
Reviewed by wiz. :-)
2005-09-08 22:51:36 +00:00
kleink
54281f5ccd
Typo.
2005-09-06 20:12:43 +00:00
rpaulo
6733d4dc7b
Change 'headers' to 'network layer headers' as suggested by Tetsuya Isaki.
2005-09-06 19:18:41 +00:00
kiyohara
f49de0934c
Support LCD screen driver for PERSONA SH3 machines.
2005-09-05 19:23:29 +00:00
kiyohara
17587c6104
Support LCD screen driver for PERSONA SH3 machines.
2005-09-05 18:54:10 +00:00
rpaulo
a9b5ede7fc
PR misc/31139: bpf(4) does not describe some ioctls, by Tetsuya Isaki.
...
IOCTLs explained: BIO[GS]HDRCMPLT and IO[GS]SEESENT.
2005-09-05 18:03:18 +00:00
hubertf
105b456cb7
Mention pwhash(1) in a few places,
...
suggested in PR 31125 by Stefan Schumacher.
2005-09-05 03:37:14 +00:00
rillig
3177b76827
Fixed white-space.
2005-09-02 22:06:53 +00:00
kleink
d272861eb2
In the wake of C99 (which dropped the implicit int), add a type specifier
...
to the declarations to keep them warning-free; also add some clarifying
words that the globals are _located at_ those addresses.
Inspired by a conversation with Takayoshi Kochi.
2005-09-01 12:39:33 +00:00
jmmv
c35190a672
Sync the description of the getattr, link and rmdir operations with reality
...
as regards vnode locking. Thanks to wrstuden@ for clarifying this.
2005-08-30 21:03:13 +00:00
gson
c1b877ce29
Update description of struct usb_device_info to match the current
...
definition in usb.h revision 1.72.
2005-08-29 11:49:36 +00:00
reinoud
f4a3f04cb2
Create functions ioctl_copyin() and ioctl_copyout(). They are meant to be
...
used in ioctl routines to do the right thing when the FKIOCTL flag is
passed to the IOCTL routine indicating its a in-kernel VOP_IOCTL call and
indirect addresses provided in the arguments are to be seen as kernel
adresses rather than userland adresses.
A simple substitution and prepending of the `flags' passed on to the ioctl
handler is enough to DTRT.
2005-08-28 20:58:14 +00:00
kiyohara
89a1921f3a
Fix locator specified by sbp(4).
2005-08-28 15:22:06 +00:00
briggs
60c87a4d4c
Mention that a kthread *must* call kthread_exit() to terminate itself
...
properly. If you don't, the kernel will likely crash.
2005-08-27 01:32:59 +00:00
yamt
653095ecab
document M_MOVE_PKTHDR.
2005-08-23 09:34:11 +00:00
christos
21e4f1184e
mention ICMPPRINTFS; from Liam Foy
2005-08-19 12:28:37 +00:00
jmmv
8f66d74dea
Specify the types for the cookies and ncookies parameters to the readdir
...
operation.
2005-08-19 10:56:29 +00:00
christos
c4ee9f6d2e
64 bit inode changes
2005-08-19 02:07:18 +00:00
rpaulo
70d95a4d7d
/sys is no longer available, change it to /usr/src/sys.
2005-08-18 01:09:02 +00:00
yamt
54313d8a0e
remove disk_init.
2005-08-14 12:02:02 +00:00
yamt
e776c85955
remove disk_init which we don't have anymore.
2005-08-14 12:01:26 +00:00
jmmv
589ba12e9c
uvm_unmap returns void, not int.
...
Also drop some spaces before commas, as they ought not to be there.
2005-08-13 09:49:58 +00:00
yamt
2edce77c87
document pmap_procwr.
2005-08-11 11:20:48 +00:00
pooka
9157daca51
apply cosmetics to VOP_MK/RMDIR prototypes
2005-08-11 10:49:47 +00:00
pooka
f219942c2b
match section on read/write ioflags with current reality
...
(bump date!)
2005-08-11 10:06:38 +00:00
wiz
b54afe3f3c
Remove trailing whitespace.
2005-08-07 11:15:38 +00:00
jmmv
1dae1602d4
vgonel takes two parameters, not one.
2005-08-05 13:37:25 +00:00
jmmv
dc8a3e3a58
Sync tag-types list with reality (missing VT_PTYFS) and fix some typos.
...
Bump date.
2005-08-05 13:28:50 +00:00
jmmv
a31858b1d2
Fix a typo and replace a comma with an 'and'.
2005-08-05 13:20:05 +00:00
rpaulo
0095c1a604
Added a new section called "SYSCTLS" explaining the purpose of
...
net.bpf.maxbufsize, net.bpf.stats and net.bpf.peers.
Bump the date.
Reviewed by: wiz@
2005-08-04 20:13:29 +00:00
elad
a6ac91e102
Sync with reality.
...
- We now support multiple entry types and not just one
- We care for kern.veriexec.strict, not securelevel
- Add sysctl(3) to SEE ALSO
2005-08-02 18:54:53 +00:00
wiz
4b9a77db2a
Remove another outdated variable.
2005-08-01 11:38:30 +00:00
augustss
c3723e17d4
Add ucycom.4
2005-07-31 13:31:07 +00:00
yamt
852a558e35
revert 1.286 for now. (VMSWAP)
2005-07-31 04:13:20 +00:00
yamt
39df1811b1
document VMSWAP.
2005-07-31 01:07:02 +00:00
wiz
b4c2f91b37
Add an article.
2005-07-31 00:25:58 +00:00
wiz
c8110a6e00
Add some articles.
2005-07-31 00:21:09 +00:00
nakayama
69b6d49897
Add man page for teliosio(4).
2005-07-31 00:12:16 +00:00
rpaulo
056ff58f97
Since bpf is now a clonable device, remove references to /dev/bpfX.
...
Update the structs so that they match bpf.h and bpfdesc.h.
Bump date.
ok christos@
2005-07-30 16:37:36 +00:00
wiz
0a56fe008a
Drop trailing whitespace.
2005-07-30 13:22:34 +00:00
skrll
c6963d0441
regen.
2005-07-30 06:18:39 +00:00
skrll
acd7c4c5ca
Add a driver for Cypress microcontroller based USB serial adapters.
...
XXX hw flow control is not supported.
2005-07-30 06:14:49 +00:00
xtraeme
5c429f92b9
Add missing .Pp, bump date.
2005-07-29 19:11:16 +00:00
wiz
85de2d6607
Remove COMMON VARIABLES section, moved to guide.
2005-07-28 13:08:09 +00:00
augustss
c1a19f89d8
Document 'uhci at cardbus'. From FUKAUMI Naoki.
2005-07-24 08:44:59 +00:00
peter
c9b40229dd
3com -> 3Com. from OpenBSD.
2005-07-22 14:18:21 +00:00
wiz
418e12ffb2
Bump date for v.
2005-07-20 12:55:14 +00:00
pooka
4a04e27c9d
statfs -> statvfs
...
(better late than never)
2005-07-20 11:35:48 +00:00
gdt
918f9be889
Note that once a tag is attached to an mbuf with m_tag_prepend,
...
freeing the mbuf will free the tag.
2005-07-19 12:44:02 +00:00
wiz
7da36539c0
Bump date for uipaq.
2005-07-18 15:33:14 +00:00
wiz
a55750f505
Drop trailing space.
2005-07-18 15:32:25 +00:00
wiz
839d8caeb0
Add missing .Re
2005-07-18 14:59:06 +00:00
wiz
610e0d6575
New sentence, new line.
2005-07-18 14:55:06 +00:00
wiz
db27d6b43f
Minor fixes.
2005-07-18 14:53:58 +00:00
wiz
c5541497ba
Drop trailing whitespace.
2005-07-18 14:06:05 +00:00
wiz
4a1c381386
Sort SEE ALSO.
2005-07-18 14:03:40 +00:00
augustss
028353b945
Add uipaq(4). From OpenBSD.
2005-07-18 11:36:46 +00:00
rpaulo
f90b533f0a
Remove the sentence in parenthesis about WSDISPLAY_SCROLLSUPPORT that
...
might confuse readers on which framebuffers support that option.
2005-07-18 00:21:58 +00:00
rpaulo
404ec27cd6
Add rtw.4
2005-07-17 22:04:07 +00:00
rpaulo
5188e9d01d
Add man page for Realtek RTL8180L IEEE 802.11b wireless network driver (rtw).
...
By Jonathan Gray <jsg@openbsd.org>.
This solves part of PR#29733.
ok David Young.
2005-07-17 22:02:32 +00:00
macallan
440d58aac9
added tslot.4 and dbri.4
2005-07-17 01:27:15 +00:00
macallan
1039a142ea
add manpages for tslot and dbri, update tctrl
2005-07-17 01:00:31 +00:00
hubertf
673730506c
Add support for reading cloop2 compressed filesystem image,
...
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
2005-07-17 00:08:27 +00:00
rtr
f44fd3e324
not -> no typo
2005-07-16 14:45:18 +00:00
rtr
599cc15c8c
forward.5 from FreeBSD
...
resolves pr#20179
2005-07-16 09:10:02 +00:00
rpaulo
cb3370b308
Mention WSDISPLAY_SCROLLSUPPORT and bump date.
...
Reviewed by Thomas Klausner and ok'ed by Hubert Feyrer.
2005-07-15 01:00:52 +00:00
wiz
a4c1884902
& -> \*[Am]; comment out Xref to non-existing hostapd(8).
2005-07-14 12:54:23 +00:00
drochner
fed189aea6
add a manpage for the ral (at pci/cardbus/uhub) wlan driver,
...
mostly from OpenBSD
2005-07-14 12:46:45 +00:00
wiz
4cc011a622
Point to PCI_*_FIXUP instead of PCIBIOS_*_FIXUP.
2005-07-13 14:28:12 +00:00
wiz
f98aecc19a
Remove documentation for obsolete ACPI_PCI_FIXUP option. CLoses PR 30736 by Nicolas Joly.
2005-07-13 14:27:48 +00:00
dyoung
1273a75e1f
Be explicit about the requirement that capture fields be naturally
...
aligned to comply with the radiotap standard.
Assert David Young's maintainership of the radiotap capture format.
2005-07-12 21:26:33 +00:00
wiz
e55fafbcd6
Bump date for last but one.
2005-07-12 08:51:11 +00:00
wiz
bbcf1c57e6
Use more markup.
2005-07-12 08:50:49 +00:00
wiz
8a067178c8
Long month name in Dd, grammar improvements, formatting improvement, sort
...
SEE ALSO, end sentence with a dot.
2005-07-12 07:33:39 +00:00
wiz
2c0333bc3b
Long month in Dd, sort SEE ALSO, punctuation fixes.
2005-07-12 07:31:57 +00:00
wiz
eaa97e942f
Long month in Dd, sort SEE ALSO, grammar fix, punctuation nits.
2005-07-12 07:30:41 +00:00
wiz
27d3306b6a
Long month name in Dd, drop trailing space, end sentence with a dot.
2005-07-12 07:28:46 +00:00
wiz
112e36f255
regen (+fw#, fwmem#).
2005-07-12 07:26:19 +00:00
dyoung
1dd028fbc1
Explain how the extension bit works in the bitmap that tells which
...
fields are present.
2005-07-11 21:59:12 +00:00
kiyohara
c1a84a4d12
ieee1394 import from FreeBSD.
2005-07-11 15:29:05 +00:00
xtraeme
a8b011d03a
Mention BUFQ_PRIOCSCAN as a valid flag for the bq_flags argument,
...
ok'ed by yamt.
2005-07-09 15:25:17 +00:00
abs
ff3ec262da
remove reference to ncr(4)
2005-07-08 13:21:48 +00:00
snj
944f9952e1
config lives in src/usr.bin/config these days.
2005-07-07 20:57:27 +00:00
thorpej
d379332a27
Document the new @emul magic symlink var as well as the new @{var} syntax.
2005-07-06 19:05:09 +00:00
wiz
d19171ad7d
Drop trailing whitespace. Bump date fore previous.
2005-07-06 07:47:45 +00:00
dyoung
f8e6fb9af1
Update the list of supported cards for wi(4). Add cross-references.
...
Addresses PR 30141, PR 30162, PR 30164, and PR 30231.
2005-07-06 07:30:59 +00:00
fair
5b701efaa2
Document that misaligned transfers will be done with PIO rather than DMA.
2005-07-06 06:36:10 +00:00