uebayasi
f0cafea3a4
vnode.h is not used here.
2010-02-05 03:49:11 +00:00
uebayasi
31973b36e6
Cosmetic. Shorten some long names.
2010-02-05 02:27:15 +00:00
uebayasi
2b1c626381
Fix !DIAGNOSTIC build. Reported by Geoff Wing.
2010-02-05 00:55:31 +00:00
christos
c68c36a514
Centralize time printing and deal with ctime possibly returning NULL.
2010-02-04 23:55:42 +00:00
wiz
e3da56d760
Remove trailing whitespace.
2010-02-04 22:56:11 +00:00
roy
ca59b5d5fb
Document termcap database removal.
2010-02-04 22:25:21 +00:00
joerg
3d7916e198
Explicitly include opt_gateway.h when depending on GATEWAY.
2010-02-04 21:48:11 +00:00
roy
4d083fa19a
Note .terminfo and .terminfo.db in /root.
2010-02-04 21:01:45 +00:00
roy
70f7be699b
Install a minimal .terminfo and .terminfo.db in /root.
...
This allows terminfo to be used when /usr is not available.
Fixes PR misc/6879.
2010-02-04 21:01:16 +00:00
reed
c0410f482f
For the -d option, refer to parsedate(3) for examples.
2010-02-04 19:25:22 +00:00
pgoyette
4c60416219
If the AC adapter is flagged with SME_DISABLE_REFRESH, don't try to call
...
its refresh() callback. Just assume that its value has been properly
updated by other means.
2010-02-04 18:06:53 +00:00
roy
346b4bb3a1
Don't remove termcap.db from existing systems.
2010-02-04 14:04:59 +00:00
tron
feced192ce
Define "HAVE_TERMCAP_H" to fix build with the new terminfo library.
2010-02-04 13:22:34 +00:00
plunky
097453b233
add note of "pcc" and "pcccmds" attributes
2010-02-04 13:07:55 +00:00
roy
33d71c82dc
Use correct lib
2010-02-04 12:54:55 +00:00
roy
d8609d0687
Allow hash to be build on other hosts.
2010-02-04 12:25:08 +00:00
roy
7ffeaa6526
Include nbtool_config.h as we need to be part of the terminfo toolchain.
2010-02-04 10:27:08 +00:00
msaitoh
929e6a0580
Don't increment when ICR_RXO is set because we count them by WMREG_MPC
...
counter.
2010-02-04 10:20:54 +00:00
wiz
2df103a0fe
Sort SEE ALSO. New sentence, new line. Whitespace fix.
2010-02-04 09:48:35 +00:00
roy
eedd9ade82
Fix build issues on other hosts.
2010-02-04 09:46:26 +00:00
roy
c4a14cdcf2
Sync terminfo.5 changes into terminfo.5.in
2010-02-04 09:45:30 +00:00
msaitoh
c3aa9a683a
- Count Receive error, CRC error, Alignment error, Symbol error, Sequence
...
error, Carrier extension error and Receive length error into ierror.
Fixes PR#30349 reported by UMEZAWA Takeshi.
- Count Missed packet (rx fifo overflow) and Receive no buffers (rx ring full)
into iqdrops.
2010-02-04 09:13:23 +00:00
wiz
69221deade
More markup.
2010-02-04 09:12:55 +00:00
wiz
4865efa9a5
Sort library descriptions.
2010-02-04 09:07:29 +00:00
uebayasi
e1b26edd82
Reduce diff between upper/lower neighbor handlers.
2010-02-04 05:48:26 +00:00
uebayasi
58625d0ac1
Merge "obfuscating layers" for readability. Inline some functions.
...
Requested by rmind@.
2010-02-04 03:32:21 +00:00
uebayasi
c0d0f35c5f
Move uvm_fault_* static func decls in one place.
2010-02-04 03:19:08 +00:00
pooka
f5b877c68d
Put common stuff in a single file which can be included.
2010-02-04 00:37:08 +00:00
pooka
2f22471206
lib_g is debuglib
2010-02-03 23:13:28 +00:00
plunky
b3081dfecd
fix the embedded VERSSTR by providing the correct machine architecture
...
at build time, and adding an import date to the version.
2010-02-03 22:13:13 +00:00
plunky
69337406ec
following the documentation in mk.conf(5) and share/mk/bsd.README,
...
and prior art with the MKGCC and MKGCCCMDS build options, only build
and install the pcc commands (pcc, cpp & ccom) when MKPCCCMDS != no
2010-02-03 22:07:50 +00:00
plunky
bd99595db9
Install the CPP manpage as pcpp(1) to avoid conflicts with the GCC version
2010-02-03 22:03:56 +00:00
pooka
665d28b452
Convert to match current ioconf fashion.
2010-02-03 21:35:22 +00:00
pooka
ec78f798c7
... aaand make the emit-order slightly more sensible for ioconf.c to
...
actually work again.
2010-02-03 21:32:27 +00:00
pooka
c192756108
Convert to ioconf new world order: define attachments using config(1)
...
grammar instead of wildly copypasted, hand-edited and glue-sniffed
C files.
2010-02-03 21:18:38 +00:00
pooka
b68d6b80c0
add a rule for locators.h too
2010-02-03 21:15:39 +00:00
pooka
61cce04cfe
If IOCONFIG is defined, autogenerate ioconf.c and locators.h
...
from ${IOCONFIG}.
2010-02-03 21:11:24 +00:00
snj
51684bf8b3
Regenerate to pick up the changes from terminfo.5.in revision 1.3.
2010-02-03 21:02:39 +00:00
pooka
e239742f9b
Introduce experimental support for ioconf-only configuration files.
...
This is done by giving the "ioconf" keyword in the config file.
As a result, config produces only ioconf.c and locators.h. Currently,
only "monolithic" configurations with the device path starting from
root are supported. Eventually, the goal is to support a local
root in the input file from any point along the device tree using
files.* in our kernel tree. This will make autogenerating the
config glue for device modules possible instead of having to write
it by hand like is currently required (yes, it sounds simple to
implement, but ...).
reviewed by cube.
(the next part will demand major discussions with you, so prepare ;)
2010-02-03 21:00:49 +00:00
roy
3dc9dc4362
Store our generated files in CVS and remove nbperf from the toolchain.
...
This allows us to build consistent libs without an ever changing hash.
2010-02-03 20:56:54 +00:00
macallan
7f9ad6b70b
do not attach to Powrbook G3 onboard Firewire controllers until someone with
...
access to the hardware can figure out why it deadlocks during device
discovery
2010-02-03 19:32:40 +00:00
joerg
3185176d24
Merge
2010-02-03 19:31:49 +00:00
macallan
e855577f1c
regen
2010-02-03 19:28:07 +00:00
macallan
c514208da5
add Apple PowerBook G3 Firewire controllers
2010-02-03 19:27:24 +00:00
joerg
6ab7422234
Fix enum to prevent crash (PR 42734)
2010-02-03 19:27:01 +00:00
snj
3ca90ff886
Fix some typos and spelling errors.
2010-02-03 18:49:23 +00:00
pooka
3cf97d3909
one more request type to pass through (seriously, i'll make it pass
...
all of them through very soon. just want to debug a little more)
2010-02-03 18:14:56 +00:00
roy
588d0cb499
getent cannot report on termcap as we now use terminfo.
2010-02-03 18:11:18 +00:00
pooka
70b8adf303
Give credit: psshfs was inspired by FUSE sshfs.
2010-02-03 17:16:29 +00:00
pooka
7face90494
statvfs:
...
Since bresvd is not available from the server, calculate:
bresvd = bfree - bavail.
Then df calculates:
bavail = bfree - bresvd;
And we now get a much more accurate report from df on how much one
can write to the fs.
2010-02-03 17:02:52 +00:00