summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Log hostname settings/changes.obrien1999-08-041-0/+1
| | | | Submitted by: John Baldwin <jobaldwi@vt.edu>
* Back out rev 1.2. The correct type of host-name is `X'. There was a problemobrien1999-08-041-1/+1
| | | | | | | | | | with options.c which was fixed in ISC's version 2.0 (rev 1.1.1.2 --> 1.1.1.3). I have tested host-name with both types `X' and `t' and things work fine either way. I would prefer to match the offical sources when easily possible. PR: 12205 Submitted by: John Baldwin <jobaldwi@vt.edu>
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenpeter1999-08-044-40/+44
| | | | | | | | | | correct the pointers afterwards. It's kinda bogus that we generate a 24 (?) byte filehandle (2 x int32 fsid and 16 byte VFS fhandle) and pad it out to 64 bytes for NFSv3 with garbage. The whole point of NFSv3's variable filehandle length was to allow for shorter handles, both in memory and over the wire. I plan on taking a shot at fixing this shortly.
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-046-30/+24
| | | | | to. This might have caused interesting things on non-PCI hardware if PCI was compiled in.
* MFS: use logger(1) instead of plain echo(1).obrien1999-08-041-2/+7
| | | | | (some how these local changes made it out of my local tree into the repository, so lets do it right)
* Support the setting of hostname via DHCP.obrien1999-08-041-0/+7
| | | | Submitted by: myself & Ted Lemon <mellon@isc.org>
* o Typo in prior version kept it from compiling (blush).imp1999-08-042-12/+18
| | | | | | | Noticed by: Nobody! o Add comment about why we restrict chflags to root for devices. o nit noticed by bde wrt return values.
* brucify:imp1999-08-032-12/+12
| | | | | | | | | | | | | | | o use suser_xxx rather than suser to support JAIL code. o KNF comment convention o use vp->type rather than vaddr.type and eliminate call to VOP_GETATTR. Bruce says that vp->type is valid at this point. Submitted by: bde. Not fixed: o return (value) o Comment needs to be longer and more explicit. It will be after the advisory.
* Reorganise ppp's usage to avoid some mandoc limitations.brian1999-08-032-248/+200
| | | | Suggested by: wollman
* Add a sample entry for Exim, in preparation for the upcoming behavioursheldonh1999-08-031-1/+7
| | | | | | change in the port, where TCP Wrapper support will become the default. Requested by: markm
* Better comment on ntpdate_enable - if I have misunderstood wheneivind1999-08-031-2/+2
| | | | | ntpdate was run (I thought it was cron'ed), other people probably do too.
* Typowosch1999-08-031-2/+2
| | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Minor tweak for last commit: insert extra delay between issuing masterwpaul1999-08-021-2/+4
| | | | reset and RX/TX resets.
* Mention that ospf is a possible filter protocol.brian1999-08-023-7/+9
|
OpenPOWER on IntegriCloud