summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-11remove two remnants of an imaginary in-kernel AFS supportTed Unangst
2003-05-11Remove duplicate prototype.Paul Janzen
2003-05-11Corrections from FreeBSD via NetBSD.Paul Janzen
2003-05-11comma splice.Paul Janzen
2003-05-11get the offset of the config space correct, now to figure out why the rtc is ↵Jason Wright
unhappy.
2003-05-11Crank minorHans Insulander
2003-05-11merge with heimdalHans Insulander
2003-05-11Fix a few merge mistakesHans Insulander
2003-05-11These files do not belong in kadmin clientHans Insulander
2003-05-11set_progname removedHans Insulander
2003-05-11define SYSCONFDIRHans Insulander
2003-05-11New file needed by heimdal-0.6rc1Hans Insulander
2003-05-11Stuff needed for heimdal-0.6rc1Hans Insulander
2003-05-11Small changes needed for heimdal-0.6rc1Hans Insulander
2003-05-11Merge 0.6rc1Hans Insulander
2003-05-11revert part of previous. if mfs gets a signal, it doesn't attempt toTed Unangst
force the unmount, so there's no need to mess with resetting processes' working dirs.
2003-05-11syncTheo de Raadt
2003-05-11check done for NULL before dereferencing. ok drahn@Ted Unangst
2003-05-11fix ID-type for ipv6; ok niklas; report friesMarkus Friedl
2003-05-11Import of heimdal-0.6rc1Hans Insulander
2003-05-11Regress tests for explicit nat translation port.Ryan Thomas McBride
2003-05-11Don'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-11use LK_EXCLUSIVE like all other file systems.Ted Unangst
use LK_RETRY in kernfs_root(). "just in case" stuff.
2003-05-11Use sizeof(struct icmp6_hdr) instead of ICMP_MINLEN for IPv6, both areDaniel Hartmeier
8 bytes, but the former is more appropriate. ok frantzen@
2003-05-10Pass 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-10Support return-icmp for 'other' protocols (non-TCP/UDP/ICMP), for instanceDaniel Hartmeier
stock OpenBSD stack returns 'protocol unreachable'. ok frantzen@, henning@, pb@
2003-05-10"enought to" -> "enough to" comment typoDaniel Hartmeier
2003-05-10document PACKET_TAG_PF_QIDHenning Brauer
ok jmc@
2003-05-10uppercase all non-literals in BNF.. might make some stuff more clear ;)Philipp Buehler
commitski henning@
2003-05-10Prepare pf_change_icmp() for parameter ip == NULL use.Daniel Hartmeier
ok frantzen@, henning@, pb@
2003-05-10typos;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10warn 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-10uppercased .Dt sections.Jason McIntyre
setup -> set up in compat_svr4(8)
2003-05-10Back 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-10typos;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-05-10typo;Jason McIntyre
2003-05-10- setup -> set upJason McIntyre
- .Xr to itself -> .Nm
2003-05-10removed unnecessary punctuation from SEE ALSO;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10Make the HAVE_FONT logic work correctly when user requests FONT_BOLD8x16Miod Vallat
only.
2003-05-10typo;Jason McIntyre
2003-05-10RegenMiod Vallat
2003-05-10Deprecate the swapon system call and move it to COMPAT_25 land, since swapctlMiod Vallat
has been introduced for this release. ok deraadt@ weingart@
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itMiod Vallat
anyway). ok deraadt@ weingart@