aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* There is no tcic driver, so no need to list it here.Warner Losh2001-08-151-1/+0
* Style changes to commonize the various platforms.David E. O'Brien2001-08-153-27/+27
* Sync up with the latest ansi.h in other platforms -- especially RUNE andDavid E. O'Brien2001-08-151-20/+46
* No tokens should follow #endif.David E. O'Brien2001-08-151-2/+2
* In order to bring about the end of the universe, delete the lines:Peter Wemm2001-08-156-12/+0
* Merge from stable (which seems to have been spammed at some point in current):Warner Losh2001-08-142-3/+12
* Implement PIOCSRESOURCE for mecia like we do for pcic.Warner Losh2001-08-141-1/+37
* Minor style(9) nits to make code more readableWarner Losh2001-08-141-4/+3
* Implement kernel semaphores.Jason Evans2001-08-143-0/+238
* Fix yet another "unconditionally free()ing memory without even checkingBill Paul2001-08-141-1/+7
* Treat min,max of 0,0 for IRQ special. Reject it if we didn't specificallyWarner Losh2001-08-141-3/+26
* For TI12xx and newer, clear register 0x84. This is the "Multimedia"Warner Losh2001-08-142-15/+37
* linux ls fails on DEVFS /dev because linux_getdents fails becausePoul-Henning Kamp2001-08-141-4/+22
* Try to support the Cirrus Logic PD6833 better in pci mode. This isWarner Losh2001-08-142-18/+42
* Add a GENERIC kernel config for sparc64.Jake Burkholder2001-08-142-0/+33
* Add some definitions that got left out, *blush*.Jake Burkholder2001-08-141-0/+22
* Don't define ELF_RTLD_ADDR twice.Jake Burkholder2001-08-141-1/+0
* In prom_halt(), set the halt restart flags on the current CPU, not theJohn Baldwin2001-08-131-2/+1
* Remove IPI_HALT to make way for a more correct fix for halts and restartsJohn Baldwin2001-08-134-23/+0
* Minor style nits: cleanup and add some function prototypes.John Baldwin2001-08-131-2/+5
* Add sx_try_upgrade() and sx_downgrade().Jason Evans2001-08-132-0/+50
* Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingSemen Ustimenko2001-08-132-18/+14
* Add support for 802.1Q VLAN and oversized ethernet frames.Semen Ustimenko2001-08-136-9/+71
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
* Use interrupt gates instead of trap gates for breakpoint and traceBruce Evans2001-08-132-4/+4
* Removed he BPTTRAP() macro and its use. It was intended for restoringBruce Evans2001-08-133-12/+6
* Fixed minor numbers when there is more than one cy card.Bruce Evans2001-08-133-18/+45
* Use ttymalloc() instead of a static array of `struct tty'. This willBruce Evans2001-08-133-45/+6
* Fix some trivial bugs.Mitsuru IWASAKI2001-08-122-20/+24
* Remove unused nmdmpoll function.Mark Peek2001-08-111-63/+0
* If we've panic'd already, then just bail in lockmgr rather than blocking orJohn Baldwin2001-08-101-0/+5
* Make the protoswitch definitiosn checkable in the same way thatJulian Elischer2001-08-102-30/+30
* Fix some of the GDB linkage setup. The l_name member of the gdb linkageBill Paul2001-08-102-4/+28
* Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHEDJohn Baldwin2001-08-101-0/+10
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-1029-225/+111
* Make witness compile w/o DDB.John Baldwin2001-08-101-1/+7
* Style cleanup.David E. O'Brien2001-08-101-2/+2
* Arbitrarily limit to 64k the number of bytes that can be read atIan Dowse2001-08-102-0/+6
* Work around a race between msleep() and endtsleep() where it was possibleJohn Baldwin2001-08-101-3/+23
* Change callout_stop() to return an integer. If callout_stop() succeeds inJohn Baldwin2001-08-102-3/+4
* Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL).John Baldwin2001-08-101-3/+3
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+2
* Do NOT allocate a 1K buffer on the kernel stack.Julian Elischer2001-08-101-2/+12
* Fix missing splx().Kazutaka YOKOTA2001-08-101-0/+1
* Eliminate the hot-spare 'r' in Arrray.Poul-Henning Kamp2001-08-101-1/+1
* DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!Julian Elischer2001-08-101-12/+25
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-102-15/+2
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-101-9/+0
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-107-220/+4
* Move ISA interrupt ISR and timeout routines to pcic from pcic_isa soWarner Losh2001-08-103-75/+73