aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: turn on libc_r for amd64. This is just the ifdef __amd64__ stuff andPeter Wemm2003-06-021-1/+1
| | | | | | | | | removing the exclusion for amd64 from the Makefiles. Approved by: re (scottl) Notes: svn path=/releng/5.1/; revision=115741
* Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compilerPeter Wemm2003-05-251-4/+1
| | | | | | | | | | | error) on amd64 when doing pointer subtraction. This bug is already fixed in gcc-3.3 (waiting for after the branch), and the hack will be backed out at the first opportunity. This is in the ipv6 code path. Approved by: re (scottl) Notes: svn path=/head/; revision=115303
* no libc_r on amd64 yet -> no pppctl.Peter Wemm2003-05-241-1/+1
| | | | | | | Approved by: re (safe amd64 changes) Notes: svn path=/head/; revision=115286
* Add __amd64__ to an ifdef set so that pppd compiles. Reactivate on amd64.Peter Wemm2003-05-121-2/+2
| | | | | | | Approved by: re (amd64 "safe" ifdefs etc) Notes: svn path=/head/; revision=114954
* Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64.Peter Wemm2003-05-091-2/+5
| | | | Notes: svn path=/head/; revision=114863
* These are no longer needed after tw is gone.Warner Losh2003-04-271-1/+0
| | | | | | | Approved by: re@ (scottl) Notes: svn path=/head/; revision=114111
* Diskinfo is a small program to access the basic properties of a disk device:Poul-Henning Kamp2003-04-091-0/+1
| | | | | | | | | | sectorsize, mediasize etc. It also contains a small and naïve benchmark which reports on seek and transfer performance. Notes: svn path=/head/; revision=113287
* o Add jls(8) for listing active jails.Mike Barcroft2003-04-091-0/+2
| | | | | | | | | | o Add jexec(8) to execute a command in an existing jail. o Add -j option for killall(1) to kill all processes in a specified jail. o Add -i option to jail(8) to output jail ID of newly created jail. Notes: svn path=/head/; revision=113277
* Add a rudimentary gstat(8) to the system.Poul-Henning Kamp2003-03-201-0/+1
| | | | | | | | This is a small curses based program which shows the diskactivity inside GEOM. Notes: svn path=/head/; revision=112444
* Revert rev. 1.244 change -- only build kgzip(8) on i386.Ruslan Ermilov2003-03-111-1/+1
| | | | | | | (The cross-release needs will be satisfied another way.) Notes: svn path=/head/; revision=112088
* Some things don't build for PowerPC yet.David E. O'Brien2003-02-211-1/+5
| | | | | | | List from: benno Notes: svn path=/head/; revision=111204
* Always build kgzip(8); needed to cross-release i386.Ruslan Ermilov2003-02-041-1/+1
| | | | Notes: svn path=/head/; revision=110331
* pccardd and pccardc are for i386 and pc98 only. Don't build them onWarner Losh2003-01-211-1/+1
| | | | | | | | | other architectures. Pointed out by: peter Notes: svn path=/head/; revision=109622
* Enable pppctl(8) on ia64.Marcel Moolenaar2003-01-061-1/+1
| | | | Notes: svn path=/head/; revision=108754
* Build pppctl on sparc64, now that we have libc_r.Thomas Moestl2003-01-051-1/+1
| | | | Notes: svn path=/head/; revision=108743
* Import FireWire userland utility.Hidetoshi Shimokawa2002-12-301-0/+1
| | | | Notes: svn path=/head/; revision=108441
* Move elf2aout back to /usr/bin -- it is a general development tool, notDavid E. O'Brien2002-12-301-1/+0
| | | | | | | a sysadmin tool. Notes: svn path=/head/; revision=108439
* Build sysinstall on sparc64.Jake Burkholder2002-11-011-5/+1
| | | | Notes: svn path=/head/; revision=106299
* Un-remove sysinstall for ia64.Peter Wemm2002-10-271-1/+2
| | | | Notes: svn path=/head/; revision=106009
* Explicitly list architectures supporting sysinstallPoul-Henning Kamp2002-10-251-1/+4
| | | | Notes: svn path=/head/; revision=105942
* Introduce simple command line tools to manage MAC labels on processes andRobert Watson2002-10-231-0/+4
| | | | | | | | | | | | files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3). Man pages to be updated shortly. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=105756
* Connect ofwdump to the sparc64 build.Thomas Moestl2002-10-181-0/+4
| | | | Notes: svn path=/head/; revision=105402
* Pppctl seems to compile again nowJulian Elischer2002-09-191-1/+1
| | | | Notes: svn path=/head/; revision=103628
* Add i386 to the list of architectures that libc_r is broken on. ThisPeter Wemm2002-09-171-1/+1
| | | | | | | | effectively removes pppctl from the build for now. It only compiles on alpha now (now ironic). Notes: svn path=/head/; revision=103462
* Switch over to the new EA manipulation utilities.Poul-Henning Kamp2002-09-021-2/+1
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=102858
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+1
| | | | | | | | | | | | | kernel access control. Provide ugidfw, a utility to manage the ruleset provided by mac_bsdextended. Similar to ipfw, only for uids/gids and files. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=101209
* Hook nfsd and mountd back into the build in /usr/sbin, where they make moreGordon Tetlow2002-07-071-0/+2
| | | | | | | | | | | | | sense. Since portmap/rpcbind is in /usr/sbin it doesn't make any sense for nfsd and mountd to be in /sbin. For the record, NetBSD has them in /usr/sbin while OpenBSD has them in /sbin PR: bin/30972 Reviewed by: jake (mentor) Notes: svn path=/head/; revision=99549
* Don't install obsolete gifconfig(8). Please use ifconfig(8) instead.Hajimu UMEMOTO2002-06-151-1/+0
| | | | Notes: svn path=/head/; revision=98260
* Don't install obsolete prefix(8). We now have `ifconfig eui64'.Hajimu UMEMOTO2002-06-151-1/+0
| | | | Notes: svn path=/head/; revision=98259
* We don't build libc_r on sparc64 for the moment.Ruslan Ermilov2002-05-311-1/+1
| | | | Notes: svn path=/head/; revision=97679
* Put on peril sensitive sunglasses and turn C++ stuff back on.Peter Wemm2002-05-291-3/+0
| | | | Notes: svn path=/head/; revision=97435
* Move elf2aout to usr.sbin/.Ruslan Ermilov2002-05-251-0/+1
| | | | | | | Approved by: jake Notes: svn path=/head/; revision=97279
* Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.David E. O'Brien2002-05-101-0/+3
| | | | Notes: svn path=/head/; revision=96302
* sysinstall compiles on sparc64.Jake Burkholder2002-04-201-4/+1
| | | | Notes: svn path=/head/; revision=95131
* Reactivate sysinstall, it does work on ia64.Peter Wemm2002-04-081-1/+1
| | | | Notes: svn path=/head/; revision=94246
* Sysinstall does not work on ia64 and sparc64 yet. :-)David E. O'Brien2002-04-081-1/+4
| | | | Notes: svn path=/head/; revision=94233
* Send diskpart to the eternal storage device (SMD probably :-) wherePoul-Henning Kamp2002-04-021-1/+0
| | | | | | | it belongs. Notes: svn path=/head/; revision=93652
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217Ruslan Ermilov2002-03-211-3/+7
| | | | | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.) Notes: svn path=/head/; revision=92868
* Remove ipftest until the committer can actually test his changes.David E. O'Brien2002-03-201-1/+0
| | | | Notes: svn path=/head/; revision=92737
* Revert previous revision; sysinstall should build fine now even when cross-Dag-Erling Smørgrav2002-03-151-4/+1
| | | | | | | | building, plus ru says the previous revision didn't actually achieve what it was meant to achieve. Notes: svn path=/head/; revision=92362
* Don't try to cross-build sysinstall.Dag-Erling Smørgrav2002-03-121-1/+4
| | | | Notes: svn path=/head/; revision=92162
* Add editmap, a new utility which comes with sendmail 8.12 for editing maps inGregory Neil Shapiro2002-02-171-1/+2
| | | | | | | place. Notes: svn path=/head/; revision=90797
* Revert rev 1.211, kernel building assistants should live in /sysDavid E. O'Brien2002-02-111-1/+0
| | | | Notes: svn path=/head/; revision=90543
* Turn on makeobjops.David E. O'Brien2002-02-111-0/+1
| | | | Notes: svn path=/head/; revision=90541
* Exclude pppctl on ia64 due to libc_r. I had been building withPeter Wemm2001-11-041-1/+1
| | | | | | | -DNOLIBC_R, but this is a little safer. Notes: svn path=/head/; revision=86002
* ia64 support: move pnpinfo to i386 and alpha sections for now. i386 hasPeter Wemm2001-10-231-3/+7
| | | | | | | | | | native inb/outb etc, and alpha has libio. ia64 doesn't have any yet. move pppctl to the NOLIBC_R section (libc_r is not possible on ia64 in its present form due to assumptions about setjmp/longjmp magic) Notes: svn path=/head/; revision=85354
* Add kldxref(8), for maintaining the linker.hints file for translatingPeter Wemm2001-09-111-0/+1
| | | | | | | | | module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks) Notes: svn path=/head/; revision=83322
* Add a new utility that runs an executable detached from theMike Barcroft2001-08-301-0/+1
| | | | | | | | | | controlling terminal. Discussed on: -hackers Obtained from: BSD/OS Notes: svn path=/head/; revision=82547
* Remove `diskcheckd'. It is now in ports/sysutils.David E. O'Brien2001-08-281-1/+0
| | | | | | | Consensus on: freebsd-current. Notes: svn path=/head/; revision=82476
* Correct path (../crypto, not ../../crypto)Peter Wemm2001-08-181-5/+2
| | | | Notes: svn path=/head/; revision=81878