summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-12-28export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ okMichael Shalayeff
2000-12-28TypoMiod Vallat
2000-12-28Define UADDR not as fixed address, but rather as what it really is:Miod Vallat
a negative offset relative to the top of the adressing space. This fixes the miscompilation problems in locore_r2000.S with binutils 2.10. Tested by maja@ and myself.
2000-12-28Alter compilation flags, since binutils have changed some of their defaultMiod Vallat
settings between 2.7 and 2.10. Inspired by a similar NetBSD change. Also, while I'm at it, add more -W stuff to CDIAGFLAGS
2000-12-28Remove unused and confusing reporting line.Angelos D. Keromytis
2000-12-28mvme88k updates to -current. finally!Steve Murphree
2000-12-28syncAaron Campbell
2000-12-28Add Xircom MiniPCI modem as found in, i.e., IBM ThinkPad X20. I could not findAaron Campbell
an exact model number for it though...
2000-12-27better english and fix some spelling mistakes, Ok'd by aaron@Brad Smith
adjucent -> adjacent usefull -> useful
2000-12-27behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic ↵Michael Shalayeff
<il11@mail.csuchico.edu>
2000-12-25always read new byte from rng, then decide wheather to start a new cycleMichael Shalayeff
2000-12-24Set sequence number to zero for last message in SADB_DUMP, close pr 1583.Angelos D. Keromytis
2000-12-24Extra argument in the function to tdb_walk(), indicating last TDB.Angelos D. Keromytis
2000-12-22syncjasoni
2000-12-22Implement truncate64, stat64, lstat64, fstat64; from NetBSDjasoni
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
"i's" I guess).
2000-12-21correct ipv6 path mtu discovery.Jun-ichiro itojun Hagino
2000-12-19This fixes keyboard lock-ups I was getting wiggling the mouse inConstantine Sapuntzakis
console mode while using my omnicube KVM switch. The keyboard lock-ups were caused by the keyboard/mouse interface controller's input buffer filling up. This was caused because the mouse was sending data to the computer and the pms driver wasn't draining it. The driver used to rely on the fact that it could disable the mouse device when the mouse driver was closed. Disabling the mouse device prevents it from sending data to the computer. At the same time pms disabled the mouse device, pms disabled interrupt notification of the arrival of new data. This regime doesn't work so well with KVM switches which re-enable the mouse. In this case, the mouse will send data to the computer but the keyboard/moust interface controller won't raise an interrupt (because pms disabled interrupts). pms will never read from the input buffer.
2000-12-19A DMA transfer of 4 bytes was failing to complete correctlyConstantine Sapuntzakis
on a combination of VIA South Bridge and old Toshiba drive. DMA transfers of 4 bytes work for my old Mitsumi FX600 drive. Assume Toshiba drive is in error. Avoid situation by only invoking DMA transfers on transfers over 100 bytes. Thanks to Tim Howe for the hardware for testing
2000-12-18calculate length and allocate buffer for status. work by deraadt@ and meNiels Provos
2000-12-18strlcat and strlcpy into libkern.Niels Provos
2000-12-18Minor sanity check.Angelos D. Keromytis
2000-12-18include timeout.h to make it compile w/o ipfilterMichael Shalayeff
2000-12-17initialize dinfo alwaysMichael Shalayeff
2000-12-17Compaq SMART Array RAID controllers.Michael Shalayeff
based on netbsd driver. testing helps from brad@ eisa untested, but should work (;
2000-12-17Add a new possible value for the machdep.allowaperture sysctl: `2'Matthieu Herrb
allows access to the whole 1st megabyte of memory, for use by XFree86 4.0.x int10 code. (ok, deraadt@) CVS: ---------------------------------------------------------------------- sys/arch/i386/i386/mem.c share/man/man4/man4.i386/xf86.4 CVS: ----------------------------------------------------------------------
2000-12-16make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵Michael Shalayeff
panics
2000-12-15Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE}Artur Grabowski
2000-12-15send messages to all registered listeners. makes multiple keying daemonsNiels Provos
work.
2000-12-15ITE_INGRF checks needed, from NetBSD.Marc Espie
Reported by Lars Hecking.
2000-12-15syncJason Wright
2000-12-15natsemi 83820Jason Wright
2000-12-15Grow the number of reserved pt pages.Artur Grabowski
Solves the 64MB problem. Somewhat based on NetBSD.
2000-12-15send expire messages also for sa's that do not have been used.Niels Provos
okay angelos@
2000-12-14Compile in non-INET6 kernels.Angelos D. Keromytis
2000-12-14sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this.Niels Provos
okay angelos@
2000-12-14NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses andArtur Grabowski
what is defined in machine/exec.h
2000-12-14native ELF and ELF for nlistArtur Grabowski
2000-12-14Enable loading of ELF kernels.Artur Grabowski
2000-12-14First shot at making ELF compile.Artur Grabowski
2000-12-14Always look for a suitable TDB if the gateway is left unspecified.Angelos D. Keromytis
2000-12-13have add set locks, too. okay itojun@Niels Provos
2000-12-13new timeoutsMichael Shalayeff
2000-12-13better new timeoutsMichael Shalayeff
2000-12-13new timeouts; hmm why it's not in generic?Michael Shalayeff
2000-12-13new timeoutsMichael Shalayeff
2000-12-13move back to unlimitted openingsMichael Shalayeff
2000-12-13new timwouts; art@ okMichael Shalayeff
2000-12-13more random tcp sequence numbers. okay deraadt@, angelos@Niels Provos
2000-12-13make the 31-bit code work on 32-bit machines.Niels Provos