summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-1612-133/+39
* remove redundant declaration of bsd_to_linux_sigset()gallatin2000-11-161-1/+0
* fix glaring bugs in rt signals -- copyout the right signal mask ingallatin2000-11-161-2/+3
* Argh, add in a missing release of the sched_lock.jhb2000-11-161-0/+1
* CURSIG() calls functions that acquire sleep mutexes, so it is not a goodjhb2000-11-161-3/+12
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-162-2/+11
* make the fcntl() flags match what the linux/alpha port uses, notgallatin2000-11-161-9/+11
* install/build accf_* manpagesalfred2000-11-161-0/+1
* Xref accf_http and accf_dataalfred2000-11-151-0/+2
* Document the accf_data accept filter: "dataready"alfred2000-11-151-0/+76
* Document the accf_http accept filter "httpready".alfred2000-11-151-0/+97
* - Rename await() to mawait(). mawait() is to await() as msleep() is tojhb2000-11-152-15/+29
* - Replace a KASSERT() that knew too much about mutex internals with ajhb2000-11-151-2/+1
* - Convert references from tsleep() -> msleep()jhb2000-11-151-9/+9
* - Add a new macro DROP_GIANT_NOSWITCH() that is similar to DROP_GIANT()jhb2000-11-151-6/+32
* Include the right headers to get the DDB #define and the db_active variable.jhb2000-11-153-0/+9
* - Replace some instances of sched_ithd with sched_swi in KTR tracepoints.jhb2000-11-151-2/+3
* Correct the Bintuils src path from the debugging version I accidentlyobrien2000-11-151-1/+1
* Assert that Giant is not owned during the main loop of ithd_loop().jhb2000-11-152-0/+2
* Declare the 'witness_spin_check' properly as a per-CPU variable in thejhb2000-11-154-12/+1
* Don't perform witness checks in witness_enter() during a panic.jhb2000-11-153-3/+3
* Add the 'witness_spin_check' per-CPU variable.jhb2000-11-156-0/+6
* - Don't acquire/release Giant during an interrupt context for machinejhb2000-11-151-10/+1
* Make ktr_verbose a bit more useful:jhb2000-11-151-0/+5
* Sync with sys/i386/conf/GENERIC rev 1.291.obrien2000-11-155-0/+15
* Upgrade to Binutils 2.10.1.obrien2000-11-157-5/+17
* dyn-string.* moved to libiberty/ and include/.obrien2000-11-152-141/+0
* Merge rev 1.2 into Binutils 2.10.1.obrien2000-11-151-125/+184
* Merge conflicts. Adds revs 1.2 and 1.3 (FreeBSD configuration support),obrien2000-11-151-1/+3
* Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.10.1.obrien2000-11-151-1/+1
* Merge conflicts into Binutils 2.10.1.obrien2000-11-152-170/+186
* We use the stock version of this file now.obrien2000-11-151-1/+1
* Return to the vendor's version of this file as in rev 1.4.obrien2000-11-151-11/+30
* We use the stock version of this file now.obrien2000-11-151-2/+21
* Only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined elsewhere.obrien2000-11-151-3/+8
* Only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined elsewhere.obrien2000-11-151-4/+11
* Merge our ELF branding into Binutils 2.10.1.obrien2000-11-151-11/+33
* This commit was generated by cvs2svn to compensate for changes in r68765,obrien2000-11-1549-901/+5948
|\
| * Import of GNU Binutils version 2.10.1.obrien2000-11-1560-1228/+6420
* | Bug fix for revision 1.14 on the replacement of CIRCLEQ with TAILQ.mckusick2000-11-151-6/+4
* | Fix all the interrupt enabled/disabled assertions which were backwards.jhb2000-11-152-12/+12
* | Don't perform an mi_switch() when we release Giant during cpu_exit(). Wejhb2000-11-154-4/+8
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-151-35/+34
* | vx no longer uses pci compat shims and this doesn't need a countimp2000-11-152-2/+2
* | MFGENERIC: 1.291imp2000-11-151-0/+6
* | Add pmtimer device, necessary for proper time keeping when apm orimp2000-11-152-0/+4
* | remove trailing periods from SEE ALSO.ben2000-11-1514-15/+15
* | remove period from SEE ALSO.ben2000-11-151-1/+1
* | more removal of trailing periods from SEE ALSO.ben2000-11-156-6/+6
* | remove fullstops from the end of .Xr lines in SEE ALSO sections.ben2000-11-1522-22/+22
OpenPOWER on IntegriCloud