| Commit message (Expand) | Author | Age | Files | Lines |
* | Add device driver support for the Broadcom BCM570x family of gigabit | wpaul | 2001-09-27 | 1 | -0/+6 |
* | Add the new ng_gif, ng_gif_demux, and ng_ip_input nodes to NOTES so they | brooks | 2001-09-27 | 1 | -0/+3 |
* | Disable the check in icu_setup() to see if a handler was already used as | jhb | 2001-09-27 | 2 | -0/+4 |
* | Update a comment to reflect the param.c -> subr_param.c move. | murray | 2001-09-27 | 1 | -1/+1 |
* | Return EINVAL if the passed intr is out of bounds. | jlemon | 2001-09-27 | 2 | -0/+2 |
* | The number of ccd(4) devices is no longer set at compile time so stop | brooks | 2001-09-26 | 1 | -1/+1 |
* | Call securelevel_gt with a credential. Also, s/p/td->td_proc/. | brooks | 2001-09-26 | 1 | -2/+2 |
* | o Modify access control checks in linux_iopl() to use securelevel_gt() | rwatson | 2001-09-26 | 1 | -2/+2 |
* | o Modify pcvt ioctl() security checks to use securelevel_gt() instead | rwatson | 2001-09-26 | 1 | -2/+3 |
* | o Modify spigot_open() to use securelevel_gt() instead of direct | rwatson | 2001-09-26 | 1 | -4/+6 |
* | o Modify i386_set_ioperm() to use securelevel_gt() instead of | rwatson | 2001-09-26 | 1 | -2/+2 |
* | o Modify device open access control for /dev/mem and friends to use | rwatson | 2001-09-26 | 1 | -4/+8 |
* | The faith(4) device is no longer a count device so don't specify a count. | brooks | 2001-09-25 | 3 | -3/+3 |
* | + Fix misplacement of `txp' | obrien | 2001-09-24 | 1 | -5/+5 |
* | Update NFS_ROOT comments to reflect the NFSCLIENT option | jedgar | 2001-09-22 | 1 | -1/+1 |
* | Introduce new syscons(4) kernel options: | sobomax | 2001-09-21 | 1 | -0/+6 |
* | Add some comments about KVA_PAGES and a test. | peter | 2001-09-21 | 1 | -0/+9 |
* | Introduce a new option, KVA_SPACE, which can be used to reconfigure | peter | 2001-09-21 | 1 | -4/+13 |
* | Reserve an extra 16 bytes in case we have to grow the trapframe into | peter | 2001-09-19 | 1 | -1/+2 |
* | Fix a mistake I made with the pcb movement relative to the stack in the | peter | 2001-09-19 | 1 | -2/+2 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 5 | -24/+25 |
* | Remove accidentally included debug stuff. | julian | 2001-09-18 | 1 | -3/+0 |
* | Whitespace fixes. | jhb | 2001-09-18 | 1 | -2/+2 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 2 | -28/+28 |
* | If we have a p variable pointing to td->td_proc already, use it instead of | jhb | 2001-09-18 | 1 | -8/+8 |
* | Whitespace fixes. | jhb | 2001-09-18 | 1 | -3/+3 |
* | Add a lock assertion to linux_sendsig() to match other sendsig functions. | jhb | 2001-09-17 | 1 | -0/+1 |
* | Fill out some gaps in ia64 DDB support. This involves generalising DDB's | dfr | 2001-09-15 | 1 | -0/+2 |
* | Add a wrapper for linux_getsid -> getsid Syscall. | mr | 2001-09-15 | 1 | -1/+0 |
* | Implement LINUX_[SEM|IPC]_[STAT|INFO] | mr | 2001-09-15 | 1 | -0/+2 |
* | Place CPU_UPGRADE_HW_CACHE in the right section. | asmodai | 2001-09-14 | 1 | -3/+3 |
* | s/thread'/thread's/ | imp | 2001-09-14 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 91 | -1385/+1699 |
* | Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41 | gj | 2001-09-12 | 1 | -1/+1 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+1 |
* | Fix LINT breakage caused by previous commit. The linux_rt_sendsig | marcel | 2001-09-10 | 1 | -0/+9 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -26/+0 |
* | gcc-3 has objections about the bluetrap6 and bluetrap13 inline asm | peter | 2001-09-10 | 1 | -19/+19 |
* | Missing part of dillon's coredump commit. cpu_coredump() was still | peter | 2001-09-08 | 1 | -4/+2 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 8 | -798/+1102 |
* | o Introduce private types for use in linux syscalls for two reasons: | marcel | 2001-09-08 | 1 | -166/+215 |
* | Now that this code is MD, we don't need the i386 ifdefs. | msmith | 2001-09-07 | 1 | -6/+9 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 3 | -8/+8 |
* | Don't specify the number of vlan interfaces any more, they are created | brooks | 2001-09-05 | 1 | -1/+1 |
* | Remove superfluous statement. | jlemon | 2001-09-05 | 1 | -1/+0 |
* | Rework the ISA PnP driver pnp and the PnP resource parser to fix | yokota | 2001-09-05 | 1 | -5/+21 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 3 | -6/+6 |
* | Reenable RTC interrupts after wakeup. Some laptops have a problem | iwasaki | 2001-09-04 | 4 | -4/+46 |
* | Add `-I.' option to CFLAGS so that we can compile asm code together | iwasaki | 2001-09-04 | 1 | -0/+1 |
* | Mostly cosmetic. Move various variables from .s files to .c files so that | peter | 2001-09-04 | 2 | -11/+8 |