summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The ufs/ffs files are no longer required by ext2fs.iedowse2002-05-161-11/+0
|
* Give ext2fs its own static "dirchk" variable instead of using ufs'siedowse2002-05-162-8/+24
| | | | variable. Make this accessible as the sysctl vfs.e2fs.dirchk.
* Remove register keyword.iedowse2002-05-1616-172/+166
|
* s/file system/filesystem/gtrhodes2002-05-164-13/+13
|
* In VOP_LOOKUP, don't assume that the final pathname componentmux2002-05-161-2/+1
| | | | | | | will be in the same filesystem than the one where the current component is. Approved by: scottl
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-1630-901/+2689
| | | | | | | | | | 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.
* Replace the perl script version of this with a sh(1) script.markm2002-05-164-142/+114
| | | | Submitted by: Riccardo "VIC" Torrini <riccardo@torrini.org>
* o Fix vfs_copyopt(), the first argument to bcopy() is the source,mux2002-05-161-15/+6
| | | | | | not the destination. o Remove some code from vfs_getopt() which was making the interface more complicated to use for a very slight gain.
* Catch up on ata(4)-supported SiS chipsets, from ata-pci.c rev. 1.41.bmah2002-05-162-2/+2
| | | | We still need to do a more general catchup for ata(4) chipsets.
* Remove reference to dead file (style.perl.7).gallatin2002-05-161-1/+1
| | | | Pointy hat to: joe
* Minor rewording of an item.bmah2002-05-162-2/+2
|
* Don't install scriptdump which is written in Perl. This isume2002-05-162-2/+2
| | | | corresponding to removal of Perl from base system.
* MD_EXEC_PREFIX doesn't work for the cross-arch compiler.ru2002-05-162-2/+9
| | | | | | | 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
* Whitespace fixes, no content changes.bmah2002-05-162-28/+28
|
* Make it possible to build a cross compiler for alpha,ru2002-05-162-0/+7
| | | | | ia64 and sparc64 on systems that do not have atoll(3). The "cross" here doesn't necessarily mean cross-arch.
* Add Blue Concentric Cirlce CF Wireless LAN card to wi(4)-supported list.bmah2002-05-162-0/+6
|
* Add some OpenBSD includesbrian2002-05-161-0/+4
|
* Fix a mis-placed #else/#endifbrian2002-05-161-2/+1
|
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sbrian2002-05-165-48/+114
| | | | | | | | | | 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
* The sysctl has changed from 'kern.ps_showallprocs' tojoe2002-05-161-1/+1
| | | | 'security.bsd.see_other_uids'.
* No need to have a perl style if we've not got perl.joe2002-05-161-246/+0
|
* Catch up with BSD.usr.dist,v 1.259.ru2002-05-161-11/+0
|
* Removed the vestiges of NO_?PERL and ENABLE_SUIDPERL.ru2002-05-161-17/+0
| | | | Spotted by: grep(1)
* Remove perl hooks.markm2002-05-161-5/+0
| | | | Pointed out by: des
* Rename struct scr_size into struct _scr_size and struct scrmap intosobomax2002-05-161-4/+4
| | | | | | | 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
* Perl is no longer in base. Long live the port!markm2002-05-161470-641006/+0
|
* Remove the perl build. Farewell, old friend.markm2002-05-1665-5054/+0
|
* No need to build perl dirs anymore.markm2002-05-162-156/+0
|
* Don't build perl.markm2002-05-161-4/+0
|
* Remove the perl bits from the build.markm2002-05-161-14/+2
|
* Remove references to perl, and temporarily remove the running of a perlmarkm2002-05-161-2/+4
| | | | script that will be rewritten.
* MF4: sync with RELENG_4 version as much as possible.ru2002-05-161-0/+3
|
* Use splnet() when we need to block timeouts rather than splimp() sinceimp2002-05-161-10/+18
| | | | | | | | | | | | 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
* Back out previous commit - I didn't realize that ifconfig(8) dealtjkh2002-05-162-2/+2
| | | | | | properly with 802.11 configuration now. Noted by: jhb
* More file system > filesystemtrhodes2002-05-1638-130/+130
|
* Handle the case where a negative offset in a regular expression matchtjr2002-05-161-0/+2
| | | | is larger than the number of lines in the overflow file.
* file system > filesystemtrhodes2002-05-161-2/+2
|
* Correct synopsis and usage(): pattern arguments are not optional.tjr2002-05-162-2/+2
|
* more file system > filesystemtrhodes2002-05-1672-493/+494
|
* more file system > filesystemtrhodes2002-05-161-1/+1
|
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-1610-14/+14
|
* More consistancy. file system > filesystemtrhodes2002-05-1616-21/+21
|
* Consistancy, file system > filesystemtrhodes2002-05-162-6/+6
|
* Consistancy check s/file system/filesystem/trhodes2002-05-1620-46/+46
| | | | Reviewed by: brian
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idstjr2002-05-163-6/+62
| | | | | | | to be specified on the command line for which information should be reported. Submitted by: Joe Halpin <joe.halpin@attbi.com> Reviewed by: mike
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousgallatin2002-05-161-7/+25
| | | | | | natd sigbus errors being reported on the freebsd-alpha@ mailing list. Obtained from: NetBSD
* Add x86-64 bits.obrien2002-05-151-0/+3
|
* Time to enter modern age and default to NFS version 3.obrien2002-05-151-1/+1
|
* The IA-64 config needs to know that we are using GNU ld & as.obrien2002-05-151-0/+3
| | | | Submitted by: peter
* Grow RSYSCALL.obrien2002-05-151-0/+4
|
OpenPOWER on IntegriCloud