Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-27 | sync w/netbsd | Brandon Creighton | |
2000-04-27 | forgot these, oops | Brandon Creighton | |
2000-04-27 | sync with netbsd -- this involved rearranging things for sanity reasons | Brandon Creighton | |
and because separate builds of libsa are done. this is a pretty nice bootloader. | |||
2000-04-27 | Driver for C-Media CMI8x38 Audio Chip present on several all-in-one | Todd C. Miller | |
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI. | |||
2000-04-27 | Previous commit contained things that I want to keep local for now | Chris Cappuccio | |
2000-04-27 | sync with netbsd of early april; some archs still untested | Brandon Creighton | |
2000-04-27 | oops -- forgot to give this an $OpenBSD$ tag | Brandon Creighton | |
2000-04-27 | sync with netbsd; working ncr5380 driver, saner vsbus code | Brandon Creighton | |
2000-04-27 | newline manglings | Theo de Raadt | |
2000-04-27 | Cleanup SIOCSIFMTU | Chris Cappuccio | |
2000-04-27 | Whoops | Chris Cappuccio | |
2000-04-27 | Remove MTU cruft | Chris Cappuccio | |
2000-04-27 | Remove mtu cruft | Chris Cappuccio | |
2000-04-27 | Fix SIOCSIFMTU | Chris Cappuccio | |
2000-04-26 | Support for ext2fs rev. 1 (from NetBSD) | jasoni | |
2000-04-26 | Enable SIOCSIFMTU, as it is supported by if.c and ifconfig now | Chris Cappuccio | |
2000-04-26 | Remove redundant superuser check in SIOCSIFMTU | Chris Cappuccio | |
(already done in if.c) and modify comments | |||
2000-04-26 | add ARCTYPE_INET6 | Jakob Schlyter | |
2000-04-26 | Turn on a bit (for 82558/82559 only) which disables the chip's | Chris Cappuccio | |
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@ | |||
2000-04-26 | pseudo-device vlan (commented out for now) | Chris Cappuccio | |
2000-04-26 | Fix for if_vlan (FreeBSD) | Chris Cappuccio | |
2000-04-26 | Add if_vlan | Chris Cappuccio | |
2000-04-26 | if_vlan from FreeBSD and a few modifications | Chris Cappuccio | |
2000-04-26 | Add mbuf flag | Chris Cappuccio | |
2000-04-26 | Cruft | Chris Cappuccio | |
2000-04-26 | properly probe sub-pci busses for RCC ServerWorks chipsets | Theo de Raadt | |
2000-04-26 | SIOCSIFGENERIC is now in sys/sockio.h | Chris Cappuccio | |
2000-04-26 | add errata for 82443BX identified by smurph | Theo de Raadt | |
2000-04-26 | SIOCSIFGENERIC/SIOCGIFGENERIC | Chris Cappuccio | |
2000-04-26 | Remove one of my completely incomprehensible debugging printf's. | Aaron Campbell | |
2000-04-26 | fix RCS id | Brad Smith | |
2000-04-26 | we've done an oops | Michael Shalayeff | |
2000-04-26 | After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer | Aaron 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-26 | new header files from netbsd -- also a spinlock.h | Brandon Creighton | |
2000-04-26 | dc_csid ain't needed no more; jason@ ok | Michael Shalayeff | |
2000-04-26 | vax resurrection, part 1: sync with early-april netbsd | Brandon Creighton | |
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support | |||
2000-04-25 | Add AudioNvideo | Constantine Sapuntzakis | |
2000-04-25 | A fix to the dreaded isadmaattach panic which hunts people playing with | Niklas Hallqvist | |
large memory machines. This time I really hope we can continue quite a bit away over the Gig. | |||
2000-04-25 | Use CIRCLEQ_FOREACH | Constantine Sapuntzakis | |
2000-04-25 | Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fix | Aaron Campbell | |
for now, at least until we determine if there is a more correct one. | |||
2000-04-25 | screw .S version memset does same job... | Michael Shalayeff | |
2000-04-25 | make bzero() compile again; millert@ ok | Michael Shalayeff | |
2000-04-25 | From Assar: make adosfs compile, I was supposed | Niklas Hallqvist | |
to commit this long ago. | |||
2000-04-25 | if we have to allocate a new mbuf, don't forget to copy the header info from | Jason Wright | |
the original packet. | |||
2000-04-25 | fixing the frontend means fixing the backend too... add a countdown when | Jason Wright | |
computing the length of a destination buffer in the callback since hifn always writes in multiples of 4 bytes (and AH can produce non-nice packets) | |||
2000-04-25 | sync unknown list with reality; minor changes. | Federico G. Schwindt | |
2000-04-25 | use the size of the allocation, not the minimum of what was requested and | Jason Wright | |
the allocation size to determine the length of a destination buffer | |||
2000-04-25 | when fixing up the header, copy from the right sized datatype (fixes IPsec | Jason Wright | |
on big-endian machines) | |||
2000-04-25 | non-O_NOFOLLOW error introduced by accident, this is fragile code.. | Theo de Raadt | |
2000-04-24 | sync | Theo de Raadt | |