Commit Graph

156691 Commits

Author SHA1 Message Date
rumble
f17c59def9 Only read the eeprom once per hpc. 2007-02-20 23:09:15 +00:00
rumble
043fd3ee40 Enable GIO32 SCSI adapters to attach at secondary and tertiary HPCs. 2007-02-20 22:21:26 +00:00
rmind
2bc19fa2f0 yamt-idlelwp: No longer "maybe" for scheduler's modulization. 2007-02-20 22:11:16 +00:00
rumble
6db143f7fd Add probe for wdsc so that we do not falsely attach wdsc(4) devices to E++
ethernet adapters.

By resetting the chip we also allow the wd33c93 attach routines to succeed.
Otherwise, device register accesses would result in a bus error.
2007-02-20 21:54:44 +00:00
briggs
d298894138 Install sys/dev/bluetooth/btuart.h.
Descend into and build/install usr.sbin/btuartd.
Install etc/rc.d/btuartd.
2007-02-20 21:29:08 +00:00
heas
8dda441105 Take responsibility for postfix for rpaulo. 2007-02-20 21:21:19 +00:00
briggs
ab2f2eb380 Add catman for btuart.4 2007-02-20 20:49:32 +00:00
pooka
8f09e1c196 Properly fix rev 1.44: limit error values from the file server to
positive values of errno and 0.  Otherwise it can return internal values
such as EJUSTRETURN and screw things up.

thanks to Bill for reminding me to revisit this
2007-02-20 19:45:37 +00:00
pooka
a44cf00bd8 reverse order of arguments to fuse->op.symlink, remove comment
suspecting argument order reversal
2007-02-20 19:13:28 +00:00
plunky
faf7b91031 Add PF_BLUETOOTH to list of supported protocol families 2007-02-20 19:08:59 +00:00
plunky
1728dbbfd4 add comment for PF_BLUETOOTH 2007-02-20 19:07:11 +00:00
pooka
af95243f4c * Thread flags to VOP_OPEN (except of course O_CREAT, O_TRUNC and O_EXCL)
through fuse_file_info to the fuse open operation.
* reference count opens for each node and do release once the count
  drops to zero (instead of waiting for inactive).  I'm still not sure
  if this exactly matches linux/fuse behaviour, but at least we do
  open when a new file descriptor is opened for each node and a do
  a release when the reference to the last file descriptor for a
  node is closed, so it ought to be pretty close

cryptofs works after these changes
2007-02-20 19:00:21 +00:00
mrg
3ff056f4e0 use -publisher instead of -P. from mkisofs(1):
-P     Outdated  option  reserved  by  POSIX.1-2001,   use   -publisher
       instead.   This  option  will  get  POSIX.1-2001  semantics with
       mkisofs-2.02.
2007-02-20 18:09:05 +00:00
dsl
dfbef631ff Add lwp members needed for the SYSCALL_TIMES option.
These are added unconditionally to avoid having the structure size be
option dependant.
2007-02-20 18:08:43 +00:00
pooka
5b38c61dd4 tyop in comment, fix it 2007-02-20 18:03:03 +00:00
kiyohara
3f7786a50b Indentation.
Move macro MMU_INIT.
2007-02-20 17:50:43 +00:00
kiyohara
60ea575b87 Indentation. 2007-02-20 17:48:13 +00:00
ad
67323d2552 When sending signals, only boost the priority of the receiving LWP if
the process is being killed.
2007-02-20 17:47:03 +00:00
kiyohara
548878a8d8 Remove IPKDB, not need.
Indentation at cpu and mainbus.
2007-02-20 17:43:16 +00:00
kiyohara
e798fe7cb3 Remove white-space.
Indentation.
2007-02-20 17:29:33 +00:00
kiyohara
5ad2d7ced7 Add btuart. 2007-02-20 17:23:09 +00:00
xtraeme
ca46ea853f Fix typo in previous: "Supprot -> Support for" 2007-02-20 17:04:41 +00:00
kiyohara
10abd6f2e2 Supprot Bluetooth HCI UART (H4) driver and daemon. 2007-02-20 16:53:20 +00:00
pooka
7016942297 In readdir, in case cookies was already allocated but is later free'd
due to an error, reset value of cookies to NULL to avoid confusing
callers.

should fix kern/35728
2007-02-20 16:45:58 +00:00
vanhu
740b198715 Removed a debug printf.... 2007-02-20 16:32:28 +00:00
pooka
033e539d53 after freeing cookies, set the pointer to NULL to prevent dangling reuse 2007-02-20 16:27:21 +00:00
ad
adbb9ec2fa Call genfs_node_destroy() where appropriate. 2007-02-20 16:21:03 +00:00
ad
4abc9f506a Add genfs_node_destroy(). Fixes a lock "leak" seen when running LOCKDEBUG
kernels.
2007-02-20 16:19:42 +00:00
matt
0bd63d4831 Enable TMPFS 2007-02-20 16:14:49 +00:00
rumble
cc1161439c Add a real probe so that we don't attach sq(4) on GIO32 SCSI adapters. 2007-02-20 16:11:38 +00:00
ad
cebcfebbd2 kernel_lock():
- Fix error in previous.
- Call LOCKDEBUG_WANTLOCK() so the "exclusive wanted" count isn't off.
2007-02-20 16:10:10 +00:00
ad
723654a989 _kernel_lock(): we can recurse here if we take an interrupt while spinning.
Don't double book the time spent with lockstat.
2007-02-20 15:56:59 +00:00
ad
e9d2179381 trap(): after handling a copy fault from the kernel, call
KERNEL_UNLOCK_ONE(), not KERNEL_UNLOCK_LAST().
2007-02-20 15:55:07 +00:00
matt
75a9720952 #include <machine/lock.h> before _KERNEL is defined to bypass
lossage when including it when _KERNEL is defined in userland.
2007-02-20 15:40:08 +00:00
martin
e0fc70084c Minor optimizations and cosmetics, thanks to uwe for suggestions 2007-02-20 15:30:53 +00:00
wiz
019ba275be Fix typo in Dd. 2007-02-20 15:17:28 +00:00
pooka
0d421bcd8b * create a refusenode also for the root node
* opendir directories in open
2007-02-20 14:51:52 +00:00
vanhu
bd81981229 Only delete a generated SPD if it's creation date matches the creation date of the SA we are currently deleting 2007-02-20 09:11:30 +00:00
vanhu
1cb0c229b8 updated delete_spd() calls 2007-02-20 09:11:14 +00:00
vanhu
19df9f5fcc fills creation date of generated SPDs 2007-02-20 09:11:03 +00:00
vanhu
57d8173408 added 'created' var 2007-02-20 09:10:47 +00:00
dyoung
af8be3e751 Remove extraneous parentheses. bcopy -> memcpy. 2007-02-20 08:55:54 +00:00
wiz
0e1939cec0 Add missing n. From jmc@openbsd. 2007-02-20 08:33:25 +00:00
dyoung
818fe8ed7b Remove unused #define SIN.
Constify.
2007-02-20 08:32:14 +00:00
wiz
e93086fd7d Uppercase Ethernet. 2007-02-20 08:31:08 +00:00
wiz
1b2b703d2f time(9) was renamed to time_second(9), fix xrefs. 2007-02-20 08:26:35 +00:00
wiz
b197e6e24d Fix some xrefs. Fix Dd argument. Remove superfluous Pps. 2007-02-20 08:22:05 +00:00
wiz
092c56a032 Sort SEE ALSO. 2007-02-20 08:18:03 +00:00
skrll
041e5b9eae s/pid/lwpaddr/ in the bt/a case. 2007-02-20 08:11:41 +00:00
he
785202d938 Adapt to const-ification of the *dst arg of if_output() functions. 2007-02-20 07:43:28 +00:00