summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed a reference to a nonexistent variable in previous commit. Renamingbde2003-11-052-18/+16
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeharti2003-11-052-2/+9
* When compiled with debugging trace the number of transmit mbufs thatharti2003-11-052-2/+46
* Initialize the USED flag in new external receive buffers to 0, not to 1.harti2003-11-051-2/+2
* Replace the lock-less algorithm for the free item list with a moreharti2003-11-051-64/+36
* Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)imp2003-11-051-2/+2
* Add hooks for translating directories entries using the iconv methods.scottl2003-11-055-32/+172
* Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that thescottl2003-11-052-0/+46
* Hook the udf_iconv module up to the kernel build.scottl2003-11-053-0/+3
* Update the udf module makefile for the udf_iconv modulescottl2003-11-051-0/+1
* Include module.hscottl2003-11-051-0/+1
* Minor style(9) nitimp2003-11-051-8/+8
* - Move the implementation of OBJ_ONEMAPPING from vm_map_delete() toalc2003-11-051-30/+24
* - It's ok if sched_runnable() has races in it, we don't need the sched_lockjeff2003-11-051-3/+4
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-0515-120/+124
* Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which preventsgreen2003-11-051-1/+1
* Back out the following revisions:fjoe2003-11-053-26/+29
* Truly fix the lockup mentioned in 1.153. The PRISM hardware is notgreen2003-11-041-0/+9
* Move the inline limit default variable to a per-arch place. For example,peter2003-11-043-2/+5
* Despite making the card not lock up, thae workaround from 1.153 didn'tgreen2003-11-041-3/+0
* Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelrsm2003-11-042-206/+128
* source address selection part of RFC3484.ume2003-11-045-110/+569
* Tweak the version string output for ioapic devices.jhb2003-11-042-4/+6
* Use a wrapper around the driver interrupt handler. The wrapper accepts thejhb2003-11-041-3/+10
* - cleanup SP refcnt issue.ume2003-11-0421-1081/+1655
* use nd6log().ume2003-11-041-30/+24
* - update comments to refrect recent BSDs.ume2003-11-042-38/+35
* Fix LINTnyan2003-11-042-1/+2
* 'options APIC_IO' is replaced by 'device apic'.nyan2003-11-041-2/+2
* 'options APIC_IO' is replaced by 'device apic'.nyan2003-11-041-1/+1
* MFi386: revision 1.206nyan2003-11-043-498/+39
* MFi386: revision 1.580nyan2003-11-042-24/+78
* Fix to support pc98.nyan2003-11-042-0/+12
* MFi386: revision 1.456nyan2003-11-041-3/+9
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-044-44/+158
* MFi386: revision 1.200nyan2003-11-041-2/+2
* Get rid of DIAGNOSTIC that gives false positives on slow CPUs.mckusick2003-11-041-28/+0
* - Add initial support for pinning and binding.jeff2003-11-041-2/+53
* - Clean up comments to reflect the KSE pushout.jeff2003-11-041-8/+17
* Update avail_ssize for rstacks after growing them.marcel2003-11-041-0/+1
* Add a "-f" flag for asf(8) which performs a search to find the each modulegreen2003-11-041-1/+1
* Use %#jx for both args.imp2003-11-041-2/+2
* Allow the bufdaemon and update daemon processes to skip themckusick2003-11-041-4/+8
* o Add sysctl to allow ignoring checksum of eeprom.imp2003-11-042-53/+77
* ppbus_if.c is necessary if you are loading submodules.imp2003-11-041-1/+1
* disable MPSAFE network drivers; we aren't ready yet`sam2003-11-041-1/+1
* I believe kbyanc@ really meant this in rev 1.58.cognet2003-11-041-2/+2
* Module for cs driverimp2003-11-041-0/+9
* Do not attempt to report proc event if NOTE_EXIT has already been received.cognet2003-11-041-0/+7
* Make this compile with PAE.peter2003-11-042-10/+12
OpenPOWER on IntegriCloud