Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-18 | Correct last arg handling of the *_raw_multi_* macros | Niklas Hallqvist | |
1996-09-18 | correct dkcksum return type. | Michael Shalayeff | |
1996-09-18 | we need this. | Michael Shalayeff | |
1996-09-18 | retry much quicker during vm_pageout_cluster(); from dyson@freebsd.org | Theo de Raadt | |
1996-09-18 | remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_* | Niklas Hallqvist | |
ones instead | |||
1996-09-18 | compiles now. | Michael Shalayeff | |
1996-09-18 | NetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayama | briggs | |
(takeshi@sakabe.nuie.nagoya-u.ac.jp). Untested by me, but it looks correct against the FP User's manual. | |||
1996-09-17 | This driver and some other ether drivers violates the alignment of | Per Fogelstrom | |
struct ether_header by placing it's start on a non 32bit int boundary. On processor with alignment restrictions (like MIPS) this will fail badly. This is the first driver to have been fixed. The fix is to copy the ether header to a separate buffer instead of into the mbuf. | |||
1996-09-17 | BusLogic BT445C driver for DeskStation's | Per Fogelstrom | |
1996-09-17 | New .h files requiered for elf stuff | Per Fogelstrom | |
1996-09-17 | support standalone. | Michael Shalayeff | |
1996-09-17 | support boot. | Michael Shalayeff | |
1996-09-16 | fix a typo. | Michael Shalayeff | |
from netbsd-pr port-i386/2587 <rvb@cs.cmu.edu> | |||
1996-09-16 | the linux realaudio doesn't work on netbsd under emulation. | Michael Shalayeff | |
from netbsd-pr port-i386/2581 <sommerfeld@orchard.medford.ma.us> | |||
1996-09-16 | supporting advanced pentium architecture functions. | Michael Shalayeff | |
from NetBSD port-i386/2604 from <rvb@cs.cmu.edu>. | |||
1996-09-16 | update to reflect reality | Jason Downs | |
1996-09-16 | Be less verbose if we have been compiled without DEBUG | Thorsten Lockert | |
1996-09-16 | revert to in_cksum by zubin and I | Theo de Raadt | |
1996-09-16 | theo the pendat | Jason Downs | |
1996-09-16 | pretty pretty pointless support | Jason Downs | |
1996-09-15 | sync to netbsd; for graichen | Theo de Raadt | |
1996-09-15 | Ok, ok! We now autosense system type. Same compiled kernel works on both | Per Fogelstrom | |
Deskstation TYNE and Acer PICA. | |||
1996-09-14 | Joystick is at 0x201, not 0x200 | Thorsten Lockert | |
Add config for GUS MAX | |||
1996-09-14 | First shot at a multivendor kernel. This version handles pica's and desk- | Per Fogelstrom | |
station tyne's. Auto detection still needs to be compleeted. Checked in version is hardwired for pica's. Use the PICA config file. | |||
1996-09-13 | Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-) | Niklas Hallqvist | |
1996-09-12 | foom | Theo de Raadt | |
1996-09-12 | cvs.openbsd.org rules with 20% buffer cache | Theo de Raadt | |
1996-09-12 | BUFCACHEPERCENT for cranking % of mem used | Theo de Raadt | |
1996-09-12 | 16 partitions | Theo de Raadt | |
1996-09-12 | ok, must have read access at least. | Per Fogelstrom | |
1996-09-12 | remove excess tests... | Per Fogelstrom | |
1996-09-12 | set correct 'maxpartitions' | Michael Shalayeff | |
1996-09-12 | Close TCP receive window when we cannot receive data; suggested by Darren | Thorsten Lockert | |
Reed. Also make a conditional easier to read. | |||
1996-09-12 | TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335) | Thorsten Lockert | |
1996-09-12 | Don't assume other subnets than our own are local to us; from Luigi Rizzo | Thorsten Lockert | |
by way of Jason Downs & Theo de Raadt. Can be overridden in the kernel configuration file by using "option SUBNETSARELOCAL=1" | |||
1996-09-12 | Add 16 partition support to the SPARC. From NetBSD PR#2675, by der Mouse, | Jason Downs | |
<mouse@Collatz.McRCIM.McGill.EDU>. | |||
1996-09-12 | 16 partitions | Theo de Raadt | |
1996-09-12 | Add some spaces. | Jason Downs | |
1996-09-11 | Rearrange much of the polling code so really, really *busted* NEC hardware | Jason Downs | |
mostly works, along with various other bits of cleanup. Please, people, if you have any choice in the matter at all, avoid NEC IDE CD-ROM drives like the plague upon mankind they are. Especially DO NOT connect a NEC and another brand ATAPI drive to the same controller! | |||
1996-09-11 | Remove unneeded quirk, and only print drive capabilities if it appears the | Jason Downs | |
device actually filled in the information. | |||
1996-09-10 | Bring pipe_stat prototype in scope | Niklas Hallqvist | |
1996-09-10 | make compile w/ TRACE enabled | Michael Shalayeff | |
1996-09-09 | TIOCMOD{G,S} -> TIOCM{GET,SET}. NetBSD PR#2741, Greg-Lindahl@deshaw.com | Jason Downs | |
1996-09-09 | fix db_add_symtab arguments. | Michael Shalayeff | |
1996-09-09 | Remove duplicated defines. | Jason Downs | |
1996-09-09 | iresolve constatnt to name combination, itsn't it more clear? | Michael Shalayeff | |
1996-09-09 | Don't claim a better precision than (1,000,000 / hz) us... | Thorsten Lockert | |
1996-09-09 | Don't be uncertain about wether clock interrupts were meant for us | Thorsten Lockert | |
1996-09-09 | Add seperate profiling/statistics clock running at 1024/128 Hz, using the | Thorsten Lockert | |
RTC in periodic interrupt mode | |||
1996-09-08 | Only count the interrupt if the interrupt handler claims that it did | Thorsten Lockert | |
anything with it. |