Pawel Jakub Dawidek
162ce1a75f
When the source and destination objects for VOP_RENAME() are the same,
...
POSIX advice to just ignore the operation and return 0.
We already handle this case in kern_rename(), but don't give bad example -
the source is not removed.
2006-11-04 23:59:51 +00:00
Pawel Jakub Dawidek
479a8f8dd7
VOP_REMOVE() doesn't unlock vnodes nor decrease reference counts.
2006-11-04 23:58:15 +00:00
Pawel Jakub Dawidek
89780ffb72
Better English.
...
Submitted by: ru
2006-11-01 12:44:28 +00:00
Pawel Jakub Dawidek
2c0ea12df5
- Document two new function g_alloc_bio() and g_duplicate_bio().
...
- Bump modification date.
- Update copyright years.
2006-11-01 12:42:14 +00:00
Pawel Jakub Dawidek
c4639cb3d8
Document BIO_FLUSH request.
2006-11-01 12:34:35 +00:00
Pawel Jakub Dawidek
1d2aee20b8
Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk
...
can handle BIO_FLUSH requests.
Sponsored by: home.pl
2006-10-31 21:12:43 +00:00
Maxim Konovalov
efc7cb843b
o Fix incorrect function name (kobj_free -> kobj_delete).
...
Obtained from: DragonFlyBSD
MFC after: 1 week
2006-10-28 10:57:35 +00:00
Ruslan Ermilov
aa7331bf20
Bump document date for the previous change.
2006-10-21 16:08:21 +00:00
Ruslan Ermilov
a341ab7170
Add missing "const" qualifiers.
...
Submitted by: bde
2006-10-19 11:03:44 +00:00
Daniel Gerzo
627a09e3c1
Expand "don't".
...
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 3 days
2006-10-16 07:59:05 +00:00
Pawel Jakub Dawidek
a1a72ac75a
Explain that using 64bit arguments on 32bit architectures with CTRx()
...
macros is a bad idea.
2006-10-15 12:40:27 +00:00
Ruslan Ermilov
72377e4c4b
Sort MAN and MLINKS lists.
2006-10-05 12:40:44 +00:00
John-Mark Gurney
32d5d9ffc9
sort MLINKS properly
...
Pointed out by: ru
2006-10-05 08:55:35 +00:00
Ruslan Ermilov
74a603eb00
Polish markup and some wording.
...
Discussed with: jmg (also reviewed by him)
2006-10-05 08:42:07 +00:00
John-Mark Gurney
b5cc2eb72f
forgot to update the date...
2006-10-04 20:17:14 +00:00
John-Mark Gurney
90db62aca6
add man page talking about how to interface w/ the kqueue system so others
...
can write additional filters...
mdoc police please!
2006-10-04 20:16:23 +00:00
Andre Oppermann
b2c1b09193
Connect hash(9) to the build and add MLINKS for all functions.
...
Pointed out by: ru
2006-10-02 11:51:25 +00:00
Konstantin Belousov
7251f55777
Remove long untrue note about storing state information inside free items.
...
OKed by: rwatson, tegge
Approved by: pjd (mentor)
MFC after: 1 week
2006-10-02 07:27:00 +00:00
Ruslan Ermilov
bd84dd2f8f
Revise markup.
2006-09-30 17:09:59 +00:00
Warner Losh
fa81ece897
Document config_intrhook.
...
MFC After: 250 millifortnights
2006-09-25 20:12:13 +00:00
Ruslan Ermilov
81ae4b8da9
Markup fixes.
2006-09-18 15:24:20 +00:00
Ruslan Ermilov
a3a57e81b3
Correct the list of bus_space_*_stream_[1248] functions in the
...
STREAM FUNCTIONS section:
- Really list only and all *_stream_* functions.
- Don't list their arguments (it's pointless).
2006-09-18 14:31:03 +00:00
Warner Losh
32494417a8
Bump date, per ru@
2006-09-12 15:48:22 +00:00
Warner Losh
788de9d472
Add note about identify routines needing to use BUS_ADD_CHILD rather
...
than device_add_child. The latter is only for busses adding children,
not children drivers telling a bus that they have an instance...
2006-09-11 22:17:18 +00:00
Ruslan Ermilov
590fd053c0
Document that bits are numbered from 1 in the %b format argument.
2006-09-08 14:05:03 +00:00
John-Mark Gurney
d1c32d02b6
now that we have bus_get_dma_tag, document it's requirement in
...
bus_dma_tag_create
2006-09-03 00:31:21 +00:00
Ruslan Ermilov
07bf564cab
- Fix some bugs in the descriptions of DMA sync operations.
...
- Tweak some text so it's less likely to confuse the reader.
OK'ed by: scottl
2006-08-31 19:38:52 +00:00
Pawel Jakub Dawidek
44689dc087
Update.
2006-08-26 11:32:40 +00:00
Pav Lucistnik
2eec31dfb4
- Talk about memory allocation in interrupt context
...
- Add uam to see also
Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com>
2006-08-25 19:04:42 +00:00
Konstantin Belousov
653ed924e4
Note that LK_UPGRADE may drop the shared lock before taking the
...
exclusive one.
Reviewed and edited by: tegge
MFC after: 3 days
Approved by: pjd (mentor)
2006-08-21 12:45:19 +00:00
David E. O'Brien
c157a036a9
Add an extension to the UINT & ULONG types. The XINT & XLONG types behave
...
the same, except sysctl(8) will print out the values in hex.
2006-08-12 23:33:10 +00:00
David E. O'Brien
b470b929f3
Fix bug preventing the proper displaying of the CTLFLAG_WR option.
2006-08-12 20:09:33 +00:00
Maxim Konovalov
1cb58a0783
o GC MT_FTABLE removed in rev. 1.192 mbuf.h.
...
o Correct MT_HEADER define.
2006-07-24 07:32:23 +00:00
Florent Thoumie
f1acac210b
Fix typo (s/writeer/writer/).
2006-07-17 10:39:20 +00:00
Maxim Konovalov
533baf579b
o Sort sx(9) MLINKS.
2006-07-12 19:12:16 +00:00
Pawel Jakub Dawidek
d8e7058159
Document sx_xlocked(9).
...
Submitted by: ssouhlal
2006-07-12 15:40:35 +00:00
Joel Dahl
b4b4e2e0fe
Gah. Replace another instance of "Developer's Handbook" with
...
"Architecture Handbook".
2006-07-11 16:26:40 +00:00
Joel Dahl
ca5195cb7a
The TrustedBSD MAC Framework is documented in the Architecture handbook,
...
not in the Developers handbook.
Submitted by: Samy Al Bahra
2006-07-10 20:51:30 +00:00
Maxim Konovalov
88fd7e1d61
o Fix MTX_SYSINIT prototype.
...
PR: kern/99956
Submitted by: Arne Woerner
MFC after: 1 week
2006-07-09 09:46:43 +00:00
Maxim Konovalov
f3a331b7c8
o Remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags, add LK_NOSHARE.
...
MFC after: 1 week
2006-06-20 21:41:14 +00:00
Maxim Konovalov
ce916253e4
o Catch up v_flag split and replace VSYSTEM by VV_SYSTEM.
...
Inspired by: jkoshy's commit to vgone.9
2006-06-08 04:39:02 +00:00
Joseph Koshy
b415bf77aa
Catch up with the rename of symbol VDOOMED to VI_DOOMED in revision
...
1.198 of "sys/sys/vnode.h". Remove a cross-reference to a manual
page that never existed.
---------------------------------------------------------------------- CVS:
PR: Fill this in if a GNATS PR is affected by the
change. CVS: Submitted by: Fill this in if someone else sent
in the change. CVS: Reviewed by: Fill this in if someone else
reviewed your modification. CVS: Approved by: Fill this in if
you needed approval for this commit. CVS: Obtained from: Fill
this in if the change is from third party software. CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically
2006-06-07 16:51:54 +00:00
Pawel Jakub Dawidek
3b72821f02
Document more bits.
...
Reviewed by: brd
2006-06-03 23:39:13 +00:00
Warner Losh
9f14302d3c
Add a stub man page for device_get_sysctl{_ctx,tree}. Needs some
...
work, but is better than nothing. Any help appreciated.
2006-05-23 22:11:20 +00:00
Pawel Jakub Dawidek
265803d0ba
Document missing CRYPTO_F_ flags.
2006-05-23 08:43:28 +00:00
Pawel Jakub Dawidek
71ee05c835
Update HMAC algorithms.
2006-05-17 18:58:25 +00:00
Pawel Jakub Dawidek
f3326d72d0
Update manual page: cri_rnd field is gone, cri_mlen field was added.
2006-05-17 18:44:37 +00:00
Giorgos Keramidas
3c0ebd45a5
Consistently use `superuser privileges' instead of its singular
...
form here and its plural there.
Submitted by: Rostislav Krasny <rosti.bsd@gmail.com>
MFC after: 3 days
2006-05-16 22:58:43 +00:00
Wilko Bulte
7a0761c19c
Remove reference to Alpha architecture.
2006-05-15 20:58:05 +00:00
John-Mark Gurney
74c9ea0c37
match w/ prototype...
...
MFC after: 3 days
2006-05-08 04:25:35 +00:00