| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
distributed.
|
|
|
|
| |
OK'ed by: phk
|
|
|
|
|
| |
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.
|
|
|
|
|
|
|
| |
evaluating the $_precmd command as a string. We're not actually
trying to evaluate the contents of the command.
Reported by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
|
|
|
|
| |
"make all" phase.
|
|
|
|
|
|
| |
The previous commit included some commented-out macro-assignments
with comments documenting their function. These macros were of
considerable use to me in building a test "make release".
|
|
|
|
| |
automagically from the (secure|kerberos5)/Makefile:[KS]PROG.
|
|
|
|
|
| |
the crunched binary) get a non-cryptographic telnet. This is overkill
in that it covers stuff that is not normally used in a crunched binary.
|
|
|
|
| |
EINVAL if tv_nsec of the timeout is less than zero.
|
|
|
|
|
|
|
| |
accessible as a sysctl.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
While here delete to sys/types.h includes when sys/param.h is also included.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
|
|
|
|
| |
${.TARGET}, to ease maintenance.
|
|
|
|
| |
This resulted in a panic when detaching the uni31 signalling manager.
|
|
|
|
|
|
|
| |
stuff (routes, ...) by hand - simply use if_detach().
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 week
|
| |
|
|
|
|
|
|
|
|
|
| |
OID as the other protocol family sub-trees do, that is equal to the
protocol family identifier. Make the ATM layer debugging flags
available under this tree.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
| |
Reviewed by: peter
|
|
|
|
| |
Reviewed by: peter
|
|
|
|
|
|
|
|
| |
the traffic on LLC multiplexed connections (like CLIP).
PR: kern/51831
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
|
|
|
|
|
| |
function this, which expands to PAL calls (rduniq and wruniq).
This needs adjustment when TLS is implemented.
|
| |
|
|
|
|
| |
thread pointer.
|
|
|
|
|
|
|
|
|
|
|
|
| |
to find the source when the object was specified as <directory>/foo.o.
The fix makes the build go through a make objs before compiling the rest
of the crunchgen. This ensures that the dhclient bits are built in the
correct place where they are picked up for the final compile of rescue.
I'd like to thank dwhite@ and gad@ for helping me track down the problem.
Fast testing box provided by: phk@ (thanks)
|
|
|
|
|
| |
used to set and get the thread pointer. Note that a context switch
will automaticly save and restore the thread pointer.
|
|
|
|
|
| |
is only read and written by set_mcontext() and get_mcontext() for
use by threading libraries.
|
|
|
|
| |
distribution is used. This only affects release-building.
|
| |
|
| |
|
|
|
|
|
| |
silly bugs that probably wont quite make a segfault. eg: passing a pointer
to an int to sysctl instead of a pointer to a size_t.
|
|
|
|
| |
Also, "u_short value; if (value > 0xffff)" can never be true.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
it forgot to null terminate the new argv[] array. If you mixed this
with $TAR_OPTIONS, phkmalloc and a whole bunch of other variables, you
could end up with a segfault. This isn't strictly a phkmalloc victory
since tar walks off the end of an array rather than use uninitialized
malloc memory, but phkmalloc makes it easier to provoke.
|
| |
|
| |
|
|
|
|
|
|
| |
ptrace() needs this.
Submitted by: Mark Kettenis <kettenis@chello.nl>
|
|
|
|
| |
Discovered by: davidxu
|
|
|
|
| |
more trouble than I expected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
return EACCES on non-Unix domain sockets as demonstrated by the
following program:
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
int
main(int argc, char *argv[])
{
struct sockaddr_in rem_addr;
int sock;
if ((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) {
perror("socket");
exit(1);
}
bzero((char *)&rem_addr, sizeof(rem_addr));
rem_addr.sin_family = AF_INET;
rem_addr.sin_addr.s_addr = INADDR_NONE;
rem_addr.sin_port = htons(10000);
if (connect(sock, (struct sockaddr *)&rem_addr,
sizeof(rem_addr)) < 0) {
perror("connect");
exit(1);
}
}
The call chain returning this value is probably:
kern/uipc_syscalls.c:connect
kern/uipc_socket.c:soconnect
netinet/tcp_usrreq.c:tcp_usr_connect
netinet/tcp_output.c:tcp_output
netinet/ip_output.c:ip_output
Reviewed by: schweikh (mentor)
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
that causes the bootable ISO images to be created using the floppy
emulation (the old method) as opposed to the new "cdboot" method.
Only copy boot.flp to the 2nd CD-ROM if this variable is defined.
Reviewed by: murray
|
|
|
|
|
| |
am not sure about that. The lack of -Werror and the inline noise hid
this for a while.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to 5.1-CURRENT.
|