Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-10 | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls | Philip Guenthe | |
2012-04-06 | there is no need to cast an unsigned type with (unsigned). | Theo de Raadt | |
ok jsing | |||
2012-04-06 | no need to (unsigned) a small constant | Theo de Raadt | |
2012-04-06 | Put raidctl in the attic. | Joel Sing | |
2012-04-06 | tedu the raidctl. | Joel Sing | |
ok deraadt@ | |||
2012-04-05 | rate-limit accepting of new connections while we are experiencing | Theo de Raadt | |
fd exhaustion. ok mikeb | |||
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt | |
2012-04-04 | Don't 'reserve' a head/track if there is only only 1 head and 1 | Kenneth R Westerback | |
cylinder. If there is only one head but multiple cylinders reserve one cylinder. Prevents nonsense MBR being created on scsi attached floppies, which have a 'geometry' of 1/1/2888. No change to less pathological cases. | |||
2012-03-31 | Make fsck_msdos work with non-512-byte sector devices. Problem noted | Kenneth R Westerback | |
by and fixes tested by Alexey Vatchenko. Add a bunch of tests and error messages so whatever media/devices this breaks will be more easily fixed. Ignore invalid signatures since we have other checks and many media have missing signatures. Use character device to read disk even when called directly. | |||
2012-03-24 | fix some leaks | Jonathan Gray | |
ok miod@ | |||
2012-03-24 | set the vendor string to OpenBSD-5.2; ok mikeb@ | Markus Friedl | |
2012-03-24 | fix some leaks | Jonathan Gray | |
ok mikeb@ | |||
2012-03-18 | clarify the nwkey text; requested by Doug Fordham | Jason McIntyre | |
ok jsg | |||
2012-03-18 | getuint() -> getuint64() to make it crystal clear. No functional | Kenneth R Westerback | |
change. | |||
2012-03-18 | Wrap some long lines I keep fixing, shrinking various diffs. No | Kenneth R Westerback | |
change to executable. | |||
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne | |
no objection from mcbride@ krw@ markus@ deraadt@ | |||
2012-03-11 | typo reported by Ville Valkonen <weezelding at gmail dot com> on tech@ | Ingo Schwarze | |
2012-03-05 | fix format string: | Henning Brauer | |
use %zu for size_t and %d for signed ints first one triggered by a mail from joerg @ netbsd, thanks. ok millert dlg | |||
2012-02-08 | Hammer fstab entries and command line entries into same format with | Kenneth R Westerback | |
realpath() and opendev() so duid and device names work consistantly. Also lets duid fstab entries work. ok deraadt@ | |||
2012-02-02 | add netflow v9/ipfix support to pflow(4). | Sebastian Benoit | |
large parts written by Florian Obser (florian -at- narrans -dot- de). feedback from sperreault@ gollo@ sthen@ ok from gollo@ dlg@ henning@ | |||
2012-01-31 | fix a typo; Steffen Daode Nurpmeso | Theo de Raadt | |
2012-01-30 | fix format string | Charles Longeau | |
ok krw@ otto@ | |||
2012-01-29 | use Pp, not blank lines; | Jason McIntyre | |
2012-01-29 | Add CAVEAT that only 512-byte sector devices are supported. | Kenneth R Westerback | |
ok jsing@ jmc@ | |||
2012-01-29 | Remove -Werror so that we do not break builds on systems running with | Joel Sing | |
WARNINGS=yes. Found the hard way by nicm@ ok nicm@ | |||
2012-01-22 | If no controller name is provided, use the program name as a prefix. Also, | Joel Sing | |
exit with an "unknown error" if a bio(4) error is reported but no status message has been provided. | |||
2012-01-20 | Teach bioctl(8) about the new status interface for bio(4). With the | Joel Sing | |
exception of a few messages specific to softraid(4) CRYPTO, there should be no functional change for drivers that do not yet implement the interface (which is currently all of them). | |||
2012-01-19 | Even 'X'perts should not be able to use the built in editor to | Kenneth R Westerback | |
create ffs partitions with invalid fsize and bsize values newfs will croak on. However, they should be able to set them to whatever consistent values they want, not just make them smaller. Also tweak some verbiage. | |||
2012-01-19 | remove unused variable. | Charles Longeau | |
ok yasuoka@ | |||
2012-01-17 | No need for saying out loud what we're thinking during auto-allocation. | Kenneth R Westerback | |
i.e. when rounding off various values. ok deraadt@ sthen@ | |||
2012-01-17 | Move the bio(4) cookie into a separate struct and make this struct the | Joel Sing | |
first member of each ioctl data structure. This will allow for future changes to bio(4) status handling. | |||
2012-01-17 | CONCAT requires at least two disks. | Joel Sing | |
2012-01-17 | Avoid ffs fragsize < sector-size when 'a'dding a partition via the | Kenneth R Westerback | |
editor. Use logic from calculating fragsize for an auto-allocated partition. Noted when trying to add a small ffs partition to a 4K sector device. | |||
2012-01-16 | Nuke unused parameter (f) to makebootarea(). Unused since r1.123 | Kenneth R Westerback | |
(2008), when '-r' support was removed. Spotted by jsg@ with the assistance of clang. | |||
2012-01-16 | import (and fix) net_addrcmp() from libc as a static function. | Eric Faurot | |
It is going to get removed from libc and this file is the only one using it. discussed with deraadt@ guenther@ ok deraadt@ | |||
2012-01-15 | add missing sysctl_pipex declaration | David Hill | |
ok yasuoka | |||
2012-01-15 | convert an snprintf to strlcpy | David Hill | |
ok mikeb henning | |||
2012-01-15 | Make dhclient use the correct rdomain for all requests for leases, not | Peter Hessler | |
just the first one. from Joel Knight OK krw@ | |||
2012-01-07 | Move -O to the correct section. | Joel Sing | |
Spotted by jmc@ | |||
2012-01-07 | Provide a bioctl(8) option that changes the state of a chunk to offline. | Joel Sing | |
man page part with todd@ | |||
2012-01-02 | Remove more mentions of two stage boot loaders from man page. | Kenneth R Westerback | |
2012-01-02 | Change last "#if (NUMBOOT == 1)" to "#if NUMBOOT > 0". | Kenneth R Westerback | |
2012-01-02 | Tweak usage and man page into agreement. | Kenneth R Westerback | |
There's nothing special about -c and -d requiring them to be separated from other flags or specified as mutually exclusive. So just show a single block of flags. Some flag combos are silly but harmless. Move all -B options inside NUMBOOT #if, eliminating confusing duplication of -w and -R usage lines. And some string declaration dancing. Since we only have NUMBOOT = 1, no need to try and finesse output for different values of NUMBOOT. Line shit up. | |||
2012-01-02 | '-s' hasn't done anything for a couple of years. Garbage collect | Kenneth R Westerback | |
it and the associated 'bootxx' variable. Update man page accordingly. | |||
2011-12-31 | Implement a concatenating discipline for softraid. | Joel Sing | |
Many thanks to Marco Peereboom for his assistance with testing and debugging. Thanks also to Josh Grosse and Chris Jackman for testing. | |||
2011-12-28 | The ctl, note, notepg, regs, and fpregs files have been removed | Philip Guenthe | |
2011-12-25 | miod@ reported problems reproducing a 'pre-4K fix' disklabel. So in the | Kenneth R Westerback | |
interest of rope sales allow the 'X'pert to suppress the rounding of partition locations to bsize boundaries. Also mention that such rounding is being done, so as to not surprise the user. ok otto@ a while ago | |||
2011-12-25 | printf("msg")/return 1 -> err(1, "msg"), which will also show relevant | Kenneth R Westerback | |
errno string. Since we are err()'ing out, don't worry about closing MBR fd first. | |||
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre | |
2011-12-20 | unsigned long should use "%lu" format; from eric lax, thanks | Mike Belopuhov | |