Bug 22188

Summary: Patch to sys/alpha to add M_ZERO to appropriate malloc calls
Product: Base System Reporter: josh <josh>
Component: kernAssignee: dwmalone
Status: Closed FIXED    
Severity: Affects Only Me CC: dwmalone
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description josh 2000-10-21 15:20:01 UTC
	Patch to convert malloc/bzero calls to malloc(..., M_ZERO) calls,
	as per phk's email to freebsd-current.

	Changes were made with the goal of keeping the semantics of the
	code the same in mind. If there was any doubt, then the change was
	not made.

	The patch compiles cleanly. Note, I dont have an alpha, so I'm not sure
   if everything is hunky-dory.

Fix: Patch follows.

-------

How-To-Repeat: 
	N/A
Comment 1 dwmalone freebsd_committer freebsd_triage 2000-10-21 20:03:30 UTC
Responsible Changed
From-To: freebsd-bugs->dwmalone

Josh - Can you check the parts of the system that Robert Drehmel 
has already produced patches for? I've merged all the patches I've 
recieved so far into one big patch at: 

http://www.maths.tcd.ie/~dwmalone/thirdtry 

I won't be able to apply all of this patch as some bits touch code 
from KAME or are shared by other BSDs.
Comment 2 mjacob 2000-10-27 17:37:39 UTC
I fixed the sys/alpha bits. Time to move on. Close the PR at your leisure.
Comment 3 dwmalone freebsd_committer freebsd_triage 2000-12-24 16:28:23 UTC
State Changed
From-To: open->closed

Patches committed - thanks.
Comment 4 dwmalone freebsd_committer freebsd_triage 2000-12-24 16:28:23 UTC
State Changed
From-To: open->closed

Patches committed - thanks.
Comment 5 dwmalone freebsd_committer freebsd_triage 2000-12-24 16:28:23 UTC
State Changed
From-To: open->closed

Patches committed - thanks.