Displaying 2 results from an estimated 2 matches for "disklab".
Did you mean:
  risklab
  
2009 May 24
0
malloc() in the core
...bviously you have gotten a huge amount of work done already!
However, in the short term, we will most likely not have memory
management -- malloc/free -- available in the core (making that possible
is part of KlausM's project, but I want to decouple those.)
The code currently uses malloc() in disklab.c, which is used from
cache.c.  The solution there is pretty simple: add a pointer to get
getoneblk() prototype for a target buffer, then use a chunk of .bss
memory for the cache.
As previously discussed, we really want the cache system to handle
multiple block sizes (first of all, because hard di...
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
...usr/include/dev/firewire/@/dev/iir/iir.h:389: warning: `minor2hba' redefined^M
/usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:142: warning: this is the location of the previous defi
nition^M
In file included from /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/boot/dosboot/disklabe.h:392,^M
                 from :39:^M
/usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/boot/dosboot/cdefs.h:60: warning: `__CONCAT' redefined^M
/usr/obj/usr/src/i386/usr/include/sys/cdefs.h:66: warning: this is the location of the previous definition^M
In file included from :40:^M
/usr/ob...