CVS: cvs.openbsd.org: src

2024-11-05 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2024/11/05 09:26:01

Modified files:
usr.bin/at : at.c 

Log message:
fix an alignment error in the Queue column label of atq(1) introduced on
September 9th, 2001 when the Unix epoch exceeded one billion; another
column alignment will be needed once the Unix epoch exceeds ten billions,
but it will not happen until November 20th, 2286.

ok miod@, sthen@, and millert@



CVS: cvs.openbsd.org: src

2024-11-05 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2024/11/05 09:21:13

Modified files:
usr.bin/at : at.1 

Log message:
remove mention to nqs, the Network Queuing System developed at NASA Ames;
there is no source code repository for it and we do not have it in ports
either.

ok jmc@, daniel@, and millert@



CVS: cvs.openbsd.org: src

2024-11-05 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2024/11/05 09:14:39

Modified files:
usr.bin/mail   : main.c 

Log message:
make usage for both mail(1) and mailx(1) fit in a 80-column display.

ok miod@ and millert@



CVS: cvs.openbsd.org: src

2024-07-04 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2024/07/04 07:14:26

Modified files:
usr.sbin/radiusd: radiusd.conf.5 

Log message:
the port to listen on is an optional argument; the default port number
is 1812 for authentication and 1813 for accounting.

ok jmc@, yasuoka@



CVS: cvs.openbsd.org: src

2024-07-04 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2024/07/04 07:09:25

Modified files:
usr.sbin/radiusd: radiusd.conf.5 

Log message:
only "decorate-by" is currently supported by the grammar specification.

ok jmc@, yasuoka@



CVS: cvs.openbsd.org: src

2024-05-20 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2024/05/20 13:16:48

Modified files:
usr.bin/fgen   : fgen.l 

Log message:
fix usage; Thomas Klausner will commit the same diff to NetBSD within the
next hours, so our trees will remain as similar as possible.

ok jmc@



CVS: cvs.openbsd.org: src

2024-05-18 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2024/05/18 07:08:09

Modified files:
bin/ps : ps.c 

Log message:
prefixing flags to ps(1) by a hyphen is optional; while here, make synopsis
fit in a 80-column display.

ok jmc@



CVS: cvs.openbsd.org: src

2023-09-18 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2023/09/18 08:44:21

Modified files:
etc/examples   : radiusd.conf 

Log message:
match style used in revision 1.16 of src/etc/examples/radiusd.conf

ok yasuoka@



CVS: cvs.openbsd.org: www

2017-10-07 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2017/10/07 17:47:59

Modified files:
.  : 62.html 

Log message:
fix package count for i386.

ok sthen@



CVS: cvs.openbsd.org: src

2017-09-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2017/09/03 13:38:40

Modified files:
share/man/man7 : eqn.7 

Log message:
fix grammar; while here, improve spacing.

ok schwarze@



CVS: cvs.openbsd.org: www

2017-07-23 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2017/07/23 10:53:43

Modified files:
faq: faq6.html 

Log message:
In our example the client will only be granted read-only access to the
file system exported from the NFS server, mount it accordingly; while here,
rename the example directory as suggested by tb@

ok tb@



CVS: cvs.openbsd.org: src

2017-03-25 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2017/03/25 18:22:49

Modified files:
sbin/fdisk : fdisk.8 part.c 

Log message:
cleanup fdisk(8) partition names used by FAT file systems so they are more
consistent and easier to identify, as outlined here:

- FAT12: FAT12 (01h)
- FAT16: FAT16S (04h), FAT16B (06h), FAT16L (0Eh)
- FAT32: FAT32 (0Bh), FAT32L (0Ch)

nothing in our tree is looking to the strings being replaced for anything
but printing them out, only to the numerical ids taken from disklabel.h

ok krw@, jmc@



CVS: cvs.openbsd.org: src

2017-03-08 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2017/03/08 02:41:40

Modified files:
usr.sbin/switchd: switchd.conf.5 

Log message:
argument to the document description (Nd) macro should be lowercase.

ok jmc@



CVS: cvs.openbsd.org: www

2016-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/09/22 09:15:04

Modified files:
.  : donations.html 

Log message:
Andreas Jasser has sent me a Sharp Zaurus SL-C3100.



CVS: cvs.openbsd.org: src

2016-08-08 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2016/08/08 09:09:33

Modified files:
usr.bin/vi/build: recover 
usr.bin/vi/docs: help 
usr.bin/vi/docs/USD.doc/vi.man: vi.1 
usr.bin/vi/docs/USD.doc/vi.ref: set.opt.roff vi.ref 

Log message:
/tmp and /var/tmp are the same, consistently use the former in both
build/recover and documentation.

ok millert@, tb@, martijn@ and schwarze@



CVS: cvs.openbsd.org: www

2016-08-02 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/08/02 08:26:55

Modified files:
.  : 60.html 

Log message:
OpenSSH changes, features and bug fixes.



CVS: cvs.openbsd.org: www

2016-07-21 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/07/21 04:48:03

Modified files:
.  : 60.html 

Log message:
OpenNTPD changes for 6.0.



CVS: cvs.openbsd.org: www

2016-07-21 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/07/21 04:40:51

Modified files:
.  : 60.html 

Log message:
LibreSSL changes for 6.0.



CVS: cvs.openbsd.org: www

2016-02-27 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/27 18:54:57

Modified files:
.  : 59.html 

Log message:
changes between OpenSSH 7.1p2 and OpenSSH 7.2.



CVS: cvs.openbsd.org: www

2016-02-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/22 02:11:24

Modified files:
.  : 59.html 

Log message:
missing full stop.



CVS: cvs.openbsd.org: src

2016-02-20 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2016/02/20 16:06:23

Modified files:
usr.bin/ssh: ssh_config 

Log message:
set ssh(1) protocol version to 2 only.

ok djm@



CVS: cvs.openbsd.org: src

2016-02-20 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2016/02/20 16:02:39

Modified files:
usr.bin/ssh: ssh_config 

Log message:
add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.

ok djm@



CVS: cvs.openbsd.org: src

2016-02-20 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2016/02/20 16:01:46

Modified files:
usr.bin/ssh: ssh_config.5 

Log message:
AddressFamily defaults to any.

ok djm@



CVS: cvs.openbsd.org: www

2016-02-18 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/18 04:55:38

Modified files:
.  : 59.html 

Log message:
add link to manual page.



CVS: cvs.openbsd.org: www

2016-02-18 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/18 04:39:14

Modified files:
.  : 59.html 

Log message:
add links to manual pages; add missing full stops; improve indentation.



CVS: cvs.openbsd.org: www

2016-02-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/03 10:46:51

Modified files:
.  : 59.html 

Log message:
remove unused tag.



CVS: cvs.openbsd.org: www

2016-02-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/03 10:20:15

Modified files:
.  : 59.html 

Log message:
add links to on-line manual pages.



CVS: cvs.openbsd.org: www

2016-02-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/03 09:40:02

Modified files:
.  : 59.html 

Log message:
tweaks on previous commit.



CVS: cvs.openbsd.org: www

2016-02-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/03 08:00:51

Modified files:
.  : 59.html 

Log message:
update to LibreSSL 2.3.2 section.



CVS: cvs.openbsd.org: www

2016-02-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2016/02/03 07:58:49

Modified files:
.  : 59.html 

Log message:
OpenSSH 7.1 new features and bug fixes.



Re: CVS: cvs.openbsd.org: src

2015-12-08 Thread Igor Sobrado Delgado
Reyk Floeter writes:
> self-documenting source code doesn't need comments / commit messages? ;)

OpenBSD-style Knuth's literate programming!



CVS: cvs.openbsd.org: src

2015-12-05 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/12/05 15:34:31

Modified files:
usr.sbin/vmctl : main.c vmctl.8 

Log message:
use argument names consistently.

ok reyk@



CVS: cvs.openbsd.org: src

2015-12-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/12/04 00:02:21

Modified files:
usr.sbin/vmctl : vmctl.8 

Log message:
sort flags.

ok jmc@



CVS: cvs.openbsd.org: src

2015-11-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/11/03 04:21:16

Modified files:
share/man/man5 : pf.conf.5 

Log message:
we need an unbreakable space in O(log2 n).

ok jmc@



CVS: cvs.openbsd.org: src

2015-10-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/22 05:03:15

Modified files:
share/man/man4/man4.macppc: mediabay.4 

Log message:
fix spelling mess.

ok jmc@



CVS: cvs.openbsd.org: src

2015-10-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/22 05:01:14

Modified files:
share/man/man4/man4.amd64: skgpio.4 
share/man/man4/man4.i386: skgpio.4 

Log message:
typo.

ok jmc@



CVS: cvs.openbsd.org: src

2015-10-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/22 05:03:43

Modified files:
share/man/man4/man4.sparc64: clock.4 

Log message:
fix company name.

ok jmc@



CVS: cvs.openbsd.org: src

2015-10-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/22 05:01:49

Modified files:
share/man/man4/man4.octeon: octrng.4 

Log message:
fix typo in unit of time.

ok jmc@



CVS: cvs.openbsd.org: src

2015-10-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/22 05:02:49

Modified files:
share/man/man5 : pf.conf.5 

Log message:
improve indentation in list block.

ok jmc@



CVS: cvs.openbsd.org: src

2015-10-07 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/07 08:45:30

Modified files:
usr.bin/ssh: sshd_config.5 

Log message:
UsePrivilegeSeparation defaults to sandbox now.

ok djm@



CVS: cvs.openbsd.org: src

2015-10-05 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/05 04:25:59

Modified files:
share/man/man5 : port-modules.5 

Log message:
fix some spelling messes.



CVS: cvs.openbsd.org: src

2015-10-05 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/05 04:25:19

Modified files:
usr.sbin/ndp   : ndp.8 

Log message:
typo.



CVS: cvs.openbsd.org: src

2015-10-02 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/02 09:26:55

Modified files:
share/man/man4 : vxlan.4 

Log message:
replace vxlan port number by its official service name; while here,
use a comma to separate entries hold in the vxlan tunnel endpoint
table as it is the style most commonly used in base.

ok reyk@; henning@ agrees.



CVS: cvs.openbsd.org: src

2015-10-02 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/02 03:29:02

Modified files:
share/man/man4 : tsl.4 

Log message:
fix typo.



CVS: cvs.openbsd.org: src

2015-10-02 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/02 03:26:16

Modified files:
share/man/man9 : srp_enter.9 

Log message:
typos.



CVS: cvs.openbsd.org: src

2015-10-02 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/10/02 03:24:13

Modified files:
share/man/man9 : ml_init.9 

Log message:
fix typo.



CVS: cvs.openbsd.org: src

2015-09-30 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/30 10:35:53

Modified files:
share/man/man5 : pf.conf.5 

Log message:
fix some spelling messes.

ok jmc@



CVS: cvs.openbsd.org: src

2015-09-30 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/30 08:48:59

Modified files:
lib/libssl/src/doc/crypto: ui_compat.pod 

Log message:
fix two typos.



CVS: cvs.openbsd.org: src

2015-09-30 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/30 08:40:52

Modified files:
share/man/man8 : afterboot.8 

Log message:
fix typo; cross-reference smtpd(8).



CVS: cvs.openbsd.org: src

2015-09-25 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/25 02:24:52

Modified files:
share/man/man8 : rc.subr.8 

Log message:
typo.



CVS: cvs.openbsd.org: src

2015-09-24 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/24 07:24:59

Modified files:
share/man/man5 : login.conf.5 

Log message:
fix unit suffix.



CVS: cvs.openbsd.org: src

2015-09-24 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/24 07:18:39

Modified files:
share/man/man9 : km_alloc.9 

Log message:
fix two typos.



CVS: cvs.openbsd.org: src

2015-09-24 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/24 07:11:48

Modified files:
share/man/man4 : vio.4 

Log message:
typo.



CVS: cvs.openbsd.org: src

2015-09-23 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/23 10:23:32

Modified files:
lib/libkeynote : keynote.3 

Log message:
fix function argument.

ok jmc@, schwarze@



CVS: cvs.openbsd.org: src

2015-09-23 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/23 03:23:49

Modified files:
share/man/man7 : mdoc.7 roff.7 

Log message:
typos.



CVS: cvs.openbsd.org: src

2015-09-23 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/23 02:53:16

Modified files:
share/man/man4 : ucom.4 

Log message:
fix manufacturer name.



CVS: cvs.openbsd.org: src

2015-09-23 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/23 02:52:56

Modified files:
lib/libc/gen   : pause.3 

Log message:
typo.



CVS: cvs.openbsd.org: src

2015-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/22 05:27:13

Modified files:
share/man/man4 : pipex.4 

Log message:
typos: mastter -> master, mandoatory -> mandatory.



CVS: cvs.openbsd.org: src

2015-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/22 04:59:59

Modified files:
usr.sbin/radiusd: radiusd.conf.5 

Log message:
typo.



CVS: cvs.openbsd.org: src

2015-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/22 02:43:12

Modified files:
lib/libpthread/man: sem_open.3 

Log message:
fix function name.



CVS: cvs.openbsd.org: src

2015-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/22 02:33:23

Modified files:
usr.bin/ssh: ssh_config.5 

Log message:
fix two typos.



CVS: cvs.openbsd.org: src

2015-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/22 02:22:05

Modified files:
lib/libpthread/man: pthread_barrier_wait.3 

Log message:
typo (s/intialization/initialization/).



CVS: cvs.openbsd.org: src

2015-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/22 02:17:34

Modified files:
share/man/man3 : intro.3 

Log message:
fix typo.



CVS: cvs.openbsd.org: src

2015-09-22 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/22 02:08:07

Modified files:
lib/libcrypto/man: ASN1_generate_nconf.3 BUF_MEM_new.3 
lib/libssl/src/doc/crypto: CONF_modules_load_file.pod 
   EC_GROUP_copy.pod EC_GROUP_new.pod 
   EC_KEY_new.pod EVP_BytesToKey.pod 
   EVP_DigestSignInit.pod 
   EVP_EncryptInit.pod 
   EVP_PKEY_CTX_ctrl.pod 
   EVP_PKEY_CTX_new.pod EVP_PKEY_cmp.pod 
   EVP_PKEY_keygen.pod OBJ_nid2obj.pod 
   PKCS12_create.pod PKCS7_sign.pod 
   PKCS7_sign_add_signer.pod 
   PKCS7_verify.pod 
   SMIME_write_PKCS7.pod 
   X509_NAME_add_entry_by_txt.pod 
   X509_NAME_get_index_by_NID.pod 
   X509_STORE_CTX_get_error.pod 
   X509_STORE_CTX_new.pod 
   X509_VERIFY_PARAM_set_flags.pod 
   X509_verify_cert.pod 
   d2i_DSAPublicKey.pod engine.pod 

Log message:
typos in documentation; better wording, suggested by jmc@

ok jmc@



CVS: cvs.openbsd.org: src

2015-09-21 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/21 04:40:16

Modified files:
usr.sbin/npppd/npppd: npppd.conf.5 

Log message:
typo in documentation.



CVS: cvs.openbsd.org: src

2015-09-09 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/09 10:00:22

Modified files:
usr.bin/uuencode: uuencode.1 

Log message:
fix a mistake in the predefined string passed to -width (it is
obvious "indent", not "ident", was intended); instead of this use
the macro Ds as the indent is an offset -- fixes indentation
of uuencode(1) and uudecode(1) options.

ok jmc@



CVS: cvs.openbsd.org: src

2015-09-07 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/07 09:28:06

Modified files:
usr.bin/lex: flex.1 
usr.bin/mail   : mail.1 

Log message:
add missing file system path (.Pa) macros.



CVS: cvs.openbsd.org: src

2015-09-07 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/07 09:24:53

Modified files:
usr.sbin/ikectl: ikectl.8 

Log message:
append a slash immediately after a file system path that is a directory;
uppercase the description of /var/run/iked.sock (found by jmc@);
add missing full stop.

ok jmc@



CVS: cvs.openbsd.org: www

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:19:55

Modified files:
.  : 58.html 

Log message:
add missing full stops.



CVS: cvs.openbsd.org: src

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:06:28

Modified files:
usr.bin/nc : netcat.c 

Log message:
synchronize synopsis and usage.



CVS: cvs.openbsd.org: src

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:04:18

Modified files:
usr.bin/calendar/calendars: calendar.computer 

Log message:
append the year Zilog Z-80 8-bit microprocessor was introduced;
a nice processor, learnt assembly on a Z-80A when I was twelve years old.

ok jmc@



CVS: cvs.openbsd.org: www

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:02:20

Modified files:
.  : alpha.html amd64.html i386.html 

Log message:
advertise the right installation media.

ok rpe@



CVS: cvs.openbsd.org: www

2015-08-10 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/08/10 14:33:29

Modified files:
.  : 58.html 

Log message:
fix typos.



CVS: cvs.openbsd.org: www

2015-08-10 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/08/10 13:44:09

Modified files:
.  : 58.html 

Log message:
updates for OpenSSH 6.9 and LibreSSL 2.1.5, 2.1.6, 2.1.7, 2.2.0 and 2.2.1
should be included too.

noticed by bcook@ and deraadt@



CVS: cvs.openbsd.org: www

2015-08-06 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/08/06 06:04:39

Modified files:
.  : 58.html 

Log message:
minor tweaks on my previous commit.



CVS: cvs.openbsd.org: www

2015-08-06 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/08/06 05:23:31

Modified files:
.  : 58.html 

Log message:
OpenSSH 7.0 new features and bug fixes.



CVS: cvs.openbsd.org: www

2015-08-06 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/08/06 04:41:35

Modified files:
.  : 58.html 

Log message:
update to LibreSSL section.



CVS: cvs.openbsd.org: src

2015-07-29 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/29 01:03:00

Modified files:
usr.sbin/radiusd: radiusd.conf.5 

Log message:
add a FILES section to make clear where RADIUS configuration file
is placed by default.

ok yasuoka@



CVS: cvs.openbsd.org: src

2015-07-28 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/28 02:41:30

Modified files:
usr.sbin/radiusd: radiusd.8 

Log message:
add a FILES section to make clear where RADIUS configuration file
is placed by default.

ok yasuoka@



CVS: cvs.openbsd.org: src

2015-07-27 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/27 12:48:05

Modified files:
games/tetris   : tetris.6 
usr.sbin/dhcpd : dhcpd.leases.5 
usr.sbin/dvmrpctl: dvmrpctl.8 
usr.sbin/ldpctl: ldpctl.8 
usr.sbin/ospf6ctl: ospf6ctl.8 
usr.sbin/ospfctl: ospfctl.8 
usr.sbin/ripctl: ripctl.8 
usr.sbin/smtpd : smtpctl.8 
usr.sbin/snmpctl: snmpctl.8 

Log message:
use file system path (.Pa) semantic markup macros where appropriate.



CVS: cvs.openbsd.org: src

2015-07-27 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/27 11:28:40

Modified files:
libexec/spamd  : spamd.8 
sbin/kbd   : kbd.8 
share/man/man5 : mixerctl.conf.5 mk.conf.5 
share/man/man8 : diskless.8 
usr.bin/mixerctl: mixerctl.1 
usr.bin/openssl: openssl.1 
usr.bin/passwd : passwd.1 
usr.bin/rdist  : rdist.1 
usr.sbin/arp   : arp.8 
usr.sbin/dvmrpd: dvmrpd.8 
usr.sbin/hotplugd: hotplugd.8 
usr.sbin/ikectl: ikectl.8 
usr.sbin/iscsictl: iscsictl.8 
usr.sbin/iscsid: iscsid.8 
usr.sbin/ldpd  : ldpd.8 
usr.sbin/ospf6d: ospf6d.8 
usr.sbin/ospfd : ospfd.8 
usr.sbin/pppd  : pppd.8 
usr.sbin/ripd  : ripd.8 
usr.sbin/sensorsd: sensorsd.8 sensorsd.conf.5 
usr.sbin/sysmerge: sysmerge.8 
usr.sbin/ypldap: ypldap.8 

Log message:
use file system path (.Pa) semantic markup macros where appropriate.

ok jmc@



CVS: cvs.openbsd.org: src

2015-07-27 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/27 08:50:58

Modified files:
usr.sbin/relayd: relayd.8 

Log message:
use file system path (.Pa) semantic markup macros where appropriate.

ok jmc@



CVS: cvs.openbsd.org: src

2015-07-25 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/25 11:28:59

Modified files:
lib/libssl/src/doc/crypto: EVP_PKEY_verify.pod engine.pod 

Log message:
double words fix; docs are slowly getting moved to mdoc, but this
change will help people translating them.

ok jmc@, schwarze@



CVS: cvs.openbsd.org: src

2015-07-25 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/25 11:19:21

Modified files:
lib/libcrypto/man: BN_rand.3 

Log message:
double word fix.

ok jmc@, schwarze@



CVS: cvs.openbsd.org: src

2015-07-16 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/16 09:46:41

Modified files:
share/man/man4 : gre.4 

Log message:
double word fix.

ok jmc@



CVS: cvs.openbsd.org: src

2015-07-15 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/15 12:02:15

Modified files:
share/man/man4 : udav.4 

Log message:
typo.

ok mpi@



CVS: cvs.openbsd.org: src

2015-07-15 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/07/15 09:16:59

Modified files:
lib/libutil: isduid.3 

Log message:
typo in manual page.

ok jsing@



CVS: cvs.openbsd.org: src

2015-06-04 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/06/04 08:23:00

Modified files:
usr.sbin/smtpd : smtpd.conf.5 

Log message:
spacing, makes example fit on display.

no objection from gilles@



CVS: cvs.openbsd.org: src

2015-06-02 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/06/02 10:02:45

Modified files:
lib/libc/gen   : sysctl.3 
share/man/man4 : gre.4 
usr.sbin/dhcpd : dhcp-options.5 
usr.sbin/rtadvd: rtadvd.8 

Log message:
write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.

ok jmc@



CVS: cvs.openbsd.org: src

2015-05-19 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/05/19 12:50:39

Modified files:
sbin/disklabel : disklabel.8 

Log message:
improve spacing in disklabel template.



CVS: cvs.openbsd.org: src

2015-05-19 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/05/19 12:16:32

Modified files:
usr.sbin/httpd : httpd.conf.5 

Log message:
better spacing in media types.

ok reyk@



CVS: cvs.openbsd.org: src

2015-05-19 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/05/19 12:12:58

Modified files:
usr.sbin/httpd : httpd.conf.5 

Log message:
sort media type extensions for text/html and image/jpeg as given in
/usr/share/misc/mime.types; do not include shtml as it is for Server
Side Includes (SSI) -- we will never do SSI.

joint work with reyk@

ok reyk@



CVS: cvs.openbsd.org: src

2015-05-19 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/05/19 12:03:32

Modified files:
usr.sbin/httpd : httpd.conf.5 

Log message:
drop comment about being possible to include /etc/nginx/mime.types,
we do not have to care about nginx anymore.

ok jmc@ (who thinks previously suggested removing it), and reyk@



CVS: cvs.openbsd.org: src

2015-04-24 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/04/24 04:57:36

Modified files:
bin/ls : ls.1 

Log message:
improve wording.

ok jmc@



CVS: cvs.openbsd.org: src

2015-03-23 Thread Igor Sobrado
CVSROOT:/cvs
Module name:src
Changes by: sobr...@cvs.openbsd.org 2015/03/23 13:31:54

Modified files:
share/man/man4 : mpe.4 

Log message:
be clear about MPLS spelling it out explicitly the first time
we use this term.

ok jmc@



Re: CVS: cvs.openbsd.org: www

2015-03-18 Thread Igor Sobrado
Igor Sobrado writes:
> CVSROOT:  /cvs
> Module name:  www
> Changes by:   sobr...@cvs.openbsd.org 2015/03/18 09:23:30
> 
> Modified files:
>   .  : 57.html 
> 
> Log message:
> update to LibreSSL section.
> 
> ok tedu@

written with lot of good advice from jsing@



CVS: cvs.openbsd.org: www

2015-03-18 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/03/18 09:23:30

Modified files:
.  : 57.html 

Log message:
update to LibreSSL section.

ok tedu@



CVS: cvs.openbsd.org: www

2015-03-05 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/03/05 08:39:45

Modified files:
.  : 57.html 

Log message:
typo in previous commit (s/Experiemental/Experimental/).



CVS: cvs.openbsd.org: www

2015-03-04 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/03/04 08:16:11

Modified files:
.  : 57.html 

Log message:
update to OpenSSH section: host key rotation support is experimental.



CVS: cvs.openbsd.org: www

2015-02-26 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/02/26 03:37:03

Modified files:
.  : 57.html 

Log message:
OpenSSH 6.8 new features and bug fixes.



  1   2   3   4   5   >