summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-10Mention -nwid here too, reminded by reyk.Michael Knudsen
Having to edit all these files makes me realise how many wireless drivers we actually have.
2006-11-10Add -nwid command to allow wireless interfaces to not prefer a specificMichael Knudsen
access point. Does the same as nwid "" but since we have -nwkey for nwkey etc. this is nice for consistency. ok mbalmer reyk man stuff also ok jmc
2006-11-10regenBrad Smith
2006-11-10try to be more clever about when to enter SUBDIRS, so that we don'tTheo de Raadt
do it double for the native arch
2006-11-10fake no-op install targetTheo de Raadt
2006-11-10add vendor id for Quicknet Technologies.Brad Smith
2006-11-10Remove debug code.Miod Vallat
2006-11-10Remove unnecessary failure printf. That's what nonzero return codes are for.Miod Vallat
2006-11-10Avoid an unnecessary branch for byte-by-byte copyin() and copyout().Miod Vallat
2006-11-10Fetch syscall arguments beyond r9 with copyin() from the userland stack,Miod Vallat
instead of having the userland syscall code put the first three locations from the stack in r10-r12. This will speed-up most of the system calls (but mmap) once these fetches are removed, in a few weeks from now.
2006-11-10syncTheo de Raadt
2006-11-10enable -g againAlexander von Gernler
help from millert@, ok deraadt@ pedro@
2006-11-10bump minor, for void set_rpc_maxgrouplist(int);Alexander von Gernler
ok deraadt@
2006-11-10add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -gAlexander von Gernler
working again. help from millert@, ok deraadt@ pedro@
2006-11-10Unlike GNU rcs, our co will not overwrite an existing file, evenTodd C. Miller
if the existing file is not writable. While safer, this can be annoying. I've changed things to compare the version of the file being checked out with its current contents and, if they are the same, to allow the checkout without user intervention. The behavior when there is a writable version of the file is unchanged. OK xsa@
2006-11-10fix -wXavier Santolaria
2006-11-10Accept upper and lower case letters in a checksum, since this doesn'tTom Cosgrove
alter the value of the digest. Nor, for that matter, does case affect the name of the algorithm used. Partly from Matthew Clarke, clamat (at) telus (dot) net. ok djm@ millert@
2006-11-10check both rule sourace and destination when grouping sa'sMathieu Sauve-Frankel
fixes PR5262 ok hshoexer@
2006-11-10Convert to use inf-ptrace.c.Mark Kettenis
2006-11-10Handle OpenBSD as well.Mark Kettenis
2006-11-10When using -vv, also show grouped SAs.Hans-Joerg Hoexer
2006-11-10Fix grouping for SAs. Now all combinations of SAs are possible,Hans-Joerg Hoexer
not only ESP+AH (ie. ESP inside AH).
2006-11-10char -> u_char in a few placesHenning Brauer
apparently from Jeff Rizzo <riz@NetBSD.org> via "Thomas E. Spanjaard" <tgen@netphreax.net>, ok claudio
2006-11-10cast to (long long) for %lld printfsHenning Brauer
apparently from Jeff Rizzo <riz@NetBSD.org> via "Thomas E. Spanjaard" <tgen@netphreax.net>, with changes from me (as far as I remember, this is kinda old stuff). claudio ok
2006-11-10Do not count sa, ike and tcpmd5 rules twice. Fixes PR 5263.Hans-Joerg Hoexer
2006-11-10no magic, "Attic" -> CVS_PATH_ATTICXavier Santolaria
2006-11-10In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0.Michele Marchetto
OK norby@ henning@
2006-11-10introduce reference count for struct route_report so it can be shared andMichele Marchetto
freed correctly. OK norby@ henning@
2006-11-10do not forget to send -l and -q Global options too.Xavier Santolaria
2006-11-10send Global options -n -Q -r to the server.Xavier Santolaria
2006-11-10clear lists before deleting neighborMichele Marchetto
OK claudio@ henning@
2006-11-10Fix an mbuf leak in an error path. OK brad@Claudio Jeker
2006-11-10sync with usr.bin/rcs/diff3.cXavier Santolaria
2006-11-10Not quite working ld.so support for shDale Rahn
2006-11-10Enforce correct userspace bounds in copy{in,out}str().Miod Vallat
2006-11-10Print the interface that each queue is bound to in the pfctl -sq outputJoel Knight
ok henning@
2006-11-10Will be needed at some point.Dale Rahn
2006-11-10Yes, openbsd does not support shared libraries on sh yet, but why make it hard?Dale Rahn
2006-11-10make a landisk objTheo de Raadt
2006-11-10fix usage messageTheo de Raadt
2006-11-09Clarify what hardware firmware is for.Jonathan Gray
2006-11-09clarify firmware requirementsJonathan Gray
2006-11-09typoTheo de Raadt
2006-11-09Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@Claudio Jeker
2006-11-09skip ral files for nowTheo de Raadt
2006-11-09support rum, not clear about ral and need to talk to jsgTheo de Raadt
2006-11-09no need for -b on disklabel -B, since files on ramdisk nowTheo de Raadt
2006-11-09xxboot on main ramdisk in mbrTheo de Raadt
2006-11-09silence disk dd splat jobTheo de Raadt
2006-11-09+rum, -ral, until jsg explains to meTheo de Raadt