summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add encounter between Flinders and Baudin.grog2002-03-131-0/+1
|
* Simple fix so the 'LOGIN FAILURE' message send to syslog will includegad2002-03-121-1/+0
| | | | | | | the correct userid, instead of random garbage. This bug does not exist in -stable. Reviewed by: freebsd-audit
* Turn back on (x)lint. It is working just fine.markm2002-03-121-0/+1
|
* Try harder to lint without nonstandard stuff.markm2002-03-111-0/+1
|
* Punt to attic file that moved in latest import.markm2002-03-111-56/+0
|
* Fix a prototype to match our headers. I am not convinced that doingmarkm2002-03-111-2/+4
| | | | | | | | this in this file is the correct way round. (Maybe our definition of __assert is wrong?) Anyway, perhaps we should revisit this later. For the time being, building lint libraries here does not blow up.
* Fix silly one line error. (Half a .if statement left behind).markm2002-03-111-1/+0
|
* Don't build xlint until surgery is finished.markm2002-03-101-1/+0
|
* Setlocale returns static buffer, don't assume it will be unchangedache2002-03-101-4/+8
| | | | Pointed by: phantom
* Add sparc64 ifdefs.jake2002-03-101-0/+3
|
* Make this build on sparc64.jake2002-03-103-0/+60
|
* Change back to using vfork() now that execvp() is vfork()-safe. If execvp()des2002-03-091-7/+10
| | | | | | | | fails, errno is saved to a volatile variable that the parent later inspects. PR: bin/34898 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> MFC after: 1 week
* Off by one error in checking max file name length.wosch2002-03-091-1/+1
|
* Slightly more efficient version of rev 1.6.obrien2002-03-071-1/+1
|
* A less intrusive version of rev 1.2.obrien2002-03-071-21/+15
|
* Slightly more efficient fix to the const problem.obrien2002-03-071-1/+1
|
* Back out part of rev 1.51. The lesser impact fix is to just removeobrien2002-03-071-11/+10
| | | | the unused global var.
* Completeley revert this to the vendor code. This is in preparation tomarkm2002-03-071-34/+15
| | | | | | doing some fixing... ...asked for by: bde
* Revert/fix the most controversial parts of the last commit:markm2002-03-071-7/+4
| | | | | | | 1) place __FBSDID() correctly IAW style(9). 2) revert (and slightly correct) a "complex" expression in an if() statement.
* Update FreeBSD SCM IDs.obrien2002-03-0739-82/+120
|
* Leave the `copyright' variable exposed, since the main purpose of itmike2002-03-074-8/+8
| | | | | | is to put a copyright in the object file. Submitted by: bde
* To quote BDE: "the k part of awk should understand the ctype macros and notobrien2002-03-061-4/+3
| | | | | | need the -funsigned-char hack." Also add needed CLEANSFILE.
* Simpler way to handling the names needed on the various platforms.obrien2002-03-061-7/+4
|
* Removed gprof4. 8-byte counters are now handled by gprof.bde2002-03-062-16/+0
|
* Belatedly OpenPAMify. I forgot this patch in last night's megacommit.des2002-03-061-2/+2
| | | | Sponsored by: DARPA, NAI Labs
* Boundary check an array holding tab stops.ru2002-03-061-0/+2
| | | | | PR: bin/35590 Submitted by: "Tim J. Robbins" <tim@robbins.dropbear.id.au>
* Support runtime specification of the history counter type by whateverbde2002-03-062-18/+51
| | | | | | | | | | | | | generated the gmon data. The support is currently limited to what is easy to implement and/or needed: signedess: signed or insigned size: 8, 16, 32 or 64 bits format: a binary integer in gprof's format (gprof is not a cross-tool). High-resolution kernel profiling uses signed 64-bit counters. Normal kernel profiling and user profiling use unsigned 16-bit counters but should use 32-bit ones.
* Fixed some misspellings of 2 as sizeof(UNIT) so that they won't breakbde2002-03-063-13/+19
| | | | | | | | | | | | | | | | | things when sizeof(UNIT) becomes a runtime parameter. The relevant 2 is the one in profil(2)'s scaling of pc's to bucket numbers: bucket = (pc - offset) / 2 * profil_scale / 65536 gprof(1) must duplicate this scaling, bug for bug compatibly, so it must first do an integer division by 2 although this mainly makes scales larger than 65536 useless. sizeof(UNIT) was already wrong in gprof4, but there were no problems because the fake profil scale is a multiple of 2. There are also some rounding bugs in the scaling, but these are only problems if profil(2) is used directly to create unusual (and not useful) scales.
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-3/+3
| | | | | | | | | applications linked with Linux-PAM will still work. Remove pam_get_pass(); OpenPAM has pam_get_authtok(). Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}(). Remove pam_set_item(3) man page as OpenPAM has its own. Sponsored by: DARPA, NAI Labs
* On the sparc64 platform we install the `1 true AWK' as "awk". On all otherobrien2002-03-051-3/+10
| | | | | | platforms we install as "nawk". At the moment Gawk is borked on sparc64, however BWK AWK works fine.
* Add the `1 true AWK' back to the mix.obrien2002-03-051-0/+1
|
* Initialize `output' in a more proper location.mike2002-03-051-2/+3
| | | | Submitted by: roam
* Fix vendor ID (mostly obtained from Rev 1.1).mike2002-03-051-7/+8
|
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.jmallett2002-03-053-29/+139
| | | | | | | | Add `-o' option to uuencode(1) to pipe the uuencoded output to an arbitrary file, instead of just stdout. Reviewed by: -standards, mike Approved by: mike
* ANSIfication, WARNS and lint cleanup.markm2002-03-041-36/+38
|
* Add support for french and german locales in tcsh's way.phantom2002-03-041-3/+6
| | | | | | | . link fr_FR.* to fr_BE, fr_CA, fr_CH . link de_DE.* to de_AT, de_CH Obtained from: src/bin/csh/nls/Makefile
* Use NLSLINKS to setup symbolic links in NLS areaphantom2002-03-041-10/+6
|
* Use bsd.nls.mk for building/installing NLS filesphantom2002-03-041-9/+5
|
* (x)lint(1) works; re-enable it.markm2002-03-031-0/+1
|
* Merge conflicts, fix Makefiles and remove (re)moved file(s).markm2002-03-0317-1328/+1598
|
* This commit was generated by cvs2svn to compensate for changes in r91586,markm2002-03-0338-546/+2343
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of NetBSD's (x)lint, snapshotted at 2002-3-3.markm2002-03-0356-1886/+4045
| |
* | Temporarily remove lint(1) from the build until the import and mergemarkm2002-03-031-1/+0
| | | | | | | | of the MFN (Merge from NetBSD) is complete.
* | Consistently refer to the trace file of ktrace as 'trfile'.keramida2002-03-031-3/+3
| | | | | | | | | | PR: docs/35361 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
* | properly handle zero length first string when doing -calfred2002-03-021-0/+1
| | | | | | | | | | PR: 34663 MFC After: 3 days
* | Add a new "-y" flag which causes the year to be included in theiedowse2002-03-012-5/+13
| | | | | | | | | | | | | | | | | | | | session start time. This is useful when looking at old or long-running wtmp files. PR: bin/12982 Obtained from: KOJIMA Hajime <kjm@rins.ryukoku.ac.jp>, keramida Reviewed by: keramida MFC after: 1 week
* | Oops, unbreak the -d and -<n> options. The `snapfound' variableiedowse2002-03-011-11/+5
| | | | | | | | | | | | needs to be retained across entries, and we need to exit(), not return from doentry() when `maxrec' reaches 0. Move the code for processing `maxrec' into printentry() for simplicity.
* | Split up the big wtmp() function to avoid long lines and codeiedowse2002-03-011-151/+153
| | | | | | | | duplication.
* | Correct St. David's day: it's celebrated outside Cardiff.grog2002-02-281-1/+1
| |
* | Fix vendor ID (mostly obtained from rev 1.1).mike2002-02-281-21/+23
| | | | | | | | | | | | Make use of `static' storage-class for local functions. Replace uses of `u_quad_t' with `uintmax_t'.
OpenPOWER on IntegriCloud