tls
b1d270319d
Manual pages for accept_filters(9), from FreeBSD. Also, document syntax we
...
added in NetBSD for specifying accept filters in inetd.conf.
2008-08-10 14:55:13 +00:00
drochner
52c126ff5a
there was a backslash too much
2008-08-06 19:19:15 +00:00
plunky
e922dcbb71
add man page for sockopt(9)
2008-08-06 15:08:08 +00:00
skrll
d47eac2b49
s/non-zero/true/,s/zero/false/
...
where applicable.
2008-08-06 07:49:15 +00:00
skrll
cfee00cbb7
Spellos
2008-08-06 07:08:31 +00:00
pooka
7ab651d699
fix VOP_ISLOCKED description
...
noticed by Adam Burkepile
2008-08-04 21:22:02 +00:00
pooka
aeb494ada2
ubc doesn't require a vnode vm object these days.
2008-08-04 13:31:14 +00:00
manu
cafe72412e
Document apping between boothowto flags and boot(8) arguments selecting
...
aprint_*() verbosity. From Jean-Yves Migeon <jean-yves.migeon@espci.fr>
2008-07-25 07:33:57 +00:00
rmind
103b767319
- From Paul Goyette: correct the description of mutex_spin_exit.
...
- Remove sentence about lockmgr(9), as it is finally replaced.
- Note atomic_ops(3) and membar_ops(3) man pages.
2008-07-19 21:21:38 +00:00
gdt
1cd8f017b9
Changemanpages written by Igor Sobrado to 2-clause license, per
...
private email from Igor. Drop attribution to Matt Thomas in those man
pages, per private email from Matt. In coredump_write.9, fix
capitalization of THomas. Requested by martin@.
2008-07-11 13:20:17 +00:00
pooka
d4aaae9291
Code is in subr_hash, not kern_hash.
...
from Michal Spacek
2008-07-01 15:37:04 +00:00
ad
b7a93f5dfd
Note that DIAGNOSTIC/LOCKDEBUG applies.
2008-06-04 11:24:36 +00:00
enami
6fddba0b06
No comma is necessary for the last .Nm entry.
2008-05-31 16:24:59 +00:00
mrg
c2b95373bf
remove clause #3 from my license where there are no other
...
copyright holders involved.
2008-05-29 14:51:25 +00:00
snj
fa7a018146
Fix a spelling error.
2008-05-28 00:31:10 +00:00
snj
86320a034c
Fix a typo.
2008-05-28 00:29:12 +00:00
snj
4497f1f884
Remove trailing whitespace, correct a spelling error, and fix an xref.
2008-05-28 00:19:52 +00:00
hubertf
e81830fe24
Fix code reference after hashinit(9) was moved from
...
kern_subr.c to kern_hash.c some time ago.
Noted by Michael Spacek.
2008-05-27 22:03:52 +00:00
wiz
ade5187cdc
Use Fn for function.
2008-05-25 20:00:30 +00:00
wiz
6d252519d6
Put argument directly behind macro call. Link to sched_4bsd instead
...
of removed scheduler(9).
2008-05-25 19:45:43 +00:00
hannken
5d2bff060a
Make sure all cached buffers with valid, not yet written data have been
...
run through copy-on-write. Call fscow_run() with valid data where possible.
The LP_UFSCOW hack is no longer needed to protect ffs_copyonwrite() against
endless recursion.
- Add a flag B_MODIFY to bread(), breada() and breadn(). If set the caller
intends to modify the buffer returned.
- Always run copy-on-write on buffers returned from ffs_balloc().
- Add new function ffs_getblk() that gets a buffer, assigns a new blkno,
may clear the buffer and runs copy-on-write. Process possible errors
from getblk() or fscow_run(). Part of PR kern/38664.
Welcome to 4.99.63
Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>
2008-05-16 09:21:59 +00:00
tnn
88a92b676a
Change a couple of stray selwakeup references to selnotify.
...
Also fix typo.
2008-05-13 15:52:51 +00:00
he
e37d711d99
Manually break up the pci_activate() declaration, so that we avoid a
...
warning from nroff.
2008-05-11 14:15:53 +00:00
martin
7734697b2f
Simplify some unclear grammar (sync KASSERT and KDASSERT wording)
2008-05-10 15:39:04 +00:00
martin
5d1469bd77
Backout previous: the license sweep touched these files in error, so
...
restore the old license.
2008-05-10 15:31:03 +00:00
rumble
8c7664bba5
Typo.
2008-05-10 04:08:59 +00:00
yamt
9cbf394e66
update to match with the recent reality.
2008-05-06 11:32:46 +00:00
yamt
fc066b20a9
update after the following change.
...
subr_hash.c
revision 1.3
date: 2008/05/05 17:11:17; author: ad; state: Exp; lines: +26 -12
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
and it's better to not have them in kmem_map.
- Convert a couple of minor items along the way to kmem_alloc().
- Fix some memory leaks.
2008-05-06 10:13:55 +00:00
yamt
508d265a44
document kpreempt_disable, kpreempt_enable, and kpreempt_disabled.
2008-05-06 08:34:35 +00:00
yamt
82ae7f3c2b
add a missing .El
2008-05-06 08:32:27 +00:00
plunky
005a75dd15
update disk.9 manpage to current reality
...
- add disk_init() (from vmlocking merge)
- add disk_destroy() (from vmlocking merge)
- remove disk_resetstat() (was removed)
- update structure defs
- update examples (ANSI, const, device_t etc)
2008-05-03 09:43:40 +00:00
martin
cab1b04778
Move to standard 2 clause license
2008-05-02 21:46:19 +00:00
martin
b63f1573d0
Move to 2 clause license
2008-05-02 21:36:23 +00:00
martin
cd22f25e6f
Move TNF licenses to 2 clause form
2008-05-02 18:11:04 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
reinoud
5fc434dc18
Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET().
...
BUFQ_CANCEL(queue, element) removes the specified element previously queued
on the queue. It returns NULL if it was not found on the queue and the
element if it was successfully removed.
Run trough tech-kern and changed name from BUFQ_REVOKE() by suggestion of
Jason Thorpe.
2008-04-30 12:09:02 +00:00
mjf
06c9a5d43c
Grammar fix.
2008-04-25 14:16:05 +00:00
ad
96947a72d2
Fix typo, PR misc/38474.
2008-04-21 13:00:12 +00:00
riz
de31682369
Catch the documentation up with the changes in vfs_vnops.c revision
...
1.155 - s/struct file/file_t/, and dropping a struct lwp * arg from
some functions.
2008-04-10 04:43:02 +00:00
xtraeme
0ee95516ea
Add MLINKS for the sysmon_envsys_* functions.
2008-04-02 14:49:31 +00:00
jmcneill
2bd589c8a4
Fix paths in CODE REFERENCES section.
2008-03-29 14:12:59 +00:00
xtraeme
87e2fc09d7
The select and poll subsystems are now implemented in sys_select.c
...
and not sys_generic.c.
2008-03-25 21:51:32 +00:00
yamt
d77618f875
update after yamt-lazymbuf merge.
2008-03-24 12:30:17 +00:00
yamt
1872c2a033
discourage the new use of malloc(9).
2008-03-24 08:24:48 +00:00
mjf
74d757d370
struct componentname has no cn_lwp member anymore. Also update the data
...
types for the other struct members so they actually reflect sys/sys/namei.h
2008-03-20 18:56:28 +00:00
drochner
fce349e672
update for pmf_device_register1() and the "boothowto" argument to
...
shutdown handlers
2008-03-03 11:43:18 +00:00
rmind
2fd89ef88a
Rename selrecord(9) man page to select(9). Sync selnotify() with reality,
...
remove selwakeup(), add and explain the usage of selinit() and seldestroy().
Reviewed by <ad>.
2008-03-02 00:30:21 +00:00
xtraeme
5bbe544447
Fix the mb(9) xref.
2008-03-01 22:28:46 +00:00
elad
cd05a6ee9b
Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests,
...
KAUTH_REQ_NETWORK_NFS_EXPORT and KAUTH_REQ_NETWORK_NFS_SVC, and use them
to replace two KAUTH_GENERIC_ISSUSER calls in the NFS code.
Also replace two more with KAUTH_SYSTEM_MKNOD, where appropriate.
Documetnation and examples updated. More to come.
2008-02-28 17:07:49 +00:00
xtraeme
51e43163c8
Add three new values for ENVSYS_DRIVE units:
...
* ENVSYS_DRIVE_OFFLINE, ENVSYS_DRIVE_CHECK and ENVSYS_DRIVE_BUILD
2008-02-28 16:21:34 +00:00