Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-28 | sync | Theo de Raadt | |
2000-04-28 | IRE SafeNet CryptIC PCI card | Theo de Raadt | |
2000-04-28 | Fix obj on amiga. I'm an idiot. | Marc Espie | |
2000-04-28 | regen | Michael Shalayeff | |
2000-04-28 | oops, dups | Michael Shalayeff | |
2000-04-28 | a few more board ids from hpux-devtools list (; | Michael Shalayeff | |
2000-04-28 | Nicer ite3 console. | Marc Espie | |
- sanitize the RGB swapping code, - add limited color support, ala old vt220, - nicer color scheme (whitish text, white bold, blue italic, red cursor...) | |||
2000-04-28 | Disable framework for recognition of CIS-less cards, several other match | Niklas Hallqvist | |
functions in the tree does not cope well. Since we have no driver for any CIS-less cards, this disabling does not take away functionality, it only removes a strcmp panic in the pcmcia probes. | |||
2000-04-28 | crypto_dispatch() only returns an error if the argument it was | Angelos D. Keromytis | |
provided was NULL or no callback was specified. | |||
2000-04-28 | avoid using void * when we are talking about pointers | Theo de Raadt | |
2000-04-28 | sync netbsd bi-related header files | Brandon Creighton | |
2000-04-28 | actually m_adj tries to drop tcp header part. it is better to | Jun-ichiro itojun Hagino | |
touch tcp header before m_adj, than the other way around. (no behavior change with the current m_adj code, new code is safer against any future m_adj changes) | |||
2000-04-28 | man page matching command, better | Marc Espie | |
2000-04-27 | mbuf is freed by sbappend(), move the references to th up. found by art@ | Niels Provos | |
2000-04-27 | fix pcxt tlb handler | Michael Shalayeff | |
2000-04-27 | use of free(ia) in #if 0. | Jun-ichiro itojun Hagino | |
From: Lennart Augustsson <lennart@augustsson.net> | |||
2000-04-27 | add 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-27 | correct 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-27 | Fixes to xcoff bootloader to allow it to execute and load kernels for OpenBSD. | Dale S. Rahn | |
2000-04-27 | disable NUD for point-to-point devices. KAME PR 245 (temporary workaround) | Jun-ichiro itojun Hagino | |
2000-04-27 | avoid infinite loop in in{6,}_pcbnotify (can occurs on family mismatch) | Jun-ichiro itojun Hagino | |
2000-04-27 | Some PHYs does not report any OUI/MODEL combo, recognize another such case | Niklas Hallqvist | |
2000-04-27 | put vsbus_intr() prototype here so other vsbus devices can avail themselves | Brandon Creighton | |
of its intentional uselessness; also some __P() | |||
2000-04-27 | remove vaxbi stuff for the moment, far from working | Brandon Creighton | |
2000-04-27 | another driver does not fit... | Theo de Raadt | |
2000-04-27 | sync -- enabled devices in GENERIC should be working | Brandon Creighton | |
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 | |