plunky
b1afbe8d68
remove default setting of bluetooth_debug, since 'options BLUETOOTH_DEBUG'
...
causes it to fail
2007-04-05 19:22:18 +00:00
reed
dc2a382c22
Fix typo.
...
Fix some spaces to tabs.
Reorder a few items.
No real configuration changes -- just making this easier to diff with GENERIC.
2007-04-05 19:19:49 +00:00
reed
3230f51cb9
Add some tabs. Move one entry.
...
No real changes, just making it easier to diff with GENERIC_LAPTOP.
2007-04-05 19:17:41 +00:00
garbled
280f80fac0
Note via V-RAID addition
2007-04-05 18:39:04 +00:00
garbled
c11bc2d9fc
Note that Via V-RAID is supported
2007-04-05 18:37:14 +00:00
liamjfoy
72a3be8fc7
use size_t for indexes
...
ok christos@
2007-04-05 18:12:49 +00:00
liamjfoy
39b3c7f047
use size_t for indexes
...
just pass a *ip to ipflow_hash instead of members
ok christos@
2007-04-05 18:11:47 +00:00
perseant
b196644e3b
correct comment for lfs_putpages
2007-04-05 17:44:18 +00:00
njoly
a926b97a8e
Enable stat/stat64 nsec time support, for amd64 compat linux/linux32.
2007-04-05 16:39:11 +00:00
christos
fc1f18e6ca
kill clobbered warning from Tobias Nygren
2007-04-05 14:11:35 +00:00
tnn
b19e17d66f
protectoin -> protection
2007-04-05 13:17:11 +00:00
gdt
23959b33e1
Improve conformance to vnode locking rules in coda_lookup, by doing
...
the unlock parent, lock child, lock parent in the ISDOTDOT case.
Clean up and rewrite comments to match more closely current reality.
Sprinkle XXX where I'm not sure the current rules are being followed.
Reviewed by wrstuden@, who agreed that this is an improvement over the
current code, with concerns about LK_RETRY and whether the ISDOTDOT
locking is done soon enough.
2007-04-05 12:48:51 +00:00
dsl
af519d4729
Don't abort the build if teh last component of $PATH is .
2007-04-05 10:02:10 +00:00
kiyohara
2723f84c4b
Oops, forgot.
...
evbarm: Add support for the gumstix. [kiyohara 20061016]
2007-04-05 08:34:45 +00:00
dsl
007d96a7bb
Get emul_find() to update SCARG(uap, path) instead of assuming that the
...
updated path parameter is ever valid - especially when emul_find() fails.
Use the modified path for the access() calls.
Found when compiling with emul_find() hacked to always fail.
2007-04-05 07:37:14 +00:00
rmind
1e2aad36da
Revert the latest changes back to 1.25 rev.
2007-04-05 01:33:31 +00:00
christos
79fa594887
Coverity CID/4454: Avoid double fclose.
2007-04-04 21:54:45 +00:00
christos
99a3390caf
Coverity CID/4421: Add extra check for NULL before deref.
2007-04-04 21:40:48 +00:00
pooka
3651f3e73b
Fix one more bug from today's commit: don't remove the op for which
...
getops runs out of file server buffer space from the request queue.
Otherwise that operation silently vanishes and things go, well, quite
wrong.
2007-04-04 21:02:30 +00:00
pooka
a0d5166093
fix two loop mutex botches in previous
2007-04-04 20:22:47 +00:00
kleink
57ea616054
tz{code,data}2007e out; tzdata2007e in.
2007-04-04 19:07:06 +00:00
kleink
c1d024770d
Update for tzdata2007e.
2007-04-04 19:05:48 +00:00
kleink
a592ab21f2
Merge tzdata2007e.
2007-04-04 19:02:36 +00:00
kleink
b77d57aca4
Import tzdata2007e.
2007-04-04 18:59:40 +00:00
drochner
bac28a1dbc
catch up with recent constification in struct ifnet
2007-04-04 16:31:05 +00:00
pooka
fa71b0706d
Make it possible to interrupt waiters for fs operation completion
...
again. This is useful until locking is further developed and basically
any deadlocks can be solved by killing appropriate processes.
Thanks especially to Tommi Kyntola and Antti Louko for sitting down
with me and discussing resource ownership and locking strategies
in implementing this.
2007-04-04 16:13:51 +00:00
pooka
ad018126a3
s/ppark/park/ to make all the variable names consistent - park is
...
always a pointer now. no functional change
2007-04-04 15:50:56 +00:00
mishka
2f5bd28732
Revert previous commit until further investigation because it is
...
known as problematic. Some problems obscured are dead Del key (I
can reproduce this with wscons scroll support) and panic (seen by
<elad> only).
2007-04-04 14:50:21 +00:00
vanhu
ace683e685
checks proto_id in ipsecdoi_chkcmpids()
2007-04-04 13:09:36 +00:00
vanhu
f31c3aee8e
dumps peer's ID and peer's certificate subject /subjectaltname if they don't match
2007-04-04 13:07:31 +00:00
tnn
02ade499f6
pci_find_ino(): Use interrupt pin from pci_attach_args when mapping interrupts.
...
Use *ihp as a pure output. Fix case where interrupt pin #D was incorrectly
mapped. Some cosmetic changes while here. Ok'd by martin.
2007-04-04 11:04:33 +00:00
rmind
330166a2eb
Fix tbl, which was misstyped as tlb.
2007-04-04 11:01:10 +00:00
rmind
0a747ea89c
Unfortunately, missed procfs_proc_unlock() in previous.
...
Pointed out by pooka@
2007-04-04 10:50:42 +00:00
rmind
f49599932b
k8_powernow_init_main: Initialize k8pnow_current_state.
2007-04-04 02:56:25 +00:00
rmind
9464b9ab22
Initialize k7pnow_current_state in k7_powernow_init(). Free the memory
...
in LKM's case. Found via CID: 4149
2007-04-04 02:50:02 +00:00
jmcneill
b25953f4b1
Note that i2s controllers lacking a TAS3004 are also supported.
2007-04-04 02:37:16 +00:00
wrstuden
db2a757990
Add a KASSERT to address CID: 4335.
...
Make sure that if we pull a buffer off of the read queue that it really
is a read request. Lower in this routine we base which queue we
dequeue the request from on its read/write state. Thus if a write
op ever ended up on the read queue, we'd explode (dereference NULL).
2007-04-04 02:30:43 +00:00
jmcneill
f972216e48
Simplify sw volume control, attach to AOAK2 as well, make mono work as
...
well as stereo, and print a friendlier message when we don't find a
hardware mixer.
2007-04-04 02:14:57 +00:00
rmind
523c1fc3e1
filecore_mountfs: Remove the dead code - fcmp cannot be non-zero here.
...
CID: 714
2007-04-04 02:00:58 +00:00
rmind
0dbab2d2b2
clockmod_sysctl_helper: For the sake of clarity - avoid magic number.
...
No functional change.
2007-04-04 01:50:15 +00:00
rmind
4e3ec8a076
vald_acpi_libright_get_bus: Plug a possible memory leak.
...
CID: 4358
2007-04-04 01:34:44 +00:00
rmind
199691e947
procfs_readlink: Handle a possible fail of fd_getfile(), also, we
...
do not need to check for error again.
CID: 4436
2007-04-04 01:27:32 +00:00
rmind
084180cb58
drm_do_addbufs_pci: Fix the mess of malloc()s and free()s, which
...
do not accept NULL arguments.
Found via CID: 4439
2007-04-04 00:30:58 +00:00
dyoung
5770bb4c31
Add extio, gpio. Remove admflash. Makes the compile again.
2007-04-03 23:53:34 +00:00
rmind
1db98c3723
socreate: l cannot be NULL.
...
CID: 4314
2007-04-03 23:44:53 +00:00
rmind
497adf4cc1
drvctlioctl: Plug a possible memory leak.
...
CID: 4363
2007-04-03 23:02:39 +00:00
rmind
5174ef0ece
fileassoc_file_delete: Handle an error case of fileassoc_table_lookup().
...
CID: 4431
2007-04-03 22:29:23 +00:00
dyoung
eabf98a2cc
Add extio and gpio so that this compiles again.
2007-04-03 21:54:01 +00:00
dyoung
aa13eb6f2f
Add extio and gpio at mainbus so that this builds.
2007-04-03 18:06:31 +00:00
dyoung
29bf5964b4
Auto-detect RAM size.
2007-04-03 18:05:57 +00:00