summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+1
* Regen: Stop using linux_getpgid(). Use the native getpgid()marcel2001-09-283-9/+5
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-1/+1
* Add device driver support for the Broadcom BCM570x family of gigabitwpaul2001-09-271-0/+6
* Add the new ng_gif, ng_gif_demux, and ng_ip_input nodes to NOTES so theybrooks2001-09-271-0/+3
* Disable the check in icu_setup() to see if a handler was already used asjhb2001-09-272-0/+4
* Update a comment to reflect the param.c -> subr_param.c move.murray2001-09-271-1/+1
* Return EINVAL if the passed intr is out of bounds.jlemon2001-09-272-0/+2
* The number of ccd(4) devices is no longer set at compile time so stopbrooks2001-09-261-1/+1
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.brooks2001-09-261-2/+2
* o Modify access control checks in linux_iopl() to use securelevel_gt()rwatson2001-09-261-2/+2
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadrwatson2001-09-261-2/+3
* o Modify spigot_open() to use securelevel_gt() instead of directrwatson2001-09-261-4/+6
* o Modify i386_set_ioperm() to use securelevel_gt() instead ofrwatson2001-09-261-2/+2
* o Modify device open access control for /dev/mem and friends to userwatson2001-09-261-4/+8
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-253-3/+3
* + 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
OpenPOWER on IntegriCloud