Re: DDB scripting, output capture, and textdumps



Robert Watson wrote:
buffer, kernel message buffer, kernel configuration (if compiled into
the kernel), panic message, and kernel version string. These are


Just a sidenote - maybe as part of this change it makes sense to make compiling configuration into a kernel opt-out, not opt-in? We are in 21st century, nobody really cares about saving few kilobytes of kernel memory anymore.

-Maxim
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • [PATCH] Ban module license tag string termination trick
    ... Proposed patch to prohibit loading modules that use early C string ... When this is interpreted back again in the kernel module loader, ... having wrongfully access to GPL symbols. ...
    (Linux-Kernel)
  • Re: Cant add a usb Cannon i960 printer
    ... the printer gets defined with a device string like the ... it is hardly interesting to repeat it unless the usblp kernel driver ... >and then the kernel discovers its devcies as it enumerates and probes buses. ...
    (comp.os.linux.setup)
  • Re: [TOMOYO #12 (2.6.28-rc2-mm1) 06/11] Common functions for TOMOYO Linux.
    ... I cannot think of any kernel interfaces which use octal strings. ... If you think TOMOYO's way of string representation is useful, ... TOMOYO converts such characters to \ooo so that the auditing will generate ...
    (Linux-Kernel)
  • Re: kernel mode equivalent of strrchr
    ... How much text processing is done in the kernel? ... routine useful, but you can just do it by scanning for a character saving ... string search routines documented in the DDK. ... string functions safe so you don't create your own unsafe routine. ...
    (microsoft.public.development.device.drivers)
  • Re: FreeBSD Programming
    ... > understanding many of the things done in the kernel. ... I recommend against C as "first" language. ... All C books I know cover sprintf, ... Builds up a long string with non-checking sprintfs containing %d formats ...
    (comp.unix.bsd.freebsd.misc)