summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-10syncTheo de Raadt
2006-11-10landisk has no kbd(8)Theo de Raadt
2006-11-10landisk has no wsconsctl.confTheo de Raadt
2006-11-10Getting much closer.Dale Rahn
2006-11-10Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad Smith
per packet sent. Tested by brad@, ckuethe@, Gabriel Kihlman <gk at stacken dot kth dot se> and Tim Wiess <tim at nop dot cx>. Tested with amd64/i386/sparc64. ok damien@
2006-11-10Defer setting of the valid bit in the first TX descriptor afterDamien Bergamini
all descriptors have been setup. Otherwise, hardware may start processing descriptors faster than us and crap out. Fixes "watchdog timeout" errors. Original idea from Matthew Dillon @DragonFly. ok deraadt@ jsg@ wim@ tested by many
2006-11-10`elminate' etc. is not really the right way to spell `eliminate'.Michael Knudsen
ok brad
2006-11-10relocations belong in reloc.hDale Rahn
2006-11-10Correct order of the bitfields of float and double. Fixes ldexp() (andOtto Moerbeek
some more), which fixeds drand48(), which fixes perl build. ok miod@ drahn@ deraadt@
2006-11-10acx(4) doesn't use rssadapt(9).Damien Bergamini
pgt(4) doesn't use rssadapt(9) nor amrr. => remove useless #include.
2006-11-10ral(4) no longer contains a reference implementation of rssadapt(9).Damien Bergamini
refer to ath(4) instead.
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