Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-13 | sync with KAME. | Kenjiro Cho | |
check if the CPU supports TSC in i386 to avoid panic on non-pentium CPUs. use pentium_mhz or alpha's cycles_per_usec. add a protection against a bogus IP header length when parsing the header. be more careful about mbuf data length. a backtrace reported by "Robert John Shepherd" <robert@reviewer.co.uk> | |||
2002-02-13 | sync with KAME. | Kenjiro Cho | |
comment out the warning message for the clock going backwards in the TV_DELTA macro. it happens when the clock is adjusted and gives me more trouble than help. | |||
2002-02-13 | move ALTQ_RED and ALTQ_CBQ from altq.h to altq_var.h. | Kenjiro Cho | |
protect them from duplicated defines. | |||
2002-02-13 | use strncpy instead of strcpy (no strcpy in libsa); hugh ok | Theo de Raadt | |
2002-02-12 | accept sample rates <= highrate. | Federico G. Schwindt | |
2002-02-12 | test before commit | Theo de Raadt | |
2002-02-12 | only compile pckbc_isa if pckbc was configured on isa | Michael Shalayeff | |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski | |
2002-02-12 | amap_extend is very expensive, allocate more memory to avoid bcopy the next | Niels Provos | |
time around; my fix was very similiar to netbsd, take netbsd fix; okay art@ | |||
2002-02-12 | malloc_roundup to calculate allocation size malloc will use; from netbsd; | Niels Provos | |
okay art@ | |||
2002-02-12 | beep! | Jason Wright | |
2002-02-12 | Fix my total blackout of the brain. | Artur Grabowski | |
I rearrange half of this function to properly handle unlocking in one error case, then I forget to handle that error case. I even had a regression test written for this! In other words: fix accept(2) to unlock when it runs out of fds. | |||
2002-02-12 | no need to zero out the page offset in pmap_hash, it'd already been done | Michael Shalayeff | |
2002-02-12 | u[date irq numbers from the paper | Michael Shalayeff | |
2002-02-12 | cross out done items | Michael Shalayeff | |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski | |
2002-02-12 | support 712's programmable power switch, no interrupt yet | Michael Shalayeff | |
2002-02-12 | small repairs to hpmc and toc handlers | Michael Shalayeff | |
2002-02-12 | Much to my annoyance, teach zskbd how to bark. | Jason Wright | |
2002-02-12 | leftover form dekvtop (which did the block maps too) | Michael Shalayeff | |
2002-02-11 | more cloned devices | Michael Shalayeff | |
2002-02-11 | irqs porper | Michael Shalayeff | |
2002-02-11 | remove lpa support (used for kvtop), copy a piece of pcxl fault handler into ↵ | Michael Shalayeff | |
the dirty handler to avoid excessive branching | |||
2002-02-11 | kvtop no more | Michael Shalayeff | |
2002-02-11 | extend the hackery to not use kvtop | Michael Shalayeff | |
2002-02-11 | fpu_curpcb has pa in it, use accordingly, do not use kvtop | Michael Shalayeff | |
2002-02-11 | do not use kvtop | Michael Shalayeff | |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt | |
o empty definitions if !__GNUC__ miod@ testing and ok. | |||
2002-02-11 | only change _STRING for weak_alias; sorry miod. | Federico G. Schwindt | |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt | |
o _STRING -> __STRING o empty definitions if !__GNUC__ miod@ testing and ok. | |||
2002-02-11 | disable fpu on csw, print fpu version on cpu line, if present | Michael Shalayeff | |
2002-02-11 | Merge pmap_bootstrap060() with pmap_bootstrap(). | Miod Vallat | |
Thanks to deraadt@ for testing on mvme177. | |||
2002-02-11 | Remove unused function prototype, from Jason Ish | Daniel Hartmeier | |
2002-02-11 | Remove ancient comment regarding memcmp(), from Jason Ish | Daniel Hartmeier | |
2002-02-11 | oops. forgot to commit this. | Artur Grabowski | |
2002-02-11 | Big fixup of fd passing. It now works, even on sparc64. | Artur Grabowski | |
Some parts from NetBSD, but with big modifications. | |||
2002-02-11 | In {send,recv}msg allow zero sized message. We can have control data. | Artur Grabowski | |
2002-02-11 | 1<<39 is horrible | Theo de Raadt | |
2002-02-10 | no; GPL_MATH_EMULATE is not "required"; nj.lee@plumtree.co.nz | Theo de Raadt | |
2002-02-10 | spelling | Theo de Raadt | |
2002-02-10 | theo doesn't like this code | Nathan Binkert | |
2002-02-10 | sys/ioctl_compat.h is needed for COMPAT_LINUX, too | Marco S Hyman | |
2002-02-10 | Match the VT8366_ISA (chip VT8233) south bridge as ATA100 | Chris Cappuccio | |
2002-02-09 | spelling, brige->bridge | Eric Jackson | |
2002-02-09 | these functions are no longer needed | Eric Jackson | |
2002-02-09 | Protect the whole sys_fnctl with one big FREF/FRELE pair. | Artur Grabowski | |
2002-02-08 | com freq is 7372800, which "normal" * 4 and is discovered by | Michael Shalayeff | |
Enrik Berkhan <Enrik.Berkhan@planb.de> . | |||
2002-02-08 | regen | Michael Shalayeff | |
2002-02-08 | a couple more hp prods | Michael Shalayeff | |
2002-02-08 | A mosquito escaped, sorry. | Miod Vallat | |