summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bogus BINDIR linepaul1994-10-161-1/+0
|
* Add DPADD for libraries.paul1994-10-161-0/+1
|
* Add some missing libraries to LDADDpaul1994-10-161-1/+1
|
* Added sysinstallpaul1994-10-151-1/+1
|
* Work in progress.paul1994-10-153-0/+722
|
* Move `ft' into machine-dependant section.gpalmer1994-10-151-3/+3
|
* revision 1.6ache1994-10-141-10/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | date: 1994/03/06 08:55:02; author: ache; state: Exp; lines: +4 -1 Stop count getty spacing problem, if we issue kill -1 1 ---------------------------- revision 1.5 date: 1994/03/04 17:51:39; author: ache; state: Exp; lines: +9 -2 I got a lot of "getty repeating too quickly on port %s, sleeping" from init.bsdi, it means that getty start and exit in five seconds. This is common situation for poor quality Russian phone lines: modem got CONNECT message and after retries got NO CARRIER. So I introduce spacing count, it means that this warning and sleep occurse only after GETTY_NSPACE times of sequental attempts. ---------------------------- revision 1.4 date: 1994/02/28 21:53:52; author: ache; state: Exp; lines: +71 -10 I found (and fix) ugly bugs in init.bsdi (this bugs not present in old init) 1) Init don't setup TERM environment variable for default terminal type from /etc/ttys before calling getty/window. 2) When "kill -1 1" issued, init don't restart getty when /etc/ttys parameters was changed (it only kill "off" end empty entries). 3) Small memory leak if "window" /etc/ttys parameter specified and "kill -1 1" issued. Obtained from: FreeBSD 1.x
* Add ft.jkh1994-10-141-1/+1
| | | | Submitted by: babb
* Put back the `:' in the trinary ?: so this can actually compile again! :)jkh1994-10-131-1/+1
|
* Added '-F file' option of mount_mfs. This allows me to make floppy imagesphk1994-10-123-8/+59
| | | | | without waiting for my floppy-drive all the time :-) Might have other interesting uses too.
* Backed out part of the last change that prevents the rpos table fromdg1994-10-093-6/+8
| | | | | | being output if <= 1 rpos; there is a bug in the kernel which doesn't quite get along with this. Changed default #rpos to 1, and fixed up manual page. Converted nrpos to 1 if user specifies 0.
* Modify adjkerntz to not write RTC clock per initial call,ache1994-10-041-2/+28
| | | | suggested by Bruce
* Moce comcontrol, fdisk & mount_msdos out of machine-independance intogpalmer1994-10-021-6/+12
| | | | | | | an I386 specific statement. Also add necessary code to allow machine-dependance in this makefile Reviewed by: rgrimes
* Fixed manpage to conform to current reality.dg1994-10-011-1/+4
| | | | Submitted by: Rod Grimes, with additional sentence by me.
* 1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disablingdg1994-10-012-13/+23
| | | | | | | | | the use of the rotational position table. 2) Allow specification of 0 rotational positions (disables function). 3) Make rotdelay=0 and nrpos=0 by default. The purpose of the above is to optimize for modern SCSI (and IDE) drives that do read-ahead/write-behind.
* Corrected message when no rotational position table is found.dg1994-10-011-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r3248,pst1994-09-304-0/+1813
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Router Discovery from Sun Microsystemspst1994-09-304-0/+1813
|
* This commit was generated by cvs2svn to compensate for changes in r3245,pst1994-09-301-0/+27
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Router discovery code - Courtesy Sun Microsystemspst1994-09-301-0/+27
|
* Add code to skip "userquota"/"groupquota" options needed forache1994-09-296-6/+28
| | | | quotaon/quotacheck
* disklabel will dump core if you give it too few numbers to processpst1994-09-262-8/+20
| | | | Obtained from: NetBSD misc/490 - John Kohl
* Fix one more _PATH_UNIX.wollman1994-09-241-2/+2
|
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.wollman1994-09-242-21/+19
| | | | | | | DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible.
* Document more MIB variables.wollman1994-09-231-2/+8
|
* Add two new flags:wollman1994-09-222-9/+29
| | | | | -q just shut up, will you?! -u unlink output file after successful load
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-2223-28/+269
|
* Automatically load filesystem if not present in system and loadable.wollman1994-09-221-1/+11
|
* Use getvfs* functions to map between VFS types and names.wollman1994-09-224-8/+40
| | | | | Automatically load UFS if it is not present but is loadable. (This won't happen now, but could happen if we fix NFS diskless support.)
* Correction for new sysctl interfaceache1994-09-191-4/+4
|
* rewritted to use sysctl, no more /var/run/.adjkerntz nowache1994-09-193-39/+26
|
* Added support for MSDOS file systems.dfr1994-09-191-0/+1
|
* Added mount_msdos.dfr1994-09-1910-3/+981
| | | | Obtained from: NetBSD
* bugfix: change gidset[] type from int to gid_tache1994-09-192-4/+4
|
* Various fixes:dg1994-09-182-6/+22
| | | | | | | | | modload doesn't honor it's -p argument. It also will destroy the input file when you don't specify an output symbol file with -o. Submitted by: John Kohl
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-161-4/+0
| | | | | | arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
* Don't exit early if the device is not character special or if thebde1994-09-152-8/+22
| | | | | | | | device driver cannot supply a label (real or faked). This allows you to practice using fdisk on disposable media (e.g., "dd count=1 <dev/zero >/tmp/junk; fdisk /tmp/junk", "dd count=1 </etc/passwd >/tmp/fix-up-the-mess; fdisk /tmp/fix-up-the-mess") and allows me to test DOSpartitioning and labelling on floppies.
* Missing 'break' after setting interface route flag was causing interfacepst1994-09-151-0/+1
| | | | routes to not be properly marked as static.
* Fixed a bug where mount_nfs would core-dump if used with IP# directly.phk1994-09-151-9/+10
| | | | | | | Also moved some KERBEROS related stuff inside the #ifdef. Should we always try to do a reverse lookup (IP#->name) ? It has som merit, but is probably against the tradition or huh ?
* Add ip_mroute_mod, if NOLKM is not defined.wollman1994-09-141-0/+4
|
* Makefile to generate the ip_mroute_mod.o LKM. After talking this overwollman1994-09-141-0/+9
| | | | | | with DavidG, I've come to the conclusion that unless and until we define a new directory to put these things in, /sbin is the right place. (OSF/1 does a lot worse for non-executables in /sbin...).
* Fixed slattach to do flags ioctl via network device rather than tty.dg1994-09-141-2/+34
| | | | Submitted by: Rich Murphey, and fixed up by me.
* Add fdisk to SUBDIR.jkh1994-09-131-1/+1
|
* Woops, last patch was by Wolfgang Solfrank.dg1994-09-093-3/+3
|
* Two fixes from the NetBSD group (Charles Hannum):dg1994-09-096-21/+45
| | | | | | | 1) dir.c: get byte order right in mkentry() 2) pass1.c: When doing -c2 conversion, do secsize reads for a symlink - not doing so was causing the conversion to fail because the device driver can't deal with short reads.
* Fix endian bug introduced at Berkeley during the Net2->4.4-lite transition.pst1994-09-081-8/+12
| | | | | | Fix is courtesy of the NetBSD folks. Reviewed by: pst
* Get rid of the need for the readonly mandatory option - set readonlydg1994-09-071-4/+6
| | | | flags regardless of whether the user specified it.
* Fix punctuation.bde1994-09-052-2/+2
|
* What cretin named both a global and a function "reboot"? Globaljkh1994-08-281-3/+3
| | | | | changed to Reboot. Submitted by: jkh
* Bring in my changes from the 1.1 init.bsdi which causes a reboot (was anate1994-08-272-2/+24
| | | | | halt before) if init is sent an interrupt signal. This is necessary for <CTL><ALT><DEL> to do the right thing if enabled.
OpenPOWER on IntegriCloud