itojun
451af9862c
make SIGHUP handler very small, and call init() from the main poll() loop.
...
should fix PR bin/24682.
2004-03-06 14:41:59 +00:00
itojun
da6bd485cd
add missing description of "EnableSshKeysign".
2004-03-06 14:33:08 +00:00
blymn
03244f56bf
Fix error in description of signature file syntax (thanks to Chrisian
...
Biere)
Fix wording to match changed syntax line
Add some clarifications to the wording
Improve vertical spacing of some sections.
2004-03-06 12:03:48 +00:00
blymn
fdcc085558
Removed arbitrary 255 character limit on file field
...
Verify that the path in the file field is not > MAXPATHLEN, if it is
too long then skip that entry in the signature file.
2004-03-06 11:59:30 +00:00
blymn
a65a328d6f
Made error messages more descriptive.
2004-03-06 11:57:14 +00:00
rtr
a0b49b5989
+ remove DDB from COPTS (oops)
...
+ add radeon reachover (doesn't build, so commented out in drm/Makefile
SUBDIR).
2004-03-06 11:44:41 +00:00
rtr
2a5927e586
+ drm (sub)loadable module
...
+ mga dri lkm
2004-03-06 11:36:05 +00:00
rtr
473a0a3bea
userland part of dri for mga and radeon cards
...
XXX
+ common components need to be separated in the future
+ only mga & radeon provided for now
+ necessary to rename libmga_drv.so.n.n -> mga_drv.so by hand
see dri/Makefile for comment.
2004-03-06 10:30:26 +00:00
mrg
6506e19a17
minor cleanup.
2004-03-06 09:41:36 +00:00
sekiya
64732fc9ae
Print an informative message when unimpl_intr() is invoked, rather than panic().
2004-03-06 07:50:56 +00:00
yamt
25a0a3496e
revert ufs_lookup.c rev.1.53 (MNT_ASYNC changes)
...
it was redundant because our bwrite() knows about MNT_ASYNC.
ok'ed by Jaromir Dolecek and Chuck Silvers.
2004-03-06 06:54:12 +00:00
enami
222e389ef2
Print useful line number on error while executing .for directive.
2004-03-06 03:57:07 +00:00
rtr
8901b30d20
update set lists for x11 reachover sets
2004-03-06 03:54:22 +00:00
rtr
b02cb79e1a
+ update reachover Xserver/* for xf4.4
2004-03-06 03:31:05 +00:00
rtr
c6d0689a6a
+ update reachover include/* for xf4.4
2004-03-06 03:14:23 +00:00
rtr
e5713759fc
+ update reachover share/* for xf4.4
2004-03-06 03:13:06 +00:00
rtr
628862865b
+ update reachover bin/* for xf4.4
2004-03-06 03:09:36 +00:00
rtr
9db533ef43
+ update reachover lib/* for xf4.4
...
XXX font/Makefile needs to be re-examined, but builds for now.
2004-03-06 03:05:39 +00:00
rtr
61ba4636ab
+ update reachover host tools for xf4.4
2004-03-06 02:55:20 +00:00
wrstuden
8383006f0f
Handle the case of fifo_close() getting called from vclean(). In that
...
case, we tear down the node-specific storage as if there were no more open
users. As vclean() will VT_NON the vnode before anyone else will get access
to the vnode, this is our last chance.
Fixes memory leak in revoke(2) path noticed by tedu at openbsd dot org.
2004-03-06 00:38:29 +00:00
drochner
d56da55ea4
-oops - correct the x87 si_code reporting to use the current fsw
...
-for XMM traps, report mxcsr in si_trap
2004-03-05 21:21:14 +00:00
dbj
5dc123ec73
add debugging assertion ensuring UBC_FAULTBUSY is only used with UBC_WRITE
2004-03-05 20:44:01 +00:00
tron
20b5a9b8d7
Update sets for native build of XFree86 4.4.0.
2004-03-05 20:07:27 +00:00
drochner
571265fc35
deal with XMM exceptions
...
(I'm not sure whether it is right to clear the "sticky"
exception bits here, but in the i387 case even the whole
FPU is initialized...)
2004-03-05 17:20:13 +00:00
tron
73f96b1e77
Note that XFree86 4.4.0 was imported.
2004-03-05 16:54:20 +00:00
drochner
30c03a2e3b
-as Klaus confirmed, we cannot rely on the SIGFPE handler to return to
...
the next instruction, so jongjmp() back
-check that fpsetsticky(0) really clears the bits
-check that fpsetsticky() returns the old status
-use SA_SIGINFO and check si_code - make this a warning message instead
of a hard error for now, as no port gets this right yet
2004-03-05 16:37:57 +00:00
drochner
b79602af35
-clear status bits in mxcsr as required
...
-return the old accumulated status bits
2004-03-05 16:27:56 +00:00
he
efb05353c0
Remove the local proc_trampoline definition from this file as well.
2004-03-05 15:50:42 +00:00
wiz
9c543ca4e1
Remove a sentence about the optimum interleave
...
factor, since it is not really up-to-date wrt to hardware any longer;
per Greg Oster, via Stefan Krueger. Bump date.
2004-03-05 15:10:18 +00:00
wiz
f1ddcd87e9
Fix typo reported by Stefan Krueger, and add RCS Id.
...
XXX: no license.
2004-03-05 15:07:22 +00:00
wiz
26aafcf21c
Be consistent in spelling "autoconfiguration" without a hyphen.
...
Noted by John Heasley.
2004-03-05 14:56:47 +00:00
wiz
1ccde4aa19
Be consistent in spelling "autoconfiguration" without a hyphen.
...
Noted by John Heasley.
2004-03-05 14:43:01 +00:00
junyoung
0f89803028
Drop trailing spaces.
2004-03-05 11:30:50 +00:00
junyoung
103afd6ebf
lwp_exit2(): set lwp state to SZOMB at more appropriate point.
2004-03-05 11:17:41 +00:00
skrll
bda33b4f10
NO* variable re-order. No functional change.
2004-03-05 10:55:16 +00:00
petrov
2f82eaf699
Check character if it in font limits before drawing it in rasops8_putchar
...
functions.
2004-03-05 08:33:53 +00:00
dbj
f8e0478668
add some spltty() calls around TTY_LOCK() calls that didn't have them
2004-03-05 07:27:22 +00:00
lukem
a19008b17f
Explicitly use base 10 when parsing numbers, to enforce the "decimal number"
...
semantics that the comments referred to and as per dd(1) (which was the
origin of this functionality).
2004-03-05 05:58:29 +00:00
jmc
0552ea7875
Add inital stubs for sysinst. BRought over from evbppc
2004-03-05 05:36:11 +00:00
jmc
b8da873003
Add back missing } that was deleted on last commit. Now file parse correctly.
2004-03-05 05:35:16 +00:00
jmc
66a501cd90
Needs sys/type.h to get definitions for htonl and friends
2004-03-05 05:19:45 +00:00
jmc
7c8480de0f
Restructure MKPIC tests so that stlib always gets set first based on
...
OBJECT_FMT and then MKPIC/arch tests can set shlib=no if they need to.
2004-03-05 04:52:50 +00:00
oster
bfeeabba13
Use RF_INCLUDE_PARITY_DECLUSTERING_DS to #if-out more unneeded bits.
...
(We can't do RF_DISTRIBUTE_SPARE bits without the parity declustering stuff.)
2004-03-05 03:58:21 +00:00
oster
7bd09b0f2b
Introduce RF_DEBUG_DAG and use it to #if-out rf_dagDebug sections.
...
(i386 GENERIC kernel shrinks by 1.6K)
2004-03-05 03:22:05 +00:00
oster
a0413593bc
- remove the RF_*_INC's, as necessary. They are not needed any more.
...
- introduce RF_MIN_*'s, as necessary. These will indicate the
low-water mark for pools as well as the pool_prime() value.
- add pool_setlowat() for the critical pools.
- pool_prime() and pool_setlowat() the raidframe_cbufpool.
- re-order some pool_prime()'s and pool_sethiwat()'s for clarity.
2004-03-05 02:53:55 +00:00
wiz
49bcfb35d8
Call it Adler-32 consistently. From jmc@openbsd.
2004-03-05 01:30:52 +00:00
kleink
84b76bdd2a
isinfl() and isnanl() are gone.
2004-03-05 01:00:53 +00:00
wiz
06588a00dd
Sort SEE ALSO, drop trailing space.
2004-03-04 23:49:31 +00:00
wiz
61e64d47d4
Sort SEE ALSO.
2004-03-04 23:47:56 +00:00
kleink
6fb5722e31
libc.so.12.113.
2004-03-04 23:44:24 +00:00