Go to file
thorpej c6fa58a322 - Allocate the ktrace operation header on the stack rather than using
MALLOC()/FREE().
- In ktrgenio():
	- Don't allocate the entire size of the I/O for the temporary
	  buffer used to write the data to the trace file.  Instead,
	  do it in page-sized chunks.
	- As in uiomove(), preempt the process if we are hogging the CPU.
	- If writing to the trace file errors, abort rather than continuing
	  to loop through the buffer.

From Artur Grabowski <art@stacken.kth.se>, with some additional cleanup
by me.
2000-04-19 19:14:17 +00:00
bin Obey $TMPDIR for creating the scratch file 2000-04-17 23:37:50 +00:00
dist Move loadservers() prototype to a header file, so other files can see 2000-04-17 05:49:54 +00:00
distrib Updated minor of libtermcap. 2000-04-19 13:42:58 +00:00
etc Don't need ()'s around "cd ... && ${MAKE} ...". 2000-04-19 13:45:24 +00:00
games Don't declare 'extern opt*' getopt variables. 2000-04-14 05:58:01 +00:00
gnu Fix a binutils bug. Should be fixed in the next version. 2000-04-18 20:28:37 +00:00
include make scandir(3)'s 3rd argument take a function that takes a *const* 2000-04-16 14:43:56 +00:00
lib Ensure limit is sane on return from t_getstr if requested entry does 2000-04-19 15:32:28 +00:00
libexec Cause ld.elf_so to find the symbols for __progname and environ and set them. If we wait until crt0 gets around to doing it it's too late for any library init functions. 2000-04-15 05:41:46 +00:00
regress Make this depend again. 2000-04-15 20:09:11 +00:00
sbin Don't declare 'extern opt*' getopt variables. 2000-04-14 05:58:01 +00:00
share use "Op Ar count" rather than hardcoded number 2000-04-19 09:42:24 +00:00
sys - Allocate the ktrace operation header on the stack rather than using 2000-04-19 19:14:17 +00:00
usr.bin Define members previously defined as u_long in struct iftot as u_quad_t. 2000-04-19 03:26:55 +00:00
usr.sbin turn on IPv6 when ipv6 ifid is present (from 2.3.11) 2000-04-17 08:55:33 +00:00
Makefile use MKSHARE=no instead. 2000-04-11 08:21:41 +00:00