summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cache the tx producer index instead of reading it every time ti_start isscottl2005-12-282-1/+4
* Fix a serious regression from the busdma conversion. Check to make surescottl2005-12-281-10/+17
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.trhodes2005-12-281-8/+8
* Add some sanity checking to the pccard insertion case. Whine if theimp2005-12-281-4/+6
* Uncomment ti(4) as it's now working.yongari2005-12-281-1/+1
* Bring big-endian architecture support for ti(4).yongari2005-12-282-241/+311
* In realloc(9), determine size of the original block based onpjd2005-12-281-1/+1
* Add a hid blacklist quirk.flz2005-12-274-1/+20
* Fix watch address truncation. The address was truncated when it was passed topjd2005-12-271-3/+3
* Ensure that we're aligned at leas tto the size of the resource being requested.imp2005-12-271-0/+21
* nitsimp2005-12-271-1/+1
* Change the probes in ATA to return a negative value on success.sos2005-12-272-26/+24
* Update the last commit to also take 48Bit access functions.sos2005-12-271-1/+3
* Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips.sos2005-12-273-0/+456
* Fix rebuilds of arrays that got stuck.sos2005-12-273-9/+30
* Try to unbreak the tinderbox: Cast a time_t argument to long before printingstefanf2005-12-271-1/+1
* Use variable i instead of variable cpus as an index to get correct kseq.davidxu2005-12-271-1/+1
* Add \n to log() message.glebius2005-12-271-1/+1
* Fix breakage introduced in the previous commit.sobomax2005-12-261-4/+2
* Fix typo in comment.cognet2005-12-261-1/+1
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-2613-7/+34
* - Plug a memory leak: free up per-cpu sample buffers at module unload time.jkoshy2005-12-261-3/+14
* MFi386: revision 1.621nyan2005-12-261-3/+0
* Add simple suspend and resume methods. We call em_stop() on suspend andglebius2005-12-261-0/+40
* Wrap comment lines to be under 80 characters wide.jkoshy2005-12-261-2/+3
* Move global variable private_tss into per-cpu area.davidxu2005-12-265-10/+10
* Only decrement the max-src-conn counter for tcp connections that reachedmlaier2005-12-252-0/+8
* add a sysctl to turn debug msgs on/off when built with IFMEDIA_DEBUGsam2005-12-251-0/+4
* Fix build after timeval.tv_sec changed from long to time_t.mlaier2005-12-251-2/+5
* Add suspend and resume support.ariff2005-12-251-4/+88
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-244-9/+13
* Forward-declare struct trapframe to allow the aic module to compile.grehan2005-12-241-0/+2
* Maintain the lock on the vnode for most of exec_elfN_imgact().alc2005-12-243-34/+61
* Avoid kernel panic when attaching a process which may not be stoppeddavidxu2005-12-242-28/+30
* Build ed on amd64. The pci attachment works with qemu on amd64.imp2005-12-231-0/+1
* - Improve the INKERNEL macro such that it can no longer give false positives.jeff2005-12-232-2/+11
* - Remove and unused include.jeff2005-12-231-1/+0
* Regen.ru2005-12-234-10/+4
* Fix build.ru2005-12-231-1/+1
* Implement an upper limit for packets per second sent by node.glebius2005-12-232-4/+47
* Typo.delphij2005-12-231-1/+1
* Mark the return address of the call to ast() in the generic trapgrehan2005-12-233-5/+13
* Fix build error.nyan2005-12-232-0/+2
* Regenerate sysent with new abort2 system call.phk2005-12-2310-12/+130
* Add missing 455-462 syscalls as unimplementedphk2005-12-231-0/+8
* Add abort2() systemcall.phk2005-12-232-0/+2
* Make sbuf_copyin() return the number of bytes copied on success.phk2005-12-231-1/+1
* Create the taskqueue_fast handler with INTR_MPSAFE so that it doesn't runscottl2005-12-231-1/+1
* Use device_printf() and if_printf() rather than printf() and axeyongari2005-12-232-53/+51
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-2242-276/+135
OpenPOWER on IntegriCloud