summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-04-27fix pcxt tlb handlerMichael Shalayeff
2000-04-27use of free(ia) in #if 0.Jun-ichiro itojun Hagino
From: Lennart Augustsson <lennart@augustsson.net>
2000-04-27add TCP port 587 to default list of reserved ports not to allocate ↵Todd C. Miller
dynamically in order to reserve it for sendmail.
2000-04-27correct in6_ifdetach(). free oia, not ia.Jun-ichiro itojun Hagino
Lennart says there are more problems to go (I don't own openbsd-current laptop). From: Lennart Augustsson <augustss@augustsson.net>
2000-04-27Fixes to xcoff bootloader to allow it to execute and load kernels for OpenBSD.Dale S. Rahn
2000-04-27disable NUD for point-to-point devices. KAME PR 245 (temporary workaround)Jun-ichiro itojun Hagino
2000-04-27avoid infinite loop in in{6,}_pcbnotify (can occurs on family mismatch)Jun-ichiro itojun Hagino
2000-04-27Some PHYs does not report any OUI/MODEL combo, recognize another such caseNiklas Hallqvist
2000-04-27put vsbus_intr() prototype here so other vsbus devices can avail themselvesBrandon Creighton
of its intentional uselessness; also some __P()
2000-04-27remove vaxbi stuff for the moment, far from workingBrandon Creighton
2000-04-27another driver does not fit...Theo de Raadt
2000-04-27sync -- enabled devices in GENERIC should be workingBrandon Creighton
2000-04-27sync w/netbsdBrandon Creighton
2000-04-27forgot these, oopsBrandon Creighton
2000-04-27sync with netbsd -- this involved rearranging things for sanity reasonsBrandon Creighton
and because separate builds of libsa are done. this is a pretty nice bootloader.
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI.
2000-04-27Previous commit contained things that I want to keep local for nowChris Cappuccio
2000-04-27sync with netbsd of early april; some archs still untestedBrandon Creighton
2000-04-27oops -- forgot to give this an $OpenBSD$ tagBrandon Creighton
2000-04-27sync with netbsd; working ncr5380 driver, saner vsbus codeBrandon Creighton
2000-04-27newline manglingsTheo de Raadt
2000-04-27Cleanup SIOCSIFMTUChris Cappuccio
2000-04-27WhoopsChris Cappuccio
2000-04-27Remove MTU cruftChris Cappuccio
2000-04-27Remove mtu cruftChris Cappuccio
2000-04-27Fix SIOCSIFMTUChris Cappuccio
2000-04-26Support for ext2fs rev. 1 (from NetBSD)jasoni
2000-04-26Enable SIOCSIFMTU, as it is supported by if.c and ifconfig nowChris Cappuccio
2000-04-26Remove redundant superuser check in SIOCSIFMTUChris Cappuccio
(already done in if.c) and modify comments
2000-04-26add ARCTYPE_INET6Jakob Schlyter
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@
2000-04-26pseudo-device vlan (commented out for now)Chris Cappuccio
2000-04-26Fix for if_vlan (FreeBSD)Chris Cappuccio
2000-04-26Add if_vlanChris Cappuccio
2000-04-26if_vlan from FreeBSD and a few modificationsChris Cappuccio
2000-04-26Add mbuf flagChris Cappuccio
2000-04-26CruftChris Cappuccio
2000-04-26properly probe sub-pci busses for RCC ServerWorks chipsetsTheo de Raadt
2000-04-26SIOCSIFGENERIC is now in sys/sockio.hChris Cappuccio
2000-04-26add errata for 82443BX identified by smurphTheo de Raadt
2000-04-26SIOCSIFGENERIC/SIOCGIFGENERICChris Cappuccio
2000-04-26Remove one of my completely incomprehensible debugging printf's.Aaron Campbell
2000-04-26fix RCS idBrad Smith
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointerAaron Campbell
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-04-26new header files from netbsd -- also a spinlock.hBrandon Creighton
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
2000-04-25Add AudioNvideoConstantine Sapuntzakis
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
large memory machines. This time I really hope we can continue quite a bit away over the Gig.