mrg
ef26546e15
lock the kernel around calling interrupt stubs.
2001-03-15 03:20:43 +00:00
mrg
122b3a0e67
sprinkle KERNEL_LOCK() and KERNEL_PROC_LOCK() where they're missing. add
...
SYSCALL_DEBUG support to trap.c.
2001-03-15 03:01:39 +00:00
hubertf
efc93d040b
Run skeyaudit (only) from /etc/daily instead of /etc/security, else there's
...
some risk that the users don't get warned if an admin turns off running
/etc/security (by putting run_security=no into daily.conf).
Fixes PR 12267.
2001-03-15 02:23:47 +00:00
bouyer
154b1d1121
Fix int overflow for large quota, PR bin/12383 from mori@tri.asanuma.co.jp
2001-03-14 19:34:37 +00:00
christos
5aaa548267
echo;echo;echo; should echo
2001-03-14 18:01:22 +00:00
drochner
ba30691de0
This file needs <machine/types.h> to DTRT wrt __HAVE_OLD_DISKLABEL.
...
disklabel(5) doesn't tell to include it explicitely (as other platforms),
so include <sys/types.h> implicitely
2001-03-14 16:39:33 +00:00
christos
2142a2c4ea
populate OSABI list
2001-03-14 16:27:15 +00:00
ichiro
38bf48d59a
Implement uplcom_intr().
...
use interrupt pipe of USB serial adapter
2001-03-14 15:53:01 +00:00
toshii
c08eec9f47
Use hpc/hpc/disksubr.c.
2001-03-14 14:47:40 +00:00
toshii
300d398485
Move references to arm/arm/disksubr*.c from files.arm to
...
files.{arm26,arm32,dnard}.
2001-03-14 14:39:45 +00:00
kleink
f714f1126b
Sync with tzdata2001a.
2001-03-14 13:40:36 +00:00
kleink
0d673d35c2
Import tzdata2001a.
2001-03-14 13:36:18 +00:00
drochner
35067a1717
this driver doesn't work on my thinkpad, so disable the match for the
...
IBM/0x00dd subsystem ID too
2001-03-14 11:38:55 +00:00
nsmrtks
cee28f7fcf
Add NISHIMURA Takeshi to the list of developers.
2001-03-14 10:23:30 +00:00
garbled
dc4794cae1
Fix a few bugs in the handling of INVIS and NOEDIT fields. Mostly having
...
to do with very large fields being cut off by the end of the screen.
Also.. change the max-width of an onscreen field to 19 from 21.. I don't
know where I got 21 from.. but it was definately wrong.
2001-03-14 08:22:00 +00:00
jdolecek
507cbfd5d0
Use patch provided Paul Janzen <pjanzen@OpenBSD.org> to fix
...
bin/12316 more completely.
Highlights:
* we only allow explicitly specified set of (numberic) formats
* %% is correctly skipped, extra %foo formats are detected
* '*' in format specification is not allowed
The code in getformat() is slighly different to the OpenBSD version
of fix - the list of allowed printf(3) flags is explicit and the
condition checking 'chardata' is written slighly differently.
Also pull-in some cosmetic changes from OpenBSD - s/isdefault()/is_default()/,
error() -> errx(), usage().
2001-03-14 07:50:06 +00:00
mjacob
272082c697
ansify code
2001-03-14 06:58:25 +00:00
onoe
9b1d7974ba
make compilable again without FW_DEBUG.
2001-03-14 06:46:17 +00:00
lukem
c9cccc1354
reference <stdarg.h> not <varargs.h>, and separate out the synopsis
...
for vsyslog(3) from the rest after <stdarg.h>, as per printf(3)/vsprintf(3)
2001-03-14 06:12:35 +00:00
mjacob
ecdaf852b2
Clean up licence a bit. ANSIfy.
2001-03-14 05:47:56 +00:00
mjacob
c67c3d855d
Clean up and update copyright (remove advertising clause). Clean
...
up header guard. Clean up structure definition for at2_entry so
it's correct rather than derived from at_entry- this is important
for unswizzling purposes. Add a whole bunch of unswizzle macros-
they're not quite right yet but at least they're a start. Note that
we now have, for at_entry, a 16 bit firmware handle as part of what
had been at_reserved- this is to correlate ATIOs with CTIOs- and
this must be carried along as part of a tag value to use with all
CTIOs we send in relation to this ATIO. ANSIfy.
2001-03-14 05:46:50 +00:00
mjacob
98381c7a2d
ANSIfy source.
2001-03-14 05:44:46 +00:00
mjacob
8d81f18e84
Handles are now 16 bits. ANSIfy.
2001-03-14 05:44:21 +00:00
mjacob
765a49664e
Roll core minor. ANSify.
2001-03-14 05:14:36 +00:00
mjacob
6112b6b2e7
Clean up some comments. Expand usage of cd_reserved. Expand cd_tagval
...
to 32 bits so it can haul along this furshlugginer handle for parallel
SCSI as well as a regular vanilla 8 bit SCSI tag.
2001-03-14 05:10:38 +00:00
mjacob
928cef6eb8
Clean up license && copyright a tad. ct_reserved should now be more
...
properly called ct_syshandle.
2001-03-14 05:01:54 +00:00
mjacob
5d68eec9d1
Handles are now u_int16_t instead of u_int32_t. ANSIfy (NetBSD was the holdout).
2001-03-14 04:55:21 +00:00
mjacob
4a005e2d38
Update copyright date. ANSIfy isp.c (NetBSD was the holdout of all
...
the platforms this code runs on). Handles are now u_int16_t, so adjust
code as required.
2001-03-14 04:54:13 +00:00
atatat
32af82236c
Fix output to a tty that is missing ONLCR (eg emacs, vi, mutt,
...
etc.). This became broken when strvis(3) started being used instead
of simply scanning for "bad" characters.
2001-03-14 04:39:42 +00:00
thorpej
39dcc60032
Add a chkconfig(8) utility for managing rc.conf.d settings. Written
...
by Dan Mercer <dmercer@zembu.com>, inspired by the similar command that
appears in IRIX.
2001-03-14 03:51:46 +00:00
christos
6e6957a277
regen
2001-03-14 01:41:29 +00:00
christos
47ae449748
PR/12405: Wolfgang Rupprecht: Add another abocom card (linksys pcm200)
2001-03-14 01:41:09 +00:00
eeh
b612a766a7
Handle overtemp intr.
2001-03-14 00:52:19 +00:00
bjh21
c3c5158d00
Change the value of tf_pc in undefined-instruction handlers on arm32. It now
...
always points to the undefined instruction in question. It's up to the
handler to advance it to the next instruction if it wants execution to
continue there. This is how things have always worked on arm26.
2001-03-13 23:56:48 +00:00
bjh21
ce3ad2275b
Update FPU detection to use remove_coproc_handler().
2001-03-13 23:51:48 +00:00
sommerfeld
d02dde9937
Change ffs_dirpref() to pay attention to the amount of available free
...
space before deciding which cylinder group should contain a new directory
inode.
Fixes kern/11983; works around some, but not all, of the side effects
of kern/11989.
Tested by me for well over a month on my laptop; preliminary versions of
the fix were tested by Frank van der Linden and Herb Peyerl.
2001-03-13 21:16:23 +00:00
bjh21
a7ba6bb441
Update for new linked-list undefined-instruction handler.
2001-03-13 21:00:13 +00:00
bjh21
aebf9049d4
Update to use install_coproc_handler_static(), since install_coproc_handler()
...
isn't safe this early.
XXX hpcarm should use db_machine_init() to do this.
2001-03-13 20:52:48 +00:00
bjh21
c72a18bddc
Separate out the SIGTRAP (gdb breakpoint) generator from undefinedinstruction()
...
so it's no longer a special case.
2001-03-13 20:22:02 +00:00
bjh21
db1f089718
Initialise the undefined-instruction handler at startup.
2001-03-13 20:20:43 +00:00
bjh21
d1fdb92ff8
Remove arm32-specific files from libc. NetBSD/arm32 now uses the generic
...
ARM sources in lib/libc/arch/arm.
2001-03-13 19:31:36 +00:00
scw
bb17ec14d3
Conditionalise inclusion of opt_compat_svr4.h for the benefit of LKMs.
2001-03-13 18:47:19 +00:00
itojun
802ae96ef7
pull latest IPv6 patch in.
2001-03-13 18:34:19 +00:00
hubertf
ee1019de50
Update description a bit - inspired by Jeremy C. Reed <reed@reedmedia.net>
...
from tech-pkg.
2001-03-13 18:25:30 +00:00
itojun
a76e001301
upgrade in-tree postfix to release-20010228.
2001-03-13 18:13:16 +00:00
itojun
e8a3065dbc
remove files that have gone, mostly due to pathname change in original
...
(postfix/foo -> postfix/src/foo)
2001-03-13 17:57:13 +00:00
wiz
6b37581cf5
Restore default handler for SIG_CHLD before starting grand-children.
...
Idea by Christos Zoulas. Fixes bin/11778.
2001-03-13 17:51:50 +00:00
itojun
173b2f6655
postfix release-20010228
2001-03-13 17:45:02 +00:00
bouyer
c7871f80bf
Looks like "VSCom PCI-800H" should be in fact "Titan PCI-800H".
2001-03-13 17:23:52 +00:00
bouyer
2f52d98a08
Regen.
2001-03-13 17:22:27 +00:00