David E. O'Brien
03083777d9
Post rev 1.39, the PowerPC specific additions to OBJS was getting lost.
2002-05-17 04:18:33 +00:00
David E. O'Brien
d4dfcdb535
Update to Binutils 2.12.0 and stick to the native emulation for now.
...
This lets us get on the with the task at hand -- porting FreeBSD.
We can get fancy later on.
2002-05-17 03:43:47 +00:00
David E. O'Brien
79b40253a4
Update to Binutils 2.12.0 release.
2002-05-17 03:43:09 +00:00
David E. O'Brien
96c8341645
Bump __FreeBSD_version to note that Perl is not in /usr/src any more.
2002-05-17 03:13:08 +00:00
David E. O'Brien
e3dd58ccbc
Update to Binutils 2.12.0 and stick to the native emulation for now.
...
This lets us get on the with the task at hand -- porting FreeBSD.
We can get fancy later on.
2002-05-17 03:10:33 +00:00
David E. O'Brien
d781910a94
bsd.lib.mk now understands what to do with .asm files.
...
So we can refer to these files by their real name vs. playing tricks
renaming them during the build.
2002-05-17 03:08:15 +00:00
David E. O'Brien
ba2789556e
GCC 3.1 on PowerPC also has the crtsavres C Run Time file.
2002-05-17 03:04:47 +00:00
David E. O'Brien
cffafa9e12
Do not cut `docs' out of the build with NO_CXX.
...
There are no longer GNU C++ specific info files, and it was a bug with Gcc
2.95 that NO_CXX would cause the C and CPP info files to not be installed.
2002-05-17 03:00:33 +00:00
Juli Mallett
307a7436ec
Remove spurious casts in malloc(3)'s argument.
...
Use `return' instead of `exit' at the bottom of main().
2002-05-17 02:28:46 +00:00
Benno Rice
c2cba7c501
Flesh this out, based on the NetBSD version.
...
Reviewed by: obrien
2002-05-17 01:58:55 +00:00
Tim J. Robbins
f5ba2b905e
Add a Standards section, and note that compress(1) and uncompress(1) now
...
conform to P1003.1-2001.
2002-05-17 01:54:17 +00:00
Benno Rice
96269f7e26
- Rename the _C_LABEL macro to CNAME.
...
- Rename the _ASM_LABEL macro to ASMNAME.
- Add the HIDENAME macro which is used in libc's syscall stuff.
2002-05-17 01:44:55 +00:00
Tim J. Robbins
b477159065
As required by SUSv3, a file argument of "-" causes standard input
...
to be compressed/decompressed to standard output.
2002-05-17 01:42:43 +00:00
Benno Rice
b635dacd57
Fix commenting around NetBSD version string.
2002-05-17 01:41:01 +00:00
Tim J. Robbins
783b4710d3
Compression ratio statistics should be written to stderr instead of stdout.
2002-05-17 01:25:51 +00:00
Tim J. Robbins
6c1b63bb06
Use exit status 2 to indicate that the file was not compressed because
...
its size would not be reduced (SUSv3).
2002-05-17 00:58:07 +00:00
Brian Somers
5bc74cd68f
Put back <string.h>
2002-05-17 00:44:54 +00:00
Andrew R. Reiter
9727e2df7a
- Further replacing of UM_* macros with the appropriate function call. I
...
am fairly certain that this should do it and that I may now remove the
UM_ macros from port.h. I will, however, wait a few days to ensure
that these can be safely removed.
2002-05-17 00:30:06 +00:00
Andrew R. Reiter
7455bd51da
- Replace UM_* macros by replacing them with the appropriate function
...
call. These changes are similar to the ones made to atmarpd and scsp.
2002-05-17 00:20:40 +00:00
Andrew R. Reiter
1effc132ba
- Convert a bunch of macros to the actual function they're calling. These
...
include:
UM_ALLOC -> calloc, malloc
UM_FREE -> free
UM_COPY -> bcopy
UM_ZERO -> bzero
This is the first step towards removing these macros.
2002-05-16 23:57:37 +00:00
Tim J. Robbins
9e49944008
Process and user ID arguments must be treated as decimal integers,
...
not octal or hex. This is the way it was before revision 1.10.
PR: 36950
Submitted by: Peter Avalos <pavalos@theshell.com>
2002-05-16 23:55:35 +00:00
Tim J. Robbins
ae5a682066
Accept decimal user IDs with -u option as well as usernames.
...
PR: 36950
2002-05-16 23:44:11 +00:00
Tim J. Robbins
03ed70f315
Diagnostic messages belong on stderr, not stdout. SUSv3 specifies that
...
renice may not use stdout at all.
2002-05-16 23:30:38 +00:00
Andrew R. Reiter
d58f1bc48b
- Convert a bunch of macros to the actual function they're calling. These
...
include:
UM_ALLOC -> calloc, malloc
UM_FREE -> free
UM_COPY -> bcopy
UM_ZERO -> bzero
This is the first step towards removing these macros.
2002-05-16 23:28:40 +00:00
Eric Melville
595d77f913
Remove cross reference to pkg_update(1).
...
Submitted by: dd
2002-05-16 22:46:53 +00:00
Eric Melville
096a727e41
Separate "seperate" from kernel source.
2002-05-16 22:43:20 +00:00
Eric Melville
13d362233e
Banish "priviledged" from kernel source.
2002-05-16 22:41:48 +00:00
Peter Wemm
f81e3ffe10
OOPS! rev 1.16 accidently changed the default outfile from stderr to
...
stdout. Unfortunately, DES mfc'ed this change in 1.15.2.1 (this
part probably should not have been) so it is broken there too.
truss is documented to use stderr, and other implementations use stderr.
Submitted by: Arne Dag Fidjestøl <adf@idi.ntnu.no>
2002-05-16 21:58:57 +00:00
Tom Rhodes
d394511de3
More s/file system/filesystem/g
2002-05-16 21:28:32 +00:00
Ian Dowse
2bf6dd18ba
The ufs/ffs files are no longer required by ext2fs.
2002-05-16 20:54:44 +00:00
Ian Dowse
79af20a81c
Give ext2fs its own static "dirchk" variable instead of using ufs's
...
variable. Make this accessible as the sysctl vfs.e2fs.dirchk.
2002-05-16 20:53:04 +00:00
Ian Dowse
13a263882f
Remove register keyword.
2002-05-16 19:43:28 +00:00
Tom Rhodes
1cfe33f2ca
s/file system/filesystem/g
2002-05-16 19:41:01 +00:00
Maxime Henrion
fc6f338fd2
In VOP_LOOKUP, don't assume that the final pathname component
...
will be in the same filesystem than the one where the current
component is.
Approved by: scottl
2002-05-16 19:22:39 +00:00
Ian Dowse
9504abaad7
Complete the separation of ext2fs from ufs by copying the remaining
...
shared code and converting all ufs references. Originally it may
have made sense to share common features between the two filesystems,
but recently it has only caused problems, the UFS2 work being the
final straw.
All UFS_* indirect calls are now direct calls to ext2_* functions,
and ext2fs-specific mount and inode structures have been introduced.
2002-05-16 19:08:03 +00:00
Mark Murray
d99142426b
Replace the perl script version of this with a sh(1) script.
...
Submitted by: Riccardo "VIC" Torrini <riccardo@torrini.org>
2002-05-16 18:51:57 +00:00
Maxime Henrion
34e53231d0
o Fix vfs_copyopt(), the first argument to bcopy() is the source,
...
not the destination.
o Remove some code from vfs_getopt() which was making the interface
more complicated to use for a very slight gain.
2002-05-16 17:09:41 +00:00
Bruce A. Mah
07bf6fb676
Catch up on ata(4)-supported SiS chipsets, from ata-pci.c rev. 1.41.
...
We still need to do a more general catchup for ata(4) chipsets.
2002-05-16 16:47:00 +00:00
Andrew Gallatin
52e241083c
Remove reference to dead file (style.perl.7).
...
Pointy hat to: joe
2002-05-16 16:21:39 +00:00
Bruce A. Mah
cec9e41dfe
Minor rewording of an item.
2002-05-16 16:18:42 +00:00
Hajimu UMEMOTO
9b1222a712
Don't install scriptdump which is written in Perl. This is
...
corresponding to removal of Perl from base system.
2002-05-16 15:44:08 +00:00
Ruslan Ermilov
35abacef2a
MD_EXEC_PREFIX doesn't work for the cross-arch compiler.
...
The change also makes the `cc -print-search-dirs' output
sane (the pre-3.1 way) in the non-cross case.
Draft reviewed by: obrien
2002-05-16 15:22:58 +00:00
Bruce A. Mah
493139bc24
Whitespace fixes, no content changes.
2002-05-16 15:18:25 +00:00
Ruslan Ermilov
2898afe627
Make it possible to build a cross compiler for alpha,
...
ia64 and sparc64 on systems that do not have atoll(3).
The "cross" here doesn't necessarily mean cross-arch.
2002-05-16 15:18:13 +00:00
Bruce A. Mah
f2603ec30c
Add Blue Concentric Cirlce CF Wireless LAN card to wi(4)-supported list.
2002-05-16 15:16:48 +00:00
Brian Somers
52c555907f
Add some OpenBSD includes
2002-05-16 14:47:19 +00:00
Brian Somers
6573c25286
Fix a mis-placed #else/#endif
2002-05-16 14:28:32 +00:00
Brian Somers
a16061b236
Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's
...
configured).
Handle internal failures in radius_Authenticate() correctly.
Bump the ppp version number.
This doesn't yet work with MPPE. More will follow.
Sponsored by: Mozoon
2002-05-16 13:34:20 +00:00
Josef Karthauser
d883e289b9
The sysctl has changed from 'kern.ps_showallprocs' to
...
'security.bsd.see_other_uids'.
2002-05-16 11:51:05 +00:00
Josef Karthauser
1e4dc2da26
No need to have a perl style if we've not got perl.
2002-05-16 11:48:36 +00:00