tacha
a7c87301d7
regen.
2004-11-19 10:01:20 +00:00
tacha
1e152ddcc3
add Broadcom BCM5705K.
2004-11-19 09:58:42 +00:00
skrll
ca5b73a7e3
Fix syntax error from 1.9. I guess IPKDB isn't used very much...
2004-11-19 07:59:53 +00:00
atatat
6c33fa80f0
Don't call ptyfs_time() with stack garbage. It makes the times look
...
funny. I was getting stuff somewhere around 1939, but that's where my
kernel is.
2004-11-19 04:42:45 +00:00
thorpej
f30d060939
We have to read the config file the first time after we allocate the
...
kqueue descriptor, because we set up events after we parse the file.
Unfortuntately, this means that we also have to do the chroot before
we read the config file. But this is OK -- the config file has to be
in the chroot environment anyway, because it has to be able to get to
it after SIGHUP.
Grrr, all because stupid kqueue descriptors are not inherited across
a fork. LAME.
2004-11-19 02:51:18 +00:00
thorpej
45e1304451
Note syslogd improvements.
2004-11-19 02:19:58 +00:00
thorpej
83f70aba69
Merge the thorpej-syslogd-hack-branch down to the trunk. Enhancements
...
include:
- Extend the syntax of syslog.conf to allow selections of log destinations
by comma-separated lists of program name (including kernel-generated
messages) and originating host name.
- Ability to pipe selected messages through arbitrary filter commands.
- Ability to specify priority comparison operations.
- Improvements to domain name handling.
- Conversion to use kqueue for communication and signal events, eliminating
all unsafe signal handlers.
- Allow spaces as well as tabs in syslog.conf.
- Log kernel printfs at LOG_NOTICE instad of LOG_CRIT.
- Ability to log facility/priority with a log message.
- Reliability improvements.
2004-11-19 02:18:11 +00:00
matt
e27c3887b6
If setfault() returns nonzero (ie, we trapped), make sure to unsetusr.
2004-11-18 22:56:32 +00:00
yamt
ba757a5f9b
pf(4): PF from OpenBSD 3.5 imported [itojun 20040622]
...
pf(4): PF from OpenBSD 3.6 imported [yamt 20041114]
reminded by by wiz@.
2004-11-18 22:32:49 +00:00
yamt
3950068640
iojun -> itojun
2004-11-18 22:28:49 +00:00
bouyer
3d94454016
Some drives reports ATA version < 4, and still support (and need) the
...
WDCC_FLUSHCACHE command. So for drive < ATA4, test WDC_CMD2_FC in atap_cmd_set2
before returning ENODEV.
Problem reported and fix tested by Michael Gerhards on port-sparc64.
2004-11-18 22:14:53 +00:00
heas
0affebe7a1
Note Postfix 2.1.5.
...
Thanks wiz.
2004-11-18 21:29:43 +00:00
matt
589ef8f06a
Make sure to do setenv/unsetenv in pairs. This prevents panics in
...
DIAGNOSTIC kernel when crossing segment boundaries.
2004-11-18 21:09:37 +00:00
wiz
4692c6e1e8
Put obsolete files in the *-obsolete sets instead of whatever they
...
were in before they became obsolete (consistency).
2004-11-18 15:34:23 +00:00
kent
b285c03873
getdevinfo():
...
If a mixer item does not match with AudioNsomething, check whether
it ends with '.' + AudioNsomething. PR#15441
2004-11-18 14:02:42 +00:00
wiz
7913b43af5
Fix typo in error message, reported by Nicolas Joly in PR 28347.
2004-11-18 12:00:18 +00:00
hubertf
33c4eac6f2
Remove (wrong?) default for minfree, xref newfs.8 instead.
...
Suggested by Ignatios.
2004-11-18 00:11:48 +00:00
matt
d0560e80c6
When adding text due to an a, c, or i command, don't eat the space(s) at
...
the beginning of the lines since the addition is supposed to be "verbatim".
Fix a comment for compile_text indicating it's also used for the 'c' command.
2004-11-17 22:17:54 +00:00
mycroft
75a40767d0
Print some future timestamps with HH:MM rather than YYYY, so that we get
...
something reasonable if we're using a file server whose time is slightly
ahead.
2004-11-17 17:00:00 +00:00
yamt
039a1b5600
note about /usr/share/{i18n,locale,nls}
2004-11-17 16:56:16 +00:00
fvdl
08d19d088d
* don't swap the WDSMART_CYL value, it isn't needed
...
* swap the 16- and 32 bit fields of the SMART structures (where used)
Makes SMART commands work on big-endian systems.
2004-11-17 15:40:50 +00:00
kent
ca2819710c
implement auich_activate() and auich_detach()
2004-11-17 15:19:30 +00:00
kent
d1afddf792
make functions static as possible
2004-11-17 15:14:38 +00:00
wiz
68c05edc13
Update from http://www.iana.org/cctld/cctld-whois.htm via
...
Ossi Herrala in PR 26632.
2004-11-17 15:05:29 +00:00
wiz
9f522a4dd3
Merge single-letter options; sync order in man page and usage.
2004-11-17 14:57:48 +00:00
wiz
98b8f0e005
Sort options. Second part of PR 26533.
2004-11-17 14:54:47 +00:00
hira
5d59c3c005
usage: Add -d and -r. Use getprogname().
...
Reviewed by uebayasi@. This closes PR bin/26686.
2004-11-17 13:35:32 +00:00
hira
b1440f782d
usage: Add -d. Use getprogname().
...
Reviewed by uebayasi@. This closes PR bin/26685.
2004-11-17 13:32:16 +00:00
hira
c79d0a54ae
usage: Add -f and -m. Use getprogname(). Print to strerr.
...
Reviewed by uebayasi@. This closes PR bin/26535.
2004-11-17 13:28:31 +00:00
hira
75febfe0c8
usage: Print program name. Whitespace nit.
...
Reviewed by uebayasi@. This closes PR bin/26534.
2004-11-17 13:21:09 +00:00
hira
7a45a8ddd4
Add myself to the list of developers.
2004-11-17 12:51:20 +00:00
jdarrow
f18e689470
Regen from pcidevs 1.666 (add two wireless cards)
2004-11-17 11:18:27 +00:00
jdarrow
22caf82968
Add PCI IDs for two wireless cards I've got.
...
Ralink Technologies (vendor 0x1814) RT2460 (product 0x0101).
Texas Instruments (vendor 0x104c) ACX111 (product 0x9066).
2004-11-17 11:15:03 +00:00
he
0a3962423b
Refer to the common m68k procfs_machdep.c instead of the x68k one,
...
which has now been removed.
2004-11-17 09:01:38 +00:00
itojun
5bcaef8e92
wrong paren. Patrick Latifi
2004-11-17 03:20:53 +00:00
junyoung
7e4d6b33ef
Regen.
2004-11-17 03:06:03 +00:00
junyoung
49626f2987
Revert ATI to ATI Technologies.
...
Remove trailing Corp., Inc., Ltd., and etc. for consistency.
2004-11-17 03:04:45 +00:00
soren
902f074a7f
Mark /bin/rmail as obsolete rather than remove it. Pointed out by mrg.
2004-11-17 02:46:39 +00:00
oster
1f113cb32a
Don't allow -f to fail a disk while a reconstruction is taking place
...
since that would cause a panic. (Problem noticed by dan@.)
2004-11-17 01:34:10 +00:00
soren
c7dab32bb3
The /bin/rmail compat link has been in several major releases now.
2004-11-17 00:33:45 +00:00
augustss
2769396f67
Add RECORD to the conversion table, otherwise we panic on boot.
...
The fact that we cannot record (yet) is found out later anyway.
2004-11-16 19:33:56 +00:00
tnozaki
a966c55826
fix unicode 0xFF80 page mapping, lib/28325.
...
OK'ed by tshiozak AT netbsd DOT org.
2004-11-16 18:36:15 +00:00
xtraeme
a32e5267fb
Fix typo.
2004-11-16 17:15:01 +00:00
oster
e8aee550dd
Initialize parity_rewrite_stripes_done to remove the window where
...
bogus values could be returned at the start of parity rewriting.
2004-11-16 16:52:30 +00:00
oster
d7e754c41d
On an idea from Thor (tls@), do not fail a component if doing so would
...
render the RAID set completely dead. Instead, we retry the IO a
maximum of RF_RETRY_THRESHOLD times (currently '5'), and then just
return an IO error if the IO fails. This should reduce the damage
caused by having multiple disks appear to fail when the culprit is
really something else (power, controllers, etc.)
2004-11-16 16:45:51 +00:00
jschauma
297b6b1873
Use NetBSD logo pixmaps in reachover, too.
2004-11-16 14:42:19 +00:00
jschauma
6588a0e00e
Add new NetBSD logo pixmaps to set lists
2004-11-16 14:40:32 +00:00
skrll
17000c110b
Regen
2004-11-16 09:18:20 +00:00
skrll
09e4029fc5
Add Intel PRO/Wireless LAN 2200BG Mini-PCI Adapter
2004-11-16 09:17:20 +00:00
itojun
da88342476
NI_WITHSCOPEID was not picked up by IETF standardization process
2004-11-16 06:04:12 +00:00