summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the RPC 64-bit integer type ``hyper''.obrien1998-09-081-2/+2
|
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-077-209/+346
| | | | | | | | | | | the executable file, so it will work for both a.out and ELF format files. I have split the object format specific code into separate source files. It's cleaner than it was before, but it's still pretty crufty. Don't cheat on your make world for this update. A lot of things have to be rebuilt for it to work, including the compiler and all of the profiled libraries.
* Make the builtin unix macro work as it should (well like Solaris's,steve1998-09-071-1/+5
| | | | GNU's, and OSF1's).
* Correct zsh shell script entry.cracauer1998-09-071-2/+2
| | | | | PR: bin/7657 Submitted by: Dom Mitchell dom@phmit.demon.co.uk
* Install the legacy man file in section 1aout.jb1998-09-076-1/+6
|
* Use a default execution type if none of the listed ones match. Thissef1998-09-071-1/+10
| | | | | uses the first type listed in the array as the default type. This isn't perfect, but I thought it would be better than nothing.
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-053-31/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a port so there is nothing to be done on that side now. Approved by: jkh === To: "Jordan K. Hubbard" <jkh@time.cdrom.com> cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued) From: David Greenman <dg@root.com> Date: Sun, 03 Aug 1997 20:23:31 -0700 >decision is, I'll respect it. Another chance to architect people's principles...I can hardly wait. Seems quite appropriate for a Sunday - I just need to get one of those collection plates (and money envelopes) so I can profit, too. :-) Tcl stays in /usr/src for now, but it needs to be kept up to date; same for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0, then tcl will be yanked prior to the 3.0 release (and made into a port). As for the ports tree only supporting the last FreeBSD release, this seems sensible to me. The "ports" have always been a moving target between releases and the problem is only going to get worse when we expand to supporting other processor architectures. In any case, Satoshi is and always has been in charge of the ports tree and whatever he wants to do with it (within reason :-)) is his decision. Does this cover the issue completely? I admit to deleting messages in this thread with unusual fervor (people have FAR too much time on their hands!). There's a fair bit of reasoning behind the above, but since everyone is sick of arguing about this, I'll spare you the analysis. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-052-2/+2
|
* Add -lcrypt when building kerberos.jb1998-09-052-6/+6
|
* revert back to rev 1.5obrien1998-09-041-1/+0
|
* Bump up the E_SHELL constant after an extra field was added, thus makingmarkm1998-09-031-1/+1
| | | | | this refer to the wrong data. Submitted by: axl@iafrica.com (Sheldon Hearn)
* Removed a buggy ifdef for not linking libmd explicitly. Explicitbde1998-09-021-9/+3
| | | | | | | linkage is needed for the NOSHARED=YES case, so it is simplest to never depend on the automagic linkage for elf shared libraries. Reviewed by: jdp
* Cut-n-paste fub.obrien1998-09-021-2/+2
| | | | Noticed by: bde
* Diagnostic rewritten in English.wosch1998-09-021-3/+3
| | | | Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
* Sort cross references.wosch1998-08-312-3/+3
|
* Support multiple databases. For examplewosch1998-08-312-25/+25
| | | | $ look miau dict1 dict2 dict3
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.jkoshy1998-08-311-1/+1
|
* The elf build wants to link against libcrypt.jb1998-08-312-4/+4
|
* Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.jb1998-08-301-3/+3
| | | | Suggested by: jdp
* Split lines into one subdir per line.gpalmer1998-08-301-23/+202
|
* Fix a bug which caused ldd to execute scripts listed on its commandjdp1998-08-301-29/+28
| | | | | | | | line, instead of skipping them. Also make a few minor cleanups. PR: bin/7783
* Typo fix: garbeld -> garbledsteve1998-08-301-2/+2
| | | | | PR: 7784 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Add $Id$gpalmer1998-08-301-0/+1
|
* PR: bin/5596wosch1998-08-301-14/+24
| | | | | Change the diagnostic if there were no matching processes owned by you.
* Still need -lmd on the alpha as it doesn't have shlibs yetgpalmer1998-08-301-1/+1
|
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-302-3/+3
|
* Fixed anachronisms (nuked vfs type number; don't give a 1/6-baked listbde1998-08-292-18/+13
| | | | of vfs flags in the man page).
* Add option `-n', causing system headers not to be included in dependacyobrien1998-08-293-3/+17
| | | | | | lists. This is needed when using a non-stock compiler.
* Delete trailing space that may have caused problemsgpalmer1998-08-261-2/+2
|
* Move kdump & ktrace out of i386 specific section.gpalmer1998-08-261-5/+4
|
* Check the text segment size of the executable and the process. Ifwosch1998-08-242-2/+18
| | | | | | | | | | not equal, the command line arguments are wrong. E.g.: $./gcore /bin/sh 1761 $ ./gcore /usr/tmp/chroot/bin/sh 1761 gcore: The executable /usr/tmp/chroot/bin/sh does not belong to process 1761! Text segment size (in bytes): executable 303104, process 294912
* When exiting on SIGINT, exit with signal statuscracauer1998-08-246-11/+31
|
* The host commandline option is -h and not -s.steve1998-08-241-2/+2
| | | | | PR: 7703 Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
* Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTSgpalmer1998-08-231-1/+3
|
* Add "-P" display the id as a password file entry.obrien1998-08-212-6/+40
| | | | Submitted by: terry
* Change casts from int to u_long and formats from %x to %lx.jb1998-08-181-6/+7
| | | | | | | | Didn't fix the alignment of the output fields on alpha where addresses require 16 characters to print. Added a dummy field to the pt_u union to help the alpha compiler align the u_sa field in a suiable way.
* Change a variable from int to size_t.jb1998-08-181-3/+3
|
* More programs that build on alpha now.jb1998-08-181-9/+9
|
* The selection of a default object format is based on OBJFORMAT, notjb1998-08-181-1/+1
| | | | BINFORMAT.
* Make this internal build tool static to avoid trying to use sharedjb1998-08-175-0/+5
| | | | libraries before the shared loader has been installed.
* Remove the PATH setting.jb1998-08-171-3/+1
|
* lorder is needed on the alpha toogpalmer1998-08-171-4/+4
|
* Remove hardcoded constant in favour of login.conf value.jkoshy1998-08-171-2/+2
| | | | | PR: 6529 Submitted by: Dan Lukes <dan@obluda.cz>
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-152-2/+198
| | | | | | | | | | | the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now. This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0. Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
* Remove half the file, somehow it got doubled...phk1998-08-151-168/+1
|
* Removed explict PATH which tended to cause the *wrong* path to be usedjb1998-08-151-12/+5
| | | | | | | more often than not. Also included Doug Rabson's changes to make this script better handle the two varieties of nm output we now have.
* /usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++,phk1998-08-142-3/+3
| | | | | | | | | but flex still generates "#include <FlexLexer.h". As a result, C++ sources flex generates failed to be compiled. PR: 7575 Reviewed by: phk Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
* Submitted by: Peter Hawkins <thepish@freebsd.org>thepish1998-08-141-5/+9
| | | | Document last mod (extended gcos)
* Submitted by: Peter Hawkins <thepish@FreeBSD.org>thepish1998-08-143-4/+13
| | | | | | Add functionality for support for more than 4 subfields within gcos. chsh, chpass etc did not parse beyond the 4th field previously and so truncated gcos on updating the database.
* Merge from stable: support for the o, order, commandwosch1998-08-122-30/+178
|
OpenPOWER on IntegriCloud