summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added PCI ID's for:rink2006-11-061-0/+2
* Prevent freeing wild pointer when bailing out.takawata2006-11-061-1/+2
* Set up the context for the dbbe_trace callback in the ddb. Otherwise,kib2006-11-061-1/+14
* Change the type of ar_arg_sockaddr from struct sockaddr to structcsjp2006-11-062-3/+2
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-0539-2798/+1269
* Fix possible leak when bridge is in monitor mode. Use m_freem() which willcsjp2006-11-051-1/+1
* Revert previous commit, and instead make the expression in rev. 1.2ru2006-11-051-1/+1
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-0511-73/+91
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-053-2/+20
* It seems to be safe to ignore 'file not locked' errorbp2006-11-051-0/+2
* Typo, 'from' vnode is locked here, not 'to' vnode.pjd2006-11-041-1/+1
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-047-21/+0
* Currently, we initialize "error" to zero when it's declared, thencsjp2006-11-041-2/+1
* When the packet is for the bridge then note which interface to send the replythompsa2006-11-041-0/+5
* Fix pointer arithmetic to be 64-bit friendly.ru2006-11-041-1/+1
* Remove bogus casts that Randall for some reason didn't borrowru2006-11-042-2/+2
* Doh! Actually commit checking against NULL for res.imp2006-11-041-5/+5
* Remove a bogus cast in an attempt to fix the tinderbox builds onjb2006-11-041-2/+2
* Backout the previous change. It was not intended to be part of thejb2006-11-041-6/+6
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-048-6/+27
* - map hardware trap numbers to those used by by sparc64 for inter-compatibilitykmacy2006-11-035-134/+203
* make pcb pad area accessible from asmkmacy2006-11-031-0/+2
* More 64 bit pointer fun.rrs2006-11-035-7/+7
* The relocation definitions are now defined in the machine independentjb2006-11-031-84/+0
* Remove no longer existing opt_bdg.h and opt_bge.h.ru2006-11-033-3/+3
* Regen.ru2006-11-034-43/+4
* Fix build breakage introduced in previous commit (redeclatationru2006-11-031-6/+6
* Fix two of the 64bit errors on the printfs.rrs2006-11-031-4/+2
* Nitpicking.ru2006-11-031-2/+2
* Somehow I missed this one. The sys/cdef.h was outrrs2006-11-031-1/+2
* This commits the remake in kern/ make sysent to getrrs2006-11-039-10/+61
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ Irrs2006-11-035-4/+6
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-0351-6/+54873
* MFp4:imp2006-11-031-43/+81
* Fix initialization sequence for consolekmacy2006-11-031-28/+32
* make sure physmem is initializedkmacy2006-11-031-5/+14
* Add a low level function to write a string to the hypervisorjb2006-11-032-0/+17
* Always init the console before trying to cnadd it tojb2006-11-031-2/+2
* Remove extra whitespacenjl2006-11-031-1/+0
* Add PCI Id for ServeRAID 8k.scottl2006-11-031-0/+2
* Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is alwaysmarcel2006-11-031-1/+1
* Make sure kern_envp is never NULL. If we don't get a pointer tomarcel2006-11-031-3/+4
* Properly calculate the checksum of the APIC table.marcel2006-11-031-1/+2
* Defer sending the bpdu from bstp_update_info as all code paths will test thisthompsa2006-11-031-1/+1
* Fix some negotiation issues (like not being able to negotiate async)mjacob2006-11-021-6/+36
* add some missing MPT<>CAM and CAM<>MPT bogolocksmjacob2006-11-021-0/+3
* Add a tunable that allows one to turn off the automatic sending ofmjacob2006-11-021-16/+26
* Unbreak compile with ELF_VERBOSE defined, and fix format warnings.ru2006-11-021-3/+4
* Use the improved m_uiotombuf() function instead of home grown sosend_copyin()andre2006-11-021-1/+29
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-027-95/+99
OpenPOWER on IntegriCloud