summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Split the "Obtaining FreeBSD" appendix into four sections, forjdp1997-02-214-12/+103
* #include <string.h> to help silence -Wall.mpp1997-02-203-0/+3
* Security patch from OpenBSD: fixes potential buffer overflow in a staticroberto1997-02-201-2/+3
* Fix the parameters of a call to in_setsockaddr().wollman1997-02-201-1/+1
* Change handling of bad signals; there are reasons why this is actuallyjkh1997-02-203-15/+3
* added man page for /dev/sysmouse. (and activate it)jmg1997-02-206-6/+11
* Split up the Bessel function wrapper files so that most wrapper functionsbde1997-02-2013-177/+315
* Removed misplaced duplicate of comment about implementation details.bde1997-02-201-22/+0
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) tobde1997-02-202-11/+23
* Improved select():bde1997-02-201-36/+51
* Typogrammatical error 'with' -> 'when'.danny1997-02-201-1/+1
* Update the ``Original revision:'' fields and fix the typo of translation datehanai1997-02-202-3/+3
* fix an `off by one' accounting error.erich1997-02-201-1/+1
* Remove buffer overflow and tempfile race, remove <sys/time.h> hack (andeivind1997-02-2014-87/+122
* Fix the rawrite.exe URL.jfieber1997-02-191-1/+1
* Fix the url for rawrite.exe.jfieber1997-02-191-1/+1
* Make the operation of sonewconn1() a bit clearer by callingwollman1997-02-192-24/+14
* ARGH!! Fix obligatory 12th hour fumble. :-(jkh1997-02-193-3/+3
* Latest release is 2.1.7.jfieber1997-02-191-1/+1
* Latest release is 2.1.7.jfieber1997-02-191-2/+2
* Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.kato1997-02-191-2/+2
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDdarrenr1997-02-192-15/+16
* Synchronize with sys/i386/isa/wd.c revision 1.124.kato1997-02-191-1/+1
* Synchronize with sys/i386/boot/biosboot/boot.h revision 1.16.kato1997-02-191-0/+1
* Protect from stack overrun via /etc/ttys, which could possibly allow adg1997-02-191-2/+2
* Use the .Bx macro in the HISTORY section.mpp1997-02-192-2/+4
* Set RELDATE=300000. With the parallel version development, it hasasami1997-02-191-1/+1
* Fix from PR #2757:dg1997-02-191-1/+3
* updated entries for Franceadam1997-02-191-17/+11
* Tidy up signal handling.brian1997-02-197-74/+158
* Fix some more problems in the recovery code.gibbs1997-02-191-20/+37
* Add history section. Follows chflags(2).obrien1997-02-192-0/+8
* Updated to Jan 22, 1997 revision from the InterNIC.dg1997-02-181-2/+12
* Use the same blocks->size-in-MB conversion algorithm as the SCSI codemsmith1997-02-181-1/+1
* New area code for certain parts of central Indiana.dyson1997-02-181-1/+2
* Declare the new generic EOPNOTSUPP routines.wollman1997-02-181-0/+5
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-189-327/+183
* uipc_mbuf.c: do a better job of counting how often we have to waitwollman1997-02-183-6/+86
* Update to match reality. Give more indepth description of SCB paginggibbs1997-02-182-30/+114
* Kill the initialization of two old scratch ram variables. They were removedgibbs1997-02-181-12/+0
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and widegibbs1997-02-182-18/+11
* Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2wosch1997-02-181-1/+3
* Try to make the BROKEN_VLSI chipset detection better, and not breaknate1997-02-181-2/+8
* Fix default whois server.markm1997-02-181-1/+1
* Better check for detecting header line. A header line must matchwosch1997-02-181-1/+32
* Fix ranges - off by one.wosch1997-02-181-2/+5
* Argh! Last-minute typo fix (having this be broken in -current sucks).jkh1997-02-182-2/+2
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisitebde1997-02-181-0/+1
* This now uses queue macros. Include <sys/queue.h> if !KERNEL to preservebde1997-02-181-0/+4
* Added some ufs #includes so that this compiles with option LOCKF_DEBUG.bde1997-02-181-2/+7
OpenPOWER on IntegriCloud