| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
name comes out right again.
Note: Don't bring this change directly into the -stable branch. The
appropriate offset for -stable is different.
|
| |
|
|
|
|
| |
Comment out ns and iso. They are not supported anymore.
|
|
|
|
|
|
|
| |
if there was a per-file error. My test case of `wc /proc/curproc/*'
works reasonably now (much like `size /proc/curproc/*'.
Reviewed by: wosch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
shell to one of the following:
- a non-existent file
- a non-regular file
- a file without any execute bits set
The shell is still set to whatever they entered even if the above
conditions exist (hey, it is the super user doing this after all :-),
but this might give the admin. some warning that they are about to screw
themselves and give them a chance to fix it before it is too late.
Inspired by: some new FreeBSD user on USENET who set his root shell
to a shell that doesn't exist and now can't gain access to root (don't
worry, I sent him some mail on how to recover from this).
|
|
|
|
| |
until someone rewrite wc(1).
|
|
|
|
| |
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
|
|
|
|
| |
Unix use days *since* January 1 [0-365], not the 1th day of year etc.
|
|
|
|
|
|
|
|
|
|
|
|
| |
"make world" to fail if you use the msun math library and
blow away /usr/include and then do "make world". This is because
the msun math.h isn't installed with the other include files before
xlint is built. It finally gets installed when the msun library
is built.
Perhaps "make world" should install the msun math.h file if
it doesn't install the CSRG math.h, to prevent problems
like this in the future.
|
|
|
|
| |
Pointed out by: somebody on the mailing list who's name i forgot
|
|
|
|
|
|
| |
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
|
|
|
|
|
|
|
| |
specified.
Not fixed: specification of large uids and gids; silent truncation of
unrepresentable values.
|
|
|
|
| |
Submitted by: tgm@netcom.com (Thomas G. McWilliams)
|
| |
|
| |
|
|
|
|
|
|
| |
allow the user to install using a Numeric GID or UID.
this brings it in to line with chgrp and chown, ans is required
by some people using FreeBSD in a product.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
E.g. for Easter, and entries like "04/SunFirst" calendar will
now report:
04/05* Good Friday (2 days before easter)
04/07* First Sunday...
instead of:
Easter-2 Good Friday...
04/SunFirst First Sunday...
I also modified the calendar files to use the variable day format
for a lot of events so that they will be reported correctly.
E.g. U.S. daylight savings time is now listed as:
04/SunFirst Daylight savings time...
There are still a lot of wrong dates in there for some events
that move from year to year, but I don't have a good calendar handy
right now that I can use for reference.
|
|
|
|
| |
check exit code from $MKDEP_CPP, not sed(1)
|
| |
|
|
|
|
| |
Cast ctype argument to unsigned char
|
|
|
|
| |
with the definition in bsd.own.mk, causing "make world" to fall over.
|
| |
|
| |
|
|
|
|
| |
Tweaked screen positions to match.
|
| |
|
| |
|
| |
|
|
|
|
| |
Change install mode from NONBINMODE to LIBMODE
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Giles Lean <giles@topaz.nemeton.com.au>
|
|
|
|
| |
Submitted by: serg@bcs1.bcs.zaporizhzhe.ua (Sergey Shkonda)
|
|
|
|
| |
This option becomes useless when all TCP stacks are fixed out there.
|
|
|
|
| |
cleanup Makefile
|
|
|
|
| |
Reviewed by: wollman
|
|
|
|
|
|
|
| |
configured or available.
Also fix a _nasty_ bug that would let one in if su -K was used.
Any old password would work :-( :-(.
|
|
|
|
| |
struct socket changes.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@lirmm.fr>
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@limrr.fr>
|
|
|
|
|
| |
Submitted by: Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Obtained from: NetBSD-bugs mailing list
|
| |
|
| |
|
|
|
|
|
|
|
| |
remote peer will be connected through. This avoids the ``Checking for
invitation on caller's machine'' problem for multi-homed hosts.
Thanks to: Garrett, for his `find_interface' example
|
|
|
|
|
|
|
| |
password is entered, the user is not prompted for a password a second
time.
This closes pr-bin/1006.
|
|
|
|
| |
Found by: asami
|