summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-05Style nitsHakan Olsson
2003-12-05It used to be a good thing not to send people to Verisign. now thisBob Beck
is just wrong. Damn wrong.
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
and if_wi_usb ok millert@
2003-12-05spacingTheo de Raadt
2003-12-05madvise() the mfs storage area as randomly accessed as mfs does it's own ↵Michael Shalayeff
clustering; tedu@ ok
2003-12-04match new ones, ok theoHenning Brauer
2003-12-04syncHenning Brauer
2003-12-04more em(4)s, IDs from freebsd, ok theoHenning Brauer
2003-12-04also export _start as an alias to __start (noticed by pval@) and redo the ↵Michael Shalayeff
early startup as i always wanted to
2003-12-04Validate SPIs presented in DELETE messages of the informational exchange.Hans-Joerg Hoexer
ok markus@
2003-12-04TyposMiod Vallat
2003-12-04shorten a teeny bit moreTheo de Raadt
2003-12-04spacingTheo de Raadt
2003-12-04ask if sshd should be on by default (default to yes, still); tested by nickTheo de Raadt
2003-12-04document udpencap (used for NAT/T); ok jmcMarkus Friedl
2003-12-04Better description of ERANGE.Otto Moerbeek
ok jmc@ henning@
2003-12-04no, you cannot form a raid from wd0h and wd0h.Henning Brauer
found by Joel Knight
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-12-04ansiTheo de Raadt
2003-12-04add code to actually enable multicast reception; go-ahead from deraadt@Christian Weisgerber
2003-12-04split the screen in multiple windows when more than one files are givenVincent Labrecque
on the command line ok deraadt
2003-12-04fix sign extension bug that broke meta key supportVincent Labrecque
from sra@hactrn.net
2003-12-04Need to do "ifconfig create" for bridge interfaces too.Todd C. Miller
2003-12-03spacingTheo de Raadt
2003-12-03Append but not override COPTS.Alexander Yurchenko
ok espie@
2003-12-03syncTheo de Raadt
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@