summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-04-28sync netbsd bi-related header filesBrandon Creighton
2000-04-28actually m_adj tries to drop tcp header part. it is better toJun-ichiro itojun Hagino
2000-04-28man page matching command, betterMarc Espie
2000-04-27mbuf is freed by sbappend(), move the references to th up. found by art@Niels Provos
2000-04-27fix pcxt tlb handlerMichael Shalayeff
2000-04-27use of free(ia) in #if 0.Jun-ichiro itojun Hagino
2000-04-27add TCP port 587 to default list of reserved ports not to allocate dynamicall...Todd C. Miller
2000-04-27correct in6_ifdetach(). free oia, not ia.Jun-ichiro itojun Hagino
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
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
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
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
2000-04-26add ARCTYPE_INET6Jakob Schlyter
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
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
2000-04-26new header files from netbsd -- also a spinlock.hBrandon Creighton