Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark all internal libraries with INTERNALLIB. | ru | 2002-05-13 | 1 | -3/+1 |
| | |||||
* | Stop "make depend" from attempting to delete non-existent .depend. | ru | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | Removed mentions of TARGET_ARCH from non-cross places. | ru | 2001-10-04 | 1 | -2/+1 |
| | |||||
* | Strip non version _number_ bits from HOST_OS_VERSION. | obrien | 2001-09-06 | 1 | -1/+1 |
| | | | | Requested by: knu | ||||
* | I was missing the HOST_OS_VERSION setting in the fall-back case. | obrien | 2001-09-06 | 2 | -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 built | obrien | 2001-09-05 | 2 | -9/+19 |
| | | | | | | vs. the building machine. PR: 14040 | ||||
* | Opps, let one definition slip out that we define dynamically. | obrien | 2001-09-03 | 1 | -1/+1 |
| | |||||
* | Use the native mount and nfs_prot headers. | obrien | 2001-09-02 | 3 | -10/+6 |
| | | | | Also generate nfs_prot_x.c in ANSI-C mode. | ||||
* | Update for version 6.0.7. | obrien | 2001-09-02 | 2 | -174/+219 |
| | |||||
* | Document my tweaks better. | obrien | 2001-09-02 | 1 | -9/+10 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 14 | -107/+92 |
| | | | | | 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. | ru | 2001-07-19 | 1 | -0/+2 |
| | | | | | Submitted by: bde Approved by: obrien | ||||
* | msdos -> msdosfs | ru | 2001-06-04 | 1 | -8/+8 |
| | | | | | | | | null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien | ||||
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 1 | -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.h | alfred | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 9 | -3/+8 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Properly fix the world breakage. | ru | 2001-03-21 | 6 | -32/+21 |
| | | | | | | | Unpollute the Makefile.inc's abuse of SRCS variable, and move the generation of header files into include/ subdirecory. Reviewed by: buildworld | ||||
* | Add SRCS= mk-mdmap.c and SRCS= wire-test.c to fix the world | keichii | 2001-03-21 | 2 | -0/+2 |
| | | | | | | | breakage. amd has its own SRCS= that prevents bsd.*.mk to function correctly. Submitted by: bmah Reviewed by: peter | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 7 | -11/+0 |
| | |||||
* | Include sys/types.h | brian | 2000-10-16 | 1 | -0/+1 |
| | |||||
* | Really fix the struct callout collision. AMD does not need to | peter | 2000-10-02 | 1 | -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. | obrien | 1999-11-05 | 1 | -27/+30 |
| | |||||
* | Sync with am-utils-6.0.2s2. | obrien | 1999-09-23 | 1 | -2/+14 |
| | |||||
* | Sync with am-utils-6.0 => am-utils-6.0.1 changes. | obrien | 1999-09-15 | 1 | -27/+98 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 16 | -16/+16 |
| | |||||
* | Cosmetic reformating. | obrien | 1999-02-14 | 1 | -3/+8 |
| | |||||
* | Fix ufs mounting support | obrien | 1999-02-13 | 1 | -4/+4 |
| | | | | | PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> | ||||
* | Add the texinfo'ed docs to the build/install. | markm | 1999-01-23 | 3 | -9/+11 |
| | |||||
* | Updated version string to 6.0-release. | obrien | 1999-01-13 | 1 | -2/+2 |
| | |||||
* | Fix version number. | obrien | 1998-11-20 | 1 | -2/+2 |
| | |||||
* | Fixed missing libraries in DPADD. | bde | 1998-10-17 | 3 | -9/+9 |
| | |||||
* | I don't want to be the only one to use ``cut''. Use ``sed'' instead. | obrien | 1998-09-10 | 1 | -2/+2 |
| | |||||
* | Fully use our own generated files for NFSv3. | obrien | 1998-09-09 | 2 | -5/+5 |
| | |||||
* | With the change to the 4.4Lite2 mount interface we don't need special | obrien | 1998-09-05 | 2 | -7/+5 |
| | | | | conf files. | ||||
* | Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft. | obrien | 1998-09-04 | 1 | -14/+14 |
| | | | | (bde will remove it soon) | ||||
* | Install amd.conf | brian | 1998-09-02 | 2 | -2/+9 |
| | |||||
* | DPDADD -> DPADD | gpalmer | 1998-08-30 | 6 | -12/+12 |
| | |||||
* | Fix parallel makes falling over on xwhere | gpalmer | 1998-08-30 | 1 | -2/+2 |
| | |||||
* | bmake framework for contrib_amd | obrien | 1998-08-27 | 19 | -2/+2378 |
| | |||||
* | Make way for the contrib_amd bmake frame work. | obrien | 1998-08-27 | 187 | -46553/+0 |
| | |||||
* | MAXPATHLEN is long enough | imp | 1998-07-29 | 1 | -2/+2 |
| | |||||
* | when changing mktemp -> mkstemp, make sure to include the new s | imp | 1998-07-29 | 1 | -2/+2 |
| | |||||
* | Fix temp file race in unused file. If someone wanted to clean the | imp | 1998-07-29 | 1 | -13/+3 |
| | | | | tree a little, many files here are likely ripe for removal... | ||||
* | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -2/+4 |
| | |||||
* | #include <arpa/inet.h> | peter | 1998-06-12 | 1 | -1/+2 |
| | |||||
* | Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, the | peter | 1998-06-01 | 1 | -6/+0 |
| | | | | beastie builds just fine without them and gets less warnings. | ||||
* | Simplified by putting all generated headers in SRCS. The explicit | bde | 1998-05-10 | 1 | -4/+2 |
| | | | | dependencies on *.o were complete, but this was not obvious. | ||||
* | Use rpcgen's -C option to get prototypes in nfs_prot.h. | bde | 1998-05-10 | 2 | -2/+2 |
| | |||||
* | Simplified by using new lex and yacc rules. | bde | 1998-05-04 | 1 | -17/+2 |
| | |||||
* | Fixes for using amd with non-NFSv3 servers and for choosing the right address | dfr | 1998-04-13 | 4 | -8/+58 |
| | | | | | | | for a multihomed server. PR: bin/6231, bin/4678 Submitted by: Mika Nystrom <mika@cs.caltech.edu |