Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-11 | Get rid of the '#if 1' nonsense. | Dale Rahn | |
2003-06-11 | more systems | Brad Smith | |
2003-06-11 | de-register and ansify functions | Theo de Raadt | |
2003-06-11 | ansification, pval ok | Theo de Raadt | |
2003-06-11 | ansification; pval ok | Theo de Raadt | |
2003-06-11 | oops | Theo de Raadt | |
2003-06-11 | oops | Theo de Raadt | |
2003-06-11 | ansification; checked by pval | Theo de Raadt | |
2003-06-11 | support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@ | Markus Friedl | |
2003-06-11 | The use of 'flags' on macppc wdc has been dropped, add kauaiata as | Dale Rahn | |
list of attachment points for wdc. | |||
2003-06-11 | Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have not | Dale Rahn | |
heard of any DMA related failures on these machines. Remove the code (and the flag) which was previously used to enable DMA/UDMA modes on wdc_obio now it will default to always being on for known systems. | |||
2003-06-11 | Manpages for some missing macppc pieces. | Dale Rahn | |
2003-06-11 | add vsnprintf. ok deraadt@ | Ted Unangst | |
2003-06-11 | no more register | Theo de Raadt | |
2003-06-11 | fix links | Theo de Raadt | |
2003-06-11 | no more strcpy, strcat. sprintf -> snprintf. ok deraadt@ | Ted Unangst | |
2003-06-11 | document that is is unsupported to use return-rst/icmp or synproxy | Philipp Buehler | |
on bridging firewalls henning@ ok, spelling fixes from jmc@ | |||
2003-06-11 | Regen | Miod Vallat | |
2003-06-11 | Typo in QLogic descriptions | Miod Vallat | |
2003-06-11 | and missing Xr | Theo de Raadt | |
2003-06-11 | list new devices miod forgot | Theo de Raadt | |
2003-06-11 | ansi cleanup; ok ian markus | Theo de Raadt | |
2003-06-11 | $OpenBSD$ | Damien Miller | |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller | |
2003-06-11 | sync man page with sys/socket.h; | Jason McIntyre | |
from a NetBSD bug report (MAEKAWA Masahide); ok pjanzen@ | |||
2003-06-11 | sync with check_host_key() change | Jakob Schlyter | |
2003-06-11 | clean up check_host_key() and improve SSHFP feedback. ok markus@ | Jakob Schlyter | |
2003-06-11 | sync | Theo de Raadt | |
2003-06-11 | Number 43. | Paul Janzen | |
2003-06-11 | spelling | Paul Janzen | |
2003-06-11 | mdoc version of pppd(8); | Jason McIntyre | |
sanity checked and help from pjantzen@ | |||
2003-06-11 | Licensing issues resolved on bs and hunt, so build them again. | Paul Janzen | |
2003-06-11 | Original author agreed to permit bs to be released under BSD license. | Paul Janzen | |
Many thanks to Nick Stott for his detective work on this. | |||
2003-06-11 | New license from the official hunt release at | Paul Janzen | |
ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z -- it has been approved by all three authors (Conrad Huang, Ken Arnold, and Greg Couch). | |||
2003-06-11 | license was lost; it is from print.c | Theo de Raadt | |
2003-06-11 | ansification | Theo de Raadt | |
2003-06-11 | typo | Jun-ichiro itojun Hagino | |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino | |
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok | |||
2003-06-11 | It is important not to forget "membar(MemIssue)". Got missed | Henric Jungheim | |
when extracting the minimal diff for the previous iommu change. ok jason@ | |||
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat | |
filesystem, option FOO is in the kernel. Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades on some architectures. ok krw@ millert@ | |||
2003-06-11 | Add pmsi to GENERIC, PR #3251 | Miod Vallat | |
2003-06-11 | Much of the sbus, psycho, and schizo bus_dma code is the same, so let's | Henric Jungheim | |
call the real implementation functions directly instead of duplicating lots of code that only calls the real stuff anyway. tested by miod@ henning@ ok jason@ | |||
2003-06-11 | The "min" and "max" functions cast to "u_int", which can lead to surprising | Henric Jungheim | |
results. Use the MIN/MAX macros instead. tested by miod@ ok jason@ millert@ | |||
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino | |
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok | |||
2003-06-11 | support to arm. ok deraadt@ | Kevin Lo | |
2003-06-10 | Rework script using advanced coding techniques like a case statement, | Kenneth R Westerback | |
factoring out common code to functions, consistant indenting, etc. Should be no semantic changes, just much easier to read, except for ensuring that certain cable companies no longer confuse the issue by supplying name server addresses without a domain name. Either will now result in the creation of an appropriate resolv.conf Inspired by PRs #2969 from Alexander Taler and #3135 from Jan Johansson. Fixes #3135 completely according to Jan. #2969 may have another item to fix. Tested by various, including tech@'ers Jan Johansson, Uwe A. P. Wuerdinger and Jim Rees. Let the flood of enhancements begin now that it can actually be read and understood ... ok deraadt@. | |||
2003-06-10 | Whoops, <= 0 should be < 0. Problem noticed by marc@ | Todd C. Miller | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | It would kind of help if the flags member was initialized, otherwise random | Daniel Hartmeier | |
rules create state. Truly hard to spot. Unless you run the code, of course. | |||
2003-06-10 | Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient). | Todd C. Miller | |
Use "extern __inline" instead of "static __inline" since the extern flavor behaves more like a macro (which is what we want). OK deraadt@ and tested on all platforms by various folks. |