summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Define DEBUG as 1 instead of as nothing so that it doesn't conflict withbde1995-08-211-1/+1
| | | | -DDEBUG in libresolv/Makefile.
* Fix bogus include paths, some of which stopped libresolv from compiling.bde1995-08-216-14/+12
|
* Moved in my changes from CONTRIB.FreeBSD. The "M-x sort-lines" correctedasami1995-08-211-7/+34
| | | | some ordering errors too.
* Sigh.. The patches to make ndc read /etc/sysconfig to find the correctpeter1995-08-211-2/+16
| | | | arguments to named got lost somewhere..
* This commit was generated by cvs2svn to compensate for changes in r10145,peter1995-08-201-0/+127
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the missing man page for the new command "ndc" to finish thepeter1995-08-201-0/+127
| | | | | | | | | | | | import of 4.9.3. This man page was produced by sed from the real version before import, but I didn't have much choice.. This is needed to enable the ndc target to complete a "make install"
* | Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24peter1995-08-206-68/+147
| |
* | This commit was generated by cvs2svn to compensate for changes in r10142,peter1995-08-201-3/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-2013-81/+272
| |
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-201-155/+297
| |
* | Update bind 4.9.3-beta9p1 to bind 4.9.3-beta24peter1995-08-202-156/+310
| |
* | Update 4.9.3.b9p1 tools to 4.9.3.b24peter1995-08-206-26/+40
| | | | | | | | | | Note: new program, "ndc", similar to gated's gdc. This provides a superset of named.reload and named.restart.
* | This commit was generated by cvs2svn to compensate for changes in r10137,peter1995-08-201-0/+72
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-203-9/+77
| |
* | Merge in delta from 4.9.3.b9 -> 4.9.3.b24.peter1995-08-2025-1334/+3478
| | | | | | | | Much of the "-j" merge was clean, except for $Id$ and other trivial changes.
* | This commit was generated by cvs2svn to compensate for changes in r10134,peter1995-08-203-19/+40
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Bind-4.9.3-beta24peter1995-08-2031-1324/+3390
| | | | | | | | | | | | | | | | | | Yes, there will be conflicts on just about every file. There is a significant mainline after the initial import, and the "-j" merge conflicts on the $Id$ lines... Yuck! (These comments apply to the rest of the imports) Obtained from: Paul Vixie <paul@vix.com>
| * This commit was manufactured by cvs2svn to create branch 'VIXIE'.cvs2svn1994-09-227-0/+1296
| |
* | Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-209-215/+420
| | | | | | | | | | | | | | | | Note that this was done by selective patching from diffs, to not conflict with the 4.4bsd base code.. This was *not* a trivial task.. I have been testing this code (apart from cosmetic changes) in my libc for a while now. Obtained from: Paul Vixie <paul@vix.com>
* | Update the resolver include files to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-203-37/+59
| | | | | | | | | | | | | | Note: this was done by selective patching from diffs by hand, in order to not conflict with the 4.4BSD base code. Beta9 was done the same way. Obtained from: Paul Vixie <paul@vix.com>
* | Correct a pathname. The isdn tells to look for aats1995-08-203-9/+9
| | | | | | | | | | /usr/src/gnu/usr.sbin/docs/INSTALL but this files resides in /usr/src/gnu/usr.sbin/isdn/docs/INSTALL.
* | Add entry for ATAPI cd-rom for current.gclarkii1995-08-201-6/+4
| | | | | | | | slight cosmetic changes.
* | Fixed mfs reboot panic by never returning failure from mfs_start().dg1995-08-201-6/+5
| | | | | | | | Obtained from: 4.4BSD-Lite2
* | Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'dg1995-08-201-19/+39
| | | | | | | | function to work like you'd expect. Other misc cleanup.
* | Call boot() instead of cpu_reset() if init isn't running in shutdown_nice.dg1995-08-201-7/+6
| |
* | Fixed a few bugs and annoyances with boot():dg1995-08-202-50/+26
| | | | | | | | | | | | | | 1) deal with cold flag better 2) check for key input more often 3) get rid of unused variables 4) minor formatting improvements
* | Correct the PCI ID for the Adaptec 7850 chips.gibbs1995-08-201-2/+2
| |
* | Added a note about dealing with dynamic IP address assignment fromjfieber1995-08-191-8/+12
| | | | | | | | | | service providers. Submitted by: Robert Watson rwatson@sidwell.edu
* | Fix LEGAL_GRADE determination, isalnum can return true when nationalache1995-08-191-1/+1
| | | | | | | | environment is active
* | Commit delta: current -> 1.06 + FreeBSD configurationache1995-08-19227-2518/+10961
| |
* | First part of importing the Japanese `od' driver.joerg1995-08-195-24/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Claim the major numbers (before sombedoy else jumps in again and claims the slots for his foocd driver :-), install all the hooks that are required. While i've been at this, i've cleaned up some of the routines at the end of i386/conf.c; all the importers of the latest CDROM drivers forgot to fill in the appropriate information. The `ata' driver (vapourware?) does only occupy a slot in the bdevsw[] array, btw. The actual import of the code does require a minor change in the SCSI subsystem, and i want to have this reviewed by Peter first, so it will be deferred for some days. The driver is already working for me though. Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
* | Install the hooks for the Japanese `od' driver (aka. MOD).joerg1995-08-192-8/+14
| | | | | | | | Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
* | Placed a link to the XFree86 Project WWW pages as a placeholder forjfieber1995-08-192-346/+913
| | | | | | | | | | | | | | | | | | our X11 documentation. Vastly improved documentation for porting applications, courtesy of asami@freebsd.org. Submitted by: asami@freebsd.org
* | Change my address,gclarkii1995-08-181-2/+3
| | | | | | | | Add John Bresler
* | Add the FTP mirror of the Dresden University.joerg1995-08-181-1/+4
| | | | | | | | | | | | | | Jordan, you might wish to update sysinstall's builtin knowledge, too. They are also offering r/o NFS access, will this be interesting for us? (sysinstall)
* | Add "Danny J. Zerkel <dzerkel@feephi.phofarm.com>" because of hisse1995-08-181-1/+2
| | | | | | | | contributions to the PCI chip set register dump description table.
* | fgetline does not exist.. fgetln is in it's place. Correct the X-Ref.peter1995-08-181-1/+1
| | | | | | | | Noticed by: Brian Tao, Bruce Evans
* | Add the cdcontrol program by Serge Vakulenko. It's my understandingjkh1995-08-184-6/+776
| | | | | | | | | | | | | | that this is a superset of cdplay, and perhaps it's time to send cdplay into the bit bucket if this works well. According to the docs, it has a friendlier command structure, command line interface etc. Submitted by: Serge Vakulenko <vak@cronyx.ru>
* | Device entry for IDE CDROM driver.jkh1995-08-182-2/+42
| | | | | | | | Submitted by: Serge Vakulenko <vak@cronyx.ru>
* | Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofjkh1995-08-1813-18/+2276
| | | | | | | | | | | | people have now indicated to me that it's working more than well enough to bring into -current. Submitted by: Serge Vakulenko <vak@cronyx.ru>
* | Merge all the "skeleton" target into one macro. This is an enormousasami1995-08-181-237/+149
| | | | | | | | | | | | | | | | | | change, but I've been testing this on thud and silvia for quite a while, also I haven't gotten any bug reports from the ports list, so I'm going to let it loose! It cleans up this file quite a bit, now I can go in and start adding some more "interesting" things.... ;)
* | Add a sanity check for the UDP length field in order to preventolah1995-08-171-2/+2
| | | | | | | | | | | | malformed UDP packets to panic the kernel. Reviewed by: davidg, wollman Obtained from: dab@berserkly.cray.com (David A. Borman) via end2end list
* | Correct a typo. 3c389 -> 3c589 is the correct 3com PCMCIA card number.ats1995-08-171-2/+2
| |
* | The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-176-14/+14
| | | | | | | | | | | | | | | | calls. Found by: gcc -Wstrict-prototypes after I supplied some of the 5000+ missing prototypes. Now I have 9000+ lines of warnings and errors about bogus conversions of function pointers.
* | Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-177-52/+11
| | | | | | | | | | | | | | this changes the size of the pcb struct, gdb will need to be rebuilt or debugging won't work correctly. Reviewed by: Bruce Evans
* | Remove bogus ${DESTDIR}s from LINKS.bde1995-08-172-10/+16
| | | | | | | | | | | | | | Keep DPADD up to date with LDADD. bsd.prog.mk's install rule can't handle schg'ed links, so ugly beforeinstall and afterinstall rules are required.
* | Merge in the remaining differences from 8.6.11 to 8.6.12.peter1995-08-173-9/+7
| | | | | | | | | | | | | | Note that conf.c, although there was an import conflict, it did not require intervention, as it was the $Id$ tag. It would have become rev 1.8 on checkout so there's no point changing it from 1.7 to 1.1.1.3 as the "-j" option wanted to do.. Trust me.. :-)
* | This commit was generated by cvs2svn to compensate for changes in r10088,peter1995-08-175-8/+19
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import Sendmail v8.6.12, onto the CSRG(!) branch.peter1995-08-179-18/+27
| | | | | | | | | | | | A seperate commit to fix the conflicts wil follow.
* | | Import Sendmail v8.6.12, onto the CSRG(!) branch.peter1995-08-171-2/+2
| | | | | | | | | | | | A seperate commit to fix the conflicts wil follow.
OpenPOWER on IntegriCloud