Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-06 | fix some more dodgy "-indent"; aucat.1 has some too, but i'll leave that for | Jason McIntyre | |
ratchov, to avoid messing up his current diff... | |||
2010-04-06 | list offset should be "indent", not "-indent"; | Jason McIntyre | |
2010-04-05 | -indet is not a valid .Bl option, it should be -indent. But what mandoc(1) | Theo de Raadt | |
did was spit that out on the next line of output, without warning, which is a bug in mandoc(1)... | |||
2010-04-04 | Add some ipv6 hooks the isc code expects for dhcpv6. | Jonathan Gray | |
ok krw@ ramdisks checked by deraadt@ | |||
2010-04-04 | In editor_add(), determine block & frag size base on the the actual fs | Otto Moerbeek | |
size chosen by the user, and not the suggested size; move to bigger blocksize in two steps; ok krw@ | |||
2010-04-03 | scsi_all.h is needed before scsi_disk.h now. ok marco | Nicholas Marriott | |
2010-04-03 | On the random MAC address also turn off the 'local administered' bit, | Theo de Raadt | |
since it is our intent to deceive. Prompted by weerd. ok ckuethe | |||
2010-04-02 | randomized mac addresses, avaliable via 'ifconfig $if lladdr random'. | Theo de Raadt | |
Note that not all device drivers do the work of the SIOCSIFLLADDR ioctl correctly, but this is just more reason to get them fixed. ok beck kettenis | |||
2010-04-02 | Use a dedicated variable to prevent attempting to open multiple | Stuart Henderson | |
ALTQ transactions when anchors are loaded. Fixes pfctl when using 'load anchor ... from' as seen by beck@ and Toni Mueller, which stopped working after r1.295 removed loadopt (which was overloaded to do this job as well as indicate command- line flags). ok henning@ | |||
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre | |
2010-03-29 | Improve the way we handle spoofed paritions for Resize. Now any auto | Otto Moerbeek | |
allocated can be treated. We still check if no non-native partition overlaps the openbsd area, to avoid surprised. ok krw@ lum@ | |||
2010-03-27 | remainer->remainder; from miod | Jason McIntyre | |
2010-03-27 | various improvements from Anders Langworthy, with some tweaks | Jason McIntyre | |
from krw and myself; ok deraadt krw | |||
2010-03-27 | `b' and `c' arguments to mknod are not optional; from LEVAI Daniel | Jason McIntyre | |
c_sh.c part from sobrado; ok millert guenther | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2010-03-25 | be more strict in check_option(). | Kevin Steves | |
ISC dhclient had a buffer overflow: http://www.kb.cert.org/vuls/id/410676 and while our dhclient is not vulnerable to that, it got us looking at how the subnet mask option is handled. this limits specific ip address options to length 4 in conformance with RFC 2132. discussion started by william@ and with input from krw@ ok krw@ | |||
2010-03-25 | s/parititon/partition/ in error message | Stuart Henderson | |
2010-03-23 | tweak previous; ok otto | Jason McIntyre | |
2010-03-23 | oops - i obviously missed -r1.142; | Jason McIntyre | |
2010-03-23 | Add missing break, found while syncing with netstat/show.c | Claudio Jeker | |
2010-03-23 | Print MPLS information in route -n get and do some cleanup in the show code. | Claudio Jeker | |
OK michele@ | |||
2010-03-23 | avoid use of uninited var in max_partition_size(); ok krw@ | Otto Moerbeek | |
2010-03-23 | introducing 'R': interactive command to customize auto allocated labels, | Otto Moerbeek | |
by growing or shrinking them as desired. can use some tweaks, but committing now to be able to work in-tree; ok krw@ lum@ | |||
2010-03-23 | remove -A, -O, -R and -T load | Henning Brauer | |
the partial loading of a ruleset (leaving ancors aside) is wrong and conflicts with the general idea of how pf works. last not least it breaks with the optimizer generating tables automagically. ok deraadt sthen krw manpage jmc | |||
2010-03-22 | Following diff fixes memory leak. `debug' is allocated via asprintf(3) so we | Theo de Raadt | |
need to free it with free(3). from zinovik | |||
2010-03-22 | report why getgrouplist() failed and for which user, helps with debugging; | Otto Moerbeek | |
ok deraadt@ | |||
2010-03-22 | introduce HAS_MBR and let make define it for the right machines; | Otto Moerbeek | |
requested by miod@; ok miod@ krw@ | |||
2010-03-21 | compute an estimate of how much memory is needed to fsck_ffs the fs | Otto Moerbeek | |
we're about to create and warn the user if this is larger than either physmem or MAXDSIZ; ok deraadt@ krw@ thib@ | |||
2010-03-21 | document -b and -f get their defaults from the disklabel; ok jmc@ | Otto Moerbeek | |
2010-03-20 | for big (>500G) partitions, move to bigger bocks and fragments in the | Otto Moerbeek | |
label. newfs wil pick that up, and create a filesystems for which you actually have a chanche to run fsck successfuly and before your hair falls out; ok krw@ beck@ deraadt@ | |||
2010-03-20 | wee tweak; | Jason McIntyre | |
2010-03-20 | Make FFS2 the default format for file systems larger than INT_MAX | Kenneth R Westerback | |
512-byte blocks. Better than just blowing up. Tweak man page to document this and clarify various things. Inspired by problems noted during an install by Harald Dunkel. Suggestions and man page corrections from otto@ and jmc@ ok beck@ | |||
2010-03-18 | loongson needs fdisk in -DSEEALSO | Otto Moerbeek | |
2010-03-18 | Fix rdr-to printing in pfctl -sr when reply-to is in use. | Stuart Henderson | |
Found by Marcus Muelbuesch. ok henning@ | |||
2010-03-14 | Specify when newfs_ext2fs was introduced into OpenBSD. | Antoine Jacoutot | |
ok otto@ jmc@ | |||
2010-03-14 | .Pd -> .Pq | Jason McIntyre | |
2010-03-08 | if ncg == 1, there's no alternate superblock; from NetBSD; ok deraadt@ | Otto Moerbeek | |
2010-03-07 | Minimalistic driver for the ImpactSR (Mardigras) video option found on older | Miod Vallat | |
Octane systems, as well as some Onyxes. With special permission to change a systemwide .h file and add a manpage from deraadt@ Magic numbers and operation sequencing borrowed from Linux; tested on Octane + ESI. ok deraadt@ | |||
2010-03-04 | Add wsdisplay type for SGI VPro (aka Odyssey) | Joel Sing | |
ok miod@ | |||
2010-03-04 | don't crash on invalid phase 2 IDs; from hshoexer; ok sthen@ | Markus Friedl | |
2010-03-03 | Add description of -p and remove reference to fstab processing. | Otto Moerbeek | |
Prompted by J.C. Robers; ok jmc@ | |||
2010-02-28 | Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems. | Miod Vallat | |
Currently unable to change video modes or provide any form of acceleration, so you are stuck in a 640x400x8 mode, but at least people scared of serial consoles will get a chance to use their Fuloongs now. Tested by otto@ (early developments) and jasper@ (final version) | |||
2010-02-27 | Remove the paragraph about "sysctl debug" as suggested by kettenis@. | Ingo Schwarze | |
It misled users to think they could use it, and it didn't really provide any useful information. Instead, note that some sysctl variables depend on options(4). OK jmc@ | |||
2010-02-21 | Actually use the gints addrinfo setup for gateway lookup, instead of using | Theo de Raadt | |
the global one (which has a useless AI_CANONNAME and thus is slower) found by martin.pelikan | |||
2010-02-18 | Hook newfs_ext2fs to the build, ok miod@ jasper@ | Otto Moerbeek | |
2010-02-18 | - add -q to synopsis | Jason McIntyre | |
- add the mnemonic from newfs -q | |||
2010-02-18 | Add -q flag for compatiblity with newfs as requested by miod@ | Otto Moerbeek | |
2010-02-17 | loongson has mbr as well; ok miod@ (but he made me promise to make | Otto Moerbeek | |
a -DHAVE_MBR diff after release) | |||
2010-02-17 | local ext2fs_bswap.c instead of groping in the sys/ufs/ext2fs tree | Otto Moerbeek | |
2010-02-17 | handle -t for when being called by newfs | Otto Moerbeek | |