Go to file
tsutsui 6353b12d1a Fix hardware cksum problem on big endian machines.
Tested on macppc by HATANO Hiromichi.

Note I guess this bug could be fixed only adding one htole32(),
but I'd rather clean up endianness handling:
- Use htole32() only to accesses against DMA descriptors.
- Don't use uint32_t union member  with htole32()/le32toh()
  to access uint8_t/uint16_t descriptors.
- Add le32toh() in some DPRINTF.
  (XXX: strictly speaking, bus_dmamap_sync() is needed for these DPRINTF)
2004-01-14 14:29:48 +00:00
bin g/c SDEAD 2004-01-11 18:55:33 +00:00
contrib/sys Synchronize with FreeBSD: 2003-12-16 06:48:08 +00:00
crypto validate hash on info exchange. bugtraq <20040113213940.GA1727@hzeroseven.org> 2004-01-14 09:17:42 +00:00
dist Don't bother complaining about "no IPv6 interfaces" or "no IPv4 interfaces" 2003-12-20 17:38:19 +00:00
distrib XKB data files for X68k. 2004-01-14 12:53:52 +00:00
doc Mention a possible pitfall file for amd imports. 2004-01-11 22:51:47 +00:00
etc New directory for an X68k XKB data file. 2004-01-14 12:52:30 +00:00
games Use PROG_CXX so we don't need to include -lstdc++ explicitly. From Nick Hudson. 2004-01-05 15:35:59 +00:00
gnu this file is obsolete 2004-01-12 04:47:22 +00:00
include - libc.so.12.109 and libpthread.so.0.4 2004-01-02 18:56:39 +00:00
lib fix a typo 2004-01-11 16:05:27 +00:00
libexec Remove duplicated headers. Pointed out by Peter Postma in PR bin/24002. 2004-01-06 14:30:10 +00:00
regress Remove previous makefile hack (disabling optimization) and add 2004-01-07 19:42:22 +00:00
rescue systrace needs libevent now. 2003-11-29 05:47:51 +00:00
sbin change the message "COVERTING TO FFSv2 SUPERBLOCK" to 2004-01-12 19:40:24 +00:00
share +RIP in acronyms. 2004-01-14 13:46:26 +00:00
sys Fix hardware cksum problem on big endian machines. 2004-01-14 14:29:48 +00:00
tools White space nit. 2004-01-13 00:53:06 +00:00
usr.bin - add a new flags field to the emulation vector, with one user so far 2004-01-12 13:39:56 +00:00
usr.sbin init_file: copy status_info from static storage so that 2004-01-14 10:29:46 +00:00
x11 Build & install XKB data files for the X680x0 keyboard. 2004-01-14 13:01:50 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00
BUILDING Note tools/compat/README as the place to get notes from non-native cross builds 2003-12-29 07:10:24 +00:00
Makefile Implement do-x11, to run "make build" in ./x11/ 2004-01-08 07:01:06 +00:00
Makefile.inc
UPDATING change the updating note to say you may need fsck_ffs -b 32 -c 4' 2004-01-12 16:19:19 +00:00