freebsd kernel with SKQ
Go to file
Poul-Henning Kamp e6c4b9ba32 Add the utrace(caddr_t addr,size_t len) syscall, that will store the
data pointed at in a ktrace file, if this process is being ktrace'ed.
I'm using this to profile malloc usage.
The advantage is that there is no context around this call, ie, no
open file or socket, so it will work in any process, and you can
decide if you want it to collect data or not.
1996-09-19 19:49:13 +00:00
bin Mend 'exit' without breaking 'exit 1' 1996-09-12 12:41:46 +00:00
contrib Merge local changes. 1996-09-18 14:24:33 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc Add commented out example for bootps 1996-09-19 08:19:25 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Add libobjc, the Objective-C runtime library. 1996-09-19 16:19:49 +00:00
include Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
lib Make libftpio 64-bit clean. 1996-09-19 17:28:34 +00:00
libexec Make the inetd suggestion slightly less confusing. 1996-09-19 08:21:18 +00:00
lkm Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. 1996-09-06 23:32:55 +00:00
release Use rawboot for boot floppies. 1996-09-19 08:35:41 +00:00
sbin rdisc functionality has been incorporated into routed 1996-09-16 21:32:42 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share add -fgnu-runtime to the .m.o and .m.po rules, since we (will) have 1996-09-19 07:01:45 +00:00
sys Add the utrace(caddr_t addr,size_t len) syscall, that will store the 1996-09-19 19:49:13 +00:00
tools Bump minor number to 1 1996-09-18 14:27:44 +00:00
usr.bin Attempt to untangle the timeout code a bit, also make the default ftp 1996-09-19 18:07:24 +00:00
usr.sbin aarghh! what is it with this CVSROOT/val-tags regexp anyway? how 1996-09-19 08:41:49 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Hooks to attempt to get 'make world' working with gcc-2.7.2.1. It's 1996-09-19 16:36:24 +00:00