Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-30 | compress powersleep commands into one; ok damien | Theo de Raadt | |
2008-09-24 | remove duplicate command; | Jason McIntyre | |
from Daniel Roethlisberge, documentation/5936; | |||
2008-09-15 | Mask rtm->rtm_priority with RTP_MASK before printing so that the priority is | Claudio Jeker | |
correctly shown even if the route is flagged RTP_DOWN. OK henning@ | |||
2008-09-10 | sync synopsis and usage; documentation tweaks. | Igor Sobrado | |
ok jmc@ | |||
2008-09-10 | some pflow tweaks; | Jason McIntyre | |
2008-09-10 | do not try to print $$ when it has not been set | Theo de Raadt | |
2008-09-09 | fix printing by group name (eg. ifconfig em), do not abort in the | Reyk Floeter | |
initial getinfo(), and remove a few superfluous warnings there. ok deraadt@ | |||
2008-09-09 | document pflow stuff, Joerg Goltermann <jg@osn.de> with some changes by me | Henning Brauer | |
(I am sure jmc will make this even betterer) | |||
2008-09-09 | welcome pflow(4), a netflow v5 compatible flow export interface. | Henning Brauer | |
flows export data gathered from pf states. initial implementation by Joerg Goltermann <jg@osn.de>, guidance and many changes by me. 'put it in' theo | |||
2008-09-07 | update wireless synopsis too: nwid requires an argument, chan does not; | Jason McIntyre | |
2008-09-07 | nwid requires an arg; ok deraadt | Jason McIntyre | |
2008-09-07 | - say what "media" w/o args does | Jason McIntyre | |
- chan argument is n, not id | |||
2008-09-07 | Allow some set-style commands to have zero arguments. If there is an | Theo de Raadt | |
argument after that command, check if it is a keyword, and if it is, that means the original command really has no argument. Get it? Now.. replace -m with media (no options), and -M with chan (no options). Try 'ifconfig -a media chan' on a wireless & ethernet machine after this. ok henning, reyk, thanks for the comments from others | |||
2008-09-06 | adapt to API changes in OpenSSL 0.9.8h | Damien Miller | |
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller | |
2008-09-03 | Replace -s (sector size) option with more general -t (disktype) | Kenneth R Westerback | |
option which makes the vnd device emulate the geometry of the specified disktab(5) entry. No change in behaviour or geometry unless -t is used. API for vnd configuration ioctl (VNDIOCSET) changes, so mount_vnd must be in sync with kernel. Tested & ok jsing@ 'Lovely' deraadt@ | |||
2008-09-03 | Start with a max size tape buffer rather than one 1/2 the max (i.e. | Kenneth R Westerback | |
32K). This allows the automatic recognition of dumps written with 64K buffers. It also prevents alert scsi devices from complaining about read requests that provide only 1/2 the room needed for an actual tape record. Problem noted, fix tested & ok henning@ | |||
2008-09-03 | Missing break in case statement. | Jonathan Gray | |
2008-09-02 | devname -> devicename to prevent shadowing devname(3); ok marco@ | Darren Tucker | |
2008-08-31 | avoid line wrap in usage() output; | Jason McIntyre | |
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat | |
2008-08-22 | mention machine/cpu.h for the CPU identifiers. | Brad Smith | |
2008-08-22 | - -R before -r in SYNOPSIS/usage() | Jason McIntyre | |
- avoid marking up `|' | |||
2008-08-22 | Add a hack to manually kick off rebuilds. This will need some love in the | Marco Peereboom | |
near future. ok deraadt | |||
2008-08-19 | use the actual keysize from the SA to figure out which AES variant | Markus Friedl | |
(aes-192, aes-256) is used; ok hshoexer@ | |||
2008-08-19 | Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@ | Pedro Martelletto | |
and otto@. | |||
2008-08-15 | Add -s option to usage(). | Joel Sing | |
Prompted by jmc@ ok jmc@ | |||
2008-08-14 | Allow the sector size to be specified by the user when configuring a | Joel Sing | |
vnd(4) device, via a new -s option to vnconfig/mount_vnd. This allows us to create disklabels and file systems that are suitable for use on devices that have a non-512 byte sector size (eg. CDROMs). With help from krw@ and feedback from pedro@. ok krw@, pedro@ | |||
2008-08-12 | use correct byte order when printing state expiration minutes; ok henning@ | David Krause | |
2008-08-11 | fix a6 partition lookup where a static variable was incorrectly used in | Reyk Floeter | |
the recursive findopenbsd() function. reported by PR 5905. tested by many ok deraadt@ | |||
2008-08-11 | Undo last commit; deraadt didn't like it. | Marco Peereboom | |
2008-08-11 | Add infrastructure to manually kick off rebuilds. | Marco Peereboom | |
2008-08-10 | add missing ellipsis; spacing. | Igor Sobrado | |
2008-08-10 | spacing; remove non-existent flag from synopsis. | Igor Sobrado | |
2008-08-10 | add missing space. | Igor Sobrado | |
ok krw@ | |||
2008-08-10 | Shorten the lines of '?' output in edit mode. A couple were too | Kenneth R Westerback | |
long (>76 chars) for the install script space on the CD jackets. Requested by deraadt@. | |||
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback | |
512) bytes; ffs is inextricably tied to using b_blkno and disklabel always uses sectorsize units. Thus use DEV_BSIZE units for all fields describing ffs filesystems and convert to/from sectors where required. This enables the creation and use of ffs filesystems on non-512 byte sectorsize devices. This diff allows i386 and sgi (the two test platforms) to find disklabels that are not on a sectorsize boundary. Same change to further archs coming. This is a no-op on 512-byte sectorsize devices. This work triggered by jsing@'s need to create ffs filesystems on sgi cdroms so we can create cdrom install media for sgi. sgi testing by jsing@ ok jsing@ pedro@ "looks sane" beck@ weingart@ | |||
2008-08-07 | correctly copy the log interface spec when expanding an antispoof rule that | Henning Brauer | |
covers loopback addresses. ok ryan problem report from Harald Dunkel <harald.dunkel@aixigo.de> | |||
2008-08-04 | refuse to run on block devices; prompted by marco; ok marco@ millert@ | Otto Moerbeek | |
deraadt@ | |||
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter | |
(using a recursion limit). now OpenBSD can be installed in a subsequent DOS/Linux-compatible extended partition. ok krw@ deraadt@ | |||
2008-08-04 | "-a" is used if no arguments are given to wsconsctl. | Igor Sobrado | |
tweaked by jmc@. ok jmc@ | |||
2008-08-04 | Properly output machdep.chipset values on alpha models without pci buses; | Miod Vallat | |
ok deraadt@ | |||
2008-08-03 | spread the unwritten wisdom newfs should be run on raw devs, not on | Otto Moerbeek | |
block devs; ok marco@ jmc@ millert@ deraadt@ | |||
2008-08-02 | fixes from Alexander Holupirek, documentation/5899: | Jason McIntyre | |
- fix a typo in lkm.4 (different fix used) - document securelevel(7) (again, different fix taken) whilst here, some minor repair: - no need to wrap section names in quotes - tidy up FILES a little - new sentence, new line | |||
2008-07-29 | s/affect/assign/ in wmm option. | Damien Bergamini | |
2008-07-25 | don't redefine INFINITY -- math.h defines it now | Martynas Venckus | |
pointed out by, and ok david@, go ahead henning@ | |||
2008-07-24 | check sysctl return value | Henning Brauer | |
From: Gleydson Soares <gsoares@gmail.com>, ryan ok | |||
2008-07-22 | If isakmpd is started with -4 or -6, virtual_get_default() may | Alexander Bluhm | |
return NULL. This happens if isakmpd is configured for the other address family. Add a NULL pointer check and initialize rv. ok hshoexer | |||
2008-07-22 | use generalised PBKDF#2 from bioctl; ok damien@ | Damien Miller | |
2008-07-21 | spelling fix from Mark Pecaut; | Jason McIntyre | |