aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYDavid E. O'Brien2003-01-124-0/+7
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.Jeff Roberson2003-01-122-17/+30
* Shift things around a bit in preparation for future evilness.Poul-Henning Kamp2003-01-121-43/+48
* Allowing nent < 0 in aio_suspend() and lio_listio() is just asking forTim J. Robbins2003-01-121-2/+2
* Remove "XXX undocumented" comment from lio_listio().Tim J. Robbins2003-01-121-1/+1
* Make compile cleanly when USB_DEBUG is defined.Warner Losh2003-01-121-1/+2
* vm_fault_copy_entry() needn't clear PG_ZERO because it didn't passAlan Cox2003-01-121-3/+0
* vm_hold_load_pages() needn't clear PG_ZERO because it didn't passAlan Cox2003-01-121-1/+0
* Merged from sys/isa/fd.c revision 1.244.Yoshihiro Takahashi2003-01-122-0/+6
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-1247-201/+220
* Bail out of fd_clone() if the parsed unit number doesn't match ourJoerg Wunsch2003-01-112-0/+6
* Add support for the Intel 82820 UP-only AGP bridge.Eric Anholt2003-01-112-0/+8
* In vm_page_alloc(), fuse two if statements that are conditioned on the sameAlan Cox2003-01-111-8/+3
* FBSDIDize and clean up whitespace nits.Dag-Erling Smørgrav2003-01-111-30/+25
* Read sanpei's mind, and unbreak the build.Dag-Erling Smørgrav2003-01-111-2/+3
* Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,Takeshi Shibagaki2003-01-111-1/+1
* Regen.Takeshi Shibagaki2003-01-111-3/+10
* RATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2 Card) haveTakeshi Shibagaki2003-01-111-1/+4
* Fix kernel build.Maxime Henrion2003-01-111-1/+1
* Don't restrict MBR sectorsize to 512 bytes.Poul-Henning Kamp2003-01-111-20/+23
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control dataTim J. Robbins2003-01-113-6/+14
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-112-3/+3
* Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).MIHIRA Sanpei Yoshiro2003-01-112-4/+14
* correct printf formatSam Leffler2003-01-111-1/+1
* Reset the channel in attach if its not the console.Jake Burkholder2003-01-111-0/+7
* Add symlink support to devfs_rule_matchpath(). This allows the userDima Dorfman2003-01-111-1/+2
* Major bugfixes for large memory and fast systems.Scott Long2003-01-114-67/+90
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftMatthew Dillon2003-01-112-32/+16
* make sem_leave return a usable errno instead of -1.Alfred Perlstein2003-01-101-3/+3
* Output the fstype of each partition in a disklabel in the configurationJohn Baldwin2003-01-101-0/+7
* MFi386: revision 1.552.Yoshihiro Takahashi2003-01-102-4/+0
* Don't record thread pointer, it's not permanent in process life cycle,David Xu2003-01-101-6/+6
* Make newer integrated SiS900 cards working.Martin Blapp2003-01-102-2/+36
* Sis no longer implements the enhanced phy controlMartin Blapp2003-01-102-53/+262
* SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead ofMartin Blapp2003-01-102-3/+14
* When reading PHY regs over the i2c bus, the turnaround ACK bitMartin Blapp2003-01-108-8/+8
* o Improve wording of the comment that accompanies fs_pad. TheMarcel Moolenaar2003-01-101-1/+6
* Add preliminary support for the Hawking PN672TX CardBus cards.Warner Losh2003-01-104-0/+30
* Don't allow user process to set an invalid window state through sigreturn.Jake Burkholder2003-01-102-4/+9
* Clear the target hardware address field when generating an ARP request.Thomas Moestl2003-01-101-0/+1
* Fix superblock alignment problems on non-i386 platforms. Also change fs_uuidGordon Tetlow2003-01-091-2/+3
* Fix for DELL PERC firmware. Driver was hangingEric Moore2003-01-091-2/+16
* Add support for the Davicom DM9009 chipset.Tom Rhodes2003-01-094-0/+8
* Remove earlysetcpuclass() as it has been OBE.John Baldwin2003-01-094-34/+0
* Rework part of the previous processor name changes so that we readJohn Baldwin2003-01-099-82/+56
* Build gem(4) on powerpc also.David E. O'Brien2003-01-091-2/+5
* Moved if_hme to hme.David E. O'Brien2003-01-092-10/+1
* Add an hme(4) module.David E. O'Brien2003-01-091-0/+9
* Oops, add zstty to the witness order list.Jake Burkholder2003-01-091-0/+1
* Dont probe PnP devices.Søren Schmidt2003-01-091-0/+4