summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: use precise width specifier.ru2002-03-151-1/+1
|
* NAI DBA update.rwatson2002-03-144-4/+4
|
* 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31,markm2002-03-071-1/+2
| | | | | | | | thus breaking systems with unpolluted <sys/stat.h>'s. 2) Back out an initialisation of a variable in BSS. Reported by: bde (1), many(2)
* Log:maxim2002-03-061-10/+6
| | | | | | | | | | | Remove eaccess(2) absence workaround. Add eaccess(2) checks for FILRD, FILWR, FILEX and FILEXIST cases. We cannot MFC this because there is no eaccess(2) in -stable yet. PR: bin/35076 Reviewed by: ru Approved by: ru
* Use ANSI-99 int names (uintXX_t) over traditional BSD int namesimp2002-03-051-5/+6
| | | | (u_intXX_t).
* Use NLSLINKS to setup symbolic links in NLS areaphantom2002-03-041-27/+10
|
* This file is not used anymorephantom2002-03-041-17/+0
|
* Use bsd.nls.mk for building/installing NLS filesphantom2002-03-0411-185/+48
| | | | XXX: links handling simplify
* clarify code:alfred2002-03-041-6/+19
| | | | | | | add comments. don't get the length of each arg passed, only the last one. check against == or != NULL rather than using a pointer value as truth test.
* Update STANDARDS section on rm(1) to reflect current conformance.dwhite2002-03-021-16/+2
| | | | PR: 35471
* Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit localesache2002-02-281-1/+1
| | | | PR: 35421
* Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemsobomax2002-02-251-1/+1
| | | | | | | call returns `EISDIR', not `EEXIST', so that be prepared for that. This should fix number of ports, that often call `mkdir -p //usr/local/foobar'. This is just a quick workaround, the real fix would be either to avoid calling mkdir("/", ...) or fix VFS code to return consistent errno for this case.
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-2/+1
| | | | | | depending on namespace pollution 2 layers deep in <sys/stat.h>. Removed unused includes.
* Fixed unsorting.bde2002-02-231-6/+6
|
* Fixed some style bugs in revs 1.1 and 1.4.bde2002-02-231-4/+4
|
* ANSIfy.markm2002-02-221-1/+1
|
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-224-21/+20
|
* Fix a boatload of warnings inspired by lint, a commercial lintmarkm2002-02-221-16/+14
| | | | and WARNS=4.
* Warnings fixes.markm2002-02-221-1/+2
|
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-223-6/+10
|
* Partially fix (well, work around) warnings inspired by lint, amarkm2002-02-221-2/+2
| | | | commercial lint and WARNS=4.
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-2/+3
|
* Warnings fixes inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-5/+4
|
* Warning fix. Enter into the spirit of getopt(3) a bit more.markm2002-02-221-0/+2
|
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-227-36/+35
|
* Fix warnings inspired by lint, a commercial lint and WARNS=4markm2002-02-221-9/+8
|
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepdillon2002-02-215-3/+34
| | | | | | functionality and make it the default. With additional improvements by: Mark Peek <mp@FreeBSD.org>
* Remove extraneous blank linejedgar2002-02-191-1/+0
|
* Use acl_dup() to duplicate an ACL instead of rolling our ownjedgar2002-02-191-14/+2
|
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-192-0/+4
| | | | | | | and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp
* Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition andimp2002-02-183-14/+1
| | | | include stdlib.h for NULL.
* Update build infrastructure for sendmail 8.12.gshapiro2002-02-171-7/+13
|
* When blocked on a mutex, display the mutex name via the wchan string fielddillon2002-02-161-1/+4
| | | | | so we can at least tell the difference between being blocked in Giant and being blocked in some other mutex.
* Document the 'M' state.des2002-02-161-0/+2
|
* Move user_from_uid to pwd.himp2002-02-142-0/+4
| | | | | | | | | | | | | Move group_from_gid to grp.h Remove from stdlib.h Make the prototypes match the code Fix rm and mv to include new files. NetBSD has these defined in those files, and others too that I've not done. Approved by: terminal room kabal Reviewed by: jhb, phk
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.mp2002-02-121-0/+3
| | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days
* Repo-copied `src/bin/pwd/realpath.1' to `src/bin/realpath/realpath.1',mike2002-02-111-68/+0
| | | | as part of the move to seperate realpath(1) into its own directory.
* o Remove old code from pwd(1); realpath(1) is now in its own directory.mike2002-02-113-19/+4
| | | | | o Fix some unordered includes in pwd(1). o Connect realpath(1) to the build.
* Move the realpath(1) source into its own directory. Previously, itmike2002-02-112-0/+74
| | | | shared sources with pwd(1).
* Use the getprogname(3) function instead of directly accessingmike2002-02-101-4/+2
| | | | | | `__progname'. Submitted by: dd
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Correct a logic bug that snuck in and broke multiplication of off_ts.green2002-02-071-1/+1
|
* Fix the race between the stat() and the mkdir().zarzycki2002-02-051-16/+19
| | | | Reviewed by: jkh
* Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) wouldmike2002-02-042-28/+84
| | | | | | | | complain about paths starting with `-', by not calling getopt(3). Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Obtained from: NetBSD (partially) MFC after: 1 month
* Correct inadvertent style botches in previous commit.kris2002-02-045-11/+7
|
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-0410-1/+16
| | | | Tested on i386 and alpha.
* __printflike() should really be __printf0like() since verrx() cankris2002-02-041-1/+1
| | | | accept a NULL format string.
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1kris2002-02-041-1/+2
|
* Use __FBSDID() and clean up the vendor tags.markm2002-02-035-21/+27
|
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.markm2002-02-037-72/+84
|
OpenPOWER on IntegriCloud