summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use libbind to get to the extended resolver and headers.peter1999-11-303-0/+3
|
* Reactivate named-xferpeter1999-11-301-1/+1
|
* Reactivate bind (named and tools)peter1999-11-301-1/+1
|
* ndc is now a C program that communicates with named via a unix-domainpeter1999-11-302-52/+3
| | | | socket.
* Link against libbind (library and headers)peter1999-11-302-0/+2
|
* Use a full path to pathtemplate.c in case it's being pulled into otherpeter1999-11-301-1/+2
| | | | Makefiles.
* Turn libbind back on, it should be ok now.peter1999-11-301-1/+1
|
* EEK! termios mode wasn't activated..peter1999-11-302-2/+2
| | | | Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Compile bind against the resolver in libbind for now. Unfortunately thispeter1999-11-302-4/+6
| | | | | includes the slower IRS getpwent() and friends, but that's better than nothing.
* Build more components to get named to build.peter1999-11-301-8/+25
|
* Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -currentpeter1999-11-301-1/+1
| | | | | has the structures that probe_ipv6 tested for, so this will always be defined if the standard tests are run.
* oops, forgot to disconnect libbind while it's broken.peter1999-11-301-2/+6
|
* Update for Bind 8.2.2.p5peter1999-11-301-0/+37
|
* copyright/sccsid/rcsid cleanup.billf1999-11-30229-355/+944
|
* Allow character devices tooache1999-11-301-5/+5
|
* Files not in 8.2.2.p5peter1999-11-303-390/+0
|
* Files gone from 8.2.2.p5peter1999-11-304-491/+0
|
* Files removed in 8.2.2.p5peter1999-11-303-490/+0
|
* Call rpc.umntall only if nfs_client_enable, hang occurse otherwiseache1999-11-301-3/+7
|
* Merge changes from vendor branch onto HEAD.peter1999-11-308-344/+1260
|
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-3057-456/+4337
| | | | | | | | | | | | | | | | | | | | | | | NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using ngctl(8), which makes ngctl a lot more useful. This also allows all the type-specific debugging code in libnetgraph to go away -- instead, we just ask the node itself to do the ASCII translation for us. Currently, all generic control messages are supported, as well as messages associated with the following node types: async, cisco, ksocket, and ppp. See /usr/share/examples/netgraph/ngctl for an example of using this. Also give ngctl(8) the ability to print out incoming data and control messages at any time. Eventually nghook(8) may be subsumed. Several other misc. bug fixes. Reviewed by: julian
* This commit was generated by cvs2svn to compensate for changes in r53910,peter1999-11-30316-6697/+54429
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import bind v8.2.2.p5, minus the crypto for the time being. The bindpeter1999-11-30327-8009/+57465
| | | | | | | | | | | | | | | | package does have BXA export approval, but the licensing strings on the dnssafe code are a bit unpleasant. The crypto is easy to restore and bind will run without it - just without full dnssec support. Obtained from: The Internet Software Consortium (www.isc.org)
* | Move named and associated tools into a seperate makefile section andpeter1999-11-303-13/+44
| | | | | | | | disable them pending an import and cleanup of bind 8.2.2.p5.
* | Remove extra spaces in hex dump output.archie1999-11-301-1/+1
| |
* | Commit for r1.29 of ugen.c was wrong. All the ugenX* devicen_hibma1999-11-301-8/+16
| | | | | | | | entries were like the entries for ugen0* device.
* | Make the pci driver compat shim return a preference for probepeter1999-11-302-2/+4
| | | | | | | | | | | | | | rather than an "it's mine!" so that other newbus-aware drivers can bid for the device too. This should allow the sym driver to out-bid the ncr driver for devices it supports without having to modify ncr.c at all. ncr would then function as a catch-all.
* | Brucify last commit:grog1999-11-291-3/+3
| | | | | | | | | | | | | | - Use consistent capitalization. - Subjects and verbs now agree. Pointed-out-by: sheldonh
* | add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-294-0/+10
| |
* | tanimura implemented SNDCTL_DSP_GETODELAY for pcm.alfred1999-11-292-0/+11
| | | | | | | | Submitted by: tanimura
* | Remove vfs_getrootfsid() function (a temporary hack added a few monthsdillon1999-11-292-34/+0
| | | | | | | | | | ago to make BOOTP work again). It is no longer required by BOOTP and no longer used.
* | Report swapdevices as cdevs rather than bdevs.phk1999-11-295-12/+4
| | | | | | | | Remove unused dev2budev() function.
* | Sync generated filesimp1999-11-292-4/+14
| |
* | Merge NetBSD 1.60 by jun:imp1999-11-291-1/+2
| | | | | | | | | | | | Support for TDK LAC-CF010 by Ichiro Fukuhara (ichiro@ichiro.org) on kern/8900 ichiro test TDK CF Card on Opensource matsuri,tokyo and send patch to us. thanx.
* | Remove the now unused chrtoblk() function.phk1999-11-293-19/+0
| |
* | inline spl functions.gallatin1999-11-292-71/+62
| | | | | | | | | | | | | | | | In combination with Doug's recent alpha_cpu.h, this reduces the cost of ipl raising/lowering significantly. This is most pronounced when doing file reads. Reviewed by: dfr
* | Implement inline assembler wrappers for PALcode calls and for alphadfr1999-11-291-35/+268
| | | | | | | | | | | | | | specific instructions such as rpcc and mb. This should provide some performance improvements and will allow me to delete the file pal.s. To allow people time to update their loadable modules, I will leave pal.s alone for now.
* | In the extremely miniscule chance that read_random returns <= 0, don't trydan1999-11-291-2/+6
| | | | | | | | and use that return code as a modulus (panics are bad, mmmkay?)
* | style fixes, remove extra braces.alfred1999-11-292-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | readdir_r is not POSIX according to POSIX_SOURCE, bruce says: > readdir_r() is in the _POSIX_SOURCE section, but is not a POSIX.1-1990 > function. It's POSIX.1-1996 so it should be under a different feature > test which we don't support yet. make sure errno is saved so that its contents are cleared unless necessary. Submitted by: bde
* | Include strerror(errno) in error messages after failed system calls.cracauer1999-11-2910-15/+21
| | | | | | | | Fix a warning.
* | depricated -> deprecated + mention the -alias flag status in README.changesbrian1999-11-292-4/+7
| |
* | Make BOOTP work again.dillon1999-11-294-4/+20
| | | | | | | | Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* | Correct the email address that folk are to bug if they needmarkm1999-11-291-24/+12
| | | | | | | | | | | | help; also point them in the direction of the source, not PHK (or any other human) if they need to make CTM deltas of their own.
* | Bail out on failing the read(). This happens when a USB mouse isn_hibma1999-11-291-3/+3
| | | | | | | | | | | | | | | | disconnected. We retry the open in the parent subroutine. Remove an ifdef _i386_ . MOUSE_IF_USB is now defined for alpha as well. Reviewed-By: yokota
* | Fix a stray (ifdef'ed) reference to a non-existing file.peter1999-11-291-4/+0
| |
* | - Fixed to support RSB-384/2000/3000.nyan1999-11-292-84/+70
| | | | | | | | - Fixed warnings.
* | Sync with sys/i386/conf/files.i386 revision 1.282.nyan1999-11-292-0/+2
| |
* | Better error handeling:sos1999-11-292-30/+58
| | | | | | | | | | | | | | | | | | On UDMA CRC errors retry operation as it might be a fluke, if not fall back to PIO mode on the failing drive. If you get alot of these your cabeling is most likely not good enough. On HARD error using DMA, retry once using PIO, if it succeds using PIO fall back to PIO mode on the failing drive.
* | Add a bit of sanity checking and problem avoidance in case thephk1999-11-292-4/+17
| | | | | | | | | | | | | | timecounter hardware is bogus. This will produce a new warning "microuptime() went backwards" and try to not screw up the process resource accounting.
* | How hard can it be to implement a 24bit counter in hardware ?phk1999-11-291-1/+33
| | | | | | | | | | | | | | | | | | | | Make sure we read a likely value from the PIIX timecounter. This should fix a large fraction of the "calcru: negative time" warnings produced by SMP machines. Another hole in one by: bde Didn't belive Bruce: phk
OpenPOWER on IntegriCloud