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
Ruslan Ermilov
185bb48343
Catch up with BSD.usr.dist,v 1.259.
2002-05-16 11:40:54 +00:00
Ruslan Ermilov
c50d94b0f3
Removed the vestiges of NO_?PERL and ENABLE_SUIDPERL.
...
Spotted by: grep(1)
2002-05-16 11:33:11 +00:00
Mark Murray
588764aac2
Remove perl hooks.
...
Pointed out by: des
2002-05-16 11:27:33 +00:00
Maxim Sobolev
5b24bd6150
Rename struct scr_size into struct _scr_size and struct scrmap into
...
struct _scrmap, so that it doesn't break C++ programs (name of element of
the structure is the same as the name of the scructure itself).
MFC after: 5 days
2002-05-16 10:57:10 +00:00
Mark Murray
e077a8bde9
Perl is no longer in base. Long live the port!
2002-05-16 10:09:28 +00:00
Mark Murray
f72674c540
Remove the perl build. Farewell, old friend.
2002-05-16 09:57:11 +00:00
Mark Murray
f365887c6c
No need to build perl dirs anymore.
2002-05-16 09:29:40 +00:00
Mark Murray
9a473994d2
Don't build perl.
2002-05-16 08:59:52 +00:00
Mark Murray
10b2978e07
Remove the perl bits from the build.
2002-05-16 08:55:59 +00:00
Mark Murray
57a8d6f538
Remove references to perl, and temporarily remove the running of a perl
...
script that will be rewritten.
2002-05-16 08:32:21 +00:00
Ruslan Ermilov
f82979375c
MF4: sync with RELENG_4 version as much as possible.
2002-05-16 08:06:07 +00:00
Warner Losh
5b6a60ea0a
Use splnet() when we need to block timeouts rather than splimp() since
...
the former blocks software interrupts, while the latter blocks
hardware interrupts.
Avoid one place where I'm at splnet across a call to copyout. Leave
one in place to give bde something to complain about :-). Actaully,
I'll fix it in a subsequent commit.
Reviewed by: bde
spl conical hat to: imp
2002-05-16 06:32:37 +00:00
Jordan K. Hubbard
9c7c210d3b
Back out previous commit - I didn't realize that ifconfig(8) dealt
...
properly with 802.11 configuration now.
Noted by: jhb
2002-05-16 06:00:57 +00:00
Tom Rhodes
0e85d620bc
More file system > filesystem
2002-05-16 05:21:58 +00:00
Tim J. Robbins
248602a1b2
Handle the case where a negative offset in a regular expression match
...
is larger than the number of lines in the overflow file.
2002-05-16 05:04:26 +00:00
Tom Rhodes
9b51759707
file system > filesystem
2002-05-16 05:03:56 +00:00
Tim J. Robbins
bc0259551f
Correct synopsis and usage(): pattern arguments are not optional.
2002-05-16 04:39:19 +00:00
Tom Rhodes
3468b317cb
more file system > filesystem
2002-05-16 04:10:46 +00:00
Tom Rhodes
4481bee462
more file system > filesystem
2002-05-16 03:51:38 +00:00
Tom Rhodes
67c8020f12
Consistancy check: s/file system/filesystem/g
2002-05-16 02:28:39 +00:00
Tom Rhodes
46c2a2cfa4
More consistancy. file system > filesystem
2002-05-16 02:19:14 +00:00
Tom Rhodes
db4f576472
Consistancy, file system > filesystem
2002-05-16 02:10:03 +00:00
Tom Rhodes
ebd4324457
Consistancy check s/file system/filesystem/
...
Reviewed by: brian
2002-05-16 01:57:20 +00:00
Tim J. Robbins
dfd339a02c
Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids
...
to be specified on the command line for which information should be reported.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
Reviewed by: mike
2002-05-16 00:47:14 +00:00
Andrew Gallatin
16b9af9990
Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysterious
...
natd sigbus errors being reported on the freebsd-alpha@ mailing list.
Obtained from: NetBSD
2002-05-16 00:03:32 +00:00
David E. O'Brien
fcbdc1f8a0
Add x86-64 bits.
2002-05-15 22:40:50 +00:00
David E. O'Brien
567924ccb9
Time to enter modern age and default to NFS version 3.
2002-05-15 22:24:29 +00:00
David E. O'Brien
23735e10dd
The IA-64 config needs to know that we are using GNU ld & as.
...
Submitted by: peter
2002-05-15 21:59:46 +00:00
David E. O'Brien
20764f1db8
Grow RSYSCALL.
2002-05-15 21:25:47 +00:00
David E. O'Brien
c027737942
Our default syscall.S is identical to what was explicitly being done for
...
Alpha and IA-64. So there is no need for special handling.
2002-05-15 21:17:59 +00:00
David E. O'Brien
c623e77f5b
Blah, fix stupid syntax error.
...
(where's the hat?)
2002-05-15 20:58:03 +00:00
David E. O'Brien
ae8f9dd13f
An exact copy of i386/include/float.h will work here.
2002-05-15 20:54:35 +00:00
David E. O'Brien
18c6222e38
host-network order conversion routines.
...
Luckily we are network order, so there is little to be done. :-)
2002-05-15 20:40:35 +00:00