summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-15Add defines for Rx page size register.Mark Kettenis
2007-04-15allow systat(1) to be exited with 'q' like top(1).Matthieu Herrb
ok beck@ ckuethe@ hshoexer@ millert@
2007-04-15adjust Makefile for my man changes;Jason McIntyre
fixes user/5449 thanks Owain Ainsworth for pointing out my stupid mistake
2007-04-15One more voff_t in the right place.Artur Grabowski
miod@ ok
2007-04-15Use the right types for calculating the object offset.Artur Grabowski
miod@ ok
2007-04-15Clean up prototypes, change vm_map_t to struct vm_map *.Artur Grabowski
miod@ ok
2007-04-15Add Leonhard Euler.Marco Pfatschbacher
2007-04-15minor indentation.Artur Grabowski
2007-04-15Save block pointers contents before releasing interrupts so that panicPedro Martelletto
messages are consistent, from mickey@, okay pedro@
2007-04-15update copyright years, standardize licence.Marc Espie
reword the introduction to the stuff originally from FreeBSD to clarify slightly.
2007-04-15do not rely on side-effects in there.Marc Espie
2007-04-15use autovivificationMarc Espie
2007-04-14replace IPL_BIO with IPL_NET. vic(4) is a networking driver, not blockReyk Floeter
I/O... ;) ok dlg@
2007-04-14Fix typo in comment. ok grunkAlexander Bluhm
2007-04-14naptime is already extern in extern.h, don't do it againTed Unangst
found by mike erdely
2007-04-14remove staticTed Unangst
ok beck miod pedro thib
2007-04-14if we define a constant for the OPTSTRING, we can as well use it.Alexander von Gernler
ok tedu@
2007-04-14remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>Kevin Steves
2007-04-14sorts the options in both the synopsis and usage()Igor Sobrado
ok by jmc@
2007-04-14shave some blocks off each chunk to make sure disklabel doesn't get eatenTed Unangst
this can also be used for softraid metadata ok marco
2007-04-14Add code to check the kern.securelvel sysctl, since we run with aThordur I. Bjornsson
default securelevel of 1, files with the SF_APPEND or SF_IMMUTBLE flag set cant be removed (or the have the flag removed) so we get alot of false postives. Instead of creating duplicte tests for different securelevels we simply remove these flags for the call to chflags(); This however makes some of the test a little corny but we agreed this was better. ok pedro@, tedu@
2007-04-14documentation of -o option was missing both in man page and usage()Alexander von Gernler
ok jmc@
2007-04-14For devices unwilling or unable to report geometry, change the 'fake'Kenneth R Westerback
geometry used to 255 heads and 63 sectors/track from 64 heads and 32 sectors. 255/63 makes the cylinders as large as PC/BIOS compatibility allows, increasing the size of devices that can be supported. ok pedro@ (long ago) marco@ millert@ weingart@
2007-04-14Add degraded raid 1 io path codeMarco Peereboom
2007-04-14Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MIMiod Vallat
changes.
2007-04-14Correctly handle pv_flags for pages used to store ptes, so that theyMiod Vallat
are in a correct state when we uvm_pagefree() them.
2007-04-14Clean up.Artur Grabowski
- ansi-fy - use struct vm_map * and struct vm_map_entry * instead of _t types - fix some indentation problems. miod@ ok
2007-04-14fs_vfstype may be "vnd" now; ok grunkJason McIntyre
2007-04-14put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5)Jason McIntyre
into a single file, cvs(5), dedicated to cvs file formats; this will trim cvs(1) a little, and stop us having a hundred cvs pages; ok xsa
2007-04-14oops, sort options;Jason McIntyre
2007-04-14+.Xr fsck_vnd 8 ,Jason McIntyre
2007-04-14no need to go SUPER:: for set_modes.Marc Espie
also call it for devices (even though it's unlikely to be very useful)
2007-04-14introduce {fsck,mount}_vnd tools to be able to describe vnd imagesAlexander von Gernler
in /etc/fstab instead of using some weird homegrown scripts. No support for boot time mounting yet, so "noauto" is still needed. original idea from david@ help and discussion todd@ bluhm@ beck@, manpage help jmc@ ok simon@ tedu@ bluhm@ todd@, "looks good" thib@
2007-04-14adds a detailed list of flags and arguments to the synopsis of gprof;Igor Sobrado
while here, alphabetically sorts the options list and slightly improves the name of the arguments to -k ok by jmc@
2007-04-14hide struct process from userland, allow kvm_proc to see it.Marc Espie
okay miod@
2007-04-14set timeout source-track -> set timeout src.track; from Jason TestartJason McIntyre
and a missing full stop...
2007-04-13fix helo to error out if no domain is providedBob Beck
ok millert@
2007-04-13document dmesg(8) attachment a little more fully; ok rayJason McIntyre
2007-04-13+.Xr dmesg 8Jason McIntyre
2007-04-13tweak the description of -O2; ok millertJason McIntyre
2007-04-13Missing bit in last commit, remove -z for getopt string.Todd C. Miller
2007-04-13cut the verbosity from usage() and instead print a synopsis,Jason McIntyre
as matched by the man page; ok millert
2007-04-13new sentence, new line;Jason McIntyre
-O takes an argument;
2007-04-13Userland gets 7 chars of wchan, not 6; noticed by thib@Miod Vallat
ok mickey@ otto@
2007-04-13include cleanup and fix in comment; from Mark LumsdenOtto Moerbeek
2007-04-13move the debugging messages into #ifdef IPMI_DEBUG, we do not need toReyk Floeter
compile them by default. ok marco@
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
to separate locking, on most modern machines this is not enough since operations on short types touch other short types that share the same word in memory. Merge pg_flags and pqflags again and now use atomic operations to change the flags. Also bump wire_count to an int and pg_version might go int as well, just for alignment. tested by many, many. ok miod@
2007-04-13If a removable device refuses to process PREVENT_ALLOW to lock theKenneth R Westerback
media in while the device is open, allow the open anyway. Fixes some USB devices which do odd things when presented by PREVENT_ALLOW. Suggestion from mickey@. ok millert@ marco@
2007-04-13Timecounters for macppc. As clean and simple as sparc64. Uses the %tbMark Kettenis
special register. ok drahn@
2007-04-13scsi_generic is now 16 bytes. Adjust padding so struct is stillKenneth R Westerback
256 bytes.