ad
6b133efd3e
Make this work with the SA 431 and 42xx series controllers.
2001-01-10 16:48:04 +00:00
ad
d8735dd13a
RCS ID
2001-01-10 16:45:56 +00:00
christos
bda102d681
PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings.
...
While I am here, s/make:.*"/%s:\1", progname/
2001-01-10 15:54:00 +00:00
thorpej
3ba997a164
Add the 53c1510d and 53c895a. 1510d confirmed working by
...
Mark Davies <mark@MCS.VUW.AC.NZ>.
2001-01-10 15:50:20 +00:00
tsutsui
6c3ff254ea
Get rid of (unintentionally added) ^M.
2001-01-10 14:58:08 +00:00
blymn
680d3cd9aa
Fixed casting bug in array indexing, a signed char was being sign
...
extended when cast to unsigned, made the cast "unsigned char"
2001-01-10 14:02:31 +00:00
tsutsui
234840a1ae
Initialize the FBC mode register in cg6attach().
...
Values are taken from sunGX.[ch] in xsrc.
Now RASTERCONSOLE works properly on my SS1+ with old 2-slot sbus cg6.
2001-01-10 13:26:52 +00:00
enami
0ebf8f7f72
- Fix typo
...
- Wrap long line
2001-01-10 13:20:17 +00:00
lukem
4d27ed96d9
use LOG_MAIL (instead of default, which is LOG_USER)
...
log all fatal errors to LOG_ERR
2001-01-10 12:34:50 +00:00
lukem
cc029dd772
- don't use LOG_CONS
...
- by default log to LOG_AUTH (so no need to specify LOG_AUTH at each syslog())
- log all unsuccessful attempts (for whatever reason) to LOG_WARNING
- log all successful attempts to LOG_NOTICE
2001-01-10 12:30:19 +00:00
lukem
8ea781a956
LOG_ODELAY is deprecated. use LOG_ERR for fatal errors
2001-01-10 12:24:38 +00:00
lukem
df21faf565
don't need to specify facility LOG_AUTH as it's the default
2001-01-10 12:23:57 +00:00
garbled
0e7d999756
Document the changes to the /etc/sushi.conf file in here as well.
2001-01-10 10:03:12 +00:00
garbled
b4aac50fda
Changes to sushi to allow users to bind different keys to the various
...
built-in functions. This allows users to change F1 to say, ^X, in the case
where a function key might not be available, or perhaps is bound to a window
manager.
problem noted by Nathan Williams
2001-01-10 10:00:29 +00:00
sato
86035aa9c0
dummy WSKBDIO_SETLEDS WSKBDIO_GETLEDS for wsconsctl(8)
2001-01-10 08:43:13 +00:00
mycroft
521984e793
Whoops; call propagate() with the right child inode number. (Doesn't break
...
anything, but it would have made reconnect less efficient.)
2001-01-10 08:26:20 +00:00
mycroft
f5a9d5eadc
Abstract the code to attach a directory to its parent's child list into a
...
separate function, and call it from multiple places in linkup() to handle
reconnects and creation of /lost+found.
2001-01-10 08:22:20 +00:00
jdolecek
3b81461031
fix partial completion - we failed to refresh screen in that case
2001-01-10 08:10:45 +00:00
lukem
d4b8ad46d7
don't use LOG_CONS
...
fix typo
2001-01-10 07:59:43 +00:00
jdolecek
00ff7cacf5
Enlarge editline buffers as needed to support arbitrary length lines.
...
This also addresses lib/9712 by Phil Nelson.
2001-01-10 07:45:41 +00:00
jmc
ca4a8d27dc
Move routines which fill in tbuf in addrmerge(). The fixes in 1.4 pick a new
...
interface but don't fill in tbuf which results in clients getting garbage back
in part of the answer. This makes sure there's something in tbuf.
At some point this whole logic should be looked at, as just picking a random
local up interface for non-local requests doesn't feel right.
2001-01-10 05:23:43 +00:00
chs
bc21905f3c
attach the softdep pagecache pseudo-buffers to the inode
...
so we can find them quickly in the softdep truncate path.
2001-01-10 04:47:10 +00:00
lukem
790602fd72
deprecate LOG_ODELAY; it's the default
2001-01-10 03:47:41 +00:00
lukem
f022cce90b
use openlog correctly...
2001-01-10 03:41:35 +00:00
lukem
415d1abdd8
be consistent (both internally and with other programs):
...
log_err fatal errors
log_warning non-fatal errors & warnings
log_debug debug messages (#ifdef DEBUG)
2001-01-10 03:33:16 +00:00
garbled
ee3a00e29e
de-lint
2001-01-10 03:05:48 +00:00
hubertf
44d7ee0289
* Document the vendor.* sysctl branch
...
* in sysctl.3, sort the list of CTL_ prefixes and sync with sysctl.h
2001-01-10 03:03:02 +00:00
lukem
37a54a1e9c
deprecate LOG_ODELAY; it's the default
2001-01-10 03:01:41 +00:00
lukem
412ee5c5f1
use LOG_ERR for fatal errors, LOG_WARNING for other errors
...
minor knf
deprecate LOG_ODELAY; it's the default
2001-01-10 02:51:37 +00:00
fvdl
07ca2a03bf
Correct copyright year.
2001-01-10 02:33:47 +00:00
fvdl
8c4bd70cda
Add linux_blkio.c
2001-01-10 02:29:29 +00:00
fvdl
d772be168f
Declare linux_ioctl_blkio and call it from the main routine.
2001-01-10 02:28:38 +00:00
fvdl
da9e8a988d
Add some BLK* ioctl calls. Currently only the easy and useful ones
...
are implemented.
2001-01-10 02:28:01 +00:00
lukem
105b038025
consistently use exit instead of return in main()
...
use LOG_WARNING instead of LOG_ERR for non critical errors
2001-01-10 01:57:51 +00:00
lukem
1ad851cb0f
use LOG_WARNING instead of LOG_ERR for non critical errors
2001-01-10 01:50:05 +00:00
lukem
40dcfe23f1
consistently use LOG_NOTICE instead of LOG_INFO for hostname lookup probs
2001-01-10 01:41:38 +00:00
itojun
ea2d93c355
fix indentation
2001-01-10 01:16:59 +00:00
thorpej
3a7c4f5973
Don't panic if we detect an IRQ combination that can't be shared,
...
just return NULL.
2001-01-10 01:15:32 +00:00
lukem
3f963260b9
be more consistent about syslog usage. now it's more like:
...
err fatal errors
warning warnings
info status messages (-d), stats on SIGxxx
debug debug messages (-d), debug stats
2001-01-10 01:13:54 +00:00
lukem
23e3351629
- don't use LOG_ODELAY; it's the default
...
- use LOG_WARNING (instead of LOG_ERR) for non-fatal errors
2001-01-10 00:36:44 +00:00
lukem
cbddac44d6
consistently use syslog priorities
2001-01-10 00:20:49 +00:00
lukem
f8141417ed
- openlog "huntd" instead of "HUNT"
...
- consistently log non-critical errors at LOG_WARNING not LOG_ERR
- consistently use positive numbers for exit() and _exit()
- one warning was using printf() instead of syslog()
2001-01-09 23:49:54 +00:00
fvdl
6907c4ded8
Do syscall_intern after p_traceflag has been copied to the new
...
process (if it is inherited), so that ktrace continues to work
properly on the child.
2001-01-09 23:36:50 +00:00
lukem
edc4b40801
convert to ansi knf
...
replace (sole use of) sprintf() with snprintf()
only syslog debug messages if logging
2001-01-09 23:29:22 +00:00
rh
3d5c5173f5
Add a quirk table for specific implementations.
...
Change the NEC-specific subvendor test for GPIO initialization into a more
generic quirk table flag.
Add a quirk flag for hardware that has left and right channels reversed
(currently the COMPAL 38W2 a.k.a. Dell Inspiron 5000e)
Clean up PCM channel initialization and add channel swapping option.
2001-01-09 23:27:07 +00:00
rh
6ec1759deb
regen
2001-01-09 23:20:22 +00:00
rh
ca3478d0e2
Add COMPAL vendor and COMPAL 38W2 product (OEM for Dell Inspiron 5000e)
2001-01-09 23:19:03 +00:00
thorpej
d11cfe3c79
Regen; added Symbios 53c1510D.
2001-01-09 23:16:18 +00:00
thorpej
ff00b6c009
Add Symbios 53c1510D.
2001-01-09 23:15:39 +00:00
rh
cb2d30303b
Add new AC97_HOST_SWAPPED_CHANNELS host flag that causes left and right
...
mixer channels to be swapped (required for hardware that has wiring
reversed).
2001-01-09 23:14:25 +00:00