summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement POSIX.1b shared memory objects. In this implementation,wollman2000-04-223-2/+32
* - PC-98 uses IRQ2 too.nyan2000-04-224-4/+52
* Add $FreeBSD$.wollman2000-04-222-0/+34
* Release allocated resources and return ENXIO on error.nyan2000-04-222-14/+32
* Enable PnP attachment for parallel port controllers.wollman2000-04-222-12/+22
* Changed interrupt level to splcam() because of the bs driver is CAM driver.nyan2000-04-221-2/+4
* Make sure the driver's ops table has been initialised before callingdfr2000-04-221-0/+5
* Moved functions around so that they are grouped a little more sensibly.dmlb2000-04-221-1012/+1016
* initsd(): Complete the intention of revision 1.25 and write init data to disk.grog2000-04-221-5/+6
* - Fix a problem with the cdevsw struct that prevented the kernel frommdodd2000-04-223-55/+52
* Convert the magic MFS device to a VCHR.phk2000-04-222-7/+5
* There's no reason to make "file" 0500 rather than 0555.green2000-04-222-2/+6
* Welcome back our old friend from procfs, "file"!green2000-04-226-38/+310
* Move the declaration of "struct namecache" to vnode.h, as it can be usefulgreen2000-04-222-17/+18
* Reoganize/update the SysKonnect driver:wpaul2000-04-229-322/+1030
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-224-0/+1138
* Regeneratewpaul2000-04-221-2/+10
* Add entries for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-221-1/+7
* Move the building of the PXE module into libi386.ps2000-04-212-3/+6
* Now that we fixed the isp_sendmarker botch, we can now do initial busmjacob2000-04-211-4/+1
* IOCGIFCONF once and for all. Sometimes the ifc_len variableguido2000-04-211-5/+2
* Functional driver with new command queue in place.dmlb2000-04-211-1278/+1068
* Fix include paths so that this builds correctly.msmith2000-04-219-9/+9
* Make the loader a little smarter about when it is and is not allowedps2000-04-211-3/+8
* Don't call the PXE cleanup routine if PXE is not enabled. Thisps2000-04-211-2/+8
* Roll minor version. Increase size (and add defines for) topology storage.mjacob2000-04-211-2/+9
* Some minor tweaklets.mjacob2000-04-213-21/+44
* Add in the now required malloc.h include. I guess somebodymjacob2000-04-211-0/+1
* Pick up topology more sanely at f/w startup. Change the restrictions ofmjacob2000-04-211-22/+34
* Update (finally) 1.15.37 to 1.19.03 for the 2100. This allows us to notmjacob2000-04-211-20026/+23524
* One minor bugfix:msmith2000-04-202-4/+19
* IO apics are not necessarily page aligned, they are only required to be alignedluoqi2000-04-202-6/+10
* o Preliminary support for mapping the CIS by the driver.imp2000-04-203-13/+83
* card_if.m used by oldcard now tooimp2000-04-201-0/+1
* Remove bogus commentimp2000-04-201-2/+0
* Remove the linprocfs bits from their old location, as they've moved now.msmith2000-04-205-1862/+0
* Point to the new location of the sources under the i386 linux compatibilitymsmith2000-04-201-1/+1
* Move the linprocfs bits under the rest of the i386 linux compatibilitymsmith2000-04-2011-0/+3926
* Add TI-1211 chipset from datasheet infoimp2000-04-204-4/+14
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-203-7/+20
* o Introduce an extended attribute backing file header magic numberrwatson2000-04-192-3/+20
* vm_object_shadow: Remove an incorrect assertion. In obscure circumstancesalc2000-04-191-3/+0
* Let initialize th_sum before in6_cksum(), again.shin2000-04-192-0/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-19100-108/+0
* Use !PXE api over PXENV+ api.ps2000-04-193-18/+106
* OK. Next step: we read in CIS.imp2000-04-198-217/+34
* o Cause attribute data writes to use IO_SYNC since this improves therwatson2000-04-192-1/+17
* Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.peter2000-04-191-1/+1
* try the fix from creative bugzilla for nmi problemcg2000-04-181-2/+2
* Add forward declaration of `struct timespec' to quiet compiler warnings.jlemon2000-04-181-0/+1
OpenPOWER on IntegriCloud