Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-15 | Add defines for Rx page size register. | Mark Kettenis | |
2007-04-15 | allow systat(1) to be exited with 'q' like top(1). | Matthieu Herrb | |
ok beck@ ckuethe@ hshoexer@ millert@ | |||
2007-04-15 | adjust Makefile for my man changes; | Jason McIntyre | |
fixes user/5449 thanks Owain Ainsworth for pointing out my stupid mistake | |||
2007-04-15 | One more voff_t in the right place. | Artur Grabowski | |
miod@ ok | |||
2007-04-15 | Use the right types for calculating the object offset. | Artur Grabowski | |
miod@ ok | |||
2007-04-15 | Clean up prototypes, change vm_map_t to struct vm_map *. | Artur Grabowski | |
miod@ ok | |||
2007-04-15 | Add Leonhard Euler. | Marco Pfatschbacher | |
2007-04-15 | minor indentation. | Artur Grabowski | |
2007-04-15 | Save block pointers contents before releasing interrupts so that panic | Pedro Martelletto | |
messages are consistent, from mickey@, okay pedro@ | |||
2007-04-15 | update copyright years, standardize licence. | Marc Espie | |
reword the introduction to the stuff originally from FreeBSD to clarify slightly. | |||
2007-04-15 | do not rely on side-effects in there. | Marc Espie | |
2007-04-15 | use autovivification | Marc Espie | |
2007-04-14 | replace IPL_BIO with IPL_NET. vic(4) is a networking driver, not block | Reyk Floeter | |
I/O... ;) ok dlg@ | |||
2007-04-14 | Fix typo in comment. ok grunk | Alexander Bluhm | |
2007-04-14 | naptime is already extern in extern.h, don't do it again | Ted Unangst | |
found by mike erdely | |||
2007-04-14 | remove static | Ted Unangst | |
ok beck miod pedro thib | |||
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler | |
ok tedu@ | |||
2007-04-14 | remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> | Kevin Steves | |
2007-04-14 | sorts the options in both the synopsis and usage() | Igor Sobrado | |
ok by jmc@ | |||
2007-04-14 | shave some blocks off each chunk to make sure disklabel doesn't get eaten | Ted Unangst | |
this can also be used for softraid metadata ok marco | |||
2007-04-14 | Add code to check the kern.securelvel sysctl, since we run with a | Thordur 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-14 | documentation of -o option was missing both in man page and usage() | Alexander von Gernler | |
ok jmc@ | |||
2007-04-14 | For 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-14 | Add degraded raid 1 io path code | Marco Peereboom | |
2007-04-14 | Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MI | Miod Vallat | |
changes. | |||
2007-04-14 | Correctly handle pv_flags for pages used to store ptes, so that they | Miod Vallat | |
are in a correct state when we uvm_pagefree() them. | |||
2007-04-14 | Clean 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-14 | fs_vfstype may be "vnd" now; ok grunk | Jason McIntyre | |
2007-04-14 | put 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-14 | oops, sort options; | Jason McIntyre | |
2007-04-14 | +.Xr fsck_vnd 8 , | Jason McIntyre | |
2007-04-14 | no 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-14 | introduce {fsck,mount}_vnd tools to be able to describe vnd images | Alexander 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-14 | adds 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-14 | hide struct process from userland, allow kvm_proc to see it. | Marc Espie | |
okay miod@ | |||
2007-04-14 | set timeout source-track -> set timeout src.track; from Jason Testart | Jason McIntyre | |
and a missing full stop... | |||
2007-04-13 | fix helo to error out if no domain is provided | Bob Beck | |
ok millert@ | |||
2007-04-13 | document dmesg(8) attachment a little more fully; ok ray | Jason McIntyre | |
2007-04-13 | +.Xr dmesg 8 | Jason McIntyre | |
2007-04-13 | tweak the description of -O2; ok millert | Jason McIntyre | |
2007-04-13 | Missing bit in last commit, remove -z for getopt string. | Todd C. Miller | |
2007-04-13 | cut the verbosity from usage() and instead print a synopsis, | Jason McIntyre | |
as matched by the man page; ok millert | |||
2007-04-13 | new sentence, new line; | Jason McIntyre | |
-O takes an argument; | |||
2007-04-13 | Userland gets 7 chars of wchan, not 6; noticed by thib@ | Miod Vallat | |
ok mickey@ otto@ | |||
2007-04-13 | include cleanup and fix in comment; from Mark Lumsden | Otto Moerbeek | |
2007-04-13 | move the debugging messages into #ifdef IPMI_DEBUG, we do not need to | Reyk Floeter | |
compile them by default. ok marco@ | |||
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur 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-13 | If a removable device refuses to process PREVENT_ALLOW to lock the | Kenneth 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-13 | Timecounters for macppc. As clean and simple as sparc64. Uses the %tb | Mark Kettenis | |
special register. ok drahn@ | |||
2007-04-13 | scsi_generic is now 16 bytes. Adjust padding so struct is still | Kenneth R Westerback | |
256 bytes. |