christos
244d270d1b
warns=3, delint.
2005-07-30 16:19:09 +00:00
christos
d8213a2a2a
- Check stdin, stdout, and stderr for a tty. From Liam Foy for SUSv3
...
compliance.
- While here, delint, prototypes, getsetprogname, warns=3
2005-07-30 16:14:39 +00:00
christos
86741d79ab
- Fix the remaining indr_references so that they define lint symbols.
...
- Add an internal symbol for strerror_r (thanks klaus for noticing)
- Remove internal __strerror
2005-07-30 15:21:20 +00:00
chris
195158eb08
When the footbridge does a bus space mapping it should default to
...
making the mapping not cacheable, and only allow caching if the relevant
flag is passed in.
This doesn't seem to fix, or break anything, but it matches the expected
bus space API.
2005-07-30 15:14:29 +00:00
christos
78a36d519b
The language lawyers claim that it is invalid to test a freed pointer, so
...
don't!
2005-07-30 15:06:43 +00:00
christos
2709ce754e
Fix compilation with FD_DEBUG.
2005-07-30 14:49:35 +00:00
christos
e8323719e6
Usage should exit with to according to posix (from Liam Foy).
...
While here, pass WARNS=3 and lint
2005-07-30 14:43:13 +00:00
christos
32a16509f3
If the class was not specified, don't print a warning.
2005-07-30 14:35:23 +00:00
wiz
0a56fe008a
Drop trailing whitespace.
2005-07-30 13:22:34 +00:00
wiz
ed1153a3aa
Fix typo reported in PR 30872.
2005-07-30 11:11:46 +00:00
yamt
19ff568b84
allow configuration without swap.
2005-07-30 06:40:30 +00:00
yamt
8609a4e161
regen.
2005-07-30 06:37:15 +00:00
yamt
558fded29a
add "options VMSWAP" to non INSTALL kernels.
2005-07-30 06:35:34 +00:00
yamt
1d0891101c
defflag VMSWAP.
2005-07-30 06:33:33 +00:00
skrll
c6963d0441
regen.
2005-07-30 06:18:39 +00:00
skrll
acd7c4c5ca
Add a driver for Cypress microcontroller based USB serial adapters.
...
XXX hw flow control is not supported.
2005-07-30 06:14:49 +00:00
grant
7dab65d668
regen
2005-07-30 01:14:51 +00:00
grant
d48996a15a
use same form for secondary display as other ATI devices
2005-07-30 01:14:38 +00:00
grant
4201215f6f
regen
2005-07-30 01:13:23 +00:00
grant
c9944d0dc8
add some device ids for the ATI Radeon 9200 Pro.
2005-07-30 01:12:59 +00:00
christos
b3350d3e14
Remove unused files. From Max Okumoto.
2005-07-30 00:49:13 +00:00
christos
1a191ad79e
PR/29862: Denis Lagno: sshd segfaults with long keys
...
The problem was that the rsa fips validation code did not allocate long
enough buffers, so it was trashing the stack.
2005-07-30 00:38:40 +00:00
elad
f73e4c7b31
Simplify previous commit.
2005-07-29 22:57:34 +00:00
elad
3c0a7f641b
Use real executed program in logs instead of the script that was executed.
...
For example, this used to give false logs of matching fingerprint for
foo.sh while foo.sh don't have an entry, and the program executed (and
matching the fingerprint) is the interpreter - /bin/sh.
2005-07-29 22:37:11 +00:00
rpaulo
8a5e2a50be
ftp-proxy -i also supports '-R address[:port]' and '-S address'.
...
ok peter@
2005-07-29 21:34:18 +00:00
xtraeme
5c429f92b9
Add missing .Pp, bump date.
2005-07-29 19:11:16 +00:00
christos
42ec3173f1
Don't make it fatal if the login class doe not exist. From Jukka Salmi.
2005-07-29 18:16:21 +00:00
kent
a69b665329
make this compile with AZALIA_DEBUG.
...
thanks to cube@
2005-07-29 16:20:53 +00:00
elad
780e38584a
VERIFIED_EXEC_DEUBG{,_VERBOSE} is obsolete.
...
XXX: Too bad we can't have some MI config file. :)
2005-07-29 14:57:30 +00:00
elad
753edff337
#ifdef VERIFIED_EXEC
2005-07-29 14:49:00 +00:00
wiz
3ecc9e2ea3
< -> \*[Lt], end sentence with a dot, add comma
...
in enumeration, add RCS Id (lost in previous), fix numbering of license clauses
(broken in previous).
2005-07-29 13:14:49 +00:00
cube
ad858fce1a
New Dell Day, continued: add support for the fxp(4) variant in the
...
802801G* family of SB.
2005-07-29 13:13:34 +00:00
cube
c11bfdfb36
Regen.
2005-07-29 13:11:59 +00:00
cube
7edfbab2fc
New Dell day: add missing device IDs, and order one correctly.
2005-07-29 13:11:09 +00:00
simonb
ef92a73349
Fix a typo.
2005-07-29 12:25:51 +00:00
drochner
83ebaf0ea5
complete attachment if the temperature monotor was successfully awoken,
...
minor whitespace fixes
2005-07-29 11:25:13 +00:00
drochner
21275bf194
activate the temperature sensors if the device is in standby mode
...
on attach (as on Soekris boards), from Aaron Hodgen per PR kern/23598
2005-07-29 11:05:27 +00:00
christos
0d20a48365
remove -static.
2005-07-29 01:19:20 +00:00
agc
42d12839e1
Add sys_siglist.0
2005-07-28 23:16:39 +00:00
macallan
5d5d363c01
Updated license
2005-07-28 21:36:48 +00:00
wiz
54fa7b8a6b
Various improvements.
2005-07-28 20:23:31 +00:00
christos
0834c5e84b
We have strerror_r now.
2005-07-28 18:34:02 +00:00
drochner
7ad8526195
activate e_atan2f.S which was there forever but not built, noticed
...
by Joerg Sonnenberger
2005-07-28 17:55:19 +00:00
christos
e9e222a95c
Update for strerror_r changes:
...
1. new man pages
2. bump libc.
2005-07-28 16:28:51 +00:00
christos
b43b0b010f
Add strerror_r.
2005-07-28 16:26:53 +00:00
christos
1cf13731b1
PR/30845: Luke Mewburn: strerror_r(3) missing
...
- Merge 4.4BSD strerror.3 man page changes that summarize information
for all the error printing functions. This makes the perror(3) page
obsolete.
- Implement all error functions in terms of strerror_r(), including
__strerror() which is not used internally. Can it be removed?
- Bump version for strerror_r
2005-07-28 16:26:29 +00:00
christos
292dcda123
Don't use a global variable to indicate that we are stge1023. Use an sc member.
...
Pointed out by thorpej.
2005-07-28 16:04:24 +00:00
christos
49b19c5f09
PR/30821: SUZUKI, Shinsuike: IPsec-AH is always calculated using the same
...
key in AES-XCBC-MAC
2005-07-28 14:19:56 +00:00
thorpej
8919f50566
- Change FPCPU_LOCK() such that the caller is responsible for blocking
...
IPIs in the MULTIPROCESSOR case. Adjust all callers.
- In fpusave_cpu(), block IPIs for the entire duration (while we have
CPUF_FPUSAVE set in ci_flags) to fix the deadlock that leads to
"panic: fpsave ipi didn't", as described in PR port-alpha/26383.
Many thanks to Michael Hitch for the analysis and initial patch which
this one is derived from.
2005-07-28 13:57:06 +00:00
wiz
85de2d6607
Remove COMMON VARIABLES section, moved to guide.
2005-07-28 13:08:09 +00:00