Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-28 | ensure the ip packet embedded inside an icmp packet has correct ip_len, | Theo de Raadt | |
ip_off, ip_id. for udp, also correct uh_sum. ip_sum is still set to 0; (all this debugged using nmap) | |||
1998-12-28 | sync | Theo de Raadt | |
1998-12-28 | zoran | Theo de Raadt | |
1998-12-28 | remove old leftovers from lite2 upgrade | Artur Grabowski | |
1998-12-28 | simple_lock fixes | Artur Grabowski | |
1998-12-28 | simple debugging for simple locks | Artur Grabowski | |
1998-12-28 | Fix fxdr_hyper macro. The cast to signed int caused incorrect behavior in ↵ | Todd C. Miller | |
the shift. This only seems to have affected big endian machines. | |||
1998-12-28 | cleanup and comments | Michael Shalayeff | |
1998-12-28 | Small hack to pass out VM86 traps using a siginfo field. | Jason Downs | |
(There is no other way in our kernel.) VM86 applications must use real sigaction handlers with SA_SIGINFO in order to get their traps. | |||
1998-12-28 | carefully clear r->h, and avoid a panic | Theo de Raadt | |
1998-12-28 | sync | Theo de Raadt | |
1998-12-28 | merge tags for similar drivers | Theo de Raadt | |
1998-12-28 | handle driver/driver tags | Hugh Graham | |
1998-12-28 | crank PID_MAX to 99999 | Theo de Raadt | |
1998-12-28 | kernfs_sync needs to be nullop, not eopnotsupp for unmount to work | Todd C. Miller | |
w/o MNT_FORCE. | |||
1998-12-28 | add mtdphy (commented out for now) | Jason Wright | |
1998-12-28 | Myson MTD972 driver. | Jason Wright | |
1998-12-28 | sync | Theo de Raadt | |
1998-12-28 | indent | Theo de Raadt | |
1998-12-27 | non-working isapnp aha support | Theo de Raadt | |
1998-12-27 | ne* at isapnp? | Theo de Raadt | |
1998-12-27 | sync | Theo de Raadt | |
1998-12-27 | adaptec things | Theo de Raadt | |
1998-12-27 | sync | Theo de Raadt | |
1998-12-27 | new devices | Theo de Raadt | |
1998-12-27 | new priority mechanism for pcmcia interrupt allocation, ie. "best effort" | Theo de Raadt | |
for machines low on interrupts. work by fgsch, and myself | |||
1998-12-26 | Kill pcmcia media setting that is always overridden these days. Fix typo. | Niklas Hallqvist | |
1998-12-26 | config.new disappeared a long time ago | Niklas Hallqvist | |
1998-12-26 | make ip_id random but ensure that ids dont repeat for some period. | Niels Provos | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Another typo | Thorsten Lockert | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Fix typo, shorten some names | Thorsten Lockert | |
1998-12-25 | One more chipset | Thorsten Lockert | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Correct identifyer for chip | Thorsten Lockert | |
1998-12-25 | Sync | Thorsten Lockert | |
1998-12-25 | Add vendor and a card | Thorsten Lockert | |
1998-12-24 | in kernfs_statfs set f_flags to 0 | Todd C. Miller | |
1998-12-24 | sync | Jason Wright | |
1998-12-24 | myson mtd972 | Jason Wright | |
1998-12-23 | remove bogus CACHE_LINE_SIZE | Michael Shalayeff | |
1998-12-23 | remove bogus gkd.h | Michael Shalayeff | |
1998-12-23 | remove bogus comments | Michael Shalayeff | |
better inline for spl{hign,low} inline splx(), which is 5 insn long, and call would add 2-3 more, which is 50% loss (not that "small or none" as it was in those (see above) comments) | |||
1998-12-23 | this is to shutup binutils | Michael Shalayeff | |
1998-12-23 | less files and options (; | Michael Shalayeff | |
1998-12-23 | Granted this is #if 0'd out, but it should have a chance of compiling anyway | Todd C. Miller | |
1998-12-23 | Opps. the flag that says that we are sleeping is MNT_MWAIT, not MNT_WAIT | Artur Grabowski | |
1998-12-23 | whoops; finally this should work with isapnp *and* non-isapnp | Aaron Campbell | |
1998-12-23 | a better fix; deraadt@ | Aaron Campbell | |