Re: OpenBSD 6.6 release, Oct 17, 2019

2019-10-17 Thread amarendra godbole
Congratulations on another release and thanks for bringing us quality stuff! -ag On Thu, Oct 17, 2019 at 6:49 AM Theo de Raadt wrote: > > > - OpenBSD 6.6 RELEASED - > > Octobe

C Programming Language - K&R books to be given...

2012-07-02 Thread Amarendra Godbole
Hi misc@, tech@, If it is difficult to grab hold of a copy of K&R 2nd ed., please drop me a private note -- I have a bunch of copies (5) which I can send across your way as a gift. I'll probably ask you to cover the shipping (~$6 US). These are Indian reprints which cost a lot less here in India (

Re: Lenovo Thinkpad X201 iwn, and screen brightness issues

2011-01-29 Thread Amarendra Godbole
On Sat, Jan 29, 2011 at 10:37 AM, Federico G. Schwindt wrote: > On Sat, Jan 29, 2011 at 08:19:06AM +0530, Amarendra Godbole wrote: >> Hi, >> >> I recently switched over to Lenovo X201 notebook, from my older X61s. >> OpenBSD worked flawlessly when I switched the hardd

Lenovo Thinkpad X201 iwn, and screen brightness issues

2011-01-28 Thread Amarendra Godbole
Hi, I recently switched over to Lenovo X201 notebook, from my older X61s. OpenBSD worked flawlessly when I switched the harddisks (cool!). I recently updated the src, and rebuilt the kernel, userland, and xenocara (okay, I do run -current, and know the implications :-)). I am facing two issues: (

Re: "make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Amarendra Godbole
. -Amarendra > > On Fri, Mar 26, 2010 at 03:11:24PM +0530, Amarendra Godbole wrote: >> As indicated in /usr/src/Makefile, I am trying to take the "obj" >> directory outside of the source. Quoting Makefile: >> # 2) It is also recommended that you compile with o

Re: "make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Amarendra Godbole
Sorry for missing the environment. I am running "4.7-beta", with src code syn'ed daily on IBM Thinkpad X60 on i386. Thanks. -Amarendra On Fri, Mar 26, 2010 at 3:11 PM, Amarendra Godbole wrote: > As indicated in /usr/src/Makefile, I am trying to take the "obj" >

"make obj" fails under /usr/src with MACHINE_CPU not set

2010-03-26 Thread Amarendra Godbole
As indicated in /usr/src/Makefile, I am trying to take the "obj" directory outside of the source. Quoting Makefile: # 2) It is also recommended that you compile with objects outside the # source tree. To do this, ensure /usr/obj exists or points to some # area of disk of sufficient size. Then do "

Doubt about an integer overflow in cut.c

2010-03-26 Thread Amarendra Godbole
cut.c has the following: [...] void f_cut(FILE *fp, char *fname) { int ch, field, isdelim; char *pos, *p, sep; int output; size_t len; char *lbuf, *tbuf; for (sep = dchar, tbuf = NULL; (lbuf = fgetln(fp, &len));) { output = 0; if (lbuf[len - 1] != '\n') {

Typo in bsd.README - tiny patch

2010-03-02 Thread Amarendra Godbole
It is late here (actually early morning), and I am sleepy, so it is possible that I am wrong, but thought of running this through you. I think the variable in /usr/share/mk/bsd.README should be SUBDIR and not SUBDIRS as indicated in the description of bsd.subdir.mk. Patch attached. Thanks. -Amaren

typo in /usr/src/usr.sbin/bind/lib/isc/unix/privsep.c

2009-07-27 Thread Amarendra Godbole
separation misspelled as seperation. patch attached. -amarendra [demime 1.01d removed an attachment of type application/octet-stream which had a name of usr.sbin.bin.lib.isc.unix.privsep.c.patch]