summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-16getserv* already returns ports in network byteorderNiklas Hallqvist
2000-10-16Add spppcontrolChris Cappuccio
2000-10-16spppcontrol from FreeBSDChris Cappuccio
This allows users to set PAP/CHAP information for if_spppsubr (sync PPP) when it's in PPP mode Now working on a good way to switch between HDLC and PPP (and frame relay soon) for sppp
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16indentTheo de Raadt
2000-10-16mod_rewrite update from 1.3.14 to prevent problems with bogus mod_rewriteBob Beck
configs allowing access to any file on the server.
2000-10-16fixes from pekkas@netcore.fiMarkus Friedl
2000-10-16respect CC.Brad Smith
2000-10-16use "cc -shared" to link the modules on 2.8 and up.Brad Smith
Ok'd by beck@, espie@ and deraadt@
2000-10-16syncTheo de Raadt
2000-10-16include the revision of OpenBSD with the output.Brad Smith
2000-10-16- Fix for some linux apps that broke with recent changes; from NetBSDjasoni
2000-10-16base the segment for a service returned by bios32 serviceMichael Shalayeff
directory on absolute 0, w/ a length extending to a full megabyte, 32bit descriptor of course. this approach seems to be the most compatible. 10x to millert@ for a testbed.
2000-10-16Xr saTheo de Raadt
2000-10-16Fix a bug introduced in 1.25->1.26 with regards to printing channelChris Cappuccio
information, tested by deraadt
2000-10-16Let pkg_add be slightly more informative on tar balls that happen notMarc Espie
to be packages. Partially based on suggestions made on misc@, thanks guys !
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-16Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.Aaron Campbell
2000-10-16less newlines in verbose printMichael Shalayeff
2000-10-16Create /dev/pcvtctl mode 600.Aaron Campbell
2000-10-16Give examples of moused_flags usage for ps/2 and serial mice.Aaron Campbell
2000-10-16no, bad costa and bad theoMichael Shalayeff
2000-10-16remove false crapMichael Shalayeff
2000-10-16add all basic common arch dirs for cat9Theo de Raadt
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-10-16i386 subdir; wilfried@commentor.seTheo de Raadt
2000-10-16correct dmesg even moreTheo de Raadt
2000-10-16Add idents for files which lack themDamien Miller
Fix idents Id -> OpenBSD for the rest
2000-10-16Make doubly sure we scroll up if we've passed the last row on the screen.Aaron Campbell
2000-10-16protect %edx when calling biosMichael Shalayeff
2000-10-16a little verbosity on probe, a little caution on bios callsMichael Shalayeff
2000-10-16Initialize mouse_flags during the coldinit stage.Aaron Campbell
2000-10-16Restore conversion to new timeouts (art@'s previous commit). They wereAaron Campbell
whacked by the initial commit for console mouse support. jbm must have been working with an older revision of PCVT (argh, sorry, should have noticed this long ago).
2000-10-16remove basically incorrect interrupt configuration code.Dale Rahn
clean up config output, less output and on one line. - per discussion with Theo
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
Major rewrite of a lot of internals- far too many to list. Cleaner locking, more paramaterization, an isp_prt logging function that handles debugging as well as error printouts. We also should no longer hang if there is no Loop for Fibre Channel when booting. The file ispvar.h now contains a list of all platform required macros and explanation as to what they're for. This should make maintenance easier.
2000-10-16Re-align with reality: We use ARP for all Ethernet types.Christian Weisgerber
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. ok millert@
2000-10-16update SBUS microcode to 1.37 (latest)mjacob
2000-10-16use sigjmp_buf's, and use poll instead of select. various other smallTheo de Raadt
tweaks. tested by aaron.
2000-10-16configuration changes to enable the uni-north memory controller to enableDale Rahn
the ethernet pci bus. Allows the gm ethernet controller to configure.
2000-10-15Reflect reality.Marc Espie
2000-10-15Explain how -shared is supposed to work and what breaks when youMarc Espie
misuse it.
2000-10-15add note that pkg_add is not to be used for system distribution files.Marco S Hyman
I'd like to reference some other doc/man page... any ideas as to what?
2000-10-15Don't link shared libraries against -lc on ppc either.Marc Espie
2000-10-15Finish synch'ing.Marc Espie
2000-10-15Do not pass uninitialized ifmedia structures to ifmedia_add(). Fixes PR1426.Aaron Campbell
Thanks to reinhard@ for testing.
2000-10-15suppress warning on routing table overflow. sync with kameJun-ichiro itojun Hagino
2000-10-15typoMarkus Friedl
2000-10-15CFLAGS+= -WallMarkus Friedl
2000-10-15typos; from stevesk@sweden.hp.comMarkus Friedl
2000-10-15Add ASB-3950 to list of supported Advansys PCI SCSI host adapter familiesKenneth R Westerback