Go to file
jdolecek 2f7c750c12 change ntfs_read*attr*() and ntfs_write*attr*() to accept struct
uio parameter; if it's not null, the data are copied directly
	into/from the user buffer via uiomove()
new macro NTFS_U28() and function ntfs_u28() to convert between Unicode
	and 8bit encoding; all it does currently is getting lower 8bit
	of the Unicode char and subtituting '_' for it if the result would be 0;
	use the macro within NTFS_TOUPPER() macro and in ntfs_uastrcmp()
g/c the (ntfsmount *) parametr to ntfs_u*astr[i]cmp() functions, it's no
	longer needed
avoid excessive intendation
1999-09-04 18:56:01 +00:00
bin It turns out that the code disabled in revision 1.30 *does* have an important 1999-08-31 08:58:47 +00:00
distrib regen 1999-09-04 14:49:10 +00:00
etc add sanity check on rtadvd invocation (allowed on IPv6 routers only). 1999-09-03 13:40:15 +00:00
games Convert to something resembling KNF. 1999-08-21 10:40:03 +00:00
gnu Fix for a misoptimization, from the egcs/gcc mailing list 1999-09-04 11:18:40 +00:00
include Add missing isinff() declaration. 1999-08-16 18:57:57 +00:00
lib Document return values and bugs 1999-09-03 13:12:44 +00:00
libexec ftpd(8): Copy sin6_scope_id from control connection to active data 1999-09-01 05:03:41 +00:00
regress Oops; remember to clean the output file. 1999-08-30 17:06:33 +00:00
sbin use daemon(3) instead of vanilla fork() 1999-09-03 13:31:29 +00:00
share add country and language to the installed files 1999-09-03 21:35:05 +00:00
sys change ntfs_read*attr*() and ntfs_write*attr*() to accept struct 1999-09-04 18:56:01 +00:00
usr.bin fix a bug with terminal modes being badly set on exit 1999-09-04 18:02:58 +00:00
usr.sbin Do not force logging of status in the POWER_CHANGE case. Any 1999-09-04 18:38:28 +00:00
Makefile Remove all of the domestic/crypto-us glue from this file. It is handled 1999-07-12 21:53:52 +00:00