summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-2/+2
* Modify the tte format to not include the tlb context number and to store thejake2002-02-258-499/+1189
* Improve grep'ing for variables in make.conf and rc.conf*.dougb2002-02-251-4/+4
* Use the default 'ld' emulation rather than hard coding it.obrien2002-02-251-1/+0
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-7/+8
* Declare time(not3) instead of depending on namespace pollution 3 layersbde2002-02-251-0/+2
* Removed mounds of unused variables.bde2002-02-251-4/+0
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-3/+3
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-3/+3
* The thermal thread needs to take Giant before it does anything with themsmith2002-02-251-0/+6
* Removed unused include of <sys/resource.h> instead of depending onbde2002-02-251-12/+2
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-3/+4
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-2/+1
* #include <stddef.h> for the definition of NULL instead of depending onbde2002-02-251-1/+3
* Sockets passed into uipc_abort() have been allocated by sonewconn()iedowse2002-02-251-10/+2
* Correct name spelling for one of the people who share my birthday.grog2002-02-241-1/+1
* MFen (1.283 --> 2.286).kuriyama2002-02-241-3/+3
* Make atomic_cmpset_32 correctly return 0 on failure.benno2002-02-241-0/+3
* Fix style bugs:alfred2002-02-241-2/+3
* Tests by numerous people have shown that many chipsets do not properlydillon2002-02-241-1/+1
* bump __FreeBSD_version for usb structure rename.alfred2002-02-241-1/+1
* Give a little more information as to why pnp configuration of a devicealfred2002-02-241-1/+7
* Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.mike2002-02-241-2/+0
* Add a generation number to timecounters and spin if it changes underphk2002-02-242-38/+65
* Fix a typo (?) in previous commit told ttyprintf() to print the integerphk2002-02-241-1/+1
* Sync with the Alpha's GENERIC configuration.obrien2002-02-241-3/+143
* Add a definition for mode page 0x2a "CD capabilities and mechanicaljoerg2002-02-241-0/+52
* Finish phk's previous removal of BIO_ORDERED, all code thatsos2002-02-242-5/+0
* * Add a feature to do a "pre {build|install}world" check of (so far)dougb2002-02-241-26/+90
* Move some debugger-only symbols around; this patch didn't make it intomsmith2002-02-243-4/+2
* Use libgcc_p.a when -pg is in effect.obrien2002-02-241-0/+4
* ctags would create a corrupt tags file if the source C file used '//' stylegshapiro2002-02-243-13/+16
* Make sure we don't remove /etc/mail/sendmail.cf on make clean since thisgshapiro2002-02-241-3/+11
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether thedes2002-02-241-1/+9
* Adding infrastructure for translation for alpha dirgioria2002-02-233-2/+57
* Fix LINT breakage by adding a missing include.tmm2002-02-232-0/+2
* Add PMAP_STATS option so pmap.c compiles.jake2002-02-231-0/+1
* Add SIIG Cyber Serial Dual PCI 16C550 to the list of puc(4)-supportedbmah2002-02-232-0/+6
* Make use of the ranged tlb demap operations where ever possible. Usejake2002-02-234-56/+77
* Add needed include of ucontext.h.jake2002-02-231-0/+1
* Initialize the libc user trap handlers before passing control non-startuptmm2002-02-231-0/+2
* Add userland floating point emulator code for sparc64. This is a porttmm2002-02-2317-1/+3520
* Fix namespace pollution introduced in previous commit.des2002-02-231-4/+1
* Add inlines for demapping a range of pages from the itlb and dtlb. Thisjake2002-02-231-5/+16
* Fixed unsorting.bde2002-02-231-6/+6
* Use intr_disable/intr_restore instead of TLB_ATOMIC_START/END.jake2002-02-231-13/+8
* Use PCB_REG instead of loading the pcb from curthread. This fixes a bugjake2002-02-232-8/+4
* Adapt the tsb_foreach interface to take a source and a destination pmap sojake2002-02-233-18/+58
* Add statistic gathering for various tsb operations.jake2002-02-231-0/+34
* Remove debug code.jake2002-02-231-12/+2
OpenPOWER on IntegriCloud