search for: mach_kernel

Displaying 6 results from an estimated 6 matches for "mach_kernel".

2004 Apr 29
1
Timezone of logentries from dovecot
...s. It seems that dovecot logs it's entries in GMT, while I'm using GMT+1. This is made even worse by the fact that we're now using daylight savings time, which upps the difference to two hours. Here's a couple of lines from my logs to show the difference: Apr 29 14:30:07 misterp mach_kernel: ipfw: 10000 Deny UDP 213.122.19.185:33123 129.142.126.35:137 in via en0 Apr 29 14:30:59 misterp mach_kernel: ipfw: 4000 Accept TCP 80.197.22.210:38518 129.142.126.35:995 in via en0 Apr 29 12:30:59 misterp pop3-login: Login: torben [80.197.22.210] Apr 29 14:32:25 misterp mach_kernel: ipfw: 10000...
2009 Oct 28
3
where do kernel data types come from?
I have a script where I can freely reference struct nameidata*, struct vnode*, etc. on Snow Leopard. How does DTrace know about these data types? I understand things like #pragma D depends_on library darwin.d where darwin.d has typedefs. I can''t find definitions of nameidata and vnode in any D scripts, though. How does it work? Thanks, Joel --- firefox for android!
2014 Jul 04
1
Creating LiveCD with EFI option?
...ge * EFI/BOOT/grub.cfg - standard grub.cfg isolinux/macboot.img is a bit more complicated but if you don't need your iso to boot on macosx hardware you can ommit this flag. This file contains: * .VolumeIcon.icns - icon for EFI boot image in macosx * EFI/BOOT/BOOTX64.efi * EFI/BOOT/grub.cfg * mach_kernel - dummy kernel required for boot * System/Library/CoreServices/boot.efi - basically a blessed BOOTX64.efi * System/Library/CoreServices/grub.cfg * System/Library/CoreServices/SystemVersion.plist You can look at mkefiboot.py from fedora's lorax package to see how this was generated. I have a cu...
2004 Oct 30
1
More Altivec/PPC Stuff...
..._best_partition_order_ 5.6% 5.6% flac FLAC__MD5Transform 4.8% 4.8% flac FLAC__fixed_compute_best_predictor_altivec 4.2% 4.2% flac format_input 2.9% 2.9% flac FLAC__lpc_compute_autocorrelation_altivec 2.0% 2.0% flac FLAC__fixed_compute_residual_altivec 1.9% 1.9% flac FLAC__crc16 1.8% 1.8% mach_kernel ml_set_interrupts_enabled 1.5% 1.5% flac FLAC__lpc_compute_residual_from_qlp_coefficients_altivec 1.2% 1.2% flac FLAC__lpc_compute_residual_from_qlp_coefficients_16bit_altivec For fun, I wrote a fast signed rice implementation, though I have yet to adapt it to the bitbuffer. Also, for those...
2002 Jul 09
0
Error 23
...# and "args". # This script can be run from the cron whenever. ## Indicate the directories that should be synchronized # Encode the spaces with "%space" #set syncDirs = (.hidden Applications Applications%space(Mac%spaceOS%space9) System System%spaceFolder Library usr bin sbin mach_kernel private) set syncDirs = ( Applications ) # Determine if script was run by root set user = `whoami` if ( $user != root ) then echo "You must run this script as root, else you may not have privileges" echo "to properly restore all files." exit 1 endif ## Setup the argument...
2014 Jul 03
2
Creating LiveCD with EFI option?
I've been using various versions of syslinux as the boot loader for the g4l project that I have been the maintainer of since 2004. It was already using syslinux, so I've just updated it over the years, and currently have it use 5.10 version, but have done test builds with the 6.x versions. Recently had request from to users about EFI support, and one suggested that virtualbox has