summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-05-01another RCC host bridge with a pci behind itTheo de Raadt
2000-05-01syncTheo de Raadt
2000-05-01another RCC host bridgeTheo de Raadt
2000-05-01s/netbsd_mount_type/freebsd_mount_type/gTodd C. Miller
Cosmetic only; theo@ ok'd
2000-05-01When cache is mandatory, don't pmap_enter uncached in vmapbuf.Artur Grabowski
This unbreaks physio on SM71 and SM81. Thanks to mho@ for borrowing me a cpu I could test on.
2000-05-01Update to ipfilter 3.3.13. This should be the last of the 3.3.x releases.Kjell Wooding
This patch fixes mostly ICMP timeout problems, as the ftp proxy changes were imported previously.
2000-05-01cleaner and righter memcmp/memcpyMichael Shalayeff
2000-05-01fix countdown for vs4000{/60,/90,VLC} -- from netbsdBrandon Creighton
2000-04-30Add memcpy() and memcmp() emulation by swapping the first 2 argsTodd C. Miller
and then calling the b* routine. This code only gets call when the kernel is build w/o -O* since otherwise gcc uses its own inline routines.
2000-04-30Fix kernel msgbuf size and positionMiod Vallat
Ensure ksyms work properly when DDB isn't defined
2000-04-30Fix kernel msgbuf buffer size and positionMiod Vallat
2000-04-30Prevent multi inclusionMiod Vallat
Switch to new noncontig pmap settings
2000-04-30Add $OpenBSD$, update pseudo-device settingsMiod Vallat
2000-04-30allow compilation without -Ox. we may want to simplify #ifdefs more,Jun-ichiro itojun Hagino
after 2.7 is out.
2000-04-30prevent messing with critical psl flags -- from netbsdBrandon Creighton
2000-04-29add $ tagKenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-04-29Fixed a tyopMiod Vallat
2000-04-29add $ tagKenneth R Westerback
2000-04-29ktrace(2) should not follow symbolic links; from FreeBSDTodd C. Miller
2000-04-29From Lars Hecking <lhecking@nmrc.ucc.ie>:Marc Espie
grab NetBSD changes to recognize Linux ados labels, so that OpenBSD can mount them (provided it doesn't run into more endianness problems)
2000-04-29make bus_space_region* w/o extra functions, seem to work ok for usMichael Shalayeff
from netbsd: make sure the payload is aligned when using e2-over-802.11 encapsulation, as enabled by the link0 flag. fixes pr kern/9700.
2000-04-29from netbsd: fix vp3_cfg_intr_maskMichael Shalayeff
2000-04-28syncTheo de Raadt
2000-04-28IRE SafeNet CryptIC PCI cardTheo de Raadt
2000-04-28Fix obj on amiga. I'm an idiot.Marc Espie
2000-04-28regenMichael Shalayeff
2000-04-28oops, dupsMichael Shalayeff
2000-04-28a few more board ids from hpux-devtools list (;Michael Shalayeff
2000-04-28Nicer 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-28Disable framework for recognition of CIS-less cards, several other matchNiklas 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-28crypto_dispatch() only returns an error if the argument it wasAngelos D. Keromytis
provided was NULL or no callback was specified.
2000-04-28avoid using void * when we are talking about pointersTheo de Raadt
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
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-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
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