summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-11-09PID isn't used.Dale Rahn
2006-11-09must use -b to tell it to look in /mntTheo de Raadt
2006-11-09put some tasty firmwares thereTheo de Raadt
2006-11-09syncTheo de Raadt
2006-11-09Simplify stripping of write bits from file mode.Todd C. Miller
Add support for reusing the checkin message for multiple files, ala GNU Fix the message when you abort a checkout and the file was not writable. OK joris@ niallo@
2006-11-09syncTheo de Raadt
2006-11-09Don't build profiled libperl; requested by deraadt@Todd C. Miller
2006-11-09add a solid compliment of usb devicesTheo de Raadt
2006-11-09Dont build all of the extra libgcc.a files, they are not needed forDale Rahn
native OpenBSD.