hoek
902c29f476
Make the TAB key tab. Under syscons, shift-TAB also performs a backtab.
2000-05-11 00:56:55 +00:00
hoek
5715e52124
Fix a comment and actually expand \t the way the comment suggests.
2000-05-11 00:46:50 +00:00
phantom
3427f4b1fa
Corractly use .Nm and .An/.Aq macros. Replace FreeBSD with .Fx macro
...
e.
2000-05-10 15:46:27 +00:00
sheldonh
f88b7fd3fd
The printenv(1) command is now a builtin(1) in csh(1).
2000-05-09 15:02:03 +00:00
sheldonh
14e9cd73ea
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
hoek
c34d787503
Exit if we read two EOFs from the keyboard input stream. Why two and not
...
one? Just 'cause.
PR: misc/14932
2000-05-09 04:13:49 +00:00
hoek
248fe6ed25
Don't segv if viewing "#" and there is no prev-file (long-standing).
...
Staticize a variable that was meant to be static (broken in r.1.11).
PR: bin/11370 Henry Whincup <henry@techiebod.com> (for the segv)
2000-05-09 03:53:13 +00:00
kris
c23bb59143
Oops, revert previous commit
2000-05-07 09:23:37 +00:00
kris
390c965a23
Update device references.
2000-05-07 09:23:36 +00:00
obrien
1190eca23a
Add $FreeBSD$ (and test remote commits after the Freefall upgrade)
2000-05-06 01:38:24 +00:00
phk
f5e4ff159a
Remove unneeded #include <sys/buf.h>
2000-05-05 16:07:10 +00:00
phk
b78772d544
Don't include <sys/buf.h>
2000-05-05 15:41:22 +00:00
phantom
8371380f5a
These files are located under usr.bin/calendar/calendars/ru_RU.KOI8-R now
2000-05-04 11:40:15 +00:00
phantom
ba10e5ecf9
Rename calendars/ru_SU.KOI8-R to calendars/ru_RU.KOI8-R to reflect
...
locale name change (ru_SU.KOI8-R -> ru_RU.KOI8-R)
Not objected to by: ache
2000-05-04 11:35:27 +00:00
phantom
71b922fe09
Correct comments and variable names left since repo-copy
2000-05-04 11:31:16 +00:00
phantom
3978f1f2e1
Add missing $FreeBSD$ tags
2000-05-04 11:28:55 +00:00
obrien
f1e9c5e1a7
Restore this file.
...
Requested by: bde
2000-05-02 21:53:52 +00:00
obrien
fac899d830
Add descriptions of the nm(1aout) keywords and their meanings.
...
PR: docs/17269
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
2000-05-02 20:21:49 +00:00
obrien
906851c701
nm.1aout is used here now.
2000-05-02 20:17:01 +00:00
hoek
f5ba33365e
Fix a long vs. int problem that was fatal on i386s with 64bit longs (but
...
not alphas with 64bit longs).
Submitted by: bde (a while ago)
2000-05-02 02:36:03 +00:00
peter
2af5c3f860
Remove the undocumented semconfig() system calls. These cause more trouble
...
than they are worth.
2000-05-01 10:49:41 +00:00
nik
decea903c2
Remove reference to bsd2dos command, refer to fconv and similar.
...
PR: docs/17101
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-04-30 22:45:13 +00:00
nik
ed7c0d764b
Add descriptions of the nm(1) keywords and their meanings.
...
PR: docs/17269
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
2000-04-30 22:44:05 +00:00
obrien
bd16c8f77a
Default device not longer uses the "r" raw prefix.
2000-04-26 11:34:52 +00:00
sheldonh
b127a3b821
Add braces to avoid ambiguity in a nested conditional (silences a gcc
...
warning).
2000-04-26 10:38:19 +00:00
obrien
3db17d5997
Unbreak for the case where ``make obj'' was run first.
2000-04-26 07:00:46 +00:00
wollman
0da05adfcf
Hello, getconf. This is a slight reinvention of the
...
wheel^H^H^H^H^HPOSIX.2 and X/Open utility, and rather
more complicated than necessary.
2000-04-26 02:36:54 +00:00
sheldonh
7dbc44ea92
Fix excessive use of parenthesis in previous commit.
...
Requested by: bde
2000-04-25 08:59:51 +00:00
markm
639d2aa33f
Use Garrett's new (clearer) names.
2000-04-23 14:18:18 +00:00
cracauer
582b546eb7
Remove redundat extern declaration
2000-04-20 09:31:54 +00:00
jlemon
d8e2bb35d5
Change <event.h> --> <sys/event.h>
2000-04-18 16:56:55 +00:00
joerg
059059da44
No such thing like `southamericarand' when Rand is the currency of ZA...
2000-04-18 16:37:43 +00:00
obrien
676fba7784
* I goofed and didn't break sentances the right way.
...
* Make the option arguments format better
* Fix mispelling
Submitted by: ru
2000-04-18 16:25:51 +00:00
obrien
0eac6bbc67
Change our ELF binary branding to something more acceptable to the Binutils
...
maintainers.
After we established our branding method of writing upto 8 characters of
the OS name into the ELF header in the padding; the Binutils maintainers
and/or SCO (as USL) decided that instead the ELF header should grow two new
fields -- EI_OSABI and EI_ABIVERSION. Each of these are an 8-bit unsigned
integer. SCO has assigned official values for the EI_OSABI field. In
addition to this, the Binutils maintainers and NetBSD decided that a better
ELF branding method was to include ABI information in a ".note" ELF
section.
With this set of changes, we will now create ELF binaries branded using
both "official" methods. Due to the complexity of adding a section to a
binary, binaries branded with ``brandelf'' will only brand using the
EI_OSABI method. Also due to the complexity of pulling a section out of an
ELF file vs. poking around in the ELF header, our image activator only
looks at the EI_OSABI header field.
Note that a new kernel can still properly load old binaries except for
Linux static binaries branded in our old method.
*
* For a short period of time, ``ld'' will also brand ELF binaries
* using our old method. This is so people can still use kernel.old
* with a new world. This support will be removed before 5.0-RELEASE,
* and may not last anywhere upto the actual release. My expiration
* time for this is about 6mo.
*
2000-04-18 02:39:26 +00:00
jlemon
60301c6348
Change tail to use kqueue/kevent to obtain a notification when
...
the file changes (when doing tail -{f|F}).
2000-04-16 19:04:49 +00:00
jlemon
f903fac30d
Do not pull in <sys/select.h>, it isn't required.
2000-04-16 17:34:33 +00:00
imp
4721d7ef43
#include <errno.h> where needed. Kill extern int errno;.
...
Minor warnings in tip corrected.
2000-04-14 06:39:19 +00:00
sheldonh
2ae0158f08
Do not issue a warning when chflags() fails with EOPNOTSUPP.
...
PR: 17875
Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
2000-04-13 09:39:29 +00:00
sheldonh
0875731adb
Use an MD5 checksum to test for file changes; the previous method
...
of using file mtimes could result in chpasss(1) erroneously
detecting that no changes were made for non-interactive edits.
PR: 4238
Reported by: Jens Schweikhardt <schweikh@noc.dfn.de>
Submitted by: Daniel Hagan <dhagan@cs.vt.edu>
2000-04-12 08:49:14 +00:00
green
aa7e4f0b1b
Add a new options: -m enables searching for memory-mapped files.
...
It is not default because it's an expensive option by nature, making the
search take 2-3 times as long.
PR: 17555
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
2000-04-05 05:45:40 +00:00
bde
977296812a
Fixed prototype for setflags(). setflags() returns int, not u_long,
...
and "extern" in function prototypes is a style bug. The type mismatch
broke chflags(1) on i386's with 64-bit longs and may have broken it on
alphas.
2000-04-04 14:12:35 +00:00
jdp
609dd90b56
Document that the flags can be specified as an octal number.
2000-04-03 22:10:58 +00:00
steve
e963b3d27c
The FreeBSD/Sparc64 port will also have an __ELF_WORD_SIZE of 64.
2000-04-02 20:22:04 +00:00
bsd
66b7eaeb75
Fix a bug in rsh that caused the remote process to hang waiting on
...
input even if the '-n' flag to rsh is used. The write side of the
socket should be closed to allow the remote process to see EOF.
Submitted by: Brad Chisholm <sasblc@unx.sas.com>
2000-04-01 00:14:50 +00:00
nectar
2bfd3498b2
Instead of checking for a non-zero return value from kvm_read, check
...
whether we read as many bytes as we expected.
2000-03-31 15:02:10 +00:00
sheldonh
98310ba5f0
While I'm in here, remove an unused variable.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
2000-03-30 09:23:28 +00:00
sheldonh
21bd5ff01f
Fix buffer overflow copying the ``kernel'' command-line argument into
...
buffers. The buffers have been resized from the irrelevant BUFSIZ
to the more relevant MAXPATHLEN + 1.
Reported by: Mike Heffner <spock@techfour.net>
2000-03-29 17:22:10 +00:00
sheldonh
2990034f0b
Cross-reference ldd(1) in rtld(1) and vice versa.
2000-03-28 09:01:04 +00:00
charnier
5a4abe1599
Get rid of hard sentence break
...
Asked by: Sheldon
2000-03-27 20:38:21 +00:00
charnier
d5a26c7dfe
More rusers to .Nm convertion
...
Some of them found by: Sheldon
2000-03-27 20:36:55 +00:00