ru
d772a0faa3
mdoc(7) police: bump document date for the -p change, tidy up the markup.
2002-01-17 10:38:32 +00:00
mike
2c590ba2d9
Fix a typo introduced in the previous delta. The mistake was mine
...
rather than the submitter's.
2002-01-17 07:48:12 +00:00
ru
66616c46ce
Document fetch(1) reaction to SIGINFO.
...
PR: docs/33640
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
Approved by: des
2002-01-16 16:16:08 +00:00
ru
40760c8180
Replace reference to ANSI C draft with standard.
...
PR: docs/30731
2002-01-16 14:55:18 +00:00
ru
7aa3bf6364
yp(4) -> yp(8).
...
PR: docs/30797
2002-01-14 16:59:03 +00:00
nyan
17695fee4f
'uname -p' prints the value of hw.machine_arch instead of hw.machine.
...
Reviewed by: imp
No response from: -arch
MFC after: 3 weeks
2002-01-14 12:49:46 +00:00
mike
2624e483f0
Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some
...
minor issues in the rest of the source and manual.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
Obtained from: touch(1) (partially)
MFC after: 1 month
2002-01-13 20:21:08 +00:00
schweikh
0b6e93125f
Make substitutions in internal macros like $(@F:.o=.c) work.
...
This should not affect our build process, as
find /usr/src -name Makefile | xargs grep '@[DF]'
has no matches (other than FreeBSD.org email addresses :-)
PR: bin/24377
Submitted by: Mark Valentine <mark@thuvia.demon.co.uk>
Reviewed by: Matthew Emmerton <matt@gsicomp.on.ca>
MFC after: 4 weeks
2002-01-12 10:45:27 +00:00
ru
6540e7cdd9
Don't format lines that look like troff requests, for
...
compatibility with old fmt(1). New option -n permits
formatting of lines beginning with a dot character.
PR: bin/31392
MFC after: 3 days
2002-01-11 19:06:48 +00:00
ru
873c69d70d
mdoc(7) police: oops, forgot about those interim XXX'es.
2002-01-10 14:27:04 +00:00
ru
dfa717614b
mdoc(7) police: tidy up.
2002-01-10 14:25:34 +00:00
keramida
4233d5966d
- Add 4-digit year variants in the manpage, since at(1) already
...
understands them.
PR: docs/32843
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2002-01-10 08:21:31 +00:00
jhb
a7132b44c4
Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.
...
Requested by: bde
2002-01-08 11:08:20 +00:00
jhb
2cbaa6fc05
Remove gcc specific compiler flags, at least one of which doesn't work with
...
gcc 3.0.2. (-fstrict-prototypes)
2002-01-08 08:53:12 +00:00
jhb
ff81f861a6
Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a
...
cross-build environment.
2002-01-08 08:13:23 +00:00
ps
f3fb9d1f7d
Update for less v371
2002-01-07 20:37:33 +00:00
tg
e8a5c08369
Add some missing years, fix Bach's birthday entry.
2002-01-07 13:35:31 +00:00
grog
9b91427696
Remove duplicate entry for Descartes.
...
PR: 33630
Submitted by: Christopher Elkins <chrise@scardini.com>
MFC after: 2 weeks
2002-01-07 05:07:03 +00:00
dwmalone
48fb74e4c1
Update Judaic for year 2002. Name Josef as maintainer.
...
PR: 33389
Submitted by: Josef Grosch <jgrosch@mooseriver.com>
2002-01-05 18:10:19 +00:00
guido
ef47e8e61b
Argh...argv->argc
2002-01-04 13:46:57 +00:00
guido
f43a533e3e
Fix the coredump that occurs when, from the tfpt prompt, a 'c' command is
...
issued without an argument.
2002-01-04 13:42:14 +00:00
ache
dad07c8108
Add opie lib dir to includes list
2002-01-03 21:20:29 +00:00
okazaki
fdbb348392
Add myself.
2002-01-02 16:02:51 +00:00
wosch
5b2b74c0d4
A global is used even though the value is
...
passed through the function call.
Submitted by: "Crist J . Clark" <cjc@freebsd.org>
2002-01-01 21:16:10 +00:00
grog
a4531b31aa
Correct typos.
2001-12-31 23:59:53 +00:00
alfred
275bf1142e
Print open(2) flags in hex instread of decimal for clarity.
2001-12-30 23:11:52 +00:00
ache
1088528f87
Use LC_ALL to pick LC_COLLATE too (for strcoll())
2001-12-30 19:30:10 +00:00
bde
1951cbf9ee
Fixed bitrot in DPADD in rev.1.8.
2001-12-29 14:03:03 +00:00
mikeh
b2975fd8e9
Fix comment.
2001-12-23 06:12:41 +00:00
mikeh
45093b4f56
Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improve
...
tilde-escapes documentation.
Mostly obtained from: NetBSD
2001-12-22 22:16:48 +00:00
markm
c80ce513a9
Re-enable tip, now that the import and merge are done.
2001-12-20 14:27:23 +00:00
markm
ea00e48044
Fix merge conflicts, and because this still has a zillion warnings,
...
protect the build with a WARNS=2.
Fix the build.
2001-12-20 14:25:46 +00:00
markm
3551cbb12e
Bring files back from the dead prior to remote commit to fix import
...
conflicts.
2001-12-20 13:40:48 +00:00
markm
1bca9f318e
Temporarily remove tip(1) from the build while I upgrade it.
2001-12-20 13:01:47 +00:00
ache
3e366cfcab
Add missing {} to 'for'. It fix coredump (result of NetBSD changes merge)
2001-12-19 22:25:11 +00:00
ache
8d59503ab2
Add (unsigned char) cast to ctype macros
...
ftell->ftello, fseek->fseeko
File 'newsize' type int->off_t
Add visible (long) cast to fsize() when it called to small one message file and
result is assigned to long.
2001-12-19 21:50:22 +00:00
imp
7380723594
xinstall is part of the upgrade path for 4.4-RELEASE as well.
...
Do the usualy ifdef trick here.
Reported by: dworkin muller <addr-removed> and faried nawaz <fn@hungry.com>
2001-12-19 06:05:42 +00:00
mikeh
e4034fe298
Sync with most of NetBSD's changes, including:
...
*) Sync with 4.4BSD-Lite2
*) Set usecs for utimes()
*) Add 'inc' command and 'autoinc' option that check for new mail
manually and automatically, respectively
*) Use POSIX signal handling and tty semantics
*) Handle long lines correctly when paging messages
*) Add ability to explicitly search 'To:' line
*) Various manpage cleanups
*) Support overriding '~/.mailrc' with $MAILRC
*) Support 'askbcc' and 'asksub' options
*) Fix various bugs
Reviewed by: ru (mail.1)
Obtained from: NetBSD
2001-12-18 20:52:09 +00:00
joe
54c092ee14
Add tbl and tbsp as contractions of tablespoon, and tsp for teaspoon.
...
Submitted by: banshee <banshee@pork.abattoir.com>
MFC after: 7 days
2001-12-18 11:25:58 +00:00
ru
aa219a0e7b
Oops, forgot to remove the `beforeinstall' block.
2001-12-17 16:04:40 +00:00
ru
7ed2dfe749
Install files via FILES.
2001-12-17 16:02:15 +00:00
ru
bbef88e1a5
FILES support for bsd.prog.mk. See bsd.README for details.
...
Stolen from: NetBSD
2001-12-17 13:59:35 +00:00
green
4e8d120512
Add support for devfs. In other words, for -CURRENT, make work at all
...
again for normal device nodes.
2001-12-17 13:42:46 +00:00
mike
22f5b26d81
Fix a typo. Don't call options flags. Remove some documentation that
...
is no longer applicable to whois. Bump document date.
2001-12-16 01:44:49 +00:00
sheldonh
588c679809
Kernel support for smbfs is only built on the i386 at the moment, so
...
limit the building and installation of the userland utilities to that
architecture for now.
Reported by: bmah
2001-12-14 23:11:45 +00:00
sheldonh
551d694f64
Add bmake glue for src/contrib/smbfs and connect userland smbfs
...
support to the build.
The MFC reminder below is subject to <re@FreeBSD.org> approval
prior to 4.5-RELEASE.
Reviewed by: bp, fjoe
MFC: 1 week
2001-12-14 11:41:22 +00:00
ru
0f12d1a7a9
mdoc(7) police overhaul.
2001-12-14 09:48:03 +00:00
mikeh
3bd06972c4
Connect lukemftp to the build as the default ftp client. Lukemftp
...
supports most of the previous features of FreeBSD ftp, but has been
better maintained and includes new features.
2001-12-13 23:46:44 +00:00
markm
f2aeb4ab4f
UUCP is gone from base.
2001-12-13 18:27:08 +00:00
ru
02911c1b4a
Fold example text into 80 column width display.
...
PR: docs/32676
Submitted by: Rich Morin <rdm@cfcl.com>
2001-12-13 09:13:01 +00:00