summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* - Update the sysctl mibs in order to reflect the recent kern_jail.carr2001-12-121-9/+9
| | | | | | | changes. Approved by: rwatson Reviewed by: rwatson
* Update the default newfs block and fragment sizes from 8192/1024 tosheldonh2001-12-112-2/+2
| | | | | | | | | | | | | | | | | | | 16384/2048. Following recent discussions on the -arch mailing list, involving dillon and mckusick, this change parallels the one made over a decade ago when the default was bumped up from 4096/512. This should provide significant performance improvements for most folks, less significant performance losses for a few folks and wasted space lost to large fragments for many folks. For discussion, please see the following thread in the -arch archive: Subject: Using a larger block size on large filesystems The discussion ceases to be relevant when the issue of partitioning schemes is raised.
* Fix a typo.sheldonh2001-12-111-1/+1
| | | | Reported by: Jurrien Koopmans <jjkoopmans@home.nl>
* s/sysctl -w/sysctl/ru2001-12-112-4/+4
|
* WARNS=2 cleanup.mikeh2001-12-112-7/+12
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Fix the mouse question again to only run the mouse menu if a user doesn'tjhb2001-12-102-2/+2
| | | | | | | | | | have a USB mouse. Here's the deal on how this works: USB mouse have moused run for them automatically by usbd so we don't need to setup moused for them. We do need to setup moused for other mice though, so if the user has a USB mouse, we don't need to do anything. Hence the wording "Do you have a non-USB mouse installed?" for the question. The question can be reworded as "Do you have a PS/2 or Serial mouse installed?" instead if that is preferred.
* Reorder WARNS line for style.mikeh2001-12-109-18/+9
| | | | Pointed out by: bde
* Install i4bing.4. It lives for more than year in the tree, butphantom2001-12-101-4/+3
| | | | | | never was installed. MFC After: 3 days
* Provide a more specific help line for PLIP installs, reminding themurray2001-12-101-0/+5
| | | | | | | user that they must provide the peer's IP address in the 'extra options to ifconfig' box. PR: misc/21273
* Add the Bulgarian BDS and Phonetic keymaps.roam2001-12-104-2/+8
| | | | | | Reviewed by: jhb Approved by: jhb, silence on -qa MFC after: 1 week
* WARNS=2 cleanup.mikeh2001-12-102-58/+70
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-102-12/+17
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-102-33/+35
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* An XFree86 install should not depend on any compat libs any longer.obrien2001-12-101-9/+0
| | | | | | (1) We don't need compat3x and compat4x as we build the bits on the proper release now (vs. getting them from the XFree people). (2) We handle the compat2x needs thru proper port dependancies now.
* We do have a compat4x dist for Alpha.obrien2001-12-101-1/+1
|
* Update the list of public NTP servers fromobrien2001-12-102-64/+820
| | | | | | | | | http://www.eecis.udel.edu/~mills/ntp/clock2.htm Also remove any Stratum 1 servers and only include Stratum 2 and higher servers. PR: 32586 Submitted by: Arnaud Launay <asl@launay.org>
* cleanupdillon2001-12-104-18/+18
|
* Add auto-fill-on-delete. When deleting an 'A'uto created partitiondillon2001-12-094-66/+94
| | | | | | | | | | | | | | | | sysinstall will automatically expand the previous partition to take up the freed up space. So you can 'D'elete /home and /usr will get the combined space, or you can 'D'elete /tmp and /var will get the combined space. This gives the user, developer, or lay person a huge amount of flexibility in constructing partitions from an 'A'uto base. It takes only 3 or 4 keystrokes to achieve virtually any combination of having or not having a /tmp and/or /home after doing an 'A'uto create. Change 'A'uto creation of /var/tmp to 'A'uto creation /tmp, which should be less controversial. MFC after: 6 days
* WARNS=2 cleanup.mikeh2001-12-092-1/+3
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Turn on WARNS=2, no code fixes needed.mikeh2001-12-091-0/+2
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Don't ignore SIGINT and SIGQUIT. The comment said "Ignore SIGINTiedowse2001-12-091-4/+0
| | | | | | | | | and SIGQUIT during shutdown", but rpc.umntall is also run at boot time, so ignoring these signals is a really bad idea: it makes it impossible to ^C the process as it waits for a server response. I can't see any reason to block these signals during shutdown either. MFC after: 3 days
* style(9) cleanup: spaces -> tabs.mikeh2001-12-091-94/+95
| | | | MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-092-10/+20
| | | | | PR: bin/32646 MFC after: 2 weeks
* Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonabledillon2001-12-096-244/+602
| | | | | | | | | | | | | | defaults both in regards to the size of the partitions that are created and in regards to safety and functional separation. Still TODO: extend the previous partition to cover a deleted partition if the previous partiton was auto-created, and supply some sort of solution for /tmp. Reviewed by: Just about everyone Approved by: Nobody except maybe my pet mouse fred Obtained from: God, so complain to HIM MFC after: 1 week
* WARNS=2 cleanup.mikeh2001-12-092-15/+41
| | | | | PR: bin/32567 MFC after: 2 weeks
* WARNS=2 cleanup and fix potential unitialized variable bug.mikeh2001-12-092-4/+13
| | | | | PR: bin/32567 MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-093-3/+16
| | | | | PR: bin/32567 MFC after: 2 weeks
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-2/+1
| | | | | | | cause the system to auto-size to between 32 and 512 depending on the amount of memory. MFC after: 1 week
* Consider PROTO_IPV6 as compressible by CCP.brian2001-12-091-1/+1
| | | | Spotted by: Nick Sayer <nsayer@quack.kfu.com>
* mdoc(7) police:ru2001-12-081-5/+11
| | | | | | | | - bump document date - add -n to SYNOPSIS - remove whitespace at EOL - remove hard sentence break - be a bit verbose about "vcd" operation
* mdoc(7) police: markup nits.ru2001-12-081-1/+1
|
* mdoc(7) police: fix markup in revision 1.25.ru2001-12-081-2/+2
|
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-071-0/+5
| | | | | | | | | | of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru
* Move the checks for '/' a little sooner in the code which receives filesgad2001-12-051-8/+8
| | | | | | | | | | | for a remote print job. This change comes from OpenBSD (who got it from Sebastian Krahmer of SuSE). In OpenBSD this avoids a tiny theoretical security issue, but that security issue does not exist in FreeBSD's lpr due to the changes which added 'ctl_renametf()' just before 4.4-release. This change is still worth doing in our version, but it isn't fixing a security issue. MFC after: 4 days
* Add the ability to write VCD/SVCD disc's.sos2001-12-042-58/+82
| | | | | | It is still nessesary to supply the tracks as individual files, burncd can't read .cue files yet, but now the infrastructure to do it is present we just need a .cue file parser (hint hint)...
* Prototype usage() and set WARNS?=2jedgar2001-12-042-0/+4
| | | | | Approved by: rwatson Obtained from: TrustedBSD Project
* WARNS=2 and style(9) cleanup:jedgar2001-12-042-5/+6
| | | | | | | | | o prototype usage() o move BUFSIZE define above the functions o nuke externs that are defined in unistd.h Approved by: rwatson Obtained from: TrustedBSD Project
* Default to WARNS=2.obrien2001-12-044-0/+6
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* prototype functions and fix some line wrappingalfred2001-12-021-6/+16
|
* Sysinstall cleanups for installation:matusita2001-12-022-38/+56
| | | | | | | | | 1) Use devfs to mount filesystems. If mounting devfs is fail, fallback to old code. 2) When fscking filesystems, use 'fsck_ffs' explicitly. As a result, we no longer need 'fsck' the wrapper program. Reviewed by: jkh
* Forget to remove kget.c, since kget feature is already gone.matusita2001-12-011-125/+0
|
* Remove kget() feature, which is removed from 5-current kernel.matusita2001-12-017-24/+2
| | | | | | | | | Since userconfig feature is implemented by tweaking variables (hint.*) with loader(8), we can put back an equivalent feature. Maybe the first step for this is to commit yokota-san's patch (add userconfig command for loader). Approved by: jkh
* Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.brian2001-11-301-25/+39
|
* Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messagesbrian2001-11-301-6/+0
| | | | | | | | | | | | to the routing socket. The local address on a point-to-point interface is not actually a gateway address - despite it appearing in the second column of netstat -r's output. Providing a gateway to an RTM_CHANGE will currently change the route's interface so that it's using the specified gateway - not what we want. Patiently explained to me by: ru
* Add some DEBUG logging to tell us when interface addresses are beingbrian2001-11-301-0/+14
| | | | added and removed
* Make the error messaging more helpful.cjc2001-11-301-9/+11
| | | | | | PR: 31483 Approved by: iwasaki, ru MFC after: 4 days
* Fold ANDREW_LOCKD into -current.alfred2001-11-293-566/+1965
|
* Fix a bug about CIS string comparison. Pccardd should be able to distinguishiwasaki2001-11-291-0/+4
| | | | | | | | | | | card "MELCO" "LPC2-T" and card "MELCO" "LPC2-TX" by this fix. Reported by: Kitagawa Shoichi <sk@xstar.kiu.ac.jp>, NINOMIYA Hideyuki <nin@shikoku.ne.jp> MFC after: 1 week
* Add a BUGS section noting that the basename of a directory containingcjc2001-11-281-1/+10
| | | | | | periodic(8) scripts must be useable as a sh(1) variable. MFC after: 2 days
* My recent changes to add the ctl_renametf routine assumed that print jobgad2001-11-282-21/+38
| | | | | | | | | | | control-files will always start with 'cfA*'. It turns out that some implementations of lpd (such as solaris) may send a control file which starts with 'cfB*', or really 'cf<anyLetter>*'. Although such filenames are very odd, we did used to accept them. This changes ctl_renametf to work correctly with them, and fixes up 'lpc clean' to match. PR: bin/32183 MFC after: 10 days
OpenPOWER on IntegriCloud