summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Use the M_CCD malloc bucket instead of M_DEVBUF.phk2003-01-182-82/+50
* Inline trivial function ccdintr() into its one caller ccdiodone().phk2003-01-182-42/+18
* Sanitize the copyright section a bit: We do not need two copies of thephk2003-01-182-102/+34
* Remove unneeded entries.nyan2003-01-182-38/+0
* Fixed comment.nyan2003-01-181-2/+2
* - Removed unecesary code.mdodd2003-01-186-110/+96
* MFp4: Add support for memory mapped UARTs, but don't add any devicesmarcel2003-01-182-9/+18
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-182-0/+3
* Regen.shiba2003-01-181-1/+4
* Add Accton EN2216.shiba2003-01-182-0/+2
* Regen.shiba2003-01-181-0/+3
* Fix long-standing bug predating FreeBSD where calling connect() twicehsu2003-01-181-1/+3
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* Remove subr_diskslice.c and subr_diskmbr.c which I can see no traces offphk2003-01-171-2/+0
* Remove subr_diskslice.c and subr_diskmbr.c which I can find no trace ofphk2003-01-171-2/+0
* - Style fixes.mdodd2003-01-171-3/+3
* ia64 didn't need subr_diskslice.c and subr_diskmbr.c either.phk2003-01-171-2/+0
* We do not need subr_diskslice.c and subr_diskmbr.c any more on alpha.phk2003-01-171-2/+0
* Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.cphk2003-01-172-17/+16
* Remove the unused DSO_* options.phk2003-01-172-36/+6
* Disallow listen() on sockets which are in the SS_ISCONNECTED ortmm2003-01-171-0/+4
* Sparc64 does not need subr_diskslice.c and subr_mbr.c now.phk2003-01-171-2/+0
* Move dkmodpart() from subr_diskslice.c to subr_disklabel.c.phk2003-01-172-6/+6
* Add Allied Telesis WR211PCM.shiba2003-01-172-0/+2
* Regen.shiba2003-01-171-1/+4
* Move subr_disklabel.c and subr_diskslice.c from being MI to MD files,phk2003-01-178-2/+14
* Replace M_DONTWAIT with M_NOWAIT for malloc().simokawa2003-01-174-23/+23
* Improve some debug massages.simokawa2003-01-171-3/+3
* Fix bus manager election process.simokawa2003-01-171-16/+18
* Find places to store the previously implicityly passed unit number inphk2003-01-172-14/+244
* A driver for the System Management Application Programmdodd2003-01-1712-0/+1196
* - Add a major for SMAPI.mdodd2003-01-171-3/+4
* SMP locking for ARP.hsu2003-01-171-6/+21
* Bump __FreeBSD_version to 500100 to allow us to differentiate HEAD fromscottl2003-01-171-1/+1
* Detect underrun of IT queue for debugging.simokawa2003-01-172-38/+56
* Make vinum disk-related devices readable by group "operator" to matchjoerg2003-01-161-6/+6
* Restore a comment that was lost in the shuffle.imp2003-01-161-0/+5
* Correct typo.grog2003-01-161-1/+1
* Move a local variable to avoid the compiler warning about it being unused.phk2003-01-161-1/+2
* hardpps() wants the raw hardware counter value converted to nanoseconds.jhay2003-01-161-7/+7
* MFi386: revision 1.372nyan2003-01-161-0/+1
* Improve memory allocation.simokawa2003-01-164-29/+43
* The abs() function isn't defined locally; include a header file thatmdodd2003-01-161-0/+1
* Fix two long-standing, but likely harmless, errors in the use ofalc2003-01-161-2/+2
* Use cycleMatch for precise IT DMA start timing.simokawa2003-01-161-12/+40
* kernel:njl2003-01-161-1/+1
* wi now needs wlansam2003-01-162-0/+2
* config glue for new wi driver and wlan modulesam2003-01-162-0/+6
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-168-113/+18
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-158-507/+76
OpenPOWER on IntegriCloud