summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include
Commit message (Collapse)AuthorAgeFilesLines
* Strip non version _number_ bits from HOST_OS_VERSION.obrien2001-09-061-1/+1
| | | | Requested by: knu
* I was missing the HOST_OS_VERSION setting in the fall-back case.obrien2001-09-062-3/+6
| | | | | Also, the script was too position dependant. We now have make(1) pass in the file to grub around in to get our settings from.
* Try to determine the OS version and architecture for what is being builtobrien2001-09-051-9/+16
| | | | | | vs. the building machine. PR: 14040
* Opps, let one definition slip out that we define dynamically.obrien2001-09-031-1/+1
|
* Use the native mount and nfs_prot headers.obrien2001-09-021-7/+1
| | | | Also generate nfs_prot_x.c in ANSI-C mode.
* Update for version 6.0.7.obrien2001-09-021-172/+217
|
* Document my tweaks better.obrien2001-09-021-9/+10
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Added missing dependancy.ru2001-07-191-0/+2
| | | | | Submitted by: bde Approved by: obrien
* msdos -> msdosfsru2001-06-041-8/+8
| | | | | | | | null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+4
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* give the "netgrent" functions a home in netdb.halfred2001-03-271-1/+1
|
* Properly fix the world breakage.ru2001-03-211-1/+12
| | | | | | | Unpollute the Makefile.inc's abuse of SRCS variable, and move the generation of header files into include/ subdirecory. Reviewed by: buildworld
* Include sys/types.hbrian2000-10-161-0/+1
|
* Really fix the struct callout collision. AMD does not need topeter2000-10-021-1/+1
| | | | | | | #include <sys/mbuf.h>. (which #include's <machine/mutex.h> and then <sys/proc.h> and then <sys/callout.h>, leading to the collision). <sys/mbuf.h> is really one of those 'no user servicable parts inside' things.
* Update for 6.0.3s1 changes.obrien1999-11-051-27/+30
|
* Sync with am-utils-6.0.2s2.obrien1999-09-231-2/+14
|
* Sync with am-utils-6.0 => am-utils-6.0.1 changes.obrien1999-09-151-27/+98
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Cosmetic reformating.obrien1999-02-141-3/+8
|
* Fix ufs mounting supportobrien1999-02-131-4/+4
| | | | | PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Updated version string to 6.0-release.obrien1999-01-131-2/+2
|
* Fix version number.obrien1998-11-201-2/+2
|
* I don't want to be the only one to use ``cut''. Use ``sed'' instead.obrien1998-09-101-2/+2
|
* With the change to the 4.4Lite2 mount interface we don't need specialobrien1998-09-051-4/+3
| | | | conf files.
* Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.obrien1998-09-041-14/+14
| | | | (bde will remove it soon)
* bmake framework for contrib_amdobrien1998-08-276-0/+2075
|
* Make way for the contrib_amd bmake frame work.obrien1998-08-277-1005/+0
|
* Add usage(), use err(3), remove `progname'.charnier1997-09-021-2/+1
|
* Update the host filesystem so that it works with NFSv3dfr1997-04-221-0/+40
|
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | 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.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-266-0/+966
OpenPOWER on IntegriCloud