Go to file
thorpej 528bbb95ed Add debugging support to the bus_space macros. If BUS_SPACE_DEBUG (or DEBUG)
is defined, the bus_space macros will check to ensure that the bus address
and the target buffer (if applicable) are aligned properly for the size
of the type being used.  If they are not, a message will be displayed on
the console.

While strict alignment is not strictly necessary on the x86, ensuring
proper alignment can aid performance, and help make drivers more portable
to architectures (like the Alpha and StrongARM) which _do_ require strict
alignment.
1998-06-07 03:32:32 +00:00
bin Document ls -F's output for sockets; 1998-06-01 21:11:28 +00:00
distrib Add Aria driver. 1998-06-06 15:44:23 +00:00
etc add support for building bootable floppies. 1998-06-06 05:22:20 +00:00
games y.tab.h is now called grammar.h (and there's an implied .y.h rule now too) 1998-05-13 19:21:37 +00:00
gnu - New switch ENABLE_SPARSE to enable an efficient sparse file handling 1998-06-07 02:30:12 +00:00
include Add a prototype for fdatasync(2). 1998-06-05 20:45:39 +00:00
lib Fix a tyop. 1998-06-06 22:47:00 +00:00
libexec Show/log the strerror(errno) string when getcwd fails 1998-06-03 13:21:42 +00:00
regress disable the optimizer the correct way... 1998-04-13 14:28:04 +00:00
sbin Add a -p option, to power down the system at the specified time. 1998-06-06 21:18:54 +00:00
share Add Aria driver. 1998-06-06 10:14:21 +00:00
sys Add debugging support to the bus_space macros. If BUS_SPACE_DEBUG (or DEBUG) 1998-06-07 03:32:32 +00:00
usr.bin some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
usr.sbin Add support for CONFLICTS entry, implement -C switch for pkg_create 1998-06-05 11:22:19 +00:00
Makefile Revert 1.44 and associated changes; you can't prebuild anything without 1998-05-27 06:38:37 +00:00