Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-30 | ami.c | Michael Shalayeff | |
2001-04-30 | padness | Michael Shalayeff | |
2001-04-30 | Move the hwrpb_primary_init to before configure. | Artur Grabowski | |
2001-04-30 | Move proc0's TSS and LDT initialization to a separate function | Artur Grabowski | |
that's called at the end of configure instead of cpu_startup. Inspired by NetBSD. | |||
2001-04-30 | Move gdt_init prototype to gdt.h | Artur Grabowski | |
2001-04-30 | sync. | lebel | |
2001-04-30 | add new device, Lucent USB QuadraBus. deraadt@ OK. | lebel | |
2001-04-30 | cleaning | Jason Wright | |
2001-04-30 | pretty up rx filter setup | Jason Wright | |
2001-04-30 | sync | Jason Wright | |
2001-04-30 | broadcom 5820 | Jason Wright | |
2001-04-30 | correct copyright. i wrote some of this in 1989, wow.. i am old... | Theo de Raadt | |
2001-04-30 | Fix the s-records encoding program so as to produce correct final | Miod Vallat | |
checksum if the chunk size is not 3 bytes. Update disillusionned comment accordingly. Ok deraadt@ [Note that the s-records files on the 2.9 cdroms have been corrected and are valid.] | |||
2001-04-29 | raise spl around pdc calling | Michael Shalayeff | |
2001-04-29 | pseg not yet | Michael Shalayeff | |
2001-04-29 | use pool for vfs cache. | Artur Grabowski | |
(We should really put that info into the vnode). | |||
2001-04-29 | fix pmap_enter to compile | Michael Shalayeff | |
2001-04-29 | a few more aen definitions, from freebsd | Michael Shalayeff | |
2001-04-29 | cleanup, remove incorrect comment | Artur Grabowski | |
2001-04-29 | ddb command `machine halt' is superceded by `boot halt' now, so remove it | Miod Vallat | |
and remove `machine reboot' as well. | |||
2001-04-29 | Replace resource maps with extents, and cleanup associated variables. | Miod Vallat | |
Idea from art's todolist, art@ ok. | |||
2001-04-29 | sync | Theo de Raadt | |
2001-04-29 | another puc | Theo de Raadt | |
2001-04-29 | When expanding the session table, only copy the number of sessions already | Jason Wright | |
there to the new table; from stephen@etunnels.com (PR 1801). | |||
2001-04-25 | Quick fix for code path in RENAME in case relookup doesn't find the file again | Constantine Sapuntzakis | |
Also, get rid of a bogus comment. Patch from art@ | |||
2001-04-24 | enable txp(4) | Theo de Raadt | |
2001-04-24 | Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com to | Theo de Raadt | |
release the 3CR990 microcode under an acceptable licence. | |||
2001-04-24 | missing splx, found by art, not yet tested by smurph, but he has run out of time | Theo de Raadt | |
2001-04-23 | regen | Todd C. Miller | |
2001-04-23 | The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs but | Todd C. Miller | |
it is a Prism2 card. We add fake entries in pcmciadevs and the wi_pcmcia_product list so that it gets treated as Prism2. | |||
2001-04-23 | s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea. | Artur Grabowski | |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback | |
a) meaningful but not voluminous debug info is printed and clearly associated with the offending siop bus. b) instead of panic'ing, reset the scsi bus and return. This problem was only seen under heavy load on powerpc. Plus fix one typo (exeption -> exception). ok deraadt@ | |||
2001-04-23 | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | Kenneth R Westerback | |
Spotted by fgsch@. | |||
2001-04-23 | double splx | Artur Grabowski | |
2001-04-23 | double splx in error path. | Artur Grabowski | |
2001-04-23 | Missing splx in error handling. | Artur Grabowski | |
2001-04-23 | when we take a pci interrupt, upgrade it to level. but always ignore | Theo de Raadt | |
changes which force to edge, because it appears that a lot of via bios do not contain a full list of level interrupts. when we set such an interrupt to edge, we spin and hang. i suggested this behaviour change, and this fix is by northpoint mickey. | |||
2001-04-22 | Free fs->fs_contigdirs array only on successful rw->ro update. This | Grigoriy Orlov | |
fixes "duplicated free" panic. Update file system from read-write to read-only freed memory but may fail later if file system busy. deraadt@ ok. | |||
2001-04-22 | Fix spl handling in ipfilter ioctl interface. Work by aaron@ and me. | Grigoriy Orlov | |
Problem was reported by DK <obsd@snti.com> as kernel panic loading ipa - "WARNING: SPL NOT LOWERED ON SYSCALL EXIT". deraadt@ ok. | |||
2001-04-22 | Remove -march=i{56}86 optimization because of compiler bug. This bug | Grigoriy Orlov | |
results in system lockup, which many people report for 2.8 and -current when they doing a big network transfer. This problem affect only custom kernels in which only one cpu type enabled (option I586_CPU or I686_CPU). When lockup occur I can't switch between virtual wscons terminals. System continue respond to pings and forward ip packets. It is possible to enter into ddb. DDB show that several processes in runnable state, but it seems that task switching not occur. More and more processes becomes runnable. Stack of curproc looks like: > _end(e99d8fac, e0101dcc, 4, e0635a00, e99d8f80) at 0xe99d8f78 > _end(e99d8fa0, e028a62e, e99d8fac, 0, 0) at 0xe99d8f78 > ddb> Sometimes 'boot sync' cleanly unmount all file systems. I reproduce this bug by transfering two big files from ftp simultaneously. It seems that at least one process must perform a network transfer and two or more processes must fight for the processor. The following PRs probably a result of this problem: 1504, 1716, 1751, 1771, 1780. deraadt@ ok. | |||
2001-04-22 | permit compilation without I586_CPU or I686_CPU; armin@wolfermann.org | Theo de Raadt | |
2001-04-21 | Do not use wsmux on alpha. Now I can start Xtga. | Aaron Campbell | |
2001-04-21 | Add $OpenBSD$ tags. | Aaron Campbell | |
2001-04-21 | correct dmesg | Theo de Raadt | |
2001-04-20 | Instead of initializing the colormap to me black & white, initialize the | Nathan Binkert | |
colormap to use ansi colors. This makes alpha kernel messages come out in color during boot, and it allows console users to get ansi colors. ok deraadt@ | |||
2001-04-20 | Big upgrade of the pmap. Revised pagetable handling, more careful wiring, | Artur Grabowski | |
more careful handling of pageability. From NetBSD. | |||
2001-04-19 | dmesg printout tweaks | Theo de Raadt | |
2001-04-19 | move away from -beta | Theo de Raadt | |
2001-04-19 | Include NUL-termination in identity extension length computation | Niklas Hallqvist | |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov | |
From FreeBSD with little changes. art@ ok. |