Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-30 | put this page into a better structure order | Jason McIntyre | |
(very little text change); from hshoexer and myself; ok everyone | |||
2006-08-30 | do not call pf_key_v2_disable_sa twice; ok hshoexer, ho | Markus Friedl | |
2006-08-29 | add support for ufqdn ids in ike rules | Mathieu Sauve-Frankel | |
ok hshoexer@ | |||
2006-08-29 | Add support for IKE AH rules to ipsecctl. Man page input by jmc@. | Christian Weisgerber | |
ok hshoexer@ | |||
2006-08-29 | allow a numeric argument to "carpdemote" to in-/decrease the demotion | Henning Brauer | |
counter by more than one. manpage help by jmc, ok mcbride mpf deraadt | |||
2006-08-29 | Properly define quick mode suites for AH. With naddy. | Hans-Joerg Hoexer | |
ok ho | |||
2006-08-29 | snuck in a typo, damnit | Theo de Raadt | |
2006-08-29 | some net if devices do not media negotiate (for link) until brought up. | Theo de Raadt | |
(for some drivers, this is a bug. for others, it is part of how they work) therefore before doing the 10-second link test, we must bring the if up. ok krw, tested marco ckuethe | |||
2006-08-28 | proper justify the size caption to match numbers justification; deraadt@ ok | Michael Shalayeff | |
2006-08-28 | Except I disagree strongly, and I was not asked | Theo de Raadt | |
2006-08-27 | proper justify the size caption to match numbers justification; krw@ ok | Michael Shalayeff | |
2006-08-24 | add .Ex; | Jason McIntyre | |
2006-08-24 | - expand the text on priorities: from netbsd | Jason McIntyre | |
- move WARNINGS to BUGS: from netbsd | |||
2006-08-24 | reword a scary sentence; | Jason McIntyre | |
2006-08-24 | sort options; | Jason McIntyre | |
2006-08-22 | correct function name in log message. | Hans-Joerg Hoexer | |
2006-08-22 | back out -r1.497 (support for "tagged {}" lists), it broke "tagged" support | Daniel Hartmeier | |
for nat rules. sorry, existing functionality trumps syntactic sugar. feel free to resubmit a complete patch. closes PR 5207. | |||
2006-08-18 | make non-root -M use not cut ifconfig output; ok jsg | Theo de Raadt | |
2006-08-11 | Give a less cryptic error message when trying to mount invalid file | Pedro Martelletto | |
systems, okay thib@ ian@ millert@ beck@ | |||
2006-08-10 | text improvements; | Jason McIntyre | |
2006-08-10 | kill some .Tn; | Jason McIntyre | |
2006-08-10 | kill a truckload of useless macros; | Jason McIntyre | |
2006-08-10 | sync usage(); | Jason McIntyre | |
2006-08-10 | comment out -R: | Jason McIntyre | |
ping6: -R is not supported in this configuration | |||
2006-08-10 | oops, put -m in the right place; | Jason McIntyre | |
2006-08-10 | document -m; | Jason McIntyre | |
2006-08-10 | sort options; | Jason McIntyre | |
2006-08-08 | properly join host lists in ifa_grouplookup(), closes PR 5195, | Daniel Hartmeier | |
reported by andrew fresh | |||
2006-08-05 | Mention that `b', `k', `m', and `g' can be specified after the print | Ray Lai | |
command to print partition sizes in units of bytes, kilobytes, megabytes, and gigabytes. Inspired by patch from Hiren Patel <hiren at obsidian dot co dot za>. OK jmc@ and otto@ | |||
2006-08-02 | remove trailing blanks in output of ieee80211_status() as well. | Alexander von Gernler | |
help from claudio@, and ok claudio@ mickey@ mpf@ | |||
2006-07-31 | Now that we can report either LK201 or LK401 as the keyboard type, do the | Miod Vallat | |
right thing there. | |||
2006-07-28 | permit synchronous mounts | Nikolay Sturm | |
ok pedro | |||
2006-07-27 | Change some obvious atoi() to strtonum(). | Ray Lai | |
OK tedu@ | |||
2006-07-27 | Add checks to each write(2) attempt and try to keep fdisk in a | Ray Lai | |
consistent state upon write failure. OK krw@ and deraadt@. | |||
2006-07-25 | ifconfig output contained trailing whites in inet and groups: lines | Alexander von Gernler | |
fix that by rearranging spaces in printf format strings ok claudio@ mpf@ mickey@ | |||
2006-07-25 | tweak; | Jason McIntyre | |
2006-07-25 | correct .Xr; from marcus popp | Jason McIntyre | |
2006-07-25 | -a flag is now optional; prompted by steven@ | Damien Miller | |
2006-07-25 | better yet, make this use getopt for argument processing; | Damien Miller | |
"looks good" kettenis@ | |||
2006-07-24 | Build wscons stuff on vax (but no for bsd.rd yet) | Miod Vallat | |
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod Vallat | |
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods. | |||
2006-07-24 | Style; return is not a function. hshoexer@ ok. | Hakan Olsson | |
2006-07-24 | make "brconfig" with no arguments equivalent to "brconfig -a", | Damien Miller | |
following the similar change to ifconfig; 'nice' deraadt@ | |||
2006-07-23 | userland shouldnt care about kernel issues | David Gwynne | |
2006-07-23 | update to reflect reality | David Gwynne | |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne | |
bus. supporting these complicates the midlayer unnecessarily. ok krw@ | |||
2006-07-22 | corrections from alexey e. suslikov; | Jason McIntyre | |
ok hshoexer | |||
2006-07-21 | When no peer is specified, no peer address is defined, thus do not use it. | Hans-Joerg Hoexer | |
Noticed by Alexey E. Suslikov <cruel@texnika.com.ua>, thanks! | |||
2006-07-19 | Only compare important parts of the boot block with the backup copy, | Tom Cosgrove | |
since some vendor utilities will change one without changing the other. Raised most recently by Nick Guenther; fix is similar to what is in NetBSD, but includes an idea from Steven E. Kalbach <kalbachs (at) kalbachsoft (dot) com>, posted to bugs@ over 5 years ago. ok tedu@, pedro@ | |||
2006-07-18 | Fix a typo, paritition -> partition. | Marc Balmer | |
From Alexey Dobriyan <adobriyan@gmail.com>, thanks. |