aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-227-7/+7
| | | | Notes: svn path=/head/; revision=22992
* Revert a $FreeBSD$ to $Id$ (file otherwise modified)Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22991
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22344-447/+447
| | | | Notes: svn path=/head/; revision=22990
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22161-172/+172
| | | | Notes: svn path=/head/; revision=22989
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22513-514/+514
| | | | Notes: svn path=/head/; revision=22988
* Sync with the revision 1.6 of original cvsup.sgml.Hiroyuki Hanai1997-02-221-13/+109
| | | | | | | Submitted by: iwasaki@jp.FreeBSD.ORG Notes: svn path=/head/; revision=22987
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-22114-115/+115
| | | | Notes: svn path=/head/; revision=22986
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-22218-225/+225
| | | | Notes: svn path=/head/; revision=22985
* The "burn-in" phase has finished: this set of patches seems to runJoerg Wunsch1997-02-222-7/+287
| | | | | | | | | | | | | | | | stable now at a customer's site. Finally add the ability to syslogd to pipe particular messages through an arbitrary filtering command. Idea stolen from IRIX. This code is courtesy of the interface business GmbH, Dresden. Comment about whether to also merge this into 2.2 or not, please. Reviewed by: (long ago) peter Notes: svn path=/head/; revision=22984
* Regenerate to include correct Id stringPeter Wemm1997-02-225-5/+5
| | | | Notes: svn path=/head/; revision=22983
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-22116-116/+116
| | | | Notes: svn path=/head/; revision=22982
* Back out an easy $FreeBSD$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22981
* Urk, there were two $FreeBSD$'s in this file...Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22980
* back out an easy $FreeBSD$ (file already left vendor branch)Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22979
* Back out an easy $FreeBSD$ (file already left vendor branch)Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22978
* Back out easy $FreeBSD$ (file already left vendor branch)Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22977
* Back out some easy $FreeBSD$ changes. These files already left the vendorPeter Wemm1997-02-225-5/+5
| | | | | | | branch. Notes: svn path=/head/; revision=22976
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221284-1290/+1290
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Clean up a rather incorrectly phrasedJordan K. Hubbard1997-02-221-7/+9
| | | | | | | set of instructions on lndir usage. Notes: svn path=/head/; revision=22974
* Make it possible to substitute INTERFACE when executing commands.Poul-Henning Kamp1997-02-222-1/+6
| | | | Notes: svn path=/head/; revision=22973
* Support the installation of character devices via an lkm.Mike Pritchard1997-02-221-1/+10
| | | | | | | | | Closes PR# 1716 Submitted by: jpt@magic.net Notes: svn path=/head/; revision=22969
* Increase FD_SETSIZE back to 1024, select code fixed nowAndrey A. Chernov1997-02-211-1/+1
| | | | Notes: svn path=/head/; revision=22968
* Properly notice error returns from if_allmulti().Garrett Wollman1997-02-211-2/+2
| | | | Notes: svn path=/head/; revision=22967
* Fix potential crash where a user attempts to perform an impliedGarrett Wollman1997-02-211-1/+14
| | | | | | | | | | | connect in TCP while sending urgent data. It is not clear what purpose is served by doing this, but there's no good reason why it shouldn't work. Submitted by: tjevans@raleigh.ibm.com via wpaul Notes: svn path=/head/; revision=22962
* Argh, this time get the parentheses right. This hasn't been a good day for me.Nate Williams1997-02-211-3/+3
| | | | Notes: svn path=/head/; revision=22959
* Add a section describing the available CVSup collections. I'm notJohn Polstra1997-02-211-9/+114
| | | | | | | wild about the way it looks, but at least the information is there. Notes: svn path=/head/; revision=22958
* Whoops, make sure we have enough parenthesis.Nate Williams1997-02-211-1/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=22956
* Split the "Obtaining FreeBSD" appendix into four sections, forJohn Polstra1997-02-214-12/+103
| | | | | | | | | | | CD-ROM, FTP, CTM, and CVSup. Adjust cross-references accordingly. Add a list of CVSup mirror sites, and reference it from the CVSup tutorial. Also, fix a spelling error in the porting document. Notes: svn path=/head/; revision=22955
* #include <string.h> to help silence -Wall.Mike Pritchard1997-02-203-0/+3
| | | | Notes: svn path=/head/; revision=22954
* Security patch from OpenBSD: fixes potential buffer overflow in a staticOllivier Robert1997-02-201-2/+3
| | | | | | | | | | | buffer (so more difficult to exploit but better safe than sorry). Found by comparing FreeBSD & OpenBSD sources/logs for the auditing process. Reviewed by: Warner Losh Obtained from: OpenBSD Notes: svn path=/head/; revision=22953
* Fix the parameters of a call to in_setsockaddr().Garrett Wollman1997-02-201-1/+1
| | | | Notes: svn path=/head/; revision=22952
* Change handling of bad signals; there are reasons why this is actuallyJordan K. Hubbard1997-02-203-15/+3
| | | | | | | not such a great idea. Notes: svn path=/head/; revision=22950
* added man page for /dev/sysmouse. (and activate it)John-Mark Gurney1997-02-206-6/+11
| | | | | | | plus add appropriate xrefs now that we have {cd,sd,st}.9 Notes: svn path=/head/; revision=22949
* Split up the Bessel function wrapper files so that most wrapper functionsBruce Evans1997-02-2013-177/+315
| | | | | | | are in their own file. Notes: svn path=/head/; revision=22948
* Removed misplaced duplicate of comment about implementation details.Bruce Evans1997-02-201-22/+0
| | | | Notes: svn path=/head/; revision=22947
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) toBruce Evans1997-02-202-11/+23
| | | | | | | | | | | | | | | | | | avoid easily avoidable loss of precision when |x| is nearly 1. Extended (64-bit) precision only moves the meaning of "nearly" here. This probably could be done better by splitting up the range into |x| <= 0.5 and |x| > 0.5 like the C version. However, ucbtest does't report any errors in this version. Perhaps the C version should be used anyway. It's only 25% slower now on a P5, provided the C version of sqrt() isn't used, and the C version could be optimized better. Errors checked by: ucbtest Notes: svn path=/head/; revision=22946
* Improved select():Bruce Evans1997-02-201-36/+51
| | | | | | | | | | | | | | | | | | - avoid malloc() if the number of fds is small. - pack the bits better so that `small' is quite large. - don't waste time generating zero bits for null fd_set pointers or scanning these bits. Possibly improved select(): - free malloc()ed storage before returning. This is simpler and I think huge select()s aren't worth optimizing since they are rare, relative gain would be small and there would be tiny costs for all selects(). Reviewed by: ache (first version by him too) Notes: svn path=/head/; revision=22945
* Typogrammatical error 'with' -> 'when'.Daniel O'Callaghan1997-02-201-1/+1
| | | | | | | This could be put into 2.2. Notes: svn path=/head/; revision=22942
* Update the ``Original revision:'' fields and fix the typo of translation dateHiroyuki Hanai1997-02-202-3/+3
| | | | | | | in install.sgml Notes: svn path=/head/; revision=22941
* fix an `off by one' accounting error.Eric L. Hernes1997-02-201-1/+1
| | | | | | | | This fixes the sysinstall core-dump! Submitted by: HOSOBUCHI Noriyuki <hoso@buchi.tama.or.jp> Notes: svn path=/head/; revision=22940
* Remove buffer overflow and tempfile race, remove <sys/time.h> hack (andEivind Eklund1997-02-2014-87/+122
| | | | | | | | | | | need for it), change definition of setbit() macro and friends to be compatible with <sys/param.h>. The bugs were discovered and fixed as a result of the FreeBSD code audit. Submitted by: Aaron Bornstein <aaronb@j51.com>, Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=22939
* Fix the rawrite.exe URL.John Fieber1997-02-191-1/+1
| | | | Notes: svn path=/head/; revision=22938
* Fix the url for rawrite.exe.John Fieber1997-02-191-1/+1
| | | | Notes: svn path=/head/; revision=22937
* Make the operation of sonewconn1() a bit clearer by callingGarrett Wollman1997-02-192-24/+14
| | | | | | | | pru_attach() before putting the new connection on the connection queue. Notes: svn path=/head/; revision=22936
* ARGH!! Fix obligatory 12th hour fumble. :-(Jordan K. Hubbard1997-02-193-3/+3
| | | | Notes: svn path=/head/; revision=22931
* Latest release is 2.1.7.John Fieber1997-02-191-1/+1
| | | | | | | Someone who knows Japanese ought to update the date. Notes: svn path=/head/; revision=22930
* Latest release is 2.1.7.John Fieber1997-02-191-2/+2
| | | | Notes: svn path=/head/; revision=22929
* Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.KATO Takenori1997-02-191-2/+2
| | | | | | | So, NFS_NOSERVER kernel can be compiled again. Notes: svn path=/head/; revision=22928
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDDarren Reed1997-02-192-15/+16
| | | | Notes: svn path=/head/; revision=22927
* Synchronize with sys/i386/isa/wd.c revision 1.124.KATO Takenori1997-02-191-1/+1
| | | | Notes: svn path=/head/; revision=22926