summaryrefslogtreecommitdiffstats
path: root/sys/amd64/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bring the tags and links entries for amd64 up to date.mckusick2015-10-271-3/+4
| | | | | Based on how out of date it is, I doubt that anyone other than me and my code-reading students still use it.
* Adjustments to make a tags file a bit more suitable to amd64.kensmith2008-12-011-14/+13
| | | | Reviewed by: peter
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filesystem expands the inode to 256 bytes to make space for 64-bit block pointers. It also adds a file-creation time field, an ability to use jumbo blocks per inode to allow extent like pointer density, and space for extended attributes (up to twice the filesystem block size worth of attributes, e.g., on a 16K filesystem, there is space for 32K of attributes). UFS2 fully supports and runs existing UFS1 filesystems. New filesystems built using newfs can be built in either UFS1 or UFS2 format using the -O option. In this commit UFS1 is the default format, so if you want to build UFS2 format filesystems, you must specify -O 2. This default will be changed to UFS2 when UFS2 proves itself to be stable. In this commit the boot code for reading UFS2 filesystems is not compiled (see /sys/boot/common/ufsread.c) as there is insufficient space in the boot block. Once the size of the boot block is increased, this code can be defined. Things to note: the definition of SBSIZE has changed to SBLOCKSIZE. The header file <ufs/ufs/dinode.h> must be included before <ufs/ffs/fs.h> so as to get the definitions of ufs2_daddr_t and ufs_lbn_t. Still TODO: Verify that the first level bootstraps work for all the architectures. Convert the utility ffsinfo to understand UFS2 and test growfs. Add support for the extended attribute storage. Update soft updates to ensure integrity of extended attribute storage. Switch the current extended attribute interfaces to use the extended attribute storage. Add the extent like functionality (framework is there, but is currently never used). Sponsored by: DARPA & NAI Labs. Reviewed by: Poul-Henning Kamp <phk@freebsd.org>
* Update pathnames for creation of tags file.mckusick2001-12-051-1/+1
|
* Update tags directive to reflect the new location of soft updatesmckusick2000-07-041-2/+2
| | | | and the reorganization of the eisa directory.
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-271-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update to know about current kernel directory layout.mckusick1999-02-281-22/+31
| | | | Add ability to build links as well as tags.
* Make this ${.OBJDIR} and ${.CURDIR} aware.steve1998-05-311-8/+13
| | | | PR: 2565
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+24
OpenPOWER on IntegriCloud