| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=25398
|
| |
|
|
|
|
|
|
|
| |
and FNM_LEADING_DIR were specified and the pattern ended with "*".
Example: pattern="src/usr.sbin/w*", string="src/usr.sbin/watch/watch.8,v".
This should match, but did not.
Notes:
svn path=/head/; revision=25269
|
| |
|
|
|
|
|
|
| |
PR: #3178
Submitted by: Josh Gilliam <soil@quick.net>
Notes:
svn path=/head/; revision=25145
|
| |
|
|
| |
Notes:
svn path=/head/; revision=25138
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- dependencies actually work (I need this to propagate some fixes
in <machine/asm.h>)
- the cpp pipeline goes away, so errors can't leak out of it and
an ANSI cpp is automatically used.
- it's simpler - standard rules get used instead of repetitive
special rules. (This showed bugs in the strip steps in the
standard rules. The wrong strip flag was also used for *.po
here.)
Removed some ${ECHO}s and `@'s. Normal make echoing of what is
being done is now not much more verbose than the echo messages
were, and is more useful.
Notes:
svn path=/head/; revision=25105
|
| |
|
|
|
|
|
| |
case.
Notes:
svn path=/head/; revision=25084
|
| |
|
|
|
|
|
| |
Submitted by: Bruce Evans <bde@freebsd.org>
Notes:
svn path=/head/; revision=25063
|
| |
|
|
|
|
|
|
|
|
| |
the (buggy) support for alternative entry points. ALTENTRY() was only
used for memmove(). Optimizing for space was particularly silly because
memcpy() is rarely used (gcc normally inlines it).
Obtained from: NetBSD
Notes:
svn path=/head/; revision=25045
|
| |
|
|
|
|
|
|
|
|
|
| |
the (buggy) support for alternative entry points. ALTENTRY() was only
used for memmove(). Optimizing for space was particularly silly because
memcpy() is rarely used (gcc normally inlines it).
Obtained from: NetBSD
Notes:
svn path=/head/; revision=25044
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use a slightly less bogus copyright. This file was never contributed
to Berkeley. It still claims to be copright by the Regents.
- use <machine/asm.h> instead of "DEFS.h".
- use RCSID($Id$) instead of explicit assembly code and messy ifdefs.
The rcsid won't be put into the object file until we make RCSID()
non-null. NetBSD uses a LIBC_SCCS ifdef here. We used a LIBC_RCS
instead, but I want RCSID() to be controlled directly by LIBC_RCS
(actually by LIB_RCS). This is the only difference with the NetBSD
version.
- added ifdefs to support generation of memcpy() and memmove(). The
other changes are "while I'm here" to get this.
- improved style of the copy backwards case.
Notes:
svn path=/head/; revision=25043
|
| |
|
|
|
|
|
|
|
| |
Removed unused macros CALL() and ASMSTR.
Reviewed by: jdp
Notes:
svn path=/head/; revision=25029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=25028
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24992
|
| |
|
|
|
|
|
|
|
| |
Specifically, popen modifies a variable "pdes[1]" in the child
in such a way that it breaks code in the parent (due to the address
space sharing.)
Notes:
svn path=/head/; revision=24975
|
| |
|
|
|
|
|
| |
<machine/asm.h> here.
Notes:
svn path=/head/; revision=24966
|
| |
|
|
|
|
|
|
| |
checked.
Submitted by: partly by roberto
Notes:
svn path=/head/; revision=24927
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24924
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24899
|
| |
|
|
|
|
|
|
|
|
| |
TTY_NETWORK (network), TTY_DIALUP (dialup), which determine a basic
connection type. TTY_DIALUP in particular will replace the old out of
date heuristic "tty[dD]*" in login.c (and better than the current
hard-coded method).
Notes:
svn path=/head/; revision=24893
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24892
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24882
|
| |
|
|
|
|
|
| |
with the (Lite1) ones in fcntl.h).
Notes:
svn path=/head/; revision=24881
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24880
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24879
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24878
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24877
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24876
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24873
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24861
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24824
|
| |
|
|
|
|
|
| |
Don't quote "..." in synopsis. Quoting here is unnecessary and unusual.
Notes:
svn path=/head/; revision=24823
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24822
|
| |
|
|
|
|
|
| |
wrong).
Notes:
svn path=/head/; revision=24821
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24820
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24819
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24797
|
| |
|
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes:
svn path=/head/; revision=24763
|
| |
|
|
|
|
|
| |
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3228
Notes:
svn path=/head/; revision=24723
|
| |
|
|
|
|
|
|
|
| |
prior <sys/types.h>)
Fixes PR#3229, from Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Notes:
svn path=/head/; revision=24722
|
| |
|
|
|
|
|
| |
Obtained from: Keith Bostic
Notes:
svn path=/head/; revision=24707
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24694
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24637
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24633
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24632
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24630
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24627
|
| |
|
|
|
|
|
|
| |
be returned if a cached uid/gid does not exist in the password
file.
Notes:
svn path=/head/; revision=24568
|