Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-11 | remove two remnants of an imaginary in-kernel AFS support | Ted Unangst | |
2003-05-11 | Remove duplicate prototype. | Paul Janzen | |
2003-05-11 | Corrections from FreeBSD via NetBSD. | Paul Janzen | |
2003-05-11 | comma splice. | Paul Janzen | |
2003-05-11 | get the offset of the config space correct, now to figure out why the rtc is ↵ | Jason Wright | |
unhappy. | |||
2003-05-11 | Crank minor | Hans Insulander | |
2003-05-11 | merge with heimdal | Hans Insulander | |
2003-05-11 | Fix a few merge mistakes | Hans Insulander | |
2003-05-11 | These files do not belong in kadmin client | Hans Insulander | |
2003-05-11 | set_progname removed | Hans Insulander | |
2003-05-11 | define SYSCONFDIR | Hans Insulander | |
2003-05-11 | New file needed by heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Stuff needed for heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Small changes needed for heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Merge 0.6rc1 | Hans Insulander | |
2003-05-11 | revert part of previous. if mfs gets a signal, it doesn't attempt to | Ted Unangst | |
force the unmount, so there's no need to mess with resetting processes' working dirs. | |||
2003-05-11 | sync | Theo de Raadt | |
2003-05-11 | check done for NULL before dereferencing. ok drahn@ | Ted Unangst | |
2003-05-11 | fix ID-type for ipv6; ok niklas; report fries | Markus Friedl | |
2003-05-11 | Import of heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Regress tests for explicit nat translation port. | Ryan Thomas McBride | |
2003-05-11 | Don't ntohs() the translation port for nat as it is already in host byte order. | Ryan Thomas McBride | |
Makes nat ... -> $ext_if port 500 rules work correctly again. ok henning@ dhartemi@ frantzen@ | |||
2003-05-11 | use LK_EXCLUSIVE like all other file systems. | Ted Unangst | |
use LK_RETRY in kernfs_root(). "just in case" stuff. | |||
2003-05-11 | Use sizeof(struct icmp6_hdr) instead of ICMP_MINLEN for IPv6, both are | Daniel Hartmeier | |
8 bytes, but the former is more appropriate. ok frantzen@ | |||
2003-05-10 | Pass ICMP error messages referring to non-TCP/UDP/ICMP packets statefully, | Daniel Hartmeier | |
instead of just dropping them. ok frantzen@, henning@, pb@ | |||
2003-05-10 | 'return' now causes an ICMP unreachable for non-TCP/UDP/ICMP protocols. | Daniel Hartmeier | |
2003-05-10 | Support return-icmp for 'other' protocols (non-TCP/UDP/ICMP), for instance | Daniel Hartmeier | |
stock OpenBSD stack returns 'protocol unreachable'. ok frantzen@, henning@, pb@ | |||
2003-05-10 | "enought to" -> "enough to" comment typo | Daniel Hartmeier | |
2003-05-10 | document PACKET_TAG_PF_QID | Henning Brauer | |
ok jmc@ | |||
2003-05-10 | uppercase all non-literals in BNF.. might make some stuff more clear ;) | Philipp Buehler | |
commitski henning@ | |||
2003-05-10 | Prepare pf_change_icmp() for parameter ip == NULL use. | Daniel Hartmeier | |
ok frantzen@, henning@, pb@ | |||
2003-05-10 | typos; | Jason McIntyre | |
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | typos; | Jason McIntyre | |
2003-05-10 | warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either ↵ | Theo de Raadt | |
henning or pb, i cannot tell which it was | |||
2003-05-10 | uppercased .Dt sections. | Jason McIntyre | |
setup -> set up in compat_svr4(8) | |||
2003-05-10 | Back out libreadline changes, this breaks static build (I.E. vax). | Bob Beck | |
changes are nontrivial to fix. Will return when static build works. | |||
2003-05-10 | typos; | Jason McIntyre | |
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | typos; | Jason McIntyre | |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt | |
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | - setup -> set up | Jason McIntyre | |
- .Xr to itself -> .Nm | |||
2003-05-10 | removed unnecessary punctuation from SEE ALSO; | Jason McIntyre | |
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16 | Miod Vallat | |
only. | |||
2003-05-10 | typo; | Jason McIntyre | |
2003-05-10 | Regen | Miod Vallat | |
2003-05-10 | Deprecate the swapon system call and move it to COMPAT_25 land, since swapctl | Miod Vallat | |
has been introduced for this release. ok deraadt@ weingart@ | |||
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat | |
anyway). ok deraadt@ weingart@ |