summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* + Fix misplacement of `txp'obrien2001-09-241-5/+5
* Update NFS_ROOT comments to reflect the NFSCLIENT optionjedgar2001-09-221-1/+1
* Introduce new syscons(4) kernel options:sobomax2001-09-211-0/+6
* Add some comments about KVA_PAGES and a test.peter2001-09-211-0/+9
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-211-4/+13
* Reserve an extra 16 bytes in case we have to grow the trapframe intopeter2001-09-191-1/+2
* Fix a mistake I made with the pcb movement relative to the stack in thepeter2001-09-191-2/+2
* Cleanup and split of nfs client and server code.peter2001-09-185-24/+25
* Remove accidentally included debug stuff.julian2001-09-181-3/+0
* Whitespace fixes.jhb2001-09-181-2/+2
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-28/+28
* If we have a p variable pointing to td->td_proc already, use it instead ofjhb2001-09-181-8/+8
* Whitespace fixes.jhb2001-09-181-3/+3
* Add a lock assertion to linux_sendsig() to match other sendsig functions.jhb2001-09-171-0/+1
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-151-0/+2
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-1/+0
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-0/+2
* Place CPU_UPGRADE_HW_CACHE in the right section.asmodai2001-09-141-3/+3
* s/thread'/thread's/imp2001-09-141-1/+1
* KSE Milestone 2julian2001-09-1291-1385/+1699
* Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41gj2001-09-121-1/+1
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+1
* Fix LINT breakage caused by previous commit. The linux_rt_sendsigmarcel2001-09-101-0/+9
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-26/+0
* gcc-3 has objections about the bluetrap6 and bluetrap13 inline asmpeter2001-09-101-19/+19
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-4/+2
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-088-798/+1102
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-166/+215
* Now that this code is MD, we don't need the i386 ifdefs.msmith2001-09-071-6/+9
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-063-8/+8
* Don't specify the number of vlan interfaces any more, they are createdbrooks2001-09-051-1/+1
* Remove superfluous statement.jlemon2001-09-051-1/+0
* Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-051-5/+21
* style(9) the structure definitions.obrien2001-09-053-6/+6
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-044-4/+46
* Add `-I.' option to CFLAGS so that we can compile asm code togetheriwasaki2001-09-041-0/+1
* Mostly cosmetic. Move various variables from .s files to .c files so thatpeter2001-09-042-11/+8
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-140/+0
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-041-17/+0
* Fix the argument specifier for the PnP BIOS function 2yokota2001-09-031-1/+1
* Always turned on 8bit access card support for the fe drivershiba2001-09-021-1/+0
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-012-11/+11
* note 2300/2312 supportmjacob2001-08-311-1/+2
* Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functionspeter2001-08-311-40/+34
* Revert previous "fix"; bus mice still have to be manually probed even inmsmith2001-08-311-1/+1
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-302-17/+16
* Add ACPI attachments.msmith2001-08-307-1/+8
* Correct usage of ISA_PNP_PROBEmsmith2001-08-302-6/+3
* Note that compiling ACPI into the kernel is deprecated for normal use.msmith2001-08-301-0/+3
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-10/+13
OpenPOWER on IntegriCloud