Commit Graph

141647 Commits

Author SHA1 Message Date
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
he 1067be953e After addition of "show all pools", we now need <sys/pool.h> here.
Fixes build problem for mac68k.
2005-12-03 22:47:25 +00:00
christos aa1c65555d protect against multiple inclusion instead of forbidding their access from
userland, and #ifdef _KERNEL all their kernel functions.
2005-12-03 22:16:16 +00:00
rpaulo bcb67e15ae s/NBFILTER/NBPFILTER 2005-12-03 21:20:07 +00:00
rpaulo de470a4422 Make this compile without bpf(4). 2005-12-03 21:18:32 +00:00
wiz 85f30d09fa We have 2005. 2005-12-03 21:05:31 +00:00
christos 5e677d36af match reality 2005-12-03 21:01:53 +00:00
christos 4bffed72de - protect userland exported files against multiple inclusion.
- make sure that kernel only files don't compile in userland using #error
- XXX: some kernel only files still get installed.
- XXX: some files used in userland, don't get installed.
2005-12-03 17:34:43 +00:00
yamt 059ae4967d genfs_compat_getpages: add minimum support of async get. ie. ignore them.
should fix a crash reported by Jukka Salmi on current-users@.
2005-12-03 17:23:25 +00:00
christos a563f6ba33 Make sure that multiple header inclusion is done, it uses consistent names,
and it is around the whole code of the file, not parts of it.
2005-12-03 17:10:46 +00:00
christos c3ed95a039 Regen 2005-12-03 17:07:12 +00:00
christos 3b5b073fd2 protect sys/syscall.h properly against multiple inclusion and make the
names of the protection macros consistent.
2005-12-03 17:04:36 +00:00
yamt 347f995cea - constify and remove __UNCONST from caller of clnt_call().
- use __UNCONST where approproate.
2005-12-03 15:16:19 +00:00
yamt 748feac977 remove unnecessary __UNCONST. 2005-12-03 15:13:04 +00:00
wiz 84b1788811 Improve diagnostics section. Inspired by PR 32217 from Jeff Ito. 2005-12-03 11:24:02 +00:00
riz 28cb63d856 The sgimips files will be extracted into a different directory if sgimips
is on an image of a different name - compensate.
2005-12-03 01:23:23 +00:00