Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-25 | Remove aapic, ok deraadt@ | Alexander Yurchenko | |
2004-09-21 | $OpenBSD$ tag | Alexander Yurchenko | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-09-16 | Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than a | Miod Vallat | |
homegrown define. ok deraadt@ | |||
2004-09-16 | spacing | Theo de Raadt | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-09-14 | eap tested to work; tybollt@solace.mh.se | Theo de Raadt | |
2004-09-06 | rl fits on install media again | Theo de Raadt | |
2004-08-27 | Support USB keyboards on install where USB support is enabled. ok deraadt@ | Dale Rahn | |
2004-08-24 | Sync with i386 cdboot.8: | Tom Cosgrove | |
Better description of the path to bsd.rd, to avoid having to update it every release. Also note that cdboot's ls command doesn't work on ISO-9660 filesystems. | |||
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove | |
2004-08-24 | Have cdboot look for /3.6/amd64/bsd.rd first. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-24 | Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-21 | Hook cdbr and cdboot into the build. | Tom Cosgrove | |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove | |
cdboot that Toby and I put together at the hackathon. "go for it" deraadt@ | |||
2004-08-21 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Based on the OpenBSD/i386 code that Toby and I put together at the hackathon, which was in turn based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org. "go for it" deraadt@ | |||
2004-08-20 | Enable com@puc now that it works. OK deraadt@ miod@ henning@. | Todd C. Miller | |
lpt@puc is still disabled until it gets tested. | |||
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove | |
as recently fixed on i386. requested by, and ok, deraadt@ | |||
2004-08-14 | Add isa vga to amd64 install media kernels. This makes it possible to | Kenneth R Westerback | |
use a normal console to install on systems, such as my Tyan S2885, which find the in-built vga in isa land rather than pci land. Completes earlier work by Tom Cosgrove on GENERIC. ok deraadt@ | |||
2004-08-11 | In dkcsumattach() avoid modifying bootdev until we are done matching. | Todd C. Miller | |
Also deal with mixed scsi/ide/whatever setups. Based on a diff from Fred de Jong. OK deraadt@ and tested by several people. | |||
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt | |
on all other architectures. remove last architecture dependent #ifdef from uvm code. | |||
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff | |
2004-08-04 | There are so many reasons why a printf in an ipi is a very bad idea. | Artur Grabowski | |
Especially since it doesn't add anything but spam during reboot. | |||
2004-08-03 | Hehehe. Remove an #if 0 function that was used in the early days to debug | Artur Grabowski | |
why vga scrolling wasn't working by sending beeps on the speaker. | |||
2004-08-03 | include a few more ethernet drivers | Theo de Raadt | |
2004-08-02 | Heuristic approach to 'trace' in ddb which works without frame pointers. | Andreas Gunnarsson | |
Not perfect yet but better than nothing. art@ ok | |||
2004-08-02 | Remove a completly unnecessary compare that sneaked in while | Artur Grabowski | |
I was debugging some completly other problem in this function. cmpxchgq already does an equivalent compare. Discussed on icb a few days ago. | |||
2004-08-01 | why was cdce not added here? Come on. | Theo de Raadt | |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller | |
it is not valid in sh. | |||
2004-07-22 | Change a printf+Debugger pair into a panic. | Artur Grabowski | |
Debugger calls in the middle of the code are evil because they don't respect the ddb.panic sysctl and might leave critical machines hung instead of quickly rebooting them. requested by tedu@ | |||
2004-07-22 | Use mutex instead of SIMPLELOCK for locking the tlb shootdown queues | Artur Grabowski | |
and related structures. tedu@ ok | |||
2004-07-22 | mutex instead of SIMPLELOCK for mp ddb. | Artur Grabowski | |
"reads good" niklas@ "looks good" andreas@ "works" tedu@ | |||
2004-07-22 | Fix access to direct mapped memory through /dev/kmem. | Artur Grabowski | |
2004-07-20 | MD mutex implementation on amd64. | Artur Grabowski | |
2004-07-19 | Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this moment | Artur Grabowski | |
it's limited to 512GB (one L4 page table entry) physical memory. Only used carefully at this moment, but more improvements are in the pipeline. tested by many, deraadt@ ok. | |||
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove | |
another sysctl() - which did require mib[4] - was removed). From Andrey Matveev - andrushock (at) vniigim (dot) ru - via mickey@. ok mickey@ | |||
2004-07-15 | put int into a type | Theo de Raadt | |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-07-11 | Fix ldmxcsr asm macro. | Mark Kettenis | |
ok deraadt@ | |||
2004-07-11 | add sf. ok deraadt@ | Ted Unangst | |
2004-07-10 | Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs. | Mark Kettenis | |
ok deraadt@ | |||
2004-07-10 | From NetBSD: | Artur Grabowski | |
date: 2004/06/28 09:13:11; author: fvdl; state: Exp; lines: +6 -5 Updaing ci_ilevel and testing ci_ipending must be done with all interrupts off, or priority inversion can occur, which can lead to IPI deadlocks. Leaves interrupts off for a bit longer, sadly, but with no noticeable effects on the systems I tested on. From YAMAMOTO Takashi. Fixes the IPI rendezvous panics for me. | |||
2004-07-08 | enclose some MP-only things in #ifdef MULTIPROCESSOR | David Krause | |
ok deraadt@ niklas@; testing by pvalchev@ | |||
2004-07-03 | Check return value instead of uninitialized variable. | Mark Kettenis | |
ok deraadt@ | |||
2004-06-28 | pass pin instead of level out to userland | Theo de Raadt | |
2004-06-28 | Use new event counter API for interrupt counting on amd64. Based in part | Theo de Raadt | |
on some changes in the i386 codebase. | |||
2004-06-27 | quieter boot requested by art | Theo de Raadt | |
2004-06-26 | pop is quad in 64-bit mode | Andreas Gunnarsson | |
2004-06-26 | deinline splraise, spllower and setsoftint. | Artur Grabowski | |
Makes the kernel smaller and faster. deraadt@ ok | |||
2004-06-25 | 'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64 | Andreas Gunnarsson | |