summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-24Remove encap.h include; saner debugging printfs; fix buglets; work withAngelos D. Keromytis
pfkeyv2.
1999-02-24Changes to socket.h to include union sockaddr_union, temporarily add osdep.h,Angelos D. Keromytis
until pfkey files are cleaned up.
1999-02-24Disable encap domain.Angelos D. Keromytis
1999-02-24pIII handling; testing by jdb@layer8.netTheo de Raadt
1999-02-24more stuff, also irq attribute for mainbusMichael Shalayeff
1999-02-24only allow src, dst address, not things like "ifconfig xx0 1 2 3 4 5 6"Theo de Raadt
1999-02-24for things like "ifconfig xx0 up", do not automatically set an address.Theo de Raadt
1999-02-24fix default payload alignment error; hugh@Kjell Wooding
1999-02-24syncTheo de Raadt
1999-02-24Do not include @name or @cwd in packing lists created by the plist target;Marco S Hyman
they are not necessary as the proper names are generated when the package is installed; including them only adds work as they must be verified and changed when the port changes; thanks to fgsch@ for bringing this up
1999-02-24We are OpenBSDArtur Grabowski
1999-02-24man page fix; markus.friedl@informatik.uni-erlangen.deMarco S Hyman
1999-02-24172.16/12 -- fix end of range; hughTheo de Raadt
1999-02-24fowarding -> forwardingAaron Campbell
1999-02-24save cpu cycles by being more sensible about how we check conditionalsAaron Campbell
1999-02-24cpu -> CPUAaron Campbell
1999-02-24Declare phony target as phony targets. This may avert a few subtle bugs,Marc Espie
and it documents behavior as well.
1999-02-24fix -R option; hughTheo de Raadt
1999-02-24-{a,c,m}min are extensions to posixTheo de Raadt
1999-02-24broken send file function fix, Frederick Bruckman, netbsd pr 6834Theo de Raadt
1999-02-24let it die nice from SIGTERM; fvdlTheo de Raadt
1999-02-24keep example on one line; ross@netbsdTheo de Raadt
1999-02-24doc cabsf; christosTheo de Raadt
1999-02-24stderr is not always unbuffered... only initially; kleinkTheo de Raadt
1999-02-24Zip250 doesn't do modesense, either.Jason Downs
1999-02-24better promisc & allmulti handlingJason Wright
1999-02-24updates from ncurses-4.2-990220Todd C. Miller
1999-02-24updates from ncurses-4.2-990220Todd C. Miller
1999-02-24This is 5.0, not 4.2Todd C. Miller
1999-02-24ncurses-4.2-990220; this is a pre-release of 5.0Todd C. Miller
1999-02-24updates from ncurses-4.2-990220Todd C. Miller
1999-02-24handle scatter-gather, seperate src/dst mbuf, etcTheo de Raadt
1999-02-24ncurses-990213Todd C. Miller
1999-02-24add release kernels and friendsJason Wright
1999-02-24Added support files needed by the NRL code.cmetz
1999-02-24Added extra filescmetz
1999-02-24Added in.h definitions required by IPv6 Basic API and Advanced API specs, andcmetz
a few extras that are just plain useful. Note that I used u_intxx_t instead of the POSIX p1003.1g uintxx_t that those specs mandate, so as to not increase the number of outside symbol definitions that in.h depends on.
1999-02-24Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz
tree so we can have a unified netinet6 directory.
1999-02-24Make a little less ambiguous about whether we support qfeJason Wright
1999-02-24why do new manufacturers make identical products, but change the vendor field?Theo de Raadt
1999-02-23Break out main to an own file so we can include ls in ftpd.Artur Grabowski
1999-02-23Better register definitions and attach printing knitJason Wright
1999-02-23better promisc and allmulti handlingJason Wright
1999-02-23syncTheo de Raadt
1999-02-234 more rhineII and 8139 clonesTheo de Raadt
1999-02-23self prototype is needed to compileMichael Shalayeff
1999-02-23Add common xm-openbsd.h fragment, to be used by all archs to avoidMarc Espie
unpleasant surprises (like being mistaken for SysV). So far, pa is the only arch that uses it.
1999-02-23Check lp->target for NULL, not *lp->target as required by dynamic allocation ↵Todd C. Miller
introduce in rev 1.8
1999-02-23Make ampwarn access conditional upon NAPM so kernels that doMarco S Hyman
not define the apm device build again (sorry)
1999-02-23Do a better job of reinitializing it the xl is found in powered down state.Jason Wright