summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Regenerateobrien2003-01-131-1/+3
* - Unbreak world. I did not notice that libkvm was still used in some placesjeff2003-01-132-7/+6
* Correct an off-by-one error in the calculation of the number of interruptbenno2003-01-131-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-1347-233/+203
* Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified.alc2003-01-121-4/+5
* Add code to make md(4) a GEOM device driver instead of relying inphk2003-01-121-4/+134
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-124-0/+7
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.jeff2003-01-122-17/+30
* Shift things around a bit in preparation for future evilness.phk2003-01-121-43/+48
* Allowing nent < 0 in aio_suspend() and lio_listio() is just asking fortjr2003-01-121-2/+2
* Remove "XXX undocumented" comment from lio_listio().tjr2003-01-121-1/+1
* Make compile cleanly when USB_DEBUG is defined.imp2003-01-121-1/+2
* vm_fault_copy_entry() needn't clear PG_ZERO because it didn't passalc2003-01-121-3/+0
* vm_hold_load_pages() needn't clear PG_ZERO because it didn't passalc2003-01-121-1/+0
* Merged from sys/isa/fd.c revision 1.244.nyan2003-01-122-0/+6
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-1247-201/+220
* Bail out of fd_clone() if the parsed unit number doesn't match ourjoerg2003-01-112-0/+6
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-112-0/+8
* In vm_page_alloc(), fuse two if statements that are conditioned on the samealc2003-01-111-8/+3
* FBSDIDize and clean up whitespace nits.des2003-01-111-30/+25
* Read sanpei's mind, and unbreak the build.des2003-01-111-2/+3
* Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,shiba2003-01-111-1/+1
* Regen.shiba2003-01-111-3/+10
* RATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2 Card) haveshiba2003-01-111-1/+4
* Fix kernel build.mux2003-01-111-1/+1
* Don't restrict MBR sectorsize to 512 bytes.phk2003-01-111-20/+23
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control datatjr2003-01-113-6/+14
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.dillon2003-01-112-3/+3
* Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).sanpei2003-01-112-4/+14
* correct printf formatsam2003-01-111-1/+1
* Reset the channel in attach if its not the console.jake2003-01-111-0/+7
* Add symlink support to devfs_rule_matchpath(). This allows the userdd2003-01-111-1/+2
* Major bugfixes for large memory and fast systems.scottl2003-01-114-67/+90
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-112-32/+16
* make sem_leave return a usable errno instead of -1.alfred2003-01-101-3/+3
* Output the fstype of each partition in a disklabel in the configurationjhb2003-01-101-0/+7
* MFi386: revision 1.552.nyan2003-01-102-4/+0
* Don't record thread pointer, it's not permanent in process life cycle,davidxu2003-01-101-6/+6
* Make newer integrated SiS900 cards working.mbr2003-01-102-2/+36
* Sis no longer implements the enhanced phy controlmbr2003-01-102-53/+262
* SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead ofmbr2003-01-102-3/+14
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-108-8/+8
* o Improve wording of the comment that accompanies fs_pad. Themarcel2003-01-101-1/+6
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-104-0/+30
* Don't allow user process to set an invalid window state through sigreturn.jake2003-01-102-4/+9
* Clear the target hardware address field when generating an ARP request.tmm2003-01-101-0/+1
* Fix superblock alignment problems on non-i386 platforms. Also change fs_uuidgordon2003-01-091-2/+3
* Fix for DELL PERC firmware. Driver was hangingemoore2003-01-091-2/+16
* Add support for the Davicom DM9009 chipset.trhodes2003-01-094-0/+8
* Remove earlysetcpuclass() as it has been OBE.jhb2003-01-094-34/+0
OpenPOWER on IntegriCloud