xtraeme
08722b7cd3
Add sparc64/fdc(4) (hi jnemeth)
2007-05-08 22:33:51 +00:00
pooka
a6b1636499
Adventures in file systems, part (u_quad_t)-1: we can't use the
...
file system value for the size of device special files, as that
comes from specfs instead of the "host" file system. Therefore,
take care that getattr doesn't override the value of vp->v_size.
2007-05-08 21:39:03 +00:00
pooka
4537434d57
If the op was interrupted, decrease ops waiting for fetch from the
...
file server only if the op was still waiting for fetch (as opposed
to waiting for the response). Also, properly flag the possible
following inactive as an op for which we do not want to wait for
the response from the file server.
2007-05-08 21:16:55 +00:00
dsl
99ec301ce3
Remember to copy the rusage to the users buffer.
2007-05-08 20:54:15 +00:00
christos
66ee23cc21
iana-generated protocols file using:
...
http://www.sethwklein.net/projects/iana-etc/
2007-05-08 20:40:12 +00:00
christos
5258fdfda2
iana-generated services file using: http://www.sethwklein.net/projects/iana-etc/
2007-05-08 20:38:37 +00:00
christos
f3418d6240
- don't trash utmp{,x} needlessly
...
- also support netgroup services and password
- pretty print
2007-05-08 20:33:59 +00:00
christos
aa08bd4677
add one more missing warn.
2007-05-08 20:17:57 +00:00
christos
deb490e687
Add quiet mode.
2007-05-08 20:14:59 +00:00
dsl
f56bfb975c
Add the child 'rusage' of an exiting process to its own 'rusage' exactly
...
once, and prior to passing it to the caller of sys_wait4() and at the same
time as adding it to the parent.
Commands like:
time sh -c 'i=0; while [ $i -lt 1000 ]; do i=$(expr $i + 1); done'
now give same output.
2007-05-08 20:10:14 +00:00
xtraeme
b6336505dc
Remove duplicate sysmonioctl_envsys() prototype.
2007-05-08 20:04:42 +00:00
jnemeth
a18391fc9f
remove floppy drives from unsupported hardware and note that only sbus based
...
machines are supported for now
2007-05-08 19:53:20 +00:00
jnemeth
e40b2c5e49
mention floppy drives
2007-05-08 19:45:10 +00:00
jnemeth
6521f29ad4
new sparc64 floppy driver manpage
2007-05-08 19:39:28 +00:00
jnemeth
1f69023383
add a manpage for the new floppy driver
2007-05-08 19:23:18 +00:00
plunky
b75e0c3761
add changes relating to bluetooth additions
2007-05-08 18:39:33 +00:00
garbled
d6ba347731
Add a missing brace in cztty_receive inside a ifdef HOSTRAMCODE. This
...
would randomly cause internal compiler errors while compiling pmppc.
2007-05-08 17:27:37 +00:00
xtraeme
59000b719e
Missing __KERNEL_RCSID().
2007-05-08 17:17:14 +00:00
xtraeme
deaae97201
Mention recent ug(4) changes.
2007-05-08 17:01:01 +00:00
xtraeme
36e4309910
Add "ug* at acpi?" following the current scheme in the files.
2007-05-08 16:55:54 +00:00
xtraeme
195ad0f823
Mention ug(4).
2007-05-08 16:52:24 +00:00
xtraeme
24f7a0c4fa
Mention "ug* at acpi?" support, bump date.
2007-05-08 16:50:03 +00:00
xtraeme
ff1c414804
Split the ug(4) driver in three components:
...
* dev/ic/ug.c (main code shared by the attachments)
* dev/isa/ug_isa.c (isa attachment)
* dev/acpi/ug_acpi.c (acpi attachment)
That means that ug(4) can now be attached via ACPI.
Thanks to Mihai Chelaru for the good work.
2007-05-08 16:48:37 +00:00
pooka
8e2e7c23e6
update comment in struct fid to say the alignment is for prehistoric
...
compat: short + short doesn't mean longword alignment
2007-05-08 15:30:41 +00:00
degroote
5f72dadbd4
Always compute the sp index even if we don't have any sp in spd. It will
...
let us to choose the right default policy (based on the adress family
requested).
While here, fix an error message
2007-05-08 14:07:42 +00:00
degroote
8ebbd6c4f6
Increase the refcount for the default ipv6 policy so nobody can reclaim it
2007-05-08 14:03:05 +00:00
pavel
96fc9b91a3
mpve ipf 4.1.20 entry to CHANGES.prev (ticket 614)
2007-05-08 11:37:11 +00:00
pavel
f05eb54658
move the bio(4) support to CHANGES.prev, it has been pulled up to netbsd-4
...
in ticket 603.
2007-05-08 10:59:22 +00:00
manu
f39939ad43
Fix buid (broken by a fix introduced in the wrong file...)
2007-05-08 09:29:50 +00:00
manu
4c2867b970
Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time.
2007-05-08 08:18:16 +00:00
skrll
7b06b6fc23
Remove useless comment.
2007-05-08 07:06:45 +00:00
skrll
bd22722e77
Use sr1 to jump to syscall as we just loaded it with the right value.
2007-05-08 07:01:17 +00:00
martin
7b277a1e3c
Make named use threads on sparc and sparc64 again
2007-05-08 06:23:44 +00:00
manu
31b57f40ff
Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time.
...
This allows working around situations where a kernel with embedded RAMdisk
cannot be booted by the bootloader because the RAMdisk is too big.
2007-05-08 06:10:27 +00:00
kent
ec3dff2790
fix a typo: PRESENSE -> PRESENCE
...
From deanna@OpenBSD
2007-05-08 05:18:20 +00:00
kent
fea2165faf
- fix incorrect codec name of STAC9200
...
- support for headphone-sensing in some DELL machines with STAC9200
From azalia_codec.c rev.1.19 by deanna@OpenBSD
2007-05-08 05:03:50 +00:00
kent
cdc3ad42b2
* azalia_code_connect_stream()
...
set stream#0 for unused converters in a group
PR#35658 by kikuma norimitsu
2007-05-08 04:35:37 +00:00
rumble
f2bf28e11c
Report whether we're using DMA and what type on attach, since I keep losing
...
track while testing.
2007-05-08 02:08:17 +00:00
kent
1aa70e7d65
Some codecs need explicit initialization even for uni-directional pins.
...
Pointed out by Deanna Phillips
2007-05-08 01:39:33 +00:00
rumble
f337484a4a
The maximum FIFO depth on old WD33C93 parts is only 5, not 12 as on 93A and
...
93B. However, there appear to be issues using the maximum of 5 on old
parts, so 4 is it.
2007-05-08 00:29:30 +00:00
rumble
11dc14c9fe
Enable Fast SCSI transfers for WD33C93B parts with appropriate input
...
clocks.
My Seagate ST32430N now sees about 50% greater throughput (about 97% as
fast as IRIX can push it). However, there appear to be other performance
issues with the driver as other disks perform significantly worse than they
should, with or without this change.
Reviewed by bjh21. Tested on my Indy and Challenge S.
2007-05-08 00:20:15 +00:00
rmind
10c3d35ca0
Rename vfs_aio.c to sys_aio.c as decided in <tech-kern>.
...
Please note, that <tech-kern> people should note about
file names before commit. Otherwise, function may fail
with errno set to EDIRTY, and return -1. ;)
2007-05-07 22:22:20 +00:00
pooka
71ab04cbde
make description of VOP_MMAP compatible with reality
2007-05-07 21:41:49 +00:00
dogcow
01b74015fe
fixes from dsl for compile errors
2007-05-07 21:18:26 +00:00
martin
8341c5308c
Note sunsolve now requires a login.
2007-05-07 19:45:59 +00:00
martin
4f9040b578
Adapt unsupported hardware section
2007-05-07 19:34:19 +00:00
he
1d168d71bb
Bump SYMTAB_SPACE so that the contents fits again.
2007-05-07 18:51:45 +00:00
pooka
d583f4a1ec
Unmount frequently requires some test code, so define it here as
...
a dummy instead of libpuffs to make plugging the test code in easier.
2007-05-07 17:22:50 +00:00
pooka
dca252d8a0
Use inactive-on-demand, set inactive request in open() to close
...
file handles when last reference is removed from the kernel.
2007-05-07 17:20:58 +00:00
pooka
2893a07834
Default to inactive-on-demand, use inactive setback to request inactive
...
to be called for a removed node (for unix open file semantics).
2007-05-07 17:18:50 +00:00