Go to file
pk 1273031c4d Simplify the bus_dma(9) implementation:
- the `alignment' and `boundary' arguments in bus_dmamem_alloc() only
  serve as hints on how to break up a DMA transaction into chunks
  when necessary; it is not necessary on sparc DVMA hardware.

- exclusively use the VM page size (i.e. PAGE_SIZE et.al.) when computing
  resource allocations.

- remember the size of DVMA resource allocations in the private `_ds_sgsize'
  field in a dma segment descriptor.
2000-05-23 11:39:57 +00:00
bin Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
dist Resolve conflicts. 2000-05-23 06:07:42 +00:00
distrib Bumped minor of libtermcap. 2000-05-20 13:57:28 +00:00
etc Add `ses' devices. 2000-05-22 17:01:30 +00:00
games Converted games to use the new termcap interface. 2000-05-22 12:42:46 +00:00
gnu sync movsi_i* from egcs-current. 2000-05-22 08:28:04 +00:00
include New syscall issetugid. 2000-04-21 16:24:22 +00:00
lib Fix an alignment problem introduced by the patch for PR lib/8032. 2000-05-23 07:03:10 +00:00
libexec minor fix now that i've defined the plt0 entry. 2000-05-22 19:17:04 +00:00
regress Explain why we can expect to have some resident pages even after an 2000-05-19 04:56:48 +00:00
sbin Make sure that sentences end at the end of source line for better 2000-05-23 04:35:32 +00:00
share Add a "sifting" command to ddb (named from the Sun OpenPROM command of 2000-05-22 14:49:10 +00:00
sys Simplify the bus_dma(9) implementation: 2000-05-23 11:39:57 +00:00
usr.bin Build on m68k and powerpc: needed for amigappc kernel with old boot loader. 2000-05-21 06:48:08 +00:00
usr.sbin sync with latest kame. 2000-05-23 11:37:58 +00:00
Makefile remove two of the previous ${_M}; they were invoked before $DESTDIR/share/mk may have existed. add one more. 2000-05-21 07:33:05 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00