summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-03HOST_CFLAGS need to find libiberty too, even on vax!Marc Espie
ok deraadt@
2003-12-03Change how the line output from the 'h' command is formatted.Todd C. Miller
Previously if you had an ungodly number of messages the line could wrap the screen. We now format the line in a buffer and then only print as many characters as will fit instead of printing the parts piecemeal.
2003-12-03Pass -Wsign-compare and avoid a potential malloc(0); ok henning@Todd C. Miller
2003-12-03Move the asm definition of _dl__syscall from a header file into a .c fileDale Rahn
so that 12 copies of it are not generated.
2003-12-03add support for ifconfig clone; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-12-03.Xr myname(5) in SEE ALSO; suggested by Michael W. Burden;Jason McIntyre
2003-12-03add support for ifconfig clone; from netbsd; ok deraadt, henningMarkus Friedl
2003-12-03support for network interface "cloning", e.g. gif(4) via ifconfig(8)Markus Friedl
2003-12-03add dmesg command; ok deraadt, mcbride, henning and moreMarkus Friedl
2003-12-03protect against if_index wrap; similar to what netbsd does; ok henning deraadtMarkus Friedl
2003-12-03my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henningMarkus Friedl
2003-12-03fix 2 typosTodd C. Miller
2003-12-03Add back these dead files for 5.8.2Todd C. Miller
2003-12-03Whoops, don't build threaded by defaultTodd C. Miller
2003-12-03Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific ↵Todd C. Miller
scaffolding
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2003-12-03syncTheo de Raadt
2003-12-02hppa-openbsd configs; espie@ okMichael Shalayeff
2003-12-02actually snprintf/vsnprintf are now signal race safeTheo de Raadt
2003-12-02KNF, ok deraadt/henningMarkus Friedl
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
ok deraadt@
2003-12-02delete nasty mickey changeTheo de Raadt
2003-12-02use SSH_LISTEN_BACKLOG (=128) in listen(2).Markus Friedl
2003-12-02Fix a max recursion off-by-one.Otto Moerbeek
2003-12-02improvments from andreas@:Markus Friedl
* saner speed estimate for transfers that takes less than a second by rounding the time to 1 second. * when the transfer is finished calculate the actual total speed rather than the current speed which is given during the transfer
2003-12-02Test long var names.Otto Moerbeek
2003-12-02Describe long variable names, a non-portable extension.Otto Moerbeek
help and ok jmc@
2003-12-02o Introduce long variable names, a non-portable extension.Otto Moerbeek
o Make main program target left recursive. Reduces parse stack usage, making it possible to compile programs > 10000 lines.
2003-12-02typo from Daniel Cavanagh;Jason McIntyre
2003-12-02add kq support from wayne@epipe.com.au and cmaxwell@themanor.net (now that ↵Michael Shalayeff
regress test is there too)
2003-12-02tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ ↵Michael Shalayeff
little mods of mine
2003-12-02Count from now, not from the epoch, to arm alarm.Thomas Nordin
2003-12-02do not deref null ptr in uvm_markbad() returned from swapdrum_getsdp() as ↵Michael Shalayeff
others callers do
2003-12-02Nothing in vprintf.c is actually used so don't bother compiling it.Todd C. Miller
OK drahn@
2003-12-02Check array index before using it; from Tim Robbins via Niels.Todd C. Miller
2003-12-01when allocating kpdes -- allocate no less than fourMichael Shalayeff
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-12-01Truncate the source string before copying during variable substitutionTodd C. Miller
so we copy the correct number of bytes. Fixes a bug introduced in revision 1.11. Closes PR 3591
2003-12-01Direct mail for most fake users to /dev/null since they should notTodd C. Miller
receive mail. OK beck@ krw@ ian@ henning@ mcbride@ marc@
2003-12-01Use ${INSTALL} instead of install; from art's amd64 tree.Alexander Yurchenko
ok markus@
2003-12-01Format string fixes from art's amd64 tree.Alexander Yurchenko
ok rohee@ espie@
2003-12-01Add x86_64-unknown-openbsd* target. Tested only as a cross-compiler.Alexander Yurchenko
ok espie@
2003-12-01Test extended registers.Otto Moerbeek
2003-12-01Allow for more registers using a 2 byte index. This feature isOtto Moerbeek
enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given, behave exactly as before. ok jmc@
2003-12-01Allow for more registers using a 2 byte index. This feature isOtto Moerbeek
enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given, behave exactly as before.
2003-12-01-Wall cleanup: trim unused vars, right format strings, constify rcsids,Anil Madhavapeddy
braces where needed, add missing prototypes. tested and ok maja@
2003-11-30Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@Todd C. Miller