jmc
2c8974a914
Fix fallout from vm_anon changes
2005-05-11 17:41:52 +00:00
christos
cd80d2a69d
Remove compat code that hard-codes default group and mode for pty creation.
...
Hi Matt!
2005-05-11 17:38:54 +00:00
jmc
9406861425
Don't need realdepend/realall depends anymore now that .BEGIN is fixed
2005-05-11 16:55:31 +00:00
uwe
a7f79da340
Our <sys/endian.h> is no longer compilable with eVC3 and probably
...
other old WinCE compilers because they don't grok ULL constant suffix.
Instead of polluting sys/endian.h with WinCE compatibility ugliness,
pull a copy here, so that we can hack it privately.
2005-05-11 16:44:45 +00:00
uwe
dd8f6af73b
When cleaning, remove hpcboot/res/hpcmenu.aps (created when you browse
...
resources in eVC3), and libsa/libsa.vcl and libz/libz.vcl.
2005-05-11 15:00:49 +00:00
uwe
840914104a
Mark resources as language neutral, so that language is not picked
...
from the complation environment.
2005-05-11 14:19:36 +00:00
uwe
bca43dba34
Use L"" Unicode syntax for Japanese strings, so that Japanese name for
...
"Memory Card" is not mangled when compiling in non-Japanese environment.
2005-05-11 13:59:27 +00:00
yamt
8595c9071a
add no_instrument_function attribute to hypervisor_force_callback
...
because it's used from mcount. kernel profiling now works.
2005-05-11 13:53:41 +00:00
yamt
7c723859bb
s/ENTRY/NENTRY/ where appropriate.
2005-05-11 13:52:32 +00:00
scw
32bd2f7d95
Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supports
...
the AC97_POWER_ANL bit.
The heuristic simply checks if AC97_REG_POWER's AC97_POWER_MIXER bit can
be set, implying the CODEC can control power to its mixer. If the bit
reads back as zero after we set it, assume ANL is reserved.
Without this patch, some CODECs (e.g. Philips UCB1400) will experience long
delays during attach and resume while the driver waits for a bit which will
never set.
Thanks to jmcneill@ for reviewing this WRT AC97 modem power control.
2005-05-11 13:13:11 +00:00
chs
2393bb4272
build grep/dfa.c with reduced optimization on hppa to avoid a gcc bug.
2005-05-11 13:10:21 +00:00
yamt
662ada8f7a
allocate anons on-demand, rather than reserving static amount of
...
them on boot/swapon.
2005-05-11 13:02:25 +00:00
martin
7c6d11e261
From Wolfgang Stukenbrock in PR kern/30197: wrong type in CFATTACH_DECL.
2005-05-11 12:47:47 +00:00
peter
7147ba1184
PR/30177: Rui Paulo: /var/chroot/pflogd isn't created by default
2005-05-11 10:41:51 +00:00
augustss
834327c847
Don't keep the devinfo string on the stack, instead use malloc/free.
...
This should cure some rare stack overflows.
2005-05-11 10:02:28 +00:00
pooka
2cf84fc283
Clarify the description for -s to include a pointer to an explanation
...
on how BLOCKSIZE affects the parameter.
2005-05-11 09:10:49 +00:00
skrll
999a31cf14
Grammar.
2005-05-11 05:40:46 +00:00
chs
5fefa18bb9
loading the kernel from disk currently causes the PDC_COPROC call to fail,
...
so work around this for now by assuming that an FPU is present in this case.
2005-05-11 02:59:49 +00:00
lukem
9ffae1bf46
Use socklen_t instead of int as the 5th argument to getsockopt().
...
Improve invocation of setsockopt() and associated failure messages.
2005-05-11 02:29:12 +00:00
lukem
9607ad079e
Prevent an overly-long input line causing a core dump when editing is enabled.
...
Issue noted by Ryoji Kanai in FreeBSD Problem Report # 77158.
2005-05-10 22:59:52 +00:00
martin
7a5b2dfb39
Tweak the iso-image support: avoid arbitrary hardcoded sizes - use awk to
...
estimate the real size and round up a bit instead. Doesn't matter much, but
produces a "better" sgi volume header.
While there, simplify a few bits and avoid grep|awk pipes.
2005-05-10 21:58:03 +00:00
bouyer
2af19a98f8
Remove some debug printf(), and #ifdef DEBUG some others.
2005-05-10 20:36:01 +00:00
jdc
bca4709f30
Add some definitions of the (Falcon) IDE register locations and use these
...
to initialise the wdc register array.
Doesn't make the wdc probe work on the Falcon, but at least the kernel no
longer dies at boot time.
2005-05-10 20:28:35 +00:00
kleink
e039a7f675
Otto Von Bismarck -> Otto von Bismarck.
2005-05-10 18:41:53 +00:00
ginsbach
a43fb90cb0
Fix macro NEXTADDR so that the names, like so_dst, are printed
...
rather than u. The preprocessor doesn't do replacement within
strings, so the # string creation operator must be used.
2005-05-10 18:12:22 +00:00
bad
b09ec2a25b
It is Bismarck not Bismark.
2005-05-10 17:47:33 +00:00
lukem
156714223a
Also use relative symlinks for the /usr/lib/lib${LIB}.so.${SHLIB_FULLVERSION}
...
symlink to ../../lib/... because runtime lookups on the former aren't
speed critical either.
2005-05-10 14:54:02 +00:00
chs
14480c4191
in _rtld_is_exported(), use a function pointer type instead of Elf_Addr
...
so that hppa knows to do the plabel thang.
2005-05-10 13:15:56 +00:00
rearnsha
46a854572c
Add support for arm1026ej-s.
2005-05-10 13:02:55 +00:00
rearnsha
1b9dcc944a
Detect arm1026ej-s.
2005-05-10 12:59:22 +00:00
rearnsha
aabe52c20a
Add CPU-id for arm1026ej-s.
2005-05-10 12:57:18 +00:00
manu
6cb285d965
Take into account file removal
2005-05-10 10:23:13 +00:00
manu
a5a80e2b4d
Update sample config file to higher security settings
2005-05-10 10:22:03 +00:00
manu
aed94b2d22
Add two Cisco extensions for pushing PFS group and save password
...
setting throug ISAKMP mode config
2005-05-10 09:54:43 +00:00
manu
db7c068992
proposal_check fixes:
...
- fix claim behavior in phase 1
- also check lifebyte
2005-05-10 09:23:36 +00:00
martin
7b4b4385c1
Partly back out previous - do not free the linebuffer while still having
...
pointers into parts of it. Add a comment explaining why we prefer to
leak memory ;-)
Fixes PR bin/30174.
2005-05-10 06:49:10 +00:00
lukem
b2536b11a5
Restore rev 1.247:
...
Use relative symlinks for /usr/lib/libfoo.so -> /lib/libfoo.so.M.N
This should work now that "install -l r -d destdir" works if destdir
contains a symlink.
2005-05-10 02:01:06 +00:00
lukem
1282d958b8
When creating a relative symlink (-lr), use the originally provided `to_name'
...
to create and metalog, rather than using the realpath(3) modified version.
Fixes a problem with -lr when -ddestdir contains a symlink.
Add some XXX comments reminding us that the `from_name' in a symlink may
point outside of destdir in the metalog, even though our build process
doesn't trigger this.
2005-05-10 01:24:42 +00:00
atatat
885dad801d
If progress is disabled, don't clear the progress bar.
2005-05-10 00:39:04 +00:00
rillig
360e66cfd6
Output the error string when renaming a dependency file fails. This has
...
happened to me when I had a misnamed directory in the pkgdb directory.
2005-05-10 00:06:57 +00:00
jdolecek
4d515665c5
assign major for nsmb(4)
2005-05-10 00:02:35 +00:00
jdolecek
f588b5dc1a
keep the comment which says up to 143 is MD
2005-05-09 23:51:58 +00:00
christos
5e1da812a9
since the vax gcc-2.95 does not like comma expressions, rewrite these as
...
while loops.
2005-05-09 23:43:04 +00:00
christos
6919a4b65c
don't unlock twice.
2005-05-09 23:40:20 +00:00
dsl
2e685ade80
Use getpwuid_r(getuid(), ...) to expand ~/....
...
Don't replace ~xyz with /home/xyz when expanding ~
2005-05-09 20:10:33 +00:00
jmc
f0bd734d23
Need a .WAIT before going into bin
2005-05-09 20:02:21 +00:00
jmc
9962871387
#endif for LINUX_SS_ONSTACK needs to go after linux_sys_sigaltstack or builds
...
break on platforms that don't define it (alpha, sparc)
2005-05-09 19:04:50 +00:00
jmc
0b456b2a82
Separate the spl calls in UILOCK with a semicolon as the comma blows up on vax
2005-05-09 18:34:09 +00:00
jmc
6b7d5d6ef0
Gettext assumes a C99 environment with stdbool.h or configure would provide one
...
from a template. As we do a reach over build, for vax builds provide stdbool.h
locally from that template.
2005-05-09 17:19:06 +00:00
he
4c3432768b
Convert to using PAM_STATIC_LDADD / PAM_STATIC_DPADD instead of directly
...
listing the needed libraries.
2005-05-09 16:15:48 +00:00