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
Bruce A. Mah
697a2124b9
New release note: k5su non-suid-root.
...
MFC noted: BIND 8.3.2-T1B.
2002-05-15 20:33:12 +00:00
David E. O'Brien
1dba4170b1
Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
2002-05-15 20:25:32 +00:00
David E. O'Brien
2ec6a0bc46
Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
2002-05-15 20:22:50 +00:00
David E. O'Brien
fa2259b9bb
PowerPC does not have profile support yet.
2002-05-15 20:07:31 +00:00
David E. O'Brien
7c713eb208
Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,
...
but it gets the build father and is in the right direction.
Partially obtained from: NetBSD
2002-05-15 20:02:52 +00:00
Bill Fumerola
568dcd5fca
restore missing default case removed in ls.c:r1.57
...
add break statements to default cases where missing.
Submitted by: bde
2002-05-15 18:53:56 +00:00
David E. O'Brien
22e5252fed
Default Alpha compiles to ev5.
...
EV5 binaries will run on EV4[5], but the timing assumptions do pessimize
running on EV4[5].
Tested by: ticso
2002-05-15 18:16:43 +00:00
Poul-Henning Kamp
4aafadc8b9
Revert daddr_t to 32 bits while we research the reported problems.
2002-05-15 17:52:03 +00:00
Tom Rhodes
89408e839c
pciconf(8) has an incorrect synopsis which argues the output from the
...
actual program.
2002-05-15 17:47:58 +00:00
Mike Silbersack
000c679b3c
Enhance the use of the watchdog timer in this driver so that it will
...
allow recovery from transmission lockups which occur in the middle
of the descriptor list, rather than just at the beginning.
For some unknown reason, Rhine II chips have a tendency to stop
transmitting while under heavy load, possibly due to collisions.
Whether this behavior is due to a hardware bug or a driver glitch
is unknown as of now.
In either case, this change allows the driver to gracefully recover
from such situations.
Special thanks go to The Anarcat <anarcat@anarcat.dyndns.org>, who
bugged me into looking at this and to
Dominic Marks <dominic_marks@btinternet.com>, who performed a great
deal of testing to help characterize this problem.
MFC after: 3 days
2002-05-15 17:05:28 +00:00
Tony Finch
cfad593dbd
Clarify that the value of getc() etc. is an unsigned char converted
...
to an int (as per the C standard) i.e. it can be passed straight to
isalpha() etc.
Approved by: dwmalone (mentor)
MFC after: 3 days
2002-05-15 16:55:58 +00:00
Tony Finch
02f1d90bda
Report errors properly if wait() fails.
...
PR: 30543
Approved by: dwmalone (mentor)
MFC after: 3 weeks
2002-05-15 16:50:09 +00:00