tsutsui
cb383cb5db
Define MSGBUFSIZE here only if it's not specified by options(4).
2002-06-28 17:40:20 +00:00
yamt
ec594e3ef5
do previous differently for wddump case.
2002-06-28 16:50:30 +00:00
yamt
2d80988a26
- remove big buffers on stack. discussed on tech-kern.
...
- constify.
2002-06-28 16:40:50 +00:00
yamt
5154ea5e5b
constify diskerr().
2002-06-28 16:37:20 +00:00
lukem
0944ed1dd1
tmp_version.c also needs to depend up ${BIND_DIST_DIR}/Version
2002-06-28 16:27:14 +00:00
skrll
537396d314
Update for cats.
...
Fix sgimips typo while I'm here.
2002-06-28 15:26:37 +00:00
briggs
1b3d605b4e
Remove complaint: bus_dmamap_destroy() called for map with valid
...
mappings bus_dma(9) states: "In the event that the DMA handle contains
a valid mapping, the mapping will be unloaded via the same mechanism
used by bus_dmamap_unload()." And some drivers do mean to skip the
unload step.
2002-06-28 15:21:00 +00:00
skrll
16d1e38bf6
No need for an installation/misc directory.
...
Add hooks for iso image creation.
2002-06-28 12:40:10 +00:00
lukem
e0fcc669c4
Change how "cd .." is handled in next_file() with -M, to ensure that curdir[]
...
isn't addressed with a negative offset when back at the top of the tree.
This caused pax -M on sparc64 to generate corrupt tar files.
Problem found by Tim Goodwin <tjg@star.le.ac.uk> in [bin/17412].
2002-06-28 11:29:45 +00:00
lukem
827e6e33a7
- do_makedev(): if the compare_dir() fails, return immediately
...
- if SRC_DIR or DEST_DIR == /, set to "" so that various pathnames
don't end up with a leading "//". when specifically printing just
the xxx_DIR variable, use ${xxx_DIR:-/} to DTRT
- cosmetic coding tweaks
2002-06-28 09:35:23 +00:00
grant
4276beff76
remove installboot(8) for alpha, sparc, sparc64, sun3 and vax, as they
...
do not install /usr/mdec/installboot anymore.
2002-06-28 08:45:51 +00:00
itojun
7b2c9d8551
be consistent with libc getaddr/nameinfo.
2002-06-28 06:40:51 +00:00
itojun
9421d2b57a
patch from pkgsrc - initialize *res to NULL
2002-06-28 06:21:29 +00:00
itojun
2adbce1610
kill one more use of tandem variable.
2002-06-28 06:20:55 +00:00
itojun
2200386ee7
sync with 8.3.3.
2002-06-28 06:11:47 +00:00
itojun
e2ab8bb835
BIND 8.3.3. fixes buffer overrun in resolver code.
2002-06-28 05:59:12 +00:00
jmc
855a0649f3
Change xgetblk to detect cases where the requested size is more than mblklen.
...
(generally it's 20k). Adjust mblklen temporarily to the size of the block
required and allocate one. This avoids coredumps when mapping in identifiers
that have huge values. (In my example it was a char[] for a 640k pixmap).
2002-06-28 05:03:55 +00:00
junyoung
a52db40372
Do the necessaries when the builtin font gets saved in slot 1.
2002-06-28 03:38:13 +00:00
matt
3043c05326
Add common routines to do BAT initialization, trap vector setup,
...
interrupt vector installation, VM initialization, core-dumps (stubbed),
and network soft interrupts. Also kvtop and mapiodev.
2002-06-28 02:32:16 +00:00
matt
f7a6553147
Add common syscall dispatcher. Also put child_return in here.
2002-06-28 02:30:06 +00:00
itojun
67c6a98161
disallow ktrace on P_SUGID. from openbsd
2002-06-28 01:59:36 +00:00
thorpej
6abec8e2a2
Increase previously added delays from 2us to 10us.
2002-06-28 01:10:06 +00:00
thorpej
90bf67b885
* Only set the jumbo frame capability if we are able to allocate
...
jumbo frame buffers.
* Garbage-collect some stuff we don't need.
* Fix timeout detection in the firmware handshake.
2002-06-28 00:55:20 +00:00
thorpej
7778c16e7c
Use a table to match BCM570x products.
2002-06-27 23:56:20 +00:00
thorpej
b7af161065
Don't call m_aux_find() in the inner loop when creating the Tx
...
descriptor list. Instead, call it once and remember the result,
and only call it looking for VLAN tags if VLANs are configured
on the interface.
2002-06-27 23:21:34 +00:00
wiz
b55257ed7e
regen (audio addition)
2002-06-27 23:14:40 +00:00
wiz
ff74eaea8f
regen (ws* additions)
2002-06-27 23:14:31 +00:00
wiz
7571c41c61
Add comments for ws* devices.
...
Please, don't forget to add comment lines when adding/enabling device
nodes.
2002-06-27 23:11:29 +00:00
wiz
236267aac4
Add comment for audio device.
...
Please, don't forget to add comment lines when adding/enabling device
nodes.
2002-06-27 23:06:41 +00:00
wiz
e118e23eb8
regen (add bktr)
2002-06-27 23:00:50 +00:00
wiz
2ae2723f67
Sort options in usage.
2002-06-27 22:58:54 +00:00
wiz
c89a21963c
Spelling fixes, sort options alphabetically, correct copyright date,
...
and some mdoc improvements.
2002-06-27 22:53:12 +00:00
thorpej
68be8ecae4
Put some delay in the loops that poll for MII transaction
...
completion. Without this, reading the PHY can hang the bus
on a sufficiently fast CPU.
2002-06-27 22:31:30 +00:00
fvdl
8a454b46d0
Disable TCP/UDP checksums on the receive side again.
2002-06-27 22:10:11 +00:00
matt
511223b674
If ALTIVEC is not defined, treat EXC_VEC|EXC_USER exceptions as PGM
...
exceptions. [Note that we still can't trap these due to issues in
trap_subr.S which are (yet) fixed]
2002-06-27 21:15:35 +00:00
thorpej
45bf1f0dd9
Work around compiler problem on VAX by building with -O0 on that
...
platform.
2002-06-27 21:03:37 +00:00
pooka
c558b464ba
Assign COPTS instead of adding to it, avoids situation where -mi386
...
is mixed with -march=something_incompatible
suggested by thorpej
2002-06-27 20:44:08 +00:00
drochner
3825b247fb
Only allow the bus_dmamem_alloc() code to sleep if no physically contigous
...
pages are insisted in.
Atm, the pglistalloc code does the same automatically, but this might change.
2002-06-27 18:37:10 +00:00
ross
686a24e882
add bktr
2002-06-27 18:34:32 +00:00
drochner
e14af78731
Big cleanup and speed improvements to pglist_alloc code:
...
-pass vm_physseg* instead of physseg index, and PFN (int) instead
of physical address (could be done even more)
-simplify detection of boundary crossing and behave more intelligently
in this case
-take stuff out of the inner loops, or put into "#ifdef DEBUG"
(because we move along physsegs we don't need to check that the
pages are physically contigous)
-make the "simple" and "contigous" branches look more uniform; at
least the outer loops might coalesce one day
2002-06-27 18:05:29 +00:00
yamt
e3dec71c5b
note that MALLOC is intended to be used with a constant size.
2002-06-27 17:31:25 +00:00
tsutsui
daf88b8ce1
- remove redundant wscons devices in target "all"
...
- add wsmux devices
- make correct md devices
2002-06-27 16:22:35 +00:00
christos
49cc9b7cd6
clarification on mouse use from Julio Merino
2002-06-27 16:10:03 +00:00
christos
fe60109b71
wsmoused additions.
2002-06-27 15:18:19 +00:00
christos
19c9175000
correct for ttyEstat
2002-06-27 15:12:23 +00:00
christos
e2eb1d43c0
add a line about wsmoused commented out.
2002-06-27 15:10:32 +00:00
christos
7f89b13752
Add wsmoused
2002-06-27 15:08:55 +00:00
christos
1cbe550fe4
create /dev/ttyEstat
2002-06-27 15:08:12 +00:00
christos
ec14ca749d
rename /dev/wsdisplay -> /dev/ttyEstat since it has the same major number
...
as the other ttyE devices.
2002-06-27 15:07:52 +00:00
lukem
b79e3b9ba1
crank copyright
2002-06-27 15:05:42 +00:00