Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-15 | Recognize PowerPC G4 processor (called it's Motorola name "7400"). | Dale S. Rahn | |
2000-06-15 | #if 0 support for WSCONS, not currently used and wscons has changed since | Dale S. Rahn | |
this code worked. | |||
2000-06-15 | UVM compatibility changes, UVM still not working, but can build. | Dale S. Rahn | |
2000-06-15 | be more carefull about pg0, i think switch on sv next time | Michael Shalayeff | |
2000-06-13 | ptr alignment is not a hack, it's a feature fix for byte-wide prom | Michael Shalayeff | |
2000-06-13 | regen | Michael Shalayeff | |
2000-06-13 | a few corrections gathered from comp.sys.hp.hpux | Michael Shalayeff | |
2000-06-13 | update | Michael Shalayeff | |
2000-06-13 | Add dewey and SOD information to this header file, for ELF ld.so | Dale S. Rahn | |
2000-06-13 | dmesg repair around pci sub-bus config | Theo de Raadt | |
2000-06-12 | Fix typo and mention valid tty values. | Todd C. Miller | |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt | |
2000-06-11 | Better fix for the scrolling region problem. Fixes PR/1271. | Aaron Campbell | |
2000-06-10 | add ubsec, since it will work soon enough | Theo de Raadt | |
2000-06-10 | er, wrong | Theo de Raadt | |
2000-06-10 | better ifdef | Theo de Raadt | |
2000-06-08 | bad mickey | Theo de Raadt | |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist | |
there but relying on an indirect inclusion | |||
2000-06-08 | use arch/mvme68k/dev/memdevs.c, not mvme88k. | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | Allow for forks of proc0 even if it's not curproc. | Artur Grabowski | |
(this has been required by kthread for ages) | |||
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | move cnspeed func and comspeed proto in places | Michael Shalayeff | |
2000-06-08 | MANSUBDIR is common for this whole dir | Michael Shalayeff | |
2000-06-08 | add flags 0x0000 for all apm configurations | Michael Shalayeff | |
2000-06-07 | add a note how to force apm proto version | Michael Shalayeff | |
2000-06-07 | look into config flags for version enforcement and other flags | Michael Shalayeff | |
2000-06-07 | some more | Michael Shalayeff | |
2000-06-07 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-07 | Fix comments to reflect reality. | Artur Grabowski | |
2000-06-07 | At art@'s prompting, change amiga's loadbsd flag parsing to look more | Marc Espie | |
like other bsd loaders (defaults to -a -S). | |||
2000-06-07 | new elink3 pulls in the whole mii thing | Michael Shalayeff | |
2000-06-06 | fit | Theo de Raadt | |
2000-06-06 | include ksyms.h to have correct NKSYMS value (oops) | Miod Vallat | |
2000-06-06 | Make si compile with non-DDB kernels | Miod Vallat | |
2000-06-05 | Need to include files.mii due to latest elink3 changes. | Artur Grabowski | |
2000-06-05 | Adjust for the reaper. | Artur Grabowski | |
2000-06-05 | Argh. forgot this when committing the reaper stuff. | Artur Grabowski | |
2000-06-05 | Changes to exit handling. | Artur Grabowski | |
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD | |||
2000-06-04 | Only scroll up if we've hit the bottom of the scrolling region, not if we're | Aaron Campbell | |
beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions. | |||
2000-06-02 | rework interrupt handling completely, and be more careful with the CD180 | Jason Wright | |
during channel configuration changes. | |||
2000-06-01 | gcc might use something like autoincremented registers here, which will | Brandon Creighton | |
not work, so change the constraint for an argument | |||
2000-06-01 | ramdisk stuff | Brandon Creighton | |
2000-05-31 | Sigh... Fix a stupid bug wrt reverse video attributes (when using the newer | Aaron Campbell | |
"PC Display" functionality -- the default now). Previously the code did not check the current status of the VT_INVERSE bit when processing a reverse "off" or "on" request. As a result, two of either operations in a row would flip the bits, then flip them back again. Thanks to millert@ who found the problem when playing with the trn news software. |