aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused headers that were breaking LINT.Jonathan Lemon2001-10-221-6/+0
* No, you may not /* FALLTHROUGH */. Not only will you return an incorrectDag-Erling Smørgrav2001-10-221-1/+1
* wx is an ex-parrot. wx doesn't exist any more, so remove it.Warner Losh2001-10-222-2/+0
* These two used sioreg.h as well. This is mildly bogus, but it is harderWarner Losh2001-10-222-2/+2
* Upon further reflection, back out previous commit, partly for the reasonsDag-Erling Smørgrav2001-10-222-9/+7
* restore the data of the ip header when extended udp header and data checksumHajimu UMEMOTO2001-10-221-0/+3
* disk_clone() was a bit too eager to please: "md0s1ec" is not a validPoul-Henning Kamp2001-10-221-0/+2
* Remove extra memory region kept by "struct pfil_head pfil_head_t;".Ruslan Ermilov2001-10-221-1/+1
* Setup for a 200MB FS -- 209715200/512= 409600 sectors.David E. O'Brien2001-10-221-1/+1
* Implement TCP/IP checksum off-loading on send for the 3c905B and laterAlan Cox2001-10-221-1/+12
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-228-3532/+6
* Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPSDag-Erling Smørgrav2001-10-222-7/+9
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-2117-811/+50
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-2115-40/+101
* {set,fill}_{,fp,db}regs() fixup:Dag-Erling Smørgrav2001-10-212-2/+28
* Add proc/mtab which simulates a Linux system's /etc/mtab.Dag-Erling Smørgrav2001-10-211-1/+72
* This module will soon need opt_linux.h (for <linux/linux_util.h>)Dag-Erling Smørgrav2001-10-211-0/+1
* Convert textvp_fullpath() into the more generic vn_fullpath() which takes aDag-Erling Smørgrav2001-10-212-11/+13
* Add some more names for bits of trapframe.Doug Rabson2001-10-211-6/+15
* We need to save a bit more information in the partial syscall trapframeDoug Rabson2001-10-212-30/+90
* Set ar.fpsr to something sane before trying to handle a trap - the userDoug Rabson2001-10-211-0/+6
* Use ia64_set_fpsr() instead of __asm to set ar.fpsr.Doug Rabson2001-10-211-1/+1
* Add ia64_set_fpsr().Doug Rabson2001-10-211-0/+9
* Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectlyHellmuth Michaelis2001-10-211-2/+2
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPHellmuth Michaelis2001-10-214-34/+108
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPHellmuth Michaelis2001-10-211-0/+1
* Implement the IPI send functions. No mapping between IPI messageMarcel Moolenaar2001-10-211-6/+41
* It seems that I slipped a nasty bug into the CAPI support. The messageHellmuth Michaelis2001-10-211-4/+9
* DocumentationMatthew Dillon2001-10-211-6/+3
* Use the i386 version of npx.c. It has been merged with the pc98 version.Bruce Evans2001-10-212-1004/+1
* Syntax cleanup and documentation, no operational changes.Matthew Dillon2001-10-212-15/+64
* MFi386:Bruce Evans2001-10-213-0/+6
* MFpc98: fundamental differences. The magic numbers for the i/o portBruce Evans2001-10-213-0/+51
* Add define for the PIB default address and include a reference toMarcel Moolenaar2001-10-211-1/+6
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.Bruce Evans2001-10-213-0/+27
* Update to latest 12160 f/w.Matt Jacob2001-10-201-1599/+1632
* - splhigh()/splx() -> critical_enter()/critical_exit()Andrew Gallatin2001-10-202-5/+5
* Add missing include.Jake Burkholder2001-10-201-0/+1
* remove wxMatt Jacob2001-10-201-9/+0
* Oops. Remove wx.Matt Jacob2001-10-201-1/+0
* Add missing includes.Jake Burkholder2001-10-203-0/+3
* Remove interrupt queue array. Its in globaldata now.Jake Burkholder2001-10-201-1/+0
* Fix get_cyclecount. Wrap in ifdef _KERNEL.Jake Burkholder2001-10-201-1/+5
* Remove wx.Matt Jacob2001-10-209-17/+0
* Remove this driver from FreeBSD.Matt Jacob2001-10-203-2962/+0
* Use KTR_PMAP instead of KTR_CT1.Jake Burkholder2001-10-201-12/+13
* Catch up to changing entry point names so traces through trapsJake Burkholder2001-10-201-4/+2
* Add a definition for normal kernel window state.Jake Burkholder2001-10-201-0/+2
* Catch up to new assembly language code.Jake Burkholder2001-10-201-4/+7
* Fix a bug in the kernel entry window handling where the wrong registerJake Burkholder2001-10-202-318/+242