CVS: cvs.openbsd.org: src

2016-03-28 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2016/03/28 22:07:50 Modified files: usr.sbin/tcpdump: print-cdp.c Log message: Properly check for the end of captured packet while printing CDP packets. ok deraadt@

CVS: cvs.openbsd.org: src

2016-03-01 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2016/03/01 18:31:41 Modified files: sys/arch/armv7/omap: if_cpsw.c if_cpswreg.h Log message: Detect and only enable the port that is actually used. The unused port, if enabled, fills up and triggers flow

CVS: cvs.openbsd.org: src

2016-02-05 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2016/02/05 09:58:39 Modified files: lib/libpcap: optimize.c Log message: Use the correct structure size when allocating the array for nodes. ok tb@ millert@

CVS: cvs.openbsd.org: src

2016-01-15 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2016/01/15 20:30:26 Modified files: usr.bin/systat : cache.c cache.h pftop.c Log message: fix a number of minor issues in the state view: 1. peak and rate computations were using uint32 size which caused

CVS: cvs.openbsd.org: src

2016-01-15 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2016/01/15 20:17:48 Modified files: sbin/pflogd: pflogd.8 pflogd.c privsep.c Log message: Interface status printing (at exit and USR1) was broken for a while. Remove it completely to simplify the code.

CVS: cvs.openbsd.org: src

2016-01-06 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2016/01/06 21:41:17 Modified files: sys/arch/armv7/omap: if_cpsw.c Log message: Handle receive queue full condition instead of hanging.This can be triggered by flodding the interface. Also drop received

CVS: cvs.openbsd.org: src

2015-12-01 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2015/12/01 10:05:25 Modified files: lib/libc/sys : stack_protector.c Log message: use strlcat instead of strlcpy with modified arguments. ok deraadt@

CVS: cvs.openbsd.org: src

2015-05-16 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2015/05/16 20:44:38 Modified files: sys/dev/usb: if_axe.c if_axereg.h Log message: Read ethernet address from EEPROM on AX88772B based on FreeBSD ok djm@ jsg@

CVS: cvs.openbsd.org: src

2011-02-13 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2011/02/13 15:41:10 Modified files: sys/net: bpf_filter.c Log message: Unbreak userland as well, since bpf_filter.c is also used in libpcap. Noticed by robert at openbsd pap st, thanks.

CVS: cvs.openbsd.org: src

2010-11-04 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2010/11/04 11:37:05 Modified files: usr.sbin/tcpdump: nameser.h print-domain.c Log message: Sync with tcpdump.org to fix multicast DNS support, and get some other updates in the process. Initial

CVS: cvs.openbsd.org: src

2010-10-28 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2010/10/28 21:43:35 Modified files: sys/net: bpf.h Log message: Align to 32-bits instead of sizeof(long) which may be bigger. There is no practical value of aligning things to 64-bit and waste more

CVS: cvs.openbsd.org: src

2010-10-09 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2010/10/09 02:14:36 Modified files: lib/libpcap: gencode.c Log message: Fix typo in pflog header size computation. Fixes filtering with the new pflog headers. reported by jmc@, tested by jmc@ and

CVS: cvs.openbsd.org: src

2010-10-09 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2010/10/09 02:22:26 Modified files: usr.sbin/tcpdump: print-pflog.c Log message: Do not use BPF_WORDALIGN when computing pflog header length as it aligns to 8-byte boundary on 64-bit architectures. Instead

CVS: cvs.openbsd.org: src

2010-08-07 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2010/08/07 10:55:38 Modified files: sys/dev/acpi : acpiac.c acpibat.c Log message: Generate power change events for APM. Makes powerup and powerdown scripts work with ACPI. ok deraadt@, phessler@,

CVS: cvs.openbsd.org: src

2010-07-26 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2010/07/26 22:13:34 Modified files: lib/libpcap: gencode.c Log message: Properly handle the size field in pflog link header when generating the filter. This will allow the pflog header to be extended

CVS: cvs.openbsd.org: src

2009-11-22 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/11/22 18:51:41 Modified files: usr.bin/systat : if.c Log message: Properly handle interfaces deleted from the middle of the list. Reported by deraadt@

CVS: cvs.openbsd.org: src

2009-09-21 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/09/21 10:33:42 Modified files: sys/net: bpf.c Log message: Properly reference count bpf descriptors when using kqueue. Reported and fix tested by weerd@, ok claudio@

CVS: cvs.openbsd.org: src

2009-06-09 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/06/09 21:42:58 Modified files: usr.bin/systat : pftop.c Log message: Revert part of the earlier commit that displayed garbage instead of the action column values. reported by jmc@

CVS: cvs.openbsd.org: src

2009-04-03 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/04/03 21:29:53 Modified files: usr.bin/systat : pftop.c Log message: Fix the byte order of the rule field in state view. Reported by Kamil Mielcarek

CVS: cvs.openbsd.org: src

2009-02-16 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/02/16 13:03:36 Modified files: sys/net: if_sppp.h if_spppsubr.c Log message: Allow username and password to be up to 255 characters in length. Tested by many, thanks. Put it in deraadt@

CVS: cvs.openbsd.org: src

2009-01-01 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/01/01 17:11:01 Modified files: usr.bin/cvs: add.c import.c rcs.c remote.h Log message: Add format attributes to functions that use variable arguments and make the code -Wformat=2 clean. ok joris@

CVS: cvs.openbsd.org: src

2008-12-17 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2008/12/17 01:21:43 Modified files: usr.bin/systat : mbufs.c systat.1 Log message: Rewrite the 'mbuf' page to display mbuf usage information from system pools and mbuf cluster statistics collected for each

CVS: cvs.openbsd.org: src

2008-12-06 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/12/06 19:56:06 Modified files: usr.bin/systat : engine.c engine.h pigs.c swap.c netstat.c vmstat.c iostat.c cache.c sensors.c Log message: Warning cleanup including unused

CVS: cvs.openbsd.org: src

2008-11-02 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/02 00:23:29 Modified files: usr.bin/systat : Makefile main.c systat.1 systat.h Added files: usr.bin/systat : pool.c Log message: Add a view that displays pool(9) information. Idea and ok

CVS: cvs.openbsd.org: src

2008-11-02 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/02 01:14:16 Modified files: usr.bin/systat : pool.c systat.1 Log message: Add the option to sort by requests to the pool view, and document the hotkeys 'o' to select and 'r' to reverse column

CVS: cvs.openbsd.org: src

2008-10-31 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/31 00:06:46 Modified files: usr.bin/systat : main.c Log message: make ^G display the current view and refresh interval as documented.

CVS: cvs.openbsd.org: src

2008-10-31 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/31 00:50:09 Modified files: usr.bin/systat : engine.c engine.h main.c Log message: Implement start and stop commands as documented, explicitly pass the command buffer to the command functions.

CVS: cvs.openbsd.org: src

2008-10-31 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/31 18:38:43 Modified files: usr.bin/systat : systat.1 Log message: Document more global hotkeys. Help and ok jmc@

CVS: cvs.openbsd.org: src

2008-10-31 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/31 18:41:11 Modified files: usr.bin/systat : main.c Log message: Remove disabled help text code and -S command, both leftovers from pftop, skip the correct number of bytes after the 'start' command.

CVS: cvs.openbsd.org: src

2008-10-31 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/31 18:56:25 Modified files: usr.bin/systat : vmstat.c Log message: Improve reporting of cache misses in the vmstat view. Previously the misses field may report negative values. The hit/miss numbers

CVS: cvs.openbsd.org: src

2008-10-16 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/16 06:20:27 Modified files: sys/net: if_pppoe.c Log message: Make the session id unique per receiving interface so that pppoe interfaces attached to different networks can use the same

CVS: cvs.openbsd.org: src

2008-10-08 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/10/08 09:11:13 Modified files: usr.bin/systat : pftop.c Log message: Fix the order of traversal when printing the queues. Properly places child queues under their respective interface root queues.

CVS: cvs.openbsd.org: src

2008-09-23 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/23 04:47:14 Modified files: sys/dev/usb: if_uath.c usbdevs Log message: Add IDs for Philips SNU6500 to uath(4) ok damien@

CVS: cvs.openbsd.org: src

2008-09-23 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/23 04:49:33 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: sync

CVS: cvs.openbsd.org: src

2008-09-23 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/23 05:30:29 Modified files: share/man/man4 : uath.4 Log message: Add Philips SNU6500 to the list of supported devices. Reminded by jsg@

CVS: cvs.openbsd.org: xenocara

2008-09-02 Thread Can Erkin Acar
CVSROOT:/cvs Module name:xenocara Changes by: [EMAIL PROTECTED] 2008/09/02 22:39:12 Modified files: app/cwm: search.c Log message: Keep the exec menu entries sorted. Go for it okan@