summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Forgot these files in previous commit to frame.h. Also add needed includejake2002-04-092-7/+8
| | | | of machine/emul.h.
* Oops. machine/emul.h didn't exist yet.jake2002-04-091-0/+39
|
* Set hint.acpi.0.disable to 1 in /boot/loader.rc of {boot,kern}.flp,matusita2002-04-091-0/+1
| | | | | | | | | | | | | since we have no ACPI feature in the installation kernel at this time. Without having this, we'll see ACPI no autoload failed -- no such file or directory message at boot time, and it makes some confusion to the users. We can backout this change if installation kernel has ACPI feature. PR: 36911 (partly)
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,jake2002-04-096-24/+34
| | | | | | | | | | | and add some compatibility defines. Add fields for ins and locals to struct reg also for the same reason; these aren't filled in yet because getting at those registers sucks and I'd rather not save them in the trapframe just for this. Reorder struct reg to be ABI compatible as well. Add needed include of machine/emul.h. This gets pmdb (poor man's debugger) from OpenBSD mostly compiling but it doesn't work yet :(
* Add device se (commented out, most people won't find this useful yet).jake2002-04-091-0/+1
|
* Use the right major number.jake2002-04-091-1/+1
|
* Grab a major number for the se driver.jake2002-04-091-0/+1
|
* Add the se driver.jake2002-04-091-0/+1
|
* Add a low level console driver for the Siemens SAB82532 chip found in manyjake2002-04-092-0/+525
| | | | | | | | | | | newer ultras and probably other sun machines. This is a pretty decent chip with 32 byte read and write fifos and support for many higher baud rates. It supports hdlc and sdlc as well as asynchronoue serial, but the goal here is just decent serial console support for the sparc64 port, so these modes are not expected to be supported. So far this only has support for the low level routines used by kernel printf and thus ddb over serial, a character device which can be used for login consoles has not yet been written.
* Fix another unsigned long used to index the symbol table which should bejake2002-04-091-1/+1
| | | | Elf_Hashelt.
* Enable device pass.jake2002-04-081-1/+1
|
* Reactivate sysinstall, it does work on ia64.peter2002-04-081-1/+1
|
* move gperf to NO_GXX section, it works fine on ia64. It just needs apeter2002-04-081-2/+2
| | | | c++ compiler.
* Unbreak world (missing .else)peter2002-04-081-0/+1
| | | | | Submitted by: fenner Pointy hat to: obrien
* Get decimal point from localeache2002-04-081-0/+41
|
* Allow to compile with both GCC 2.95 and 3.1.obrien2002-04-081-2/+3
|
* The fourth parameter to copystr() is a size_t, not an int.mux2002-04-082-2/+4
| | | | Approved by: peter
* Quiet witness warnings about acquiring several zone locks. In the case thatjeff2002-04-081-1/+2
| | | | this happens it is OK.
* Cast totreq to unsigned long long, as needed on 64-bit machines.asmodai2002-04-081-1/+2
| | | | Pointed out by: jeff
* Remove it in favour of GNU sortache2002-04-081-11/+0
|
* Connect sortache2002-04-081-1/+1
|
* sparc64 grew _setjmp/_longjmp.obrien2002-04-081-2/+0
|
* Use -ffreestanding.obrien2002-04-081-3/+1
|
* Disconnect sortache2002-04-081-1/+0
|
* Sysinstall does not work on ia64 and sparc64 yet. :-)obrien2002-04-081-1/+4
|
* GCC and Gperf do not work on ia64 or sparc64 yet.obrien2002-04-081-2/+10
| | | | Also do not try to compile Groff if NO_CXX is set.
* Some things don't compile on ia64 and sparc64 yet.obrien2002-04-082-3/+13
|
* For now we are using our old crt{begin,end}.obrien2002-04-081-3/+3
|
* Fix typo: conole -> consoleasmodai2002-04-082-2/+2
| | | | | PR: 33965 Submitted by: Nicola Vitale <nivit@libero.it>
* Add the Euro symbol mapping to the UK keyboard keymap.asmodai2002-04-081-1/+1
| | | | | | PR: 33956 Submitted by: Andrew McKay <andy@openirc.co.uk> MFC after: 3 weeks
* Fine! I cannot freaking take the bikeshed any more.obrien2002-04-086-6/+6
| | | | These binaries will be static, peroid.
* Update /usr/libdata/perl subdirectory to the Perl 5.6.1.jhb2002-04-081-2/+2
|
* Lock down Giant in the usb_task_thread() kthread.joe2002-04-081-0/+4
|
* Avoid cleaning modules twice in `buildkernel'.ru2002-04-081-4/+3
|
* Remove debugging code that was inadvertantly brought in by previous commit.des2002-04-081-1/+0
|
* Use OpenPAM's credential switching functions.des2002-04-081-10/+9
| | | | Sponsored by: DARPA, NAI Labs
* This commit was generated by cvs2svn to compensate for changes in r94213,des2002-04-082-1/+26
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenPAM Cinchona.des2002-04-082-1/+26
| |
* | Add new files and man pages from OpenPAM Cinchona.des2002-04-081-0/+6
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Remove commented-out WARNS thingy.des2002-04-081-1/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r94209,des2002-04-0850-99/+813
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenPAM Cinchona.des2002-04-0850-99/+813
| |
* | Revive GNU sortache2002-04-0817-0/+4482
| |
* | Add .Fx entries for upcoming 4.6 and forthcoming 4.7.ru2002-04-081-0/+3
| | | | | | | | Requested by: asmodai
* | Align for const poisoning in -lutil.ru2002-04-084-15/+17
| |
* | Const poisoning.ru2002-04-086-28/+26
| |
* | Synch with login/login.c,v 1.81: Switch to OpenPAM.ru2002-04-081-3/+3
| |
* | Change totreq to uint64_t from a long (the PR has an int64_t, which didn'tasmodai2002-04-081-3/+4
| | | | | | | | | | | | | | | | | | | | make sense to me) and change the printf argument from %8ld to %20llu to accompany the printing of the totals. Realigned the header printed above it as well. PR: 32342 Submitted by: ryan beasley <ryanb@goddamnbastard.org> Reviewed by: jeff, Tim J Robbins
* | Change ks_calls from int64_t to uint64_t, since it cannot be negative.asmodai2002-04-081-1/+1
| | | | | | | | | | | | PR: 32342 Submitted by: ryan beasley <ryanb@goddamnbastard.org> Reviewed by: jeff, Tim J Robbins
* | Removed ispc98 sysctl completely. Applications should understand thatbde2002-04-082-6/+0
| | | | | | | | | | | | | | ispc98 isn't set if its sysctl doesn't exist. At least make(1) already understands this. Approved by: nyan
OpenPOWER on IntegriCloud