| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused headers that were breaking LINT. | Jonathan Lemon | 2001-10-22 | 1 | -6/+0 |
| * | No, you may not /* FALLTHROUGH */. Not only will you return an incorrect | Dag-Erling Smørgrav | 2001-10-22 | 1 | -1/+1 |
| * | wx is an ex-parrot. wx doesn't exist any more, so remove it. | Warner Losh | 2001-10-22 | 2 | -2/+0 |
| * | These two used sioreg.h as well. This is mildly bogus, but it is harder | Warner Losh | 2001-10-22 | 2 | -2/+2 |
| * | Upon further reflection, back out previous commit, partly for the reasons | Dag-Erling Smørgrav | 2001-10-22 | 2 | -9/+7 |
| * | restore the data of the ip header when extended udp header and data checksum | Hajimu UMEMOTO | 2001-10-22 | 1 | -0/+3 |
| * | disk_clone() was a bit too eager to please: "md0s1ec" is not a valid | Poul-Henning Kamp | 2001-10-22 | 1 | -0/+2 |
| * | Remove extra memory region kept by "struct pfil_head pfil_head_t;". | Ruslan Ermilov | 2001-10-22 | 1 | -1/+1 |
| * | Setup for a 200MB FS -- 209715200/512= 409600 sectors. | David E. O'Brien | 2001-10-22 | 1 | -1/+1 |
| * | Implement TCP/IP checksum off-loading on send for the 3c905B and later | Alan Cox | 2001-10-22 | 1 | -1/+12 |
| * | First commit after a repo copy of isa/sio* -> dev/sio: | Warner Losh | 2001-10-22 | 8 | -3532/+6 |
| * | Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPS | Dag-Erling Smørgrav | 2001-10-22 | 2 | -7/+9 |
| * | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 17 | -811/+50 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 15 | -40/+101 |
| * | {set,fill}_{,fp,db}regs() fixup: | Dag-Erling Smørgrav | 2001-10-21 | 2 | -2/+28 |
| * | Add proc/mtab which simulates a Linux system's /etc/mtab. | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+72 |
| * | This module will soon need opt_linux.h (for <linux/linux_util.h>) | Dag-Erling Smørgrav | 2001-10-21 | 1 | -0/+1 |
| * | Convert textvp_fullpath() into the more generic vn_fullpath() which takes a | Dag-Erling Smørgrav | 2001-10-21 | 2 | -11/+13 |
| * | Add some more names for bits of trapframe. | Doug Rabson | 2001-10-21 | 1 | -6/+15 |
| * | We need to save a bit more information in the partial syscall trapframe | Doug Rabson | 2001-10-21 | 2 | -30/+90 |
| * | Set ar.fpsr to something sane before trying to handle a trap - the user | Doug Rabson | 2001-10-21 | 1 | -0/+6 |
| * | Use ia64_set_fpsr() instead of __asm to set ar.fpsr. | Doug Rabson | 2001-10-21 | 1 | -1/+1 |
| * | Add ia64_set_fpsr(). | Doug Rabson | 2001-10-21 | 1 | -0/+9 |
| * | Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectly | Hellmuth Michaelis | 2001-10-21 | 1 | -2/+2 |
| * | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | Hellmuth Michaelis | 2001-10-21 | 4 | -34/+108 |
| * | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | Hellmuth Michaelis | 2001-10-21 | 1 | -0/+1 |
| * | Implement the IPI send functions. No mapping between IPI message | Marcel Moolenaar | 2001-10-21 | 1 | -6/+41 |
| * | It seems that I slipped a nasty bug into the CAPI support. The message | Hellmuth Michaelis | 2001-10-21 | 1 | -4/+9 |
| * | Documentation | Matthew Dillon | 2001-10-21 | 1 | -6/+3 |
| * | Use the i386 version of npx.c. It has been merged with the pc98 version. | Bruce Evans | 2001-10-21 | 2 | -1004/+1 |
| * | Syntax cleanup and documentation, no operational changes. | Matthew Dillon | 2001-10-21 | 2 | -15/+64 |
| * | MFi386: | Bruce Evans | 2001-10-21 | 3 | -0/+6 |
| * | MFpc98: fundamental differences. The magic numbers for the i/o port | Bruce Evans | 2001-10-21 | 3 | -0/+51 |
| * | Add define for the PIB default address and include a reference to | Marcel Moolenaar | 2001-10-21 | 1 | -1/+6 |
| * | MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN. | Bruce Evans | 2001-10-21 | 3 | -0/+27 |
| * | Update to latest 12160 f/w. | Matt Jacob | 2001-10-20 | 1 | -1599/+1632 |
| * | - splhigh()/splx() -> critical_enter()/critical_exit() | Andrew Gallatin | 2001-10-20 | 2 | -5/+5 |
| * | Add missing include. | Jake Burkholder | 2001-10-20 | 1 | -0/+1 |
| * | remove wx | Matt Jacob | 2001-10-20 | 1 | -9/+0 |
| * | Oops. Remove wx. | Matt Jacob | 2001-10-20 | 1 | -1/+0 |
| * | Add missing includes. | Jake Burkholder | 2001-10-20 | 3 | -0/+3 |
| * | Remove interrupt queue array. Its in globaldata now. | Jake Burkholder | 2001-10-20 | 1 | -1/+0 |
| * | Fix get_cyclecount. Wrap in ifdef _KERNEL. | Jake Burkholder | 2001-10-20 | 1 | -1/+5 |
| * | Remove wx. | Matt Jacob | 2001-10-20 | 9 | -17/+0 |
| * | Remove this driver from FreeBSD. | Matt Jacob | 2001-10-20 | 3 | -2962/+0 |
| * | Use KTR_PMAP instead of KTR_CT1. | Jake Burkholder | 2001-10-20 | 1 | -12/+13 |
| * | Catch up to changing entry point names so traces through traps | Jake Burkholder | 2001-10-20 | 1 | -4/+2 |
| * | Add a definition for normal kernel window state. | Jake Burkholder | 2001-10-20 | 1 | -0/+2 |
| * | Catch up to new assembly language code. | Jake Burkholder | 2001-10-20 | 1 | -4/+7 |
| * | Fix a bug in the kernel entry window handling where the wrong register | Jake Burkholder | 2001-10-20 | 2 | -318/+242 |