summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_compr.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
|
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
|
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
| | | | Remove ~60 unneeded #include <sys/malloc.h>
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
| | | | | Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes.
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-3/+4
| | | | | | | | | | | 1. ntfs_read*attr*() functions now accept uio structure to eliminate one data copying. 2. found and removed deadlock caused by 6 concurent ls -lR. 3. started implementation of nromal Unicode<->unix recodeing. Obtained from: NetBSD
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
| | | | | | a few lines into <sys/vnode.h>. Add a few fields to struct specinfo, paving the way for the fun part.
* Driver is now ported to NetBSD.semenu1999-05-121-1/+5
| | | | Submitted by: Christos Zoulas <christos@zoulas.com>
* Added limited write ability. Now we can use some kindsemenu1999-02-191-2/+2
| | | | of files for swap holders. See mount_ntfs..8 for details.
* First version.semenu1999-02-031-0/+116
Reviewed by: David O'Brien <obrien@NUXI.com>
OpenPOWER on IntegriCloud