summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Work around a gcc bug (causing false warnings about integral constant being ↵tegge1997-06-121-0/+11
| | | | too large, even when the integral constant was e.g. 1).
* Add yet one holidayache1997-06-112-2/+4
|
* Meg -> Mbytesdg1997-06-101-1/+1
| | | | | PR: 3829 Submitted by: Josh Gilliam <josh@quick.net>
* Fix the man page's title (.Dt).max1997-06-021-1/+1
| | | | (It has been ``SKEY.ACCESS''.)
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-1/+4
| | | | | | | | | | | | | | | | | | These changes add the ability to specify that a UFS file/directory cannot be unlinked. This is basically a scaled back version of the IMMUTABLE flag. The reason is to allow an administrator to create a directory hierarchy that a group of users can arbitrarily add/delete files from, but that the hierarchy itself is safe from removal by them. If the NOUNLINK definition is set to 0 then this results in no change to what happens normally. (and results in identical binary (in the kernel)). It can be proven that if this bit is never set by the admin, no new behaviour is introduced.. Several "good idea" comments from reviewers plus one grumble about creeping featurism. This code is in production in 2.2 based systems
* Now understand password in ftp:// URLsache1997-05-311-25/+34
|
* Grr... curse my fumble-fingered hide: logmane -> lognamewpaul1997-05-291-2/+2
| | | | | Inscribed onto my chest with razor blades and then doused with lemon juice by: Jason Young <doogie@forbidden-donut.anet-stl.com>
* Activate new Secure RPC programs.wpaul1997-05-281-6/+6
|
* This commit was generated by cvs2svn to compensate for changes in r26244,wpaul1997-05-283-0/+122
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r26242,wpaul1997-05-283-0/+115
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r26240,wpaul1997-05-283-0/+323
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r26238,wpaul1997-05-285-0/+796
| | | | which included commits to RCS files with non-trunk default branches.
* Typo fix.max1997-05-251-2/+3
| | | | | PR: 3684 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Remove some quite bogus code that tried to find subnet names but insteadphk1997-05-251-29/+5
| | | | spammed named with bogus queries.
* Bootstrap aid from older releases.. 'make world' can't build xinstallpeter1997-05-241-1/+6
| | | | | | | | until the includes are installed, and it doesn't install the includes until xinstall is built (the previous xinstall binary may not have -C). As a bandaid, define MAP_FAILED ourselves if <sys/mman.h> didn't. Perhaps it would be safer to simply disable mmap if all the prerequisites are not there.
* Move libmd after all libraries to keep natural libraries orderache1997-05-231-3/+3
|
* Restore backwards compatible default behavior for requirehomepst1997-05-231-1/+1
|
* Spelling correction (`1 bytes' is now printed `1 byte')charnier1997-05-221-2/+3
| | | | | PR: bin/3376 Submitted by: me
* Fill out the ELF header files to make them more or less complete.jdp1997-05-211-10/+10
| | | | | Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h.
* Eliminate a variable that is set but never used.jdp1997-05-191-5/+4
|
* Mention that "-P" is the default.jdp1997-05-191-1/+2
|
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-2/+2
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Add locale-independent control checks for security reasonache1997-05-141-2/+4
|
* Add back the description of the -o option.steve1997-05-141-1/+13
| | | | Threatened PR by: Tim Vanderhoek :)
* Localize itache1997-05-131-0/+3
|
* Make the META tag specifying the document character set the firstjfieber1997-05-121-8/+8
| | | | thing in the HEAD element.
* Typo fix.max1997-05-112-3/+3
| | | | | PR: 3570 Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Include types.h before libutil.hjkh1997-05-111-0/+1
|
* Use HTML 3.2 Final for the HTML doctype declaration.jfieber1997-05-101-2/+2
|
* login_getclass() -> login_getpwclass()davidn1997-05-101-2/+2
|
* login_getclass() -> login_getpwclass().davidn1997-05-101-2/+2
|
* login_getclass() -> login_getpwclass().davidn1997-05-101-497/+490
| | | | | | Updated (incorrect) entry for bash [-v]. Remove unused support for long rlim_t. Added "bash2" to bash style ulimit handling.
* login_getclass() -> login_getpwclass().davidn1997-05-101-2/+2
| | | | auth_rmfiles() was being called in error without LOGIN_CAP_AUTH defined.
* Add the new ipx statistics variables.jhay1997-05-103-26/+26
| | | | | | | Remove the dns lookup code in the ipx functions. That is bogus and slows things like netstat -r(f ipx) down, without gaining anything. Remove the ipx error protocol statistics.
* 1) Remove latex support.jfieber1997-05-102-126/+89
| | | | | | | | | 2) Remove -ssi option, the -hdr and -ftr options are a more flexible solution. 3) Make docbook support work better. 4) Document docbook support. 5) Add an -e option to specify encoding for generated HTML files, eg -e EUC-JP adds an appropriate <META> tag in the <HEAD> element.
* Specify the full path of units.lib in the FILES section.alex1997-05-061-2/+2
|
* From the PR:eivind1997-05-041-2/+2
| | | | | | | | | | ipcs -T' shows system information about shared memory, message queues and semaphores. But the manual description does not mention semapores. Now it does. PR: docs/3489 Submitted by: k-horik@yk.rim.or.jp
* Minor typo.max1997-05-021-2/+2
| | | | | PR: 3472 Submitted by: Josh Gilliam <soil@quick.net>
* Change holiday name to official oneache1997-05-012-6/+6
|
* add md5(1) to SEE ALSO section.jmg1997-04-291-1/+3
| | | | | Closes PR#3409 Submitted-by: Josh Gilliam
* #include <stdlib.h> in the C++ case and declare getenv and reallocsteve1997-04-291-1/+11
| | | | | | | in the C case so that we don't have to depend on stdlib.h being present. Submitted by: Bruce Evans <bde@freefall.freebsd.org>
* Keep style consistent.steve1997-04-291-7/+7
| | | | Submitted by: Bruce Evans <bde@freefall.freebsd.org>
* Fix problems using -Wwrite-strings and -Wcast-qual with yacc generatedsteve1997-04-282-16/+8
| | | | | | parsers. Closes PR #2792. Submitted by: Tim Vanderhoek
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)jmg1997-04-2710-90/+125
| | | | | add missing Id's other minor clean ups
* Typo.max1997-04-252-2/+2
| | | | | PR: 3385 Submitted by: Josh Gilliam <soil@quick.net>
* Install f2c.hjmz1997-04-241-0/+4
| | | | Reviewed by: bde
* Even better fix: use close(fileno(mfp)); to close unneded descriptorache1997-04-231-1/+2
| | | | and not clobber memory by fclose().
* Better fix: return vfork() again, but remove clobbering fclose()ache1997-04-231-4/+3
| | | | and use _exit() instead of exit()
* Replace vfork() by fork(), vfork() usage is totally bogus in this context.ache1997-04-231-2/+2
| | | | | This program don't bother to do even minimal vfork() support as per vfork(2) manpage required.
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRbde1997-04-232-2/+1
| | | | set to something other than "/" now actually works.
OpenPOWER on IntegriCloud