Commit Graph

141712 Commits

Author SHA1 Message Date
christos
db4546dd95 New lmcconfig program from David Boggs. This program probably has the most
options than any other in the tree.
2005-12-06 03:12:35 +00:00
christos
34a6e05323 update to the man page for the new driver from David Boggs 2005-12-06 03:02:35 +00:00
christos
afd1b57d09 New lmc driver from David Boggs 2005-12-06 03:01:45 +00:00
christos
a8ffde9f61 make the ALTQ macros statement-line, by wrapping them in do {} while (0) 2005-12-06 02:56:25 +00:00
ben
d221099506 Specify the full path to tar when unpacking a package.
Modify pfcexec so the new process file name can be different from argv[0].
This fix is from Peter Postma, and it addresses PR#32228
2005-12-06 01:07:30 +00:00
christos
9fe740f63c ndb is daddr_t which is 64 bits, by truncating it to j which is an int, it
can get negative causing segmentation faults. Check against this.
2005-12-05 23:59:43 +00:00
rpaulo
5eb6226d2b Oops, the previous revision had a wrong pre-processor #if clause. 2005-12-05 22:38:40 +00:00
he
6eb2140bc3 Bump SYMTAB_SPACE so that the symbol table fits again. 2005-12-05 22:30:38 +00:00
rpaulo
7246666eed Make the bpf_maxbufsize a constant when bpfilter pseudo-device is not
present in the kernel config, thus fixing the build. Problem reported
by Havard Eidnes. Solution proposed by Christos, thanks.
2005-12-05 21:46:00 +00:00
bouyer
b898e14a29 Wrap debug printf in AHC_DEBUG. Pointed out by Izumi Tsutsui. 2005-12-05 18:29:45 +00:00
macallan
eecff0f52d back out the changes to KD* ioctl()s for now, seem to break more than they
do good.
2005-12-05 18:27:59 +00:00
christos
58b2cd40fa remove conflict. 2005-12-05 15:17:18 +00:00
christos
9612f9a4de untagle a bit. 2005-12-05 15:16:51 +00:00
macallan
91d47a92df - remove a leftover debug printf()
- fix the other cases of _IO() type ioctl() abuse ( mainly keyboard related
  stuff )
2005-12-05 11:46:19 +00:00
kleink
cb3b376555 Sync with kern_time.c rev. 1.98:
- make settime take timespec.
- pass struct proc down so that we can log a detailed message.
2005-12-05 10:31:00 +00:00
skrll
a599d2ebb4 Finally (I hope) fix iwi_ioctl:
- handle SIOCADDMULTI/SIOCDELMULTI properly, i.e. no need to reset
	  anything as we don't do multicast filters (yet)
	- restructure some code and use an IS_RUNNING macro

Fix iwi_init to set if_flags before the net80211 state machine is kicked
and init to IEEE80211_S_INIT.
2005-12-05 09:24:54 +00:00
christos
684eb06cd8 fix non-portable right shifts. 2005-12-05 02:09:17 +00:00
christos
aca238f770 fix lint warning (assignment in conditional context) 2005-12-05 02:07:07 +00:00
christos
44fad74b6a - Pass lint.
- Fix signness problems that confused error detection.
- Avoid possible buffer overflow.
2005-12-05 02:04:16 +00:00
christos
d018c18c52 ansify. 2005-12-05 01:50:28 +00:00
yamt
ebf0820ef4 uao_pagein_page: pass PGO_SYNCIO to uao_get.
uao_get doesn't always assume PGO_SYNCIO after yamt-readahead merge.

reported and a dump provided by Masanori Kanaoka.
2005-12-05 01:24:07 +00:00
christos
8082912693 - make settime take timespec.
- avoid wrapping of time in settime.
- pass struct proc down so that we can log a detailed message.
2005-12-05 00:16:34 +00:00
christos
cfcbe4640f - make settime take timespec.
- avoid wrapping of time in settime (from OpenBSD)
- pass struct proc down so that we can log a detailed message.
2005-12-05 00:16:33 +00:00
christos
184ad089a7 - make settime take timespec.
- avoid wrapping of time in settime.
- pass struct proc down so that we can log a detailed message.
2005-12-05 00:16:33 +00:00
rpaulo
dd25e265f4 PR 32241: Igor Sobrado: ipnat(5) FILES section is missing. 2005-12-04 23:37:27 +00:00
yamt
6ca0ee47b9 physio_done:
- report a correct error.
- remove a no-op goto.
2005-12-04 23:34:00 +00:00
dsl
2ff7661d8d Fix path of ping6 and rtsol.
lukem fixed the i386 one in July.
Fixes PR/32240
2005-12-04 21:32:11 +00:00
manu
a5b1c92448 Add NAT ports to SAD in setkey so that NAT SAD entries generated by
racoon can be removed by hand.
2005-12-04 20:46:40 +00:00
christos
3ab5dca36c grr, forgot to commit the new m_getcl() prototype. 2005-12-04 20:21:33 +00:00
christos
0a2d44d645 Give splraiseipl() to the vax, from Johnny Billquist 2005-12-04 19:26:34 +00:00
christos
3b9c87155a Merge the 3 copies of m_getcl() so that fast ipsec compiles again together
with net80211. XXX: We don't really have an m_getcl(), we just emulate it.
2005-12-04 19:15:21 +00:00
christos
11f5327084 Don't log an error if a delete exports request is not supported. Also fix
the error message to print the reason delete exports failed.
2005-12-04 18:01:53 +00:00
christos
bea4991aaa Older gcc does not support #ifdef inside macro expansion. 2005-12-04 17:57:25 +00:00
christos
f1c1eb475b PR/32220: Murray Armfield: Enable AMD768 random no generator. 2005-12-04 17:47:33 +00:00
christos
832f4dc791 Regen. 2005-12-04 17:44:25 +00:00
christos
86b55997ca PR/32181: Matthias-Christian Ott: Add support for the Belkin F5D6001 pci device 2005-12-04 17:44:02 +00:00
christos
a15cff1d65 PR/32237: ISIHARA Takanori: Add MC/R550 to the pbsboot menu list 2005-12-04 17:42:23 +00:00
christos
e0ad34fdcb Regen. 2005-12-04 17:39:28 +00:00
christos
99b3a7df46 PR/32238: Ryo Shimizu: Add support for Promise SATA300TX4 SATA Controller
(PDC40718)
2005-12-04 17:39:03 +00:00
macallan
826e1b36bc Make the VT_* ioctl()s work in LP64/big endian platforms, like sparc64.
The problem is that these ioctl()s are declared as _IO() and expect to pass an
integer as argument, instead of a pointer. When dereferencing the argument
pointer in the ioctl() handler as an int we get the upper 32bit of the value so
we simply dereference it as long. Other _IO() ioctl()s may need similar fixes.

Tested on sparc64, sparc and macppc.
2005-12-04 14:03:42 +00:00
xtraeme
fd15439a4e Note that auich(4) now supports ICH7 and Intel 6300ESB audio
controllers. Suggested by tsutsui.
2005-12-04 12:54:57 +00:00
wiz
187c950940 Comma fix. 2005-12-04 12:36:18 +00:00
wiz
bfd334e39b Remove leading zero in Dd argument. 2005-12-04 12:35:44 +00:00
xtraeme
c60f14706f Intel ICH7 and 6300ESB are supported by this driver. Bump date. 2005-12-04 12:31:27 +00:00
xtraeme
40fe6ad1b5 Add support for Intel 6300ESB. 2005-12-04 12:27:49 +00:00
xtraeme
279c037778 Attach to ICH6, ICH6-M and ICH7 Intel I/O Controller Hub.
Tested by seb with ICH6-M.
2005-12-04 12:20:31 +00:00
cube
06267a35ab ACPI_ACTIVATE_DEV is a defflag, hence doesn't take a value. Pointed out
by Nicolas Joly in misc/32235.
2005-12-04 11:25:40 +00:00
wiz
559504cae5 lexi_co_graphical, with "co". From Igor Sobrado in PR 32231. 2005-12-04 09:14:58 +00:00
sekiya
ebf2cdc1f6 Add wm and igphy -- tested on my E250, fully functional. 2005-12-04 07:53:29 +00:00
he
df680013d1 Bump SYMTAB_SPACE so that it fits again. 2005-12-04 03:21:44 +00:00