Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-22 | sync | jasoni | |
2000-12-22 | Implement truncate64, stat64, lstat64, fstat64; from NetBSD | jasoni | |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell | |
"i's" I guess). | |||
2000-12-21 | correct ipv6 path mtu discovery. | Jun-ichiro itojun Hagino | |
2000-12-19 | This fixes keyboard lock-ups I was getting wiggling the mouse in | Constantine 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-19 | A DMA transfer of 4 bytes was failing to complete correctly | Constantine 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-18 | calculate length and allocate buffer for status. work by deraadt@ and me | Niels Provos | |
2000-12-18 | strlcat and strlcpy into libkern. | Niels Provos | |
2000-12-18 | Minor sanity check. | Angelos D. Keromytis | |
2000-12-18 | include timeout.h to make it compile w/o ipfilter | Michael Shalayeff | |
2000-12-17 | initialize dinfo always | Michael Shalayeff | |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-17 | Add 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-16 | make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵ | Michael Shalayeff | |
panics | |||
2000-12-15 | Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE} | Artur Grabowski | |
2000-12-15 | send messages to all registered listeners. makes multiple keying daemons | Niels Provos | |
work. | |||
2000-12-15 | ITE_INGRF checks needed, from NetBSD. | Marc Espie | |
Reported by Lars Hecking. | |||
2000-12-15 | sync | Jason Wright | |
2000-12-15 | natsemi 83820 | Jason Wright | |
2000-12-15 | Grow the number of reserved pt pages. | Artur Grabowski | |
Solves the 64MB problem. Somewhat based on NetBSD. | |||
2000-12-15 | send expire messages also for sa's that do not have been used. | Niels Provos | |
okay angelos@ | |||
2000-12-14 | Compile in non-INET6 kernels. | Angelos D. Keromytis | |
2000-12-14 | sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this. | Niels Provos | |
okay angelos@ | |||
2000-12-14 | NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses and | Artur Grabowski | |
what is defined in machine/exec.h | |||
2000-12-14 | native ELF and ELF for nlist | Artur Grabowski | |
2000-12-14 | Enable loading of ELF kernels. | Artur Grabowski | |
2000-12-14 | First shot at making ELF compile. | Artur Grabowski | |
2000-12-14 | Always look for a suitable TDB if the gateway is left unspecified. | Angelos D. Keromytis | |
2000-12-13 | have add set locks, too. okay itojun@ | Niels Provos | |
2000-12-13 | new timeouts | Michael Shalayeff | |
2000-12-13 | better new timeouts | Michael Shalayeff | |
2000-12-13 | new timeouts; hmm why it's not in generic? | Michael Shalayeff | |
2000-12-13 | new timeouts | Michael Shalayeff | |
2000-12-13 | move back to unlimitted openings | Michael Shalayeff | |
2000-12-13 | new timwouts; art@ ok | Michael Shalayeff | |
2000-12-13 | more random tcp sequence numbers. okay deraadt@, angelos@ | Niels Provos | |
2000-12-13 | make the 31-bit code work on 32-bit machines. | Niels Provos | |
2000-12-12 | remove some dead stuff and correct spelling in comment | Jason Wright | |
2000-12-12 | a few more icmp types/codes; itojun@ ok (awhile ago ;) | Michael Shalayeff | |
2000-12-12 | only disable path mtu for established connections that have data to send. | Niels Provos | |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright | |
NOTE: this requires recompiling brconfig with updated include files. | |||
2000-12-12 | Add an extra apm_periodic_check() call before the one we check for | Angelos D. Keromytis | |
errors; that way, Theo's laptop can still turn off APM when there's an error, and the IBM 770Z won't gratuitously disconnect APM (since the first event is always a bogus one). | |||
2000-12-11 | no need to rtalloc1() twice in pmtud. from kame | Jun-ichiro itojun Hagino | |
2000-12-11 | turn off path mtu when icmp needfrag messages get blocked, okay itojun@ | Niels Provos | |
2000-12-11 | Some alphas have USB | Nathan Binkert | |
2000-12-11 | Add a whole slew of drivers to the Alpha GENERIC. These all compile | Nathan Binkert | |
properly, but there are many that have yet to be tested. If anyone tests one of the drivers listed as UNTESTED, please let me know. The following drivers have 64-bit issues when compiling on Alpha: adv, twe, vr, tx, hifn, ubsec They are in GENERIC, but commented out. | |||
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino | |
validate ICMPv6 too big messages (pmtud) based on pcb. we accept certain amount of non-validated ones, as IPv6 mandates ICMPv6 (so even for traffic from unconnected pcb, we need pmtud). sync with kame | |||
2000-12-11 | do not touch region after free | Jun-ichiro itojun Hagino | |
2000-12-11 | Avoid repeated 'host controlled halted' messages. (jakob@ ok) | Hakan Olsson | |
2000-12-10 | new file; smat@acm.org | Theo de Raadt | |