Re: test diff: unmap needs flags

2012-05-07 Thread Ralf Horstmann
Hi, compiles and boots on alpha: uvm_km_kmem_grow: grown to 0xfe001000 OpenBSD 5.1-current (GENERIC) #0: Tue May 8 02:12:19 CEST 2012 root@alpha.internal:/usr/src/sys/arch/alpha/compile/GENERIC AlphaStation 255/300, 298MHz 8192 byte page size, 1 processor. real mem = 268435456 (256MB

cron: fix incorrect error message

2012-05-07 Thread Lawrence Teo
This diff fixes the error message for one of the log_it() calls in cron (was probably a pasto). While here, also fix the style for two other log_it() calls. Lawrence Index: cron.c === RCS file: /cvs/src/usr.sbin/cron/cron.c,v retrie

sha1(1) man page: recommend sha256(1) instead

2012-05-07 Thread Lawrence Teo
This diff changes the sha1(1) man page to recommend the use of sha256(1). It uses language that is similar to the md5(1) man page. Thoughts? Lawrence Index: sha1.1 === RCS file: /cvs/src/bin/md5/sha1.1,v retrieving revision 1.29 d

mg(1): bug in writeout() function

2012-05-07 Thread Mark Lumsden
writeout() writes the data in a buffer to a file. Currently, it also uses the fupdstat() function to update the buffer statistics (fi_mode, fi_mtime..etc), once the writing has been done. However, one of the two uses of writeout introduces a bug where the fupdstat function is called using the wrong

Re: Using MCLGETI for sk(4)

2012-05-07 Thread Stuart Henderson
On 2012/05/06 21:34, Brad Smith wrote: > I have resurrected the old jumbo allocator to MCLGETI conversion diff > that was reverted with rev 1.152. The commit did not indicate why that > was so. I updated it to -current and have tested it a fair bit on amd64 > with a SysKonnect GEnesis board using j

Remove leftovers from usbdevs

2012-05-07 Thread Martin Pieuchot
getdevicedesc() should have been deleted in the last commit and cannot be used now that the bus node is open read-only. ok? Index: usbdevs.c === RCS file: /cvs/src/usr.sbin/usbdevs/usbdevs.c,v retrieving revision 1.20 diff -u -p -r1