summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement TCP/IP checksum off-loading on send for the 3c905B and lateralc2001-10-221-1/+12
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-228-3532/+6
* Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPSdes2001-10-222-7/+9
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-2117-811/+50
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-2115-40/+101
* {set,fill}_{,fp,db}regs() fixup:des2001-10-212-2/+28
* Add proc/mtab which simulates a Linux system's /etc/mtab.des2001-10-211-1/+72
* This module will soon need opt_linux.h (for <linux/linux_util.h>)des2001-10-211-0/+1
* Convert textvp_fullpath() into the more generic vn_fullpath() which takes ades2001-10-212-11/+13
* Add some more names for bits of trapframe.dfr2001-10-211-6/+15
* We need to save a bit more information in the partial syscall trapframedfr2001-10-212-30/+90
* Set ar.fpsr to something sane before trying to handle a trap - the userdfr2001-10-211-0/+6
* Use ia64_set_fpsr() instead of __asm to set ar.fpsr.dfr2001-10-211-1/+1
* Add ia64_set_fpsr().dfr2001-10-211-0/+9
* Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectlyhm2001-10-211-2/+2
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-214-34/+108
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-211-0/+1
* Implement the IPI send functions. No mapping between IPI messagemarcel2001-10-211-6/+41
* It seems that I slipped a nasty bug into the CAPI support. The messagehm2001-10-211-4/+9
* Documentationdillon2001-10-211-6/+3
* Use the i386 version of npx.c. It has been merged with the pc98 version.bde2001-10-212-1004/+1
* Syntax cleanup and documentation, no operational changes.dillon2001-10-212-15/+64
* MFi386:bde2001-10-213-0/+6
* MFpc98: fundamental differences. The magic numbers for the i/o portbde2001-10-213-0/+51
* Add define for the PIB default address and include a reference tomarcel2001-10-211-1/+6
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.bde2001-10-213-0/+27
* Update to latest 12160 f/w.mjacob2001-10-201-1599/+1632
* - splhigh()/splx() -> critical_enter()/critical_exit()gallatin2001-10-202-5/+5
* Add missing include.jake2001-10-201-0/+1
* remove wxmjacob2001-10-201-9/+0
* Oops. Remove wx.mjacob2001-10-201-1/+0
* Add missing includes.jake2001-10-203-0/+3
* Remove interrupt queue array. Its in globaldata now.jake2001-10-201-1/+0
* Fix get_cyclecount. Wrap in ifdef _KERNEL.jake2001-10-201-1/+5
* Remove wx.mjacob2001-10-209-17/+0
* Remove this driver from FreeBSD.mjacob2001-10-203-2962/+0
* Use KTR_PMAP instead of KTR_CT1.jake2001-10-201-12/+13
* Catch up to changing entry point names so traces through trapsjake2001-10-201-4/+2
* Add a definition for normal kernel window state.jake2001-10-201-0/+2
* Catch up to new assembly language code.jake2001-10-201-4/+7
* Fix a bug in the kernel entry window handling where the wrong registerjake2001-10-202-318/+242
* Align the symbol that demarks the end of the signal code on a 16 bytejake2001-10-203-15/+32
* Parameterize the size of the kernel virtual address space on KVA_PAGES.jake2001-10-204-49/+163
* Remove hardcoded cwp value.jake2001-10-201-1/+1
* Use KTR_PROC instead of KTR_CT1 in traces.jake2001-10-202-20/+20
* Return zero on success from su*. Apparently no one checks the returnjake2001-10-202-8/+142
* Introduce some jitter to the timing of the samples that determineiedowse2001-10-201-4/+15
* Add support for physical address hardware watchpoints.jake2001-10-202-5/+29
* Change the stray count in struct intr_vector to a vector number that canjake2001-10-202-42/+42
* Remove traces that are loud and not that useful. Remove nested includejake2001-10-201-8/+0
OpenPOWER on IntegriCloud