hoek
62b5c805cd
Allow bookmarks to cross files.
2000-05-14 03:30:59 +00:00
hoek
a61f15f801
Backout previous commit to this file: it dies in buildworld environment.
...
I probably forgot to put an ${.OBJDIR} somewhere. I'll redo the change
later when I get a chance to test that thesis.
2000-05-12 18:10:17 +00:00
hoek
37a80cf698
Improve hack from previous commit to this file: exit if we get successive
...
EOFs from reading stderr (eg. not from argv[1]).
2000-05-12 04:04:27 +00:00
hoek
d2117fd239
Use termcap(5) function key sequences rather than hardcoding for syscons.
...
Now page-up/down work from xterms.
2000-05-12 04:02:13 +00:00
hoek
c63e37b76a
Create magic variables that return termcap(5) strings for function keys.
2000-05-12 04:00:23 +00:00
hoek
229d753306
Fix an uncommon bug that would cause us to stop accepting input if the
...
user entered a command that filled exactly the remaining screen width.
2000-05-12 03:53:38 +00:00
hoek
b0b1d15686
Only main.c depends on defrc.h
2000-05-12 03:52:03 +00:00
nsayer
5895ba5618
Small style fix '=' -> ' = '
2000-05-11 20:15:16 +00:00
nsayer
277ddd560d
Fix compatibility issue in sed. Do so by explicitely adding a
...
newline to the end of any -e argument.
PR: bin/18474
2000-05-11 17:01:52 +00:00
hoek
6f11a28f36
Unwind state on malloc() failure more carefully: avoids memory leak.
2000-05-11 14:57:26 +00:00
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