summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a structure defintion for the id prom contents.tmm2001-11-181-0/+63
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingstmm2001-11-183-0/+143
* Standardize idempotentcy ifdefs.jake2001-11-182-6/+6
* Implement DVD-ROM ioctls.marcel2001-11-182-27/+434
* Yet another verbose printing cleanup. Remove debug_wakeup flag andiwasaki2001-11-182-10/+4
* - Ensure that linker file id's are unique, rather than blindlyarr2001-11-181-1/+15
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-188-68/+91
* Add kernel headers needed to build libc. Some are bogus and/or just enoughjake2001-11-187-0/+524
* Add the PnP ID for a Rockwell 33.6k modem.iedowse2001-11-181-0/+1
* Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.marcel2001-11-182-0/+5
* Pass maintainership over to emulation@FreeBSD.org. It has been fun,marcel2001-11-181-1/+1
* Make jmpbuf the same size as ucontext_t so that it can be passedjake2001-11-181-13/+3
* 1. Split fp.h into fp.h and fsr.h so that the latter can be includedjake2001-11-185-45/+155
* Avoid missing ticks and hardclock stopping.jake2001-11-181-1/+27
* Catch up to new constants. (These commit messages should have a song.)jake2001-11-181-8/+13
* - M_ZERO already sets bif_dlist to zero; there is no need toarr2001-11-181-1/+0
* 1. Remove kdbframe. Bad idea.jake2001-11-184-42/+71
* Implement SET. Set execption.s 1.12.jake2001-11-181-0/+12
* 1. Convert the tstate saved in the pcb to a pstate and test for PSTATE_PEFjake2001-11-184-50/+128
* Implement hw.machine and hw.model sysctls.jake2001-11-181-0/+11
* 1. Remove bootinfo and just pass loader metadata to the kernel.jake2001-11-185-76/+62
* 1. Implement ascopyto() and ascopyfrom() for copying to an alternate addressjake2001-11-183-52/+94
* 1. Fix a bug where the offsets of the alignment and mmu fault recorvery codejake2001-11-182-116/+146
* Fix missing holdsock()->fgetsock()dillon2001-11-171-7/+5
* Be very generous with timeouts for synchronize cache. We may wait a very longmjacob2001-11-171-1/+1
* The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controlleriedowse2001-11-171-0/+8
* Add quirk for Fujitsu M2513A MO drives. These drives hang at variousiedowse2001-11-171-0/+15
* MFi386: revisions from 1.26 to 1.30.nyan2001-11-172-10/+196
* MFi386: revision 1.12nyan2001-11-171-0/+9
* MFi386: revision 1.326.nyan2001-11-171-0/+1
* MFi386: revision 1.160nyan2001-11-171-0/+2
* MFi386: revision 1.483nyan2001-11-172-12/+12
* Give struct socket structures a ref counting interface similar todillon2001-11-1723-182/+223
* Fix the non-KSTACK_GUARD case.. It has been broken since the KSEpeter2001-11-172-0/+2
* Start bringing i386/pmap.c into line with cleanups that were done topeter2001-11-177-515/+385
* Forward declare struct ifnet - this fixes a warning in tdfx_pci.cpeter2001-11-171-0/+1
* Fix printf warnings (int/long)peter2001-11-171-2/+4
* Fix warning in debug printf. This is a long on alpha, and int on i386,peter2001-11-171-1/+1
* Missing KSE s/curproc/curthread/peter2001-11-171-1/+1
* Return EOPNOTSUPP for unknown module events.iedowse2001-11-172-2/+8
* Fix some warnings on 64 bit platforms.peter2001-11-171-1/+4
* When laying out objects in a ZONE_INTERRUPT zone, allow them to crossjlemon2001-11-171-2/+4
* utime/stime.tv_sec are elapsed times, not relative to 1970. We canpeter2001-11-171-4/+4
* You cannot cast a time_t to quad_t and printf it with %lld. quad_t ispeter2001-11-161-2/+2
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-166-21/+21
* Handle the IBCS2 FIONREAD ioctl. I have only tested that thisiedowse2001-11-161-0/+1
* Back out the previous fix to the leading zero problem, I hadn'tphk2001-11-161-2/+0
* Reject leading zeros in dev_stdclone().phk2001-11-161-0/+2
* Regenerate with 1.19 of pccarddevsimp2001-11-161-8/+77
* Merge in most (hopefully all) of the devices that OpenBSD has thatimp2001-11-161-3/+40
OpenPOWER on IntegriCloud