uwe
d9f3e59eb8
zlib doesn't care about __daddr_t.
...
Nothing cares about __signed.
Move common/dist/zlib up in the list of include dirs.
2006-01-18 00:11:27 +00:00
uwe
2565c191eb
Remove duplicate CPPDEF_LIST.
2006-01-17 23:39:53 +00:00
garbled
d1a9ef55c4
per PR bin/12958 change buf[MAXPATHLEN] to buf[BUFSIZ] to avoid potential
...
future problems if either should change.
2006-01-17 19:41:49 +00:00
garbled
68a050d9cc
Document "pf" postscript filter capability
2006-01-17 19:16:51 +00:00
jmmv
67319a158c
Note the removal of the tb(4) driver which happened on past December 20th.
2006-01-17 19:14:45 +00:00
garbled
517b1ba160
Update a comment regarding control file WRT "o"
2006-01-17 19:12:17 +00:00
garbled
fae257a066
Fix PR bin/14247
...
This PR claims that MacOSX 10.1 cannot print postscript files to a NetBSD
lpd because the mac will tag the file with an "o" for postscript, which
we do not handle. Rather than simply mapping o -> f as was done in the
PR, or mapping o -> l as was done in FreeBSD, I have implemented full
support for the "o" option. If a postscript filter does not exist in the
printcap file however, it will default to "l" handling.
With this change, you can now specify a "pf" or postscript filter in your
printcap, and have it handle postscript files sent to it with "lpr -o".
The "o" format in lpd is specified in RFC1179 as being a valid format flag.
2006-01-17 19:11:12 +00:00
rpaulo
2b8fd263b2
Add missing authors and history sections.
...
Ok'ed by Jason Thorpe.
2006-01-17 19:09:15 +00:00
jmmv
faac4d565d
The tb(4) driver is gone, so should be the manual page.
2006-01-17 19:08:28 +00:00
garbled
e76be65112
in ckqueue() if "sd" is not an existing capability, than sd will be
...
uninitialized, causing the free() in out: to explode. Initialize sd to NULL.
2006-01-17 18:38:12 +00:00
thorpej
f69c907605
Add a firmload(9) manual page.
2006-01-17 17:29:28 +00:00
chs
3db49f0e25
add fault-protection in sbc_pdma_in() like in all the other PDMA functions.
...
fixes PR 9679.
2006-01-17 16:41:29 +00:00
christos
4dde6a6d1b
Make sure that breq is also cleared (from Xin LI)
2006-01-17 13:23:02 +00:00
is
42796049d0
C versions of non-IEEE round() / roundf(). Alas, using the VAX
...
cvtrdl; cvtld doesn't work for big numbers.
2006-01-17 13:16:08 +00:00
xtraeme
e2aca22c8e
From OpenBSD:
...
--
Add a workaround for VIA EHCI controllers which, under load, signal qTD
completion before they have performed writeback from the overlay qTD.
This condition would exhibit itself as a umass stall that never recovers.
--
This fixes the problem reported by Thomas Klausner on current-users@:
http://mail-index.netbsd.org/current-users/2006/01/17/0000.html
2006-01-17 12:30:00 +00:00
peter
5d1968b1c0
Include netinet/in.h, for compatibility with OpenBSD (we #ifdef'ed out a
...
header which includes netinet/in.h on OpenBSD).
Pointed out by Thomas E. Spanjaard.
No objection from yamt@.
2006-01-17 12:24:53 +00:00
yamt
d91bf59ce6
dmoverioopen: add a missing simple_lock_init().
2006-01-17 12:10:51 +00:00
is
e08ae477d9
Oops - round() is supposed to return double, not integer.
2006-01-17 10:39:23 +00:00
thorpej
13f83a7396
Add /libdata, /libdata/firmware, and /usr/libdata/firmware directories.
2006-01-17 06:58:28 +00:00
thorpej
14c13d7969
Conditionalize firmload.c on the firmload attribute.
2006-01-17 06:52:43 +00:00
thorpej
f789b6be70
Add an API for loading firmware images for devices.
2006-01-17 06:08:48 +00:00
christos
d07104a9ce
PR/32552: Antonio Bravo: cgfourteen 24-bit support
...
Original code from der Mouse, posted to the mailing lists by Jakob Menzi.
2006-01-17 04:22:08 +00:00
uwe
589b108660
Nuke libsa and libkern defines from here.
2006-01-17 03:32:10 +00:00
uwe
c498580cc6
Adapt to new zlib. Get rid of proxy zlib.h, we supply proper "-I".
...
Implement zcalloc/zfree in terms of WinCE functions.
2006-01-17 03:12:29 +00:00
uwe
b674645e95
New zlib doesn't use bzero, so we don't need this hack any more.
2006-01-17 03:09:04 +00:00
uwe
75ad327e11
New zlib is smart enough to not include <errno.h> under WinCE, so this
...
empty fake one is no longer necessary (old zlib could also do without
one if supplied -DNO_ERRNO_H).
2006-01-17 03:07:19 +00:00
uwe
0d1e222eff
Hide plutid_dump() under #ifdef PLATID_TEST. Saves space in the
...
kernel and avoids printf dependency for hpcboot.
While here, constify its first argument.
2006-01-17 02:50:59 +00:00
uwe
4f6e1f3b52
Adjust to new zlib location.
2006-01-17 02:40:55 +00:00
bouyer
038345f3e8
Add missing ch_ndrive initialisations. Pointed out by Juan RP.
2006-01-17 00:40:49 +00:00
wiz
b3b44f7885
Be a bit more explicit what happens when init_func fails.
...
After explanation from yamt@.
2006-01-17 00:14:16 +00:00
wiz
f3c03afe5a
Sort SEE ALSO.
2006-01-17 00:02:19 +00:00
wiz
a1cc6cb40c
Improve English.
2006-01-16 23:58:43 +00:00
christos
ac9c2323d2
regen
2006-01-16 23:00:17 +00:00
christos
a39411c0d7
PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics
2006-01-16 22:59:36 +00:00
cube
10c6a3a4b9
tap(4) depends on arp: it is an Ethernet interface, after all.
...
Solves PR 32548 by Pawel Chwalowski.
2006-01-16 22:49:23 +00:00
yamt
0541bd8909
add getiobuf.9
2006-01-16 22:32:07 +00:00
yamt
7706432040
note that biodone and biowait don't really belong here.
2006-01-16 22:26:41 +00:00
yamt
b77e625049
add a missing .Ed
2006-01-16 22:14:54 +00:00
yamt
b5550921e7
add a missing .El
2006-01-16 22:05:21 +00:00
dsl
35b84990cc
Remove the notarfile_ok message - is it no longer needed.
...
We don't need to have dump_lfs to get lfs support.
(i386 will need 100k of stuff deleted to get newfs_lfs and fsck_lfs added)
2006-01-16 21:47:55 +00:00
yamt
f280ea86a0
sync with kernel.
2006-01-16 21:46:30 +00:00
yamt
dae53410a7
- tweak RUN_ONCE api to allow init_func returns an error.
...
- physio: handle failure of workqueue_create.
2006-01-16 21:45:38 +00:00
yamt
330b298a42
make some functions static.
2006-01-16 21:44:46 +00:00
dsl
1e0f45064e
Add '-V' to usage output.
...
Correct a couple of comments.
2006-01-16 21:34:41 +00:00
bouyer
bf1a4d2af5
properly use ata_channel->ch_ndrive:
...
- initialize it properly in the bus front-ends (all 2, exept in wdc_pcmcia.c
for the "Sandisk CompactFlash Card" where it's set to 1)
- remplace hardcoded '2' by ata_channel->ch_ndrive in MI IDE drivers.
From Christos Zoulas in kern/32501.
2006-01-16 20:30:18 +00:00
reinoud
a024cb9151
Add genfs support for directories and softlinks next to regular files and
...
block devices.
Discussed on tech-kern and ok'd by Chuck
2006-01-16 19:45:00 +00:00
he
b1bcd0ffae
The new zlib uses HEAP_SIZE, so instead use BOARD_HEAP_SIZE as the
...
symbol to use here. Also adapt to the new zlib with the changed name
for the header file.
2006-01-16 19:34:53 +00:00
elad
91ce49cce6
xref named.conf(5) after a complaint from tiocsti. okay veego@.
...
xml docbook change will be fed upstream as requested by hubertf@
and veego@.
2006-01-16 19:20:15 +00:00
christos
a1f9f4c090
change DEBUG to ZLIB_DEBUG.
2006-01-16 17:02:29 +00:00
tsutsui
920fcf7c8c
Use -mmemcpy.
2006-01-16 14:53:46 +00:00