aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cast len to be a uintmax_t and make format in KASSERT match so asMatt Jacob2007-06-101-1/+2
* Remove const type qualifier from a function- gcc4.2 doesn't accept it.Matt Jacob2007-06-101-3/+3
* Initialize the dma tag's bounce_zone to NULL if we didn't allocate it.Olivier Houchard2007-06-101-1/+2
* Prefer device_printf over printfWarner Losh2007-06-102-36/+31
* Prefer device_printf over printf. Eliminate axe_unit as it is noWarner Losh2007-06-102-38/+32
* Remove 'inline' qualifiers from functions which are not, in fact, inlines.Matt Jacob2007-06-102-7/+7
* Cast the ioctl define to the type of the variable being switched on.Matt Jacob2007-06-101-2/+2
* Remove unused variable.Matt Jacob2007-06-101-2/+0
* Init timespec to zero fo quiesce warnings.Matt Jacob2007-06-101-1/+1
* Quiesce warnings by initializing irql values to zero.Matt Jacob2007-06-101-3/+3
* Ensure that newpath is always initialized, even for the error case.Matt Jacob2007-06-101-0/+2
* Commit for Nate his "guidelines for submitting quirks".Matt Jacob2007-06-101-2/+210
* Remove unused variable.Matt Jacob2007-06-101-1/+0
* The new compiler can't quite follow the logic of has_stime andMatt Jacob2007-06-101-1/+1
* Initialized ets to zero. This is arguably a gcc bug in that ets is alwaysMatt Jacob2007-06-101-0/+2
* Complete an initialization to make gcc 4.2 happy.Matt Jacob2007-06-101-0/+1
* Initialize devname.Matt Jacob2007-06-101-0/+2
* Add ofw_bus_if.h as a dependency on sparc64. Without this sparc64 kernelKen Smith2007-06-101-0/+4
* Add a new physical memory allocator. However, do not yet connect itAlan Cox2007-06-102-0/+741
* Fix a bug caming from the committing a pre-merge version of the patchAttilio Rao2007-06-101-0/+2
* Work around an integer overflow in expression `3 * maxbufspace / 4',Marcel Moolenaar2007-06-091-0/+7
* Synchronize the instruction cache after writing to memory. This isMarcel Moolenaar2007-06-091-1/+5
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-0914-21/+70
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-099-23/+47
* Make the handling of the tcp window explicit for the SYN_SENT caseAndre Oppermann2007-06-091-4/+10
* Remove some bogosity from the SYN_SENT case in tcp_do_segmentAndre Oppermann2007-06-091-6/+8
* Since locking in kern/subr_prof.c is changed a bit, we need nomore ofAttilio Rao2007-06-092-3/+1
* Don't send pure window updates when the peer has closed the connectionAndre Oppermann2007-06-091-1/+4
* The current rusage code show peculiar problems:Attilio Rao2007-06-096-48/+26
* Propagate volatile qualifier to make gcc4.2 happy.Matt Jacob2007-06-091-1/+1
* Handle a race condition on >2 core machines in tcp_timer() whenAndre Oppermann2007-06-091-2/+8
* - Opps.. takes out debug printfs I accidentally left in :-(Randall Stewart2007-06-092-16/+0
* - fix send_failed notification contentsRandall Stewart2007-06-096-87/+99
* Make this compile.Ruslan Ermilov2007-06-091-1/+1
* Pointer to an ICMP header was getting left behind after doing a pullup.Darren Reed2007-06-091-0/+1
* Expand USB_ATTACH_SETUP inline.Warner Losh2007-06-092-8/+2
* Expand USB_ATTACH_SETUP inline + devinfo tweaksWarner Losh2007-06-091-2/+3
* Remove devinfo junk.Warner Losh2007-06-0914-170/+11
* Remove lots of extra junk:Warner Losh2007-06-091-114/+2
* Kill devinfo stuff. It is no longer needed.Warner Losh2007-06-095-43/+2
* Kill USB_MATCH_SETUP, since this is the only place it was used in the tree.Warner Losh2007-06-091-8/+2
* Try to set the data multiplexed feature, but don't care if there's anWarner Losh2007-06-091-46/+28
* The devinfo stuff has been moved up into the parent bus. There's noWarner Losh2007-06-099-53/+4
* Physical memory regions can be larger than INT_MAX. Change size1Marcel Moolenaar2007-06-091-3/+4
* Cleanup messages printed on attach. Since the description gets set toWarner Losh2007-06-081-31/+13
* Don't cast the command argument to ether_ioctl() to an int since its not anDoug White2007-06-081-1/+1
* Remove the MUTEX_WAKE_ALL option and make it the default behaviour for ourAttilio Rao2007-06-083-43/+0
* Enable AUDIT by default in the GENERIC kernel, allowing security eventRobert Watson2007-06-087-0/+7
* Add my copyright.Marcel Moolenaar2007-06-082-0/+56
* Replace a constant with an already defined symbolic name for it.Yaroslav Tykhiy2007-06-081-1/+1