Commit Graph

14738 Commits

Author SHA1 Message Date
mbalmer
853a3f512e Document syslog(3lua). 2013-11-13 20:55:08 +00:00
joerg
d0f0da0f65 Relink binaries if crti.o changes. 2013-11-11 10:24:53 +00:00
jmcneill
110a56db43 use -fno-unwind-tables when building arm modules 2013-11-09 22:40:15 +00:00
christos
987a47d93c turn off another gcc warning for m68k 2013-11-06 19:57:17 +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
christos
ad3b972d11 ignore all -std=gnu patterns not just 99 2013-11-01 17:07:37 +00:00
mrg
94542b393a create mkdep output with a temporary file so that failures in
complation during .d creation don't leave an empty (stale) .d
file around to break future builds.

(hmm, probably could use .PRECIOUS here.)
2013-10-31 01:55:03 +00:00
msaitoh
06a7717d3b Remove extra period. 2013-10-30 04:16:44 +00:00
joerg
3292fd4145 Unbreak src/tools usage of C++. 2013-10-29 16:11:46 +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
mrg
27d21cc6e9 add MKDEPCXX, that is used for C++ files depend creation. also
add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}}
to the dependancy rules.

this makes it possible to have C++ files .d files created with the
C++ compiler, and with the normal options for this file, which
means that we can build libstdc++-v3 from gcc 4.8.
2013-10-28 01:47:13 +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
mrg
0b5b0997ae define a HOST_LINK.cc always. 2013-10-26 03:26:57 +00:00
wiz
c1b5b45790 Whitespace; better macro. 2013-10-25 22:19:41 +00:00
apb
e0db893163 Rename _MNUMBERS to _MSECTIONS. The manual section identifiers
are not just numbers any more.

Also introduce a new variable, _MSECTIONREGEX, as a regular expression
to match any of the elements of ${_MSECTIONS}.  Use this instead of
\.[1-9][a-z]*.
2013-10-25 22:16:29 +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
apb
f0bdf85100 Recognise .3lua and .9lua as man page extensions. Source
files like foo.3lua will result in installed files like
/usr/share/man/man3lua/foo.3lua, /usr/share/man/cat3lua/foo.0,
and /usr/share/man/html3lua/foo.html.
2013-10-25 10:45:01 +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
christos
67ff86e929 change if HAVE_GCC is defined 2013-10-18 16:06:52 +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