Commit Graph

14754 Commits

Author SHA1 Message Date
wiz
d860f590d4 Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
matt
732b0a7b58 Describe MACHINES.${MACHINE_CPU}. <fixme>
Add sparc64 to MACHINES.sparc since sparc64 can be build as sparc.
2013-12-06 23:14:15 +00:00
matt
70922e5c64 Add MACHINES.${MACHINE_CPU} values. 2013-12-05 22:51:08 +00:00
matt
1b730ee018 add ${MKTARGET_CREATE} for tags 2013-12-05 22:49:33 +00:00
christos
3bd4fc7233 These don't need count anymore. 2013-12-01 00:17:14 +00:00
wiz
0246bab015 Very slightly more consistency in ordering in SYNOPSIS.
Fix a few typos. Remove superfluous Pp.
2013-11-28 16:45:36 +00:00
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
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