Go to file
uwe c9c7f30b6e Fix inline asm for tas.b. "=m" is not restrictive enough and gcc may
decide to use addressing modes that tas.b does not support.  'V' is
advertised to be "non-offsettable" subset of 'm' but there's a bug in
gcc that prevents "=V" from working.

When in doubt use brute force, so pass lock pointer as "r" input and
declare "memory" as clobbered.

Landisk kernel diff is 5 instructions (register choice for lock
address in __cpu_simple_lock_try).

sys/dev/raidframe/rf_copyback.c - where old __asm triggered incorrect code
- successfully compiles (as part of sys/rump/dev/lib/libraidframe).
2009-10-13 12:55:53 +00:00
bin Fix the "dne" handling and chmod behaviour properly: values of dne 2009-10-08 20:36:41 +00:00
common Back out previous. Builds for me and on autobuild cluster. 2009-10-11 12:13:45 +00:00
compat "regenerate" this based on the non-compat version updating. 2009-09-11 22:36:39 +00:00
crypto Add lua language bindings for netpgp 2009-10-12 02:55:46 +00:00
dist .Xr takes two arguments only. 2009-10-04 18:07:26 +00:00
distrib As the directory "/etc/zfs" is created unconditionally it should not depend 2009-10-13 10:18:35 +00:00
doc Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. 2009-10-11 08:57:54 +00:00
etc Add directory "/etc/zfs". 2009-10-12 08:54:19 +00:00
external Re-run mknative for branding update. 2009-10-12 12:47:09 +00:00
games Disable writing scores when built for /rescue. PR 42009 2009-09-08 13:38:01 +00:00
gnu we have getdelim now! 2009-10-12 22:20:50 +00:00
include oops forgot to commit that one--- Add f{dim,min,max}{,l,f} 2009-10-04 22:59:25 +00:00
lib Implement prop_array_externalize_to_pref(), prop_array_copyin(), 2009-10-10 18:06:53 +00:00
libexec LDADD+= instead of LDADD= 2009-10-09 20:19:44 +00:00
regress add packed tests. 2009-10-04 15:12:41 +00:00
rescue kill ldd_aout. it didn't work anyway...not since i don't know when. 2009-08-22 06:52:15 +00:00
sbin close rump kernel file descriptors properly 2009-10-11 12:51:58 +00:00
share If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value 2009-10-10 19:05:28 +00:00
sys Fix inline asm for tas.b. "=m" is not restrictive enough and gcc may 2009-10-13 12:55:53 +00:00
tests Add regression test to verify that linksets work correctly with rump. 2009-09-24 21:36:42 +00:00
tools Better branding from mrg 2009-10-12 08:00:41 +00:00
usr.bin update version to today. 2009-10-11 09:17:21 +00:00
usr.sbin - use const where appropriate 2009-10-13 12:11:19 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
BUILDING If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value 2009-10-10 19:05:28 +00:00
Makefile build & install librumpdev_netsmb and librumpfs_smbfs components 2009-09-04 17:21:33 +00:00
Makefile.inc
UPDATING add a note about accidental compiled/xkb symlinks appearing 2009-10-02 03:13:23 +00:00
build.sh Add an additional check for whether to rebuild make. This fixes a problem 2009-10-03 19:19:59 +00:00