summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the sysctl "kern.function_list", which currently exports allgreen2001-10-305-0/+88
* Also, machine/profile.h should be necessary for the function prototypegreen2001-10-302-0/+6
* Use kmupetext() for ELF KLDs to allow for increased text segment size.green2001-10-302-0/+12
* Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-303-5/+66
* When dropping a packet because there is no room in the queue (which itselfjlemon2001-10-301-0/+1
* OLDCARD isn't supported on alpha or ia64, so don't pretend that it is byimp2001-10-302-2/+0
* Don't try to use sio with NEWCARD 16 bit yet. It eats all pccards :-)imp2001-10-303-3/+3
* Some improvements of control method battery driver.iwasaki2001-10-303-23/+56
* Use -ffreestanding instead of -fno-builtin. That's the officially blesseddfr2001-10-301-1/+1
* Adjust for building with gcc 3.0.1.dfr2001-10-301-2/+2
* A node that allows ethernet type packets to be filtered to differentjulian2001-10-303-0/+598
* Use the thread we have instead of finding anotherjulian2001-10-301-1/+1
* Add code to copy the enironment and loader metadata into kernel space.jake2001-10-302-2/+320
* Add definitions for network support, doesn't work yet.jake2001-10-301-27/+40
* Use ENTRY() for defining functions in asm.jake2001-10-302-156/+32
* Make the openfirmware entry point function pointer non-static so that itjake2001-10-302-1/+3
* MFGeneric: ->1.327 Sync with GENERICimp2001-10-301-10/+11
* Move device lnc to isa section, since it no longer uses the compat shims.imp2001-10-302-6/+4
* MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482nyan2001-10-302-4/+10
* Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so thatjhb2001-10-303-3/+3
* When scanning for control messages, don't process the data mbufs.dwmalone2001-10-291-1/+1
* Some small improvements of ACPI thermal driver.iwasaki2001-10-293-4/+62
* Don't set CR0_NE in cpu_setregs() for the SMP case, since setting itbde2001-10-292-0/+4
* System wide policy should be returned when no policy found in the SPD.ume2001-10-291-0/+26
* A few more style changes picked up whilst working on an MFC to -stable.joe2001-10-291-2/+2
* Fix some whitespace, and a comment that I missed in the last commit.joe2001-10-291-3/+4
* Add unwind.c.dfr2001-10-291-0/+1
* * Factor out common code for manipulating the RSE backing store.dfr2001-10-297-136/+1689
* Make the various bits of SMP code conditional on SMP so that I can stilldfr2001-10-294-0/+14
* Put symbols at the start and end of the unwind section so that we candfr2001-10-291-0/+4
* Various fixes to make stack traces using the unwind tables work properly.dfr2001-10-297-10/+242
* Fix disassembly of 'add a=b,c,1' and make the disassembly of the variousdfr2001-10-291-3/+3
* The size of the ELF hash table changed from 64 bits in the prototypepeter2001-10-291-1/+1
* Fix fragmented packet handling.sumikawa2001-10-291-2/+2
* o Send a test IPI from the BSP to itself at the same time APsmarcel2001-10-292-10/+14
* Add an IPI used for testing proper operation of delivering IPIs.marcel2001-10-291-1/+2
* Use a more sophisticated check that works better with older versionsmike2001-10-291-5/+5
* Make the clock vector 255 instead of 240. On Lion boxes, 240 ismarcel2001-10-292-3/+3
* Small correction in the LOCAL_SAPIC structure. The Flags fieldmarcel2001-10-291-3/+2
* Clean up the style of this header file.joe2001-10-291-186/+190
* log routine called w/ %ld and int argument, cast argument to longdillon2001-10-291-1/+1
* fix int argument used in printf w/ %ld (cast to long)dillon2001-10-291-2/+3
* promote tv_sec in printf to make it type agnosticdillon2001-10-291-4/+4
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,marcel2001-10-298-165/+359
* Make ttyprintf() of tv_sec value type agnostic.dillon2001-10-291-4/+4
* cast dev_t to int in printf to fix warning.dillon2001-10-291-1/+1
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedmarcel2001-10-292-0/+6
* 1) In devclass_alloc_unit(), skip duplicated wired devices (i.e. with fixedache2001-10-281-8/+8
* Adjust printfs to be time_t agnostic.dillon2001-10-282-7/+7
* Revert the reindentation of struct task's definition from rev 1.4.jhb2001-10-281-4/+4
OpenPOWER on IntegriCloud