aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sort includes.John Baldwin2001-05-217-7/+7
* - Assert that the vm mutex is held in pipe_free_kmem().John Baldwin2001-05-211-1/+6
* Axe unneeded spl()'s.John Baldwin2001-05-213-10/+1
* Update comment: We don't use vn(4) anymore in -CURRENT, we use md(4).Bruce A. Mah2001-05-211-1/+2
* syslog.h fails to compile with -Wwrite-stringsPoul-Henning Kamp2001-05-211-2/+2
* Work around the side effect of src/include/Makefile,v 1.137 changes.Ruslan Ermilov2001-05-211-1/+1
* Add note about pccard rototill and swapping breakage.Warner Losh2001-05-211-0/+8
* Change pmap_emulate_reference() so that it only touches the vm_pageAndrew Gallatin2001-05-211-1/+9
* catch these files up to their i386 neighbors to make alpha bootAndrew Gallatin2001-05-215-20/+60
* Update pc98 memory probe functions.Yoshihiro Takahashi2001-05-214-572/+82
* Get rid of LSYMSUBDIRS by merely setting up symlinks to LNOHEADERDIRS.Ruslan Ermilov2001-05-211-9/+2
* Merged from sys/i386/isa/npx.c revisions 1.99 and 1.100.Yoshihiro Takahashi2001-05-211-74/+29
* Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.Yoshihiro Takahashi2001-05-212-24/+24
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.Yoshihiro Takahashi2001-05-212-8/+8
* Added pc98 note menu.Yoshihiro Takahashi2001-05-211-0/+45
* Correct error message of an example.Hajimu UMEMOTO2001-05-211-1/+1
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)Hellmuth Michaelis2001-05-211-4/+4
* Move allocation of ExCA registers from the base driver into the busWarner Losh2001-05-213-34/+17
* Move setting of Vcc bit to before the vcc switch statement. TheWarner Losh2001-05-211-7/+5
* Next step on the road to pci: power taming.Warner Losh2001-05-214-84/+108
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.Warner Losh2001-05-213-11/+72
* Add description for 82801BA controller.Jun Kuriyama2001-05-212-0/+32
* Two comments and one bug fix:Warner Losh2001-05-212-3/+15
* Add a test for PR 24345.Jason Evans2001-05-206-0/+330
* Update the verify script.Jason Evans2001-05-206-603/+486
* Don't define _REENTRANT, since the Makefile does so.Jason Evans2001-05-203-6/+0
* Fix a typo.Jason Evans2001-05-203-3/+3
* Instead of using a join queue for each thread, use a single pointer toJason Evans2001-05-2032-431/+314
* Aquire vm mutex when releasing sysv shm segments.Alfred Perlstein2001-05-201-0/+4
* Print commas in the group list in user(). current() already did this.Dima Dorfman2001-05-201-1/+1
* Throw away the complications in npxsave() and their infrastructure.Bruce Evans2001-05-203-159/+69
* Use a critical region to protect almost everything in npxinit().Bruce Evans2001-05-203-0/+18
* Use a critical region to protect pushing of curproc's npx state toBruce Evans2001-05-201-1/+4
* Use a critical region to protect saving of the npx state in savectx().Bruce Evans2001-05-203-3/+12
* fix vm_mtx related compiler warningAndrew Gallatin2001-05-201-0/+1
* fix alpha-MD compile errors after the vm_mtx commitAndrew Gallatin2001-05-2011-0/+11
* Update softdep_setup_directory_add prototype to reflect changes inKirk McKusick2001-05-201-2/+3
* Plug memoly leak in overlaps fragment cases.Munechika SUMIKAWA2001-05-201-0/+6
* Removed -I${.CURDIR}/../../sys from CFLAGS.Ruslan Ermilov2001-05-201-3/+0
* - Sort usage() output;Maxim Sobolev2001-05-201-4/+7
* Fixed `objwarn' so that it doesn't issue spurious warnings,Ruslan Ermilov2001-05-201-3/+18
* Spell FreeBSD.org correctly.Ruslan Ermilov2001-05-201-3/+3
* - Fix markup;Maxim Sobolev2001-05-201-7/+12
* Add a flag to "ipfw show" which supresses the display of dynamicDavid Malone2001-05-202-3/+10
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-204-4/+6
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-201-0/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-2/+3
* This passes WARNS=2 on alpha and i386Kris Kennaway2001-05-201-1/+3
* Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.Kris Kennaway2001-05-201-0/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-204-5/+8