| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Submitted by: Andy Farkas <andyf@speednet.com.au>
Reviewed by: das
|
| |
|
|
|
|
|
|
| |
swapon(2), and correct HISTORY.
Reviewed by: mike (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
NSWAPDEV limit.
- Don't warn about devices that are not in use in 'swapoff -a'.
- Re-add behavior mistakenly removed in revision 1.44:
If using 'swapon -a', do not warn if the device is already in use.
PR: 46633
Submitted by: Andy Farkas <andyf@speednet.com.au> (in part)
Reviewed by: mike (mentor)
|
|
|
|
| |
restored.
|
|
|
|
| |
since getbsize(3) should have `int *' as its first parameter.
|
|
|
|
|
|
|
|
|
|
|
| |
swapctl functionality. The idea is to create a swapctl command that is
fairly close to the OpenBSD and NetBSD version. FreeBSD does not implement
swap priority (and it would be a mistake if we did) so we didn't bother with
that part of it.
Submitted by: Eirik Nygaard <eirikn@bluezone.no>
Augmented by: dillon (extensively)
Reviewed by: David Schultz <dschultz@uclink.Berkeley.EDU>
|
|
|
|
|
|
|
| |
This should be considered highly experimental for the moment.
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after: 3 weeks
|
| |
|
| |
|
|
|
|
| |
o remove main prototype
|
|
|
|
|
|
| |
It does not help modern compilers, and some may take some hit from it.
(I also found several functions that listed *every* of its 10 local vars with
"register" -- just how many free registers do people think machines have?)
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
|
|
|
|
| |
Submitted by: Mike Barcroft <mike@q9media.com>
|
| |
|
|
|
|
| |
builtins (e.g., exit, strcmp).
|
| |
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
| |
|
|
|
|
| |
These commits were inspired by a similar commit to netbsd.
|
|
|
|
|
|
|
| |
devices, but it's certainly possible to make use of them.
PR: 17013
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
|
|
|
|
|
|
|
| |
already happened in an earlier commit.
PR: docs/13645
Submitted by: Stephen Roznowski <sjr@home.com>
|
|
|
|
|
|
| |
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
|
| |
|
|
|
|
|
| |
PR: docs/11709
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
|
|
|
|
| |
Sort #includes. Add rcsid.
|
|
|
|
| |
Submitted by: Bruce Evans
|
|
|
|
|
| |
PR: 5447
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
|
| |
when he tried to figure out how to swap to a file and had to ask me for
help.
|
| |
|
|
|
|
| |
posix standard on the topic.
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
|
|
|
| |
Submitted-By: David Leonard <d@scry.dstc.edu.au>
|
|
|
|
| |
"invalid argument".
|
|
|
|
| |
Yes I have better things to do, but just now I'm waiting...
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
| |
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
|
|
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
|