bouyer
95b42c31ad
add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA
...
controllers. These controllers can be found on add-on PCIe cards, or
on some motherboards to provide the PATA connectivity (e.g. some intel
ICH8-based motherboards).
Thanks to JMicron Technology for providing me documentation and
different sample boards for this work.
2007-05-15 17:53:41 +00:00
skrll
7b1e89b840
Add LOADLIBES= -lkvm - it's needed when someone(tm) feeds this upstream.
...
src/gnu/usr.bin/gdb6 and mknative should probably pay attention to
LOADLIBES.... one day.
2007-05-15 17:49:08 +00:00
christos
ab7e2cbd0e
add rcsid
2007-05-15 17:13:16 +00:00
pooka
ddf4b3708e
* free framebuf after use (even in the common path ;)
...
* simplify a loop
2007-05-15 17:08:34 +00:00
skrll
795d937239
All platforms are MD_DO_NOT_NEED_FALLTHRU now so no need to keep it
...
conditional.
2007-05-15 16:51:37 +00:00
skrll
c97173f648
MD_DO_NOT_NEED_FALLTHRU for amd64.
...
Thanks to Juan Romero Pardines for testing.
2007-05-15 16:48:13 +00:00
pooka
13d0372f38
memset freshly allocated puffs_usermount to 0
2007-05-15 16:45:22 +00:00
fvdl
4a58254657
Reran mknative for kvm target support.
2007-05-15 15:44:40 +00:00
fvdl
cdfcd42972
target kvm support for amd64
2007-05-15 15:40:49 +00:00
xtraeme
c58471c2ca
wizd said: no extra comma and no extra dot.
2007-05-15 14:39:30 +00:00
tnn
4407197569
Add missing underscore to wchan name.
2007-05-15 14:35:29 +00:00
xtraeme
7ec9c258a6
No extra comma at the end of Xr's.
2007-05-15 14:33:56 +00:00
xtraeme
ef2e01a9b8
Missing whitespace in Xr.
2007-05-15 14:32:16 +00:00
xtraeme
efc6c2a0b8
cosmetic: use a single line for the global vars of same type.
2007-05-15 14:29:36 +00:00
xtraeme
6de650008c
Add agr(4).
2007-05-15 14:27:47 +00:00
pooka
8427494a96
don't leak memory if getting data from the buffer fails
...
CID 4485
2007-05-15 14:22:58 +00:00
pooka
eaf4ddfb76
remember to free longname if getting vattr from the message fails
...
CID 4486
2007-05-15 14:17:30 +00:00
macallan
ee079a2263
new ADB man pages
2007-05-15 14:15:11 +00:00
pooka
9fec81140f
In case we counter a protocol error while parsing the readdir response,
...
completely release our directory cookie - it's unlike we'll be coming
back to it. And if we do, it'll just be autogenerated.
CID 4487
2007-05-15 14:12:41 +00:00
macallan
3a2edc4bcf
add a couple man pages for the new ADB subsystem
2007-05-15 14:12:08 +00:00
pooka
5252a3b094
free name from proto_getstat() after use
...
CID 4488
2007-05-15 13:56:00 +00:00
pooka
e3468dbcce
adapt to "step 3" of puffs_framebuf changes
2007-05-15 13:46:47 +00:00
pooka
291fe845cd
Step 3 and currently final step of a more general purpose event loop:
...
support removal and addition of i/o file descriptors on the fly.
* detect closed file descriptors
* automatically free waiters of a dead file descriptor
* give the file server the possibility to specify a callback which
notifies of a dead file descriptor
* move loop function to be a property of the mainloop instead of
framebuf (doesn't change effective behaviour)
* add the possibility to configure a timespec parameter which
attempts to call the loop function periodically
* move the event loop functions from the puffs_framebuf namespace
to puffs_framev to differential between pure memory management
functions
2007-05-15 13:44:46 +00:00
martti
96f087cc74
/etc/services needs special attention.
2007-05-15 12:59:27 +00:00
pooka
d79dbd3583
In case strategy memory allocation for B_ASYNC|B_READ fails,
...
make sure to release the buf.
2007-05-15 12:48:48 +00:00
christos
5b9bddf888
PR/36319: Michael van Elst: rpcinfo -p requires root privileges
...
Explicitly chmod 777 the local socket.
2007-05-13 21:19:56 +00:00
fvdl
cfcd9426ff
Initialize a few PCB fields explicity in more places.
2007-05-13 20:48:23 +00:00
xtraeme
8d72c34523
Don't mention ltsleep(9), it's obsolete. workqueue(9) uses condvar(9).
2007-05-13 20:24:57 +00:00
dsl
2e12e4f4e1
Fallout from caddr_t deletion - remove a load of redundant (void *) casts.
2007-05-13 20:24:21 +00:00
veego
9ec62257da
Using ${NETBSDSRCDIR} requires <bsd.own.mk>
2007-05-13 20:22:45 +00:00
christos
de327a0164
- WARNS = 4
...
- De __P
- While starting up, send messages to stderr not syslog.
- Fix error messages
- Don't play with umask and forget to restore it on error
2007-05-13 20:03:46 +00:00
dsl
9bdbb03424
nanosleep1() shouldn't try to get the current time into a NULL address.
2007-05-13 19:51:35 +00:00
mhitch
f524750b52
Fix warnings with DEBUG enabled.
2007-05-13 19:24:20 +00:00
tnn
da779f39a1
fix typos
2007-05-13 19:02:17 +00:00
xtraeme
50d836969e
In DESCRIPTION move the name argument to the proper place, so
...
that it matches the order specificied in the prototype.
2007-05-13 18:43:50 +00:00
christos
3409f393b9
specify the initial hash parameters so that we don't end up rehashing a
...
zillion times. Makes this run 50x faster.
2007-05-13 17:43:59 +00:00
christos
a14fdbbe78
don't attempt to build the db file if the src file does not exist.
2007-05-13 17:23:56 +00:00
dsl
a163d15464
This is deja vu - I fixed this earlier....
...
No need to use stackgap for ioctl to get PTM name, directly call file's
ioctl function with kernel buffer.
2007-05-13 16:04:00 +00:00
tron
5ab39134be
Note that BIND 9.4.1 has been imported.
2007-05-13 15:59:00 +00:00
dsl
10b01b226a
There is no need to copy data out to userspace when its address is being
...
passed to the driver as the ioctl 'data' argument.
Change boths parts to expect a kernel memory buffer.
2007-05-13 15:57:39 +00:00
dsl
06b3498b98
Fix compilation
2007-05-13 15:56:17 +00:00
dsl
dc41e5b5bd
Change the way the irix 32bit signal mask request is done to avoid the
...
stackgap. I'm actually susre this code is buggy, possibly slightly less
so than before.
2007-05-13 15:39:29 +00:00
dsl
959f589c73
This code is already set for directly calling a files ioctl fn with a
...
kernel buffer - so why not use it when getting the slave pty number.
2007-05-13 15:38:14 +00:00
dsl
9e2165cbd3
Time functions have had wrappers for ~ages, no need for the stackgap gere.
2007-05-13 14:47:54 +00:00
dsl
f23edc42dd
Instead of the #define versions of tc_getfrequency() and nanouptime(), use
...
the function ones in kern_kern_clock.c (adding tc_getfrequency).
Adjust includes so this builds.
2007-05-13 14:43:52 +00:00
he
eaf1c9f7c3
Bump SYMTAB_SPACE so that it fits again.
2007-05-13 14:18:57 +00:00
christos
4ef5a01a14
PR/36313: Juergen Hannken-Illjes: Change the name "rpcbind" to "sunrpc"
...
which is used in the new services.
2007-05-13 13:38:29 +00:00
yamt
4d3b7e04c8
use a cached value of v_size. no functional changes.
2007-05-13 13:11:53 +00:00
dsl
b8cecbd5b3
Delete fom stackgap lines that seem to have got left in.
2007-05-13 11:06:41 +00:00
dsl
2cc0d0a9c4
Stop using the stackgap for time functions.
2007-05-13 11:04:11 +00:00