summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable play-nice-with-DHCP option now that bpf is the defaultjkh1999-08-072-6/+2
| | | | | in GENERIC. Now a dhcp-configured system will both install and boot initially with proper interface configuration.
* Enable bpf by default. There was no significant dissention to my proposaljkh1999-08-072-6/+6
| | | | | | of 2 weeks ago that this be done, and anyone who wishes to make bpf more selective according to securelevel or compile-time options is more than free to do so.
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".phk1999-08-062-4/+4
|
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-0623-175/+683
| | | | | | | | | | | | | | | | | | | | | | | | | 0.81.1 of the i4b code - namely support of the I4B_VR_REQ ioctl via the i4brbchX device. Ppp controls the phone number, but idle timers and SYNC/RAW decisions are still made by isdnd (in isdnd.rc). This involves a new datalink state machine phase. The ``wait for carrier'' phase happens after dialing but before logging in. The whole dial state should really be abstracted so that each device type can deal with it in its own way (thinking about PPPoE) - but that'll have to wait. The ``set cd'' symantics remain the same for tty devices, but we now delay until we either get CD or timeout waiting (at which time we drop the link if we require CD). For i4b devices we always insist on carrier. Thanks to hm@ for his help, and especially for pointing out that I *don't* need to re-implement isdnd (that was a huge waste of time !) :-]
* Add limitted support for the Promise Ultra/66 controller. Itssos1999-08-062-6/+10
| | | | | only supported upto UDMA33 like the old Promise, but it works now. More when I have specs ....
* Better way to circumvent the boot problem on older versions.phk1999-08-062-20/+5
| | | | Submitted by: Larry Baird <lab@gta.com>
* Back out redundant check, and remove the MAXMTU comparison as it'sbrian1999-08-061-7/+4
| | | | | outside of the (bogus) tuninfo mtu range. Pointed out by: bde
* Back out redundant checksbrian1999-08-062-12/+5
| | | | Pointed out by: bde
* Add driver support for M-systems DiskOnChip Products.phk1999-08-0611-3/+1580
| | | | Sponsored by: M-systems Inc. http://www.m-sys.com
* Fix a bunch of typos and spelling errors.mpp1999-08-065-230/+230
| | | | | PR: misc/12965 Partially Submitted by: Patrick Seal <patseal@hyperhost.net>
* strfile(8) incorrectly states that the output files generatedmpp1999-08-061-4/+4
| | | | | | | | will have the suffix ".out" appended to them. They are acutally created as outputfile.dat. PR: docs/12968 Submitted by: Patrick Seal <patseal@hyperhost.net>
* Fix integer overflow for files containing more than 4GB by usingsheldonh1999-08-061-15/+16
| | | | | | | | | | | | | u_quad_int instead of u_long for counters. (NetBSD's rev 1.15 - 1.18) Deprecate register. (NetBSD's rev 1.13) The diffs from NetBSD were not applied verbatim, because we don't care about NO_QUAD right now. PR: 12959 Reported by: Nicholas Barnes <nb@ravenbrook.com> Obtained from: NetBSD
* updating isdn4bsd to beta version 0.83hm1999-08-0665-541/+3878
|
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-065-15/+31
| | | | | | | | | out-of-range values. ``comparison is always 0'' warnings are silly ! Ok'd by: wollman, dg Advised by: bde
* Set the close-on-exec flag when we lock the file we're editing.brian1999-08-061-3/+10
| | | | | | | | This prevents any background sub-command executed from inheriting the descriptor & lock (and making vi think that someone else is editing the file when it re-edits). Remembered from: An OpenBSD commit message from May '99
* Fixed printf format errors. One of them fixes the garbage output forbde1999-08-061-5/+5
| | | | | | sa -km reported in the PR. PR: 4582
* Mention that CCD requires partitions of type FS_BSDFFS.jkoshy1999-08-061-1/+7
| | | | | PR: docs/12985 Submitted by: Kiril Mitev <kiril@ideaglobal.com>
* Perhaps I should have looked at the whole file rather than just the delta.peter1999-08-061-2/+2
| | | | | | Use -eq rather than -ne. Obtained from: OpenBSD (millert, etc/rc rev 1.104)
* I don't think `customify' is a real word.peter1999-08-061-2/+2
|
* Don't use /tmp/_motd in the aftermath of the chflags(2) revelations.peter1999-08-061-8/+11
| | | | Obtained from: OpenBSD (millert etc/rc rev 1.102 and hugh)
* Remove empty "SEE ALSO" section.jkoshy1999-08-061-2/+1
| | | | | PR: docs/12990 Submitted by: Chris Costello <chris@calldei.com>
* Typo police. 'Acknowledgement' is spelled correctly so it was left untouched.dwhite1999-08-063-6/+6
| | | | | PR: docs/12986 Submitted by: Seth <seth@freebie.dp.ny.frb.org>
* If the clock is put back, ensure that we don't end up dividing bybrian1999-08-061-1/+10
| | | | zero when calculating our throughput
* Add usr.sbin/elf2exe to the build-tools target on the Alpha. Thisjdp1999-08-061-1/+5
| | | | fixes the make buildworld breakage in sys/boot/arc/loader.
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. Thisjdp1999-08-053-9/+9
| | | | fixes the kernel build breakage.
* Add a local distribution under the "costum distribution" menu.sos1999-08-057-9/+19
| | | | This allows to add local additions on install time..
* Make the newfs parameters a global option.phk1999-08-0511-14/+29
| | | | | | The default is still "-b 8192 -f 1024" but my experiments show that "-b 16384 -f 4096 -c 100" is a more sensible value for modern disksizes.
* Add RCS IDs to those files without them.deischen1999-08-05237-254/+423
| | | | | | | Fix copyrights (s/REGENTS/AUTHOR). Suggested by: tg Approved by: jb
* Fix thread initialization to allow for the case where stdio filedeischen1999-08-057-39/+51
| | | | | | | descriptors are not opened. PR: bin/12853 Reviewed by: jb
* Add access(2) to the list of recognized syscalls.des1999-08-051-1/+2
|
* - ignore the user-supplied umask, set it to 0022 by defaultru1999-08-051-5/+9
| | | | | | | - install /etc/wall_cmos_clock with 0444 mode rather than 0666 - -Wall inspection PR: 12967
* o Obsolete the undocumented ``set weight'' command.brian1999-08-0515-352/+514
| | | | | | | | | | | | | | | | | | | | | | | o If we're using RADIUS and the RADIUS mtu is less than our peers mru/mrru, reduce our mtu to this value for NetBSD too. o Make struct throughput's sample period dynamic and tweak the ppp version number to reflect the extra stuff being passed through the local domain socket as a result (MP mode). o Measure the current throughput based on the number of samples actually taken rather than on the full sample period. o Keep the throughput statisics persistent while being passed to another ppp invocation through the local domain socket. o When showing throughput statistics after the timer has stopped, use the stopped time for overall calculations, not the current time. Also show the stopped time and how long the current throughput has been sampled for. o Use time() consistently in throughput.c o Tighten up the ``show bundle'' output. o Introduce the ``set bandwidth'' command. o Rewrite the ``set autoload'' command. It now takes three arguments and works based on a rolling bundle throughput average compared against the theoretical bundle bandwidth over a given period (read: it's now functional).
* Stay on the serial console if installed that way.jkh1999-08-053-3/+9
| | | | Requested by: max
* Backup existing init(8) as /sbin/init.bak.ru1999-08-051-3/+9
| | | | | PR: 12976 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* I was clearly smoking crack when I committed the change to allow forjkh1999-08-051-3/+15
| | | | | | | architecture-specific docs on the boot floppy and CDROM. Do it right this time. Noticed by: jhay
* commit these files after updating syscalls.master.jkh1999-08-054-4/+4
|
* Re-commit these files after updating syscalls.master (in the proper orderjkh1999-08-052-2/+2
| | | | | | this time). Pointed out by: bde
* Move syscall 180 back to where it was before and fix thejkh1999-08-051-3/+3
| | | | incorrect comment which led me to move it in the first place.
* - Don't assume that SCSI ID numbers of HDD units are contiguous. Thatkato1999-08-051-10/+13
| | | | | | | | | is, don't assume that SCSI ID corresponds to a unit number of da device. Unit number of da device is provided by 2nd stage loader and 3rd stage loader now use it. - Fix drive letter to display. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Provides discontinuous unit number support to make external FDDkato1999-08-051-2/+3
| | | | | | | bootable on 1 FDD PC98 machines. (When an external FDD unit is installed, unit numbers become discontinuous.) Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Turn docs back on - ache was very quick.jkh1999-08-051-2/+2
|
* More committage for the arla pioctl syscall.jkh1999-08-052-1/+2
| | | | Reminded by: green
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-042-4/+4
| | | | | | behave in an utterly random fashion. Submitted by: gibbs
* Reserve a syscall for the arla folks. I'm assuming that since syscalls.cjkh1999-08-043-2/+5
| | | | | and init_sysent.c are checked into CVS, I should also commit the regenerated copies even though they're built by syscalls.master. Correct? Bruce? :)
* The ARLA folks don't need a bdev after all - remove it.jkh1999-08-042-4/+2
|
* "Linux emulator" -> "Linux image activator"nik1999-08-041-4/+4
| | | | | PR: docs/12882 Submitted by: des
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-049-38/+98
| | | | | | | | | | | | now used in f_ops in place of NULL, and modifications to the files are more carefully ordered. f_ops should also be set to &badfileops upon "close" of a file. This does not fix other problems mentioned in this PR than the first one. PR: 11629 Reviewed by: peter
* Add various network cards that have been new-busified and made into KLDsgreen1999-08-041-2/+9
| | | | | | (thanks Bill!) Remove lkm.
* Turn docs off by default again - somebody has broken the docproj port.jkh1999-08-041-2/+2
|
* Correction: "ans" -> "and."green1999-08-043-6/+6
|
OpenPOWER on IntegriCloud