Commit Graph

10539 Commits

Author SHA1 Message Date
christos
d4738dae6e fix typo 2013-11-27 16:30:12 +00:00
christos
ac488d2d4d and a few more. 2013-11-27 16:27:48 +00:00
christos
418193b6ab forgot one 2013-11-27 16:24:31 +00:00
christos
82164e4678 Sync queue man pages with queue.h. 2013-11-27 16:23:00 +00:00
rmind
d23bbd30da Update xcall(9). 2013-11-26 20:48:25 +00:00
rmind
86e1c41ade Mention kmem_intr(9) routines. 2013-11-26 20:47:26 +00:00
christos
0fda3adee7 remove CIRCLEQ pages. 2013-11-26 01:33:02 +00:00
wiz
06dfe20d1c Remove extra comma. 2013-11-23 17:40:43 +00:00
christos
9e7349a5e2 remove documentation for CIRCLEQ to discourage its use. 2013-11-23 14:54:02 +00:00
jruoho
de32156f36 Don't be so pessimistic. 2013-11-20 18:13:16 +00:00
mbalmer
853a3f512e Document syslog(3lua). 2013-11-13 20:55:08 +00:00
spz
acaf72ec02 Introduce a variable for security.conf, default empty, to list users
whose home is (allowed to be) owned by another user.

It's a separate variable and not just check_passwd_permit_dups so I can
make security shut up about my uucp users.

Fixes the second half of PR misc/36063
2013-11-06 19:37:05 +00:00
njoly
7112cd1564 Small macros cleanup. Do not call '.Bl -compact' and add .Pp before
each item. No output change.

ok mbalmer@.
2013-11-06 17:54:55 +00:00
mbalmer
2614a79925 Use the term "Lua modules" instead of "Lua libraries", list the modules
available.
2013-11-04 08:04:18 +00:00
msaitoh
06a7717d3b Remove extra period. 2013-10-30 04:16:44 +00:00
hannken
65b1f85ab6 Vnode API cleanup pass 1.
- Make these defines and functions private to vfs_vnode.c:

  VC_MASK, VC_LOCK, DOCLOSE, VI_IANCTREDO and VI_INACTNOW
  vclean() and vrelel()

- Remove the long time unused lwp argument from vrecycle().

- Remove vtryget(), it is responsible for ugly hacks and doesn't
  look that effective.

Presented on tech-kern.

Welcome to 6.99.25
2013-10-29 09:53:51 +00:00
mbalmer
4ef07b4fe0 add pmf(9lua) man page 2013-10-29 09:40:43 +00:00
mbalmer
879fb8f4ed add a core(9lua) man page 2013-10-29 08:34:07 +00:00
mbalmer
12cb100757 add a sqlite(3lua) manual page 2013-10-27 12:47:54 +00:00
apb
d07bacd5d2 Add man mage links for __debugused(3) and __diagused(3). 2013-10-27 11:56:18 +00:00
mbalmer
10538f71f4 missing word 2013-10-27 11:43:07 +00:00
wiz
e34ba27af3 Fix date and remove superfluous comma. 2013-10-27 11:41:38 +00:00
apb
92e9e572dc vfs.wapbl.flush_disk_cache is more about metadata than data, and
more about safety in the event of power loss than safety in the
event of a crash.
2013-10-27 10:09:28 +00:00
apb
76864cf288 refer to __USE(3) 2013-10-27 10:05:15 +00:00
mbalmer
88ae889885 kill unused .El macro 2013-10-26 17:46:48 +00:00
njoly
b1d0af8ad7 Kill extra El macro. 2013-10-26 17:06:51 +00:00
mbalmer
16ffcab878 first shot at documenting gpio(3lua) 2013-10-26 10:48:19 +00:00
nonaka
87abaea977 Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.
2013-10-26 09:16:19 +00:00
mbalmer
66743a6785 .Xr intro(3lua) and intro(9lua) 2013-10-26 08:37:58 +00:00
mbalmer
0298fb9957 build and install intro(3lua) and intro(9lua) 2013-10-26 08:23:38 +00:00
mbalmer
db33fa3850 fix Dt 2013-10-26 07:51:25 +00:00
mbalmer
fe4e1d9790 place for 9lua man pages 2013-10-26 07:42:18 +00:00
wiz
c1b5b45790 Whitespace; better macro. 2013-10-25 22:19:41 +00:00
wiz
d27a216645 Typo fixes. 2013-10-25 22:15:02 +00:00
mbalmer
8b17f4a2ee add intro(3lua) 2013-10-25 15:27:03 +00:00
apb
b3d7317ada Use markup in the descriptions of __diagused and __debugused. 2013-10-25 15:11:21 +00:00
apb
28fabf432b Document __diagused and __debugused 2013-10-25 14:46:59 +00:00
apb
bcf09c165b Try to make this more compiler-neutral, and give both GCC and LLVM/Clang
as examples.
2013-10-25 14:41:08 +00:00
jdc
2b2120bf58 Allow the EEPROM size to be specified in the kernel configuration by
using flags.
Add the flags values, and configuration examples to the manual page.
2013-10-25 14:23:15 +00:00
mbalmer
201342bc2e link the lua(4) man page 2013-10-24 21:55:00 +00:00
wiz
1408be80ee More formatting, typo fixes. 2013-10-24 09:49:51 +00:00
mbalmer
96d1a832b7 manual page for lua(4) 2013-10-24 09:34:47 +00:00
wiz
d19876761f Remove trailing whitespace. 2013-10-17 20:43:49 +00:00
jnemeth
20362f9ef2 - DPRINTF(("val is %d\n", val)); -> DPRINTF(("val is %d\n", var));
- mdoclint:
  - .Nd should not end with period
  - remove trailing spaces
2013-10-17 19:37:56 +00:00
christos
739aabb0b4 add non-portability caveat. 2013-10-17 16:50:48 +00:00
christos
eb78d644f3 describe the __USE macro 2013-10-17 16:50:36 +00:00
gson
6060a7c9d9 Don't capitalize "it" in the middle of a sentence. 2013-10-17 13:17:50 +00:00
jdc
a6cc3df90d Add lmenv.4 to the manual page makefile and to the set list. 2013-10-15 19:20:18 +00:00
jdc
15a46c19fc Add manual page for the LM81, LM87, and compatible iic hardware monitors
(lmenv).
2013-10-15 19:14:41 +00:00
skrll
6d846607cd Basic man page for dwctwo. 2013-10-15 15:10:57 +00:00