summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Installing via an HTTP proxy should not attempt to resolve themurray2000-04-102-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | hostname of the FTP server; that is the proxy's job. This temporarily deletes the nameserver variable before calling mediaSetFTP. PR: 17371 Approved by: jkh
* | | Document NO_BIND toggle flag.asmodai2000-04-102-0/+2
| | | | | | | | | | | | | | | PR: 17710 Submitted by: Mark Huizer <xaa+sendpr@dohd.cx>
* | | The ASUSCOM_IPAC isn't broken according to submitter.asmodai2000-04-103-3/+3
| | | | | | | | | | | | | | | PR: 17840 Submitted by: Ari Suutari <ari@suutari.iki.fi>
* | | Resolve conflictskris2000-04-1013-28/+78
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r59118,kris2000-04-1056-500/+571
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Upgrade to OPIE 2.32, from http://www.inner.net/pub/opie/kris2000-04-1069-529/+631
| | | |
* | | | Add a missing THREAD_UNLOCK() found missing by Valentin Nechayevphk2000-04-102-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <netch@segfault.kiev.ua> Remove allocation failure check from 'A' option, the 'X' option does this as a standalone check now.
* | | | Use the existing Fx macros for rendering "FreeBSD ver".dfr2000-04-101-2/+4
| | | | | | | | | | | | | | | | Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* | | | Don't prepend "r" for the raw device anymore.obrien2000-04-102-2/+2
| | | |
* | | | Clarification to previous commit: this code implements the algorithmarchie2000-04-090-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | which is commonly referred to under the trademarked name 'RC4'. However, this is not the actual 'RC4' implementation. (Forced commit)
* | | | Add new options NETGRAPH_MPPC_COMPRESSION and NETGRAPH_MPPC_ENCRYPTION.archie2000-04-095-1/+21
| | | | | | | | | | | | | | | | | | | | (Note: NETGRAPH_MPPC_COMPRESSION is disabled until we find a non-proprietary implementation of the MPPC compression algorithm.)
* | | | Most of this commit are minor changes whilst trying to make the driverdmlb2000-04-091-217/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | robust enough to work with dhcp. Essentially the driver returns to userland before certain commands have been completed by the card. I'm trying to work out the best way to fix this. There are very minor functional changes, most of this is debugging. Rework of debugging so a bit mask is used and re-allocation around the place. Tried to protect ray_init with a tsleep until the network has been joined. I think this is only a partial fix as we also update the mcast and promisc values.
* | | | Add ng_mppc(8) netgraph node as a KLD module.archie2000-04-095-2/+616
| | | | | | | | | | | | | | | | Obtained from: Whistle source tree
* | | | A netgraph node that implements Microsoft Point-to-Point compressionarchie2000-04-092-0/+880
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (MPPC) and Microsoft Point-to-Point encryption (MPPE) protocols. Note: the MPPC part is disabled as it requires proprietary files. Obtained from: Whistle source tree
* | | | A simplified RC4 implementation for kernel use.archie2000-04-092-0/+158
| | | |
* | | | Fix bogus const-ness in declaration of sha1_loop().archie2000-04-092-5/+3
| | | |
* | | | Document EWOULDBLOCK as a possible errno return value.archie2000-04-091-0/+7
| | | |
* | | | Add a missing ``break''brian2000-04-091-0/+1
| | | |
* | | | Add support for ATA66 on newer revisions of the VIA 82C596sos2000-04-093-27/+40
| | | |
* | | | Nuke duplicate struct declaration from somebody's paste-ojkh2000-04-081-11/+0
| | | |
* | | | Re-enable probe for isa and correct the plug and play issue thatimp2000-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | caused this device to be disabled. It will no longer claim all devices with PNPBIOS enabled.
* | | | Don't complain about not getting resources for the compatibility shimimp2000-04-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | drivers unless booted -verbose. This cleans up the boot messages somewhat as the old messages were confusing and not helpful for most people.
* | | | Add support for compiling kernel modules outside of the tree. If youimp2000-04-082-60/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do not have the kernel you wish to compile against in either /usr/src/sys or /sys, then you will need to set SYSDIR to point to the sys directory of the source tree that contians the source. Also, minor tweaks to the load/unload targets from Bruce. I've had this through several make worlds, as well as using it on a daily basis for the past couple of weeks to build modules needed for testing at Timing Solutions. Reviewed and revised by: bde Work sponsored by: Timing Solutions
* | | | Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-083-645/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This should also fix PR 17814 where flags were ignored on the first usage of ifconfig on the interface. PR: 17814
* | | | Update the urio driver. It now works on NetBSD and OpenBSD as well.n_hibma2000-04-082-97/+243
| | | | | | | | | | | | | | | | | | | | | | | | Update the license in the rio_usb.h (now rio500_usb.h) to not be GPL. Sorry for committing that file in the first place. The change of license was agreed to by the original author.
* | | | Use makeobjops.pl instead of makedevops.pl.dfr2000-04-082-4/+4
| | | |
* | | | * Factor out the object system from new-bus so that it can be used bydfr2000-04-0826-244/+911
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-device code. * Re-implement the method dispatch to improve efficiency. The new system takes about 40ns for a method dispatch on a 300Mhz PII which is only 10ns slower than a direct function call on the same hardware. This changes the new-bus ABI slightly so make sure you re-compile any driver modules which you use.
* | | | Add manpage for kernel object system.dfr2000-04-082-1/+137
| | | |
* | | | Add restart capability by SIGHUP. On restart, working configurationiwasaki2000-04-084-6/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (resource and card configuration being used) is to be maintained for consistency. Part of resource pool re-initialization would be rewrite later using on Warner-san's hints driver API :-) Reviewed by: nate, imp and -nomads ML in Japan. Obtained from: http://www.freebsd.org/~iwasaki/pccard/pccardd-signal.diff Commited at: BSD HANAMI Party 2000 in Japan
* | | | Follow up to the 3 button emulation update in rev 1.41:yokota2000-04-081-20/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix the -z option which I broke in rev 1.41. It didn't work correctly when used in conjunction with the -m option. - Tweak the 3 button state machine so that 'Up' events of the buttons 1 and 3 are reported immediately as soon as the buttons are up.
* | | | More error checking and idiot-proofing for the user editor.murray2000-04-082-4/+32
| | | | | | | | | | | | | | | | | | | | PR: 14318 Approved by: jkh
* | | | PR: 17559murray2000-04-088-5/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: jkh You can't enable 'emulate 3 button' option for moused in sysinstall. This adds a menu option to set moused_flags and the help text explains that entering "-3" will enable this feature.
* | | | Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-088-298/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You may specify TFTP or NFS via compile time options in the loader, but not both at this time. Also, remove a warning about not knowing how to boot from network devices. We can obviously do that now.
* | | | Break out sendudp and readudp from net.c. This is for PXE, so itps2000-04-084-215/+276
| | | | | | | | | | | | | | | | can use its own UDP interface.
* | | | Don't use ``grep | sed'' in the example for INCLUDE_CONFIG_FILEbrian2000-04-083-3/+3
| | | | | | | | | | | | | | | | when sed can do both.
* | | | When running ppp -background, show comfort messages showingbrian2000-04-076-40/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when we're redialing/reconnecting. While we're here, log redial, reconnect and phone number announcements to LogCHAT, and reduce some other logging to LogDEBUG.
* | | | Newbusify amd driver.nyan2000-04-074-182/+196
| | | | | | | | | | | | | | | | Some error messages are added by Brian Somers <brian@Awfulhak.org>.
* | | | Newbusify adv driver.nyan2000-04-0714-180/+169
| | | | | | | | | | | | | | | | Reviewed by: imp
* | | | Use correct offset into register window.mdodd2000-04-071-1/+2
| | | | | | | | | | | | | | | | Noticed by: Manfred Antar <mantar@pacbell.net>
* | | | - Convert dpt_pci.c to newbus.mdodd2000-04-076-457/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for ISA based DPT adapters (this doesn't quite work yet). - Sync dpt_eisa.c with my local copy. - Simplify how EISA IDs are matched. - Prototype. - Formatting nits. - Conform to how I do things in dpt_pci.c/dpt_isa.c. - Modify dpt_scsi.c:dpt_alloc() to DTRT with newbus. - Add some comments to dpt_scsi.c:dpt_pio_get_conf(). - Add additional check to dpt_scsi.c:dpt_get_conf(). - Add some useful error messages to dpt_scsi.c:dpt_init().
* | | | If we can't allocate an IRQ resource, fail in the attach routine.jlemon2000-04-071-0/+4
| | | |
* | | | Update DS10 description, add info on DS10L "Slate"wilko2000-04-061-9/+20
| | | |
* | | | - Add support for FTP EPRT (RFC 2428) command.ru2000-04-062-126/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Minor optimizations. - Minor spelling fixes. PR: 14305 Submitted by: ume Rewritten by: ru
* | | | Add a step for showing changes in the way filesystems are mountedsheldonh2000-04-061-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | today from the way they were mounted yesterday. PR: 17155 Submitted by: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
* | | | Regen.n_hibma2000-04-062-2/+9
| | | |
* | | | Add Zip 250n_hibma2000-04-061-0/+1
| | | |
* | | | I didn't get this right the last time....brian2000-04-061-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an NCP reaches TLF, *ONLY* datalink_Close() links that are in DATALINK_OPEN. When the last link reaches TLD, DOWN all NCPs (as we used to in the links TLF (which was the wrong place anyway)), as the NCPs aren't now going to datalink_Close() us unexpectedly, we get to continue doing what we were told to do in the first place. The result: When we lose a link, the IPCP layer goes down and we actually call the stuff in ppp.linkdown !
* | | | Convert "RELENG_ver_RELEASE" to "RELEASE_ver" and use it to check outasami2000-04-061-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the ports and doc trees. There is no change if we are not building a release (i.e., we are not using a tag of the form RELENG_ver_RELEASE --e.g., a RELENG_ver tag used to build a snapshot). This should allow the ports and doc freezes during the release cycles to be somewhat shorter, as commits to those (non-branched) trees can resume as soon as the tags are laid down. Reviewed by: nik Approved by: jkh
* | | | Sparc64 configure section.obrien2000-04-061-0/+8
| | | | | | | | | | | | | | | | Submitted by: steve
* | | | Finally cvs rm these two files; they were not referenced in conf/files*,peter2000-04-062-2528/+0
| | | | | | | | | | | | | | | | and were accumulating history as a result of recursive script processing.
OpenPOWER on IntegriCloud