lukem
1ecb0d140f
Use 'load_rc_config_var CMD VAR' to set VAR for "foreign" rc.conf(5)
...
variables that may be set in /etc/rc.conf.d/CMD instead of /etc/rc.conf.
Fixes PR 20768 from Pavel Cahyna.
2004-10-12 14:51:03 +00:00
lukem
3c81b28a9a
* Implement
...
load_rc_config_var cmd var
to load the rc.conf(5) configuration for cmd and set var in the
current shell, using 'load_rc_config var' in a sub-shell to avoid
unwanted side-effects.
* Improve required_vars warning message.
2004-10-12 14:45:29 +00:00
christos
a22353007b
PR/27235: Jukka Salmi: MAKEDEV regression because of printf -> zeropad change
2004-10-12 14:42:08 +00:00
kent
44f6147e9d
split outputs.tone to outputs.bass and outputs.treble
...
from OpenBSD
2004-10-12 14:34:41 +00:00
lukem
573992ef57
Implement reload, using "amq -f".
...
Suggested by Hauke Fath in PR 26589.
2004-10-12 13:44:45 +00:00
lukem
b9fbb3f21a
manage tpctl with do_rc(). Fix from Jukka Salmi in PR 26754
2004-10-12 13:29:05 +00:00
lukem
d65dca170c
Fix for /bin/ksh, from Jukka Salmi in PR 27232.
2004-10-12 13:23:44 +00:00
dan
603344819a
be explicit about the perms of mfs /dev
2004-10-12 10:08:09 +00:00
jmc
4113b00abf
Fix some typo's/bad wording as highlighted in PR#27219
2004-10-12 04:07:09 +00:00
jmc
2597e77e92
Note the breakage w. 1.35 of var.c in /bin/sh and the need to update /bin/sh
...
before attempting a build
2004-10-12 04:03:20 +00:00
jmc
7a47cf149b
Check for fstatvfs and provide/use it only if the host system has it.
...
Fixes PR#27221
2004-10-12 03:28:30 +00:00
reinoud
3f13770b97
Finally x86-64
...
WARNING: i can't be 100% sure that this patch will work due to the x86-64
code being different from all other archs... maybe it ought to be
streamlined to the other archs?
2004-10-12 02:38:56 +00:00
reinoud
d1b2149022
Forgot NetBSD/alpha in my ptrace() fix.
2004-10-12 02:31:35 +00:00
reinoud
c90013b67b
Pass the LWP id to the ptrace() calls. Passing a zero as it did meant that
...
gdb could end up with the wrong registers... all other NetBSD archs
allready did this....
2004-10-12 01:38:47 +00:00
dsl
eef12d4ee1
De __P
2004-10-11 20:13:37 +00:00
dbj
2bd0f63fd0
print absolute inode number in debug output when freeing free inode occurs.
...
previously, the number was relative to the cylinder group, which was confusing.
prefix debug message with "ifree:" so this can be differentiated in bug reports.
2004-10-11 17:15:36 +00:00
dsl
edfa669ef6
Remove all the caddr_t - mainly casts of the 3rd arg to ioctl()
2004-10-11 17:13:55 +00:00
jmmv
c6d18895ed
Regen after addition of another vendor identifier for AIPTEK International
...
and the product identifier for AIPTEK International PenCam Mega 1.3.
2004-10-11 15:28:00 +00:00
jmmv
e97dc76a93
Add another vendor identifier for AIPTEK International.
...
Add product identifier for AIPTEK International PenCam Mega 1.3.
2004-10-11 15:26:53 +00:00
dbj
0f5aab3826
always print warning and return non-zero exit when there are unresolved inconsistencies.
2004-10-11 15:24:09 +00:00
christos
6e9a790e1f
Use new style command substitution.
2004-10-11 15:00:51 +00:00
dsl
04e7fe1971
Remove sentence about the inability to simultaenously tokenise multiple
...
strings - should have been removes then strtok_r() was added.
2004-10-11 14:22:04 +00:00
lukem
c73be7a88d
Explicitly REQUIRE: rpcbind since these services directly use RPC...
2004-10-11 14:11:43 +00:00
lukem
6ede50a341
Use load_rc_config basename chrootdirscript
in a subshell to determine
...
the rc.conf(5) setting for chrootdirscript, incase the configuration
for that is in /etc/rc.conf.d/chrootdirscript.
Fixes PR 26478 from Jukka Salmi.
2004-10-11 13:29:52 +00:00
jmmv
6876483b04
Regen after addition of ATI Technologies Radeon 9200SE Secondary identifier.
2004-10-11 13:05:39 +00:00
jmmv
76cc077b7f
Add ATI Technologies Radeon 9200SE Secondary identifier.
2004-10-11 13:01:25 +00:00
lukem
b7fcf76aa6
Fix MKYP=no MKHESIOD=no build.
...
Rename an internal function to a more appropriate name.
2004-10-11 09:42:06 +00:00
wiz
1f80b909b3
Bump date for auacer.
2004-10-11 08:43:35 +00:00
martin
17cfe6c93e
Backout previous on request from mrg - it breaks cross compilation for
...
sparc64. Matt will recommit a fixed version later.
2004-10-11 06:18:38 +00:00
christos
e0e0bf3120
PR/27218: Kirk Russell: kernel incorrectly identifies a KA692 CPU as a
...
KA694 during boot
2004-10-11 01:00:10 +00:00
enami
0eb53b25ad
Sort pcap and tcpdump entries by date.
2004-10-10 22:45:16 +00:00
enami
327ace1ba7
Terminate the search loop when something is found rather than when
...
first iteration is done.
2004-10-10 22:26:34 +00:00
he
0e68544091
Move declaration of local variables to start of function instead of
...
inside a block after code. Fixes build problem for vax, which still
uses gcc 2.95.3.
2004-10-10 22:15:34 +00:00
christos
72f840350f
PR/27210: Paul Shupak: "ntpd"'s NEMA driver has 8 units, but MAX_UNITS
...
is #defined as 4.
2004-10-10 22:13:04 +00:00
enami
9c893ee4c1
One more obvious test.
2004-10-10 22:10:06 +00:00
christos
4fbd9df224
PR/27212: Greg A. Woods: Accept "-C <dirname>" inside filelists in addition
...
to "-C\n<dirname>".
But we are not making it the default output option as the patch suggests.
2004-10-10 22:05:26 +00:00
christos
1faaf9a7c2
PR/27213: Greg A. Woods: pax doesn't honour SIGPIPE when listing
...
But always exit, not just on SIGPIPE.
2004-10-10 22:03:08 +00:00
enami
d7464d0873
Don't overrun when decoding tuples.
2004-10-10 22:00:36 +00:00
enami
6ad7a348b0
Cosmetic changes.
2004-10-10 21:58:46 +00:00
christos
d8cc5bab94
PR/27209: Greg A. Woods: typo in comment in pax/tty_subs.c
2004-10-10 21:54:24 +00:00
christos
37fed2119d
PR/27208: Greg A. Woods: pax must call options() before using syswarn()
...
or tty_warn()
2004-10-10 21:53:23 +00:00
jdolecek
4cfd693b66
allocate major for alpq - PR port-cobalt/17675
2004-10-10 20:28:29 +00:00
augustss
cc17454fb0
Add auacer(4).
2004-10-10 16:49:52 +00:00
augustss
8ada967637
Add auacer.
2004-10-10 16:39:36 +00:00
augustss
ac9b8467a8
Add auacer, auich, and autri.
2004-10-10 16:37:40 +00:00
augustss
932f692851
Add a driver for the Acer Labs M5455 audio controller.
...
This controller is integrated in some ALi Southbridges.
XXX This driver is incomplete and slightly buggy, but it
works enough to enable me to listen to music on my Sharp MM20.
2004-10-10 16:37:07 +00:00
yamt
858030da1c
- put back cc_microtime.h and cpu_data.h.
...
- mark them obsolete.
2004-10-10 15:38:58 +00:00
tron
86579fbd2a
Make this actually compile.
2004-10-10 11:15:22 +00:00
yamt
56a653490c
expose vm_page_zero_enable as vm.idlezero sysctl.
...
XXX assuming boolean_t == int.
2004-10-10 09:57:31 +00:00
yamt
6b5cc3859a
pmap_pageidlezero: use sse2 non-temporal store insn if available
...
to avoid undesired cache pollution.
2004-10-10 09:55:24 +00:00