aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Bring the tags and links entries for amd64 up to date.Kirk McKusick2021-09-281-3/+5
| | | | | MFC after: 1 week Sponsored by: Netflix
* Bring the tags and links entries for amd64 up to date.Kirk 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. Notes: svn path=/head/; revision=290081
* Adjustments to make a tags file a bit more suitable to amd64.Ken Smith2008-12-011-14/+13
| | | | | | | Reviewed by: peter Notes: svn path=/head/; revision=185515
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-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> Notes: svn path=/head/; revision=98542
* Update pathnames for creation of tags file.Kirk McKusick2001-12-051-1/+1
| | | | Notes: svn path=/head/; revision=87373
* Update tags directive to reflect the new location of soft updatesKirk McKusick2000-07-041-2/+2
| | | | | | | and the reorganization of the eisa directory. Notes: svn path=/head/; revision=62491
* Add soft updates to the set of things being tagged. Syntax cleanup.Kirk McKusick2000-01-271-1/+1
| | | | Notes: svn path=/head/; revision=56657
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Update to know about current kernel directory layout.Kirk McKusick1999-02-281-22/+31
| | | | | | | Add ability to build links as well as tags. Notes: svn path=/head/; revision=44344
* Make this ${.OBJDIR} and ${.CURDIR} aware.Steve Price1998-05-311-8/+13
| | | | | | | PR: 2565 Notes: svn path=/head/; revision=36544
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
| | | | | | | minor cleanup. Added $Id$ to files that did not have any version info, etc Notes: svn path=/head/; revision=625
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+24
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4