| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFi386 | Alan Cox | 2002-12-02 | 1 | -0/+2 |
| * | Under certain circumstances, we were calling kmem_free() from | Maxime Henrion | 2002-11-22 | 1 | -0/+5 |
| * | MFi386 r1.369 | Alan Cox | 2002-11-18 | 1 | -1/+5 |
| * | Add getcontext, setcontext, and swapcontext as system calls. | Daniel Eischen | 2002-11-16 | 5 | -23/+148 |
| * | Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has | John Baldwin | 2002-11-14 | 1 | -0/+6 |
| * | Move pmap_collect() out of the machine-dependent code, rename it | Alan Cox | 2002-11-13 | 1 | -31/+1 |
| * | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | Alan Cox | 2002-11-11 | 1 | -2/+1 |
| * | Print real / avail memory in megabytes rather than kilobytes. | Dag-Erling Smørgrav | 2002-11-09 | 1 | -3/+4 |
| * | Fix warnings when compiled with SIMOS defined. | John Baldwin | 2002-11-08 | 1 | -4/+14 |
| * | Cast pointers in mem*_io() compat macros to uintptr_t so that they can be | John Baldwin | 2002-11-08 | 1 | -5/+5 |
| * | - Update the SIMOS fp-stealing code to KSE-II and beyond. | John Baldwin | 2002-11-08 | 1 | -5/+9 |
| * | Remove #ifdef DEBUG signal debugging code brought over from NetBSD with the | John Baldwin | 2002-11-08 | 1 | -32/+0 |
| * | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | Thomas Moestl | 2002-11-07 | 1 | -27/+0 |
| * | Turn on GEOM. It works on Alpha and we are going to need it for installs. | John Baldwin | 2002-11-07 | 1 | -2/+0 |
| * | Wrap ()'s around an argument before casting it to a void *. If the | John Baldwin | 2002-11-06 | 1 | -6/+6 |
| * | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | Juli Mallett | 2002-11-06 | 1 | -4/+0 |
| * | - Enable the use of UMA_MD_PAGE_ALLOC on alpha. | Jeff Roberson | 2002-11-01 | 2 | -7/+44 |
| * | Remove extranious memory barriers, and correct the placement of a few others. | Andrew Gallatin | 2002-10-30 | 2 | -22/+4 |
| * | Make the second serial port available for general use by default. | Andrew Gallatin | 2002-10-30 | 1 | -1/+0 |
| * | Use the newer "+" modifier on output contraints when a register or | John Baldwin | 2002-10-25 | 2 | -62/+62 |
| * | Split 4.x and 5.x signal handling so that we can keep 4.x signal | Peter Wemm | 2002-10-25 | 7 | -26/+286 |
| * | Extract out KSE specific code from machine specific code | Julian Elischer | 2002-10-24 | 1 | -18/+2 |
| * | psl.h isn't referenced anywhere that I could find on the alpha, so remove | Peter Wemm | 2002-10-21 | 1 | -32/+0 |
| * | Add a bus_space_unmap() for the puc (and possibly other) drivers. | Andrew Gallatin | 2002-10-21 | 1 | -0/+14 |
| * | - Replace two instances of vm_page_sleep_busy() with the page queue | Alan Cox | 2002-10-20 | 1 | -4/+10 |
| * | give alpha a bus_space_subregion() so that ahd_pci compiles and moves | Andrew Gallatin | 2002-10-20 | 1 | -0/+20 |
| * | Add two hooks to signal module load and module unload to MD code. | Marcel Moolenaar | 2002-10-19 | 1 | -0/+14 |
| * | Permits UFS ACLs to be used with the GENERIC kernel. Due to recent | Robert Watson | 2002-10-19 | 1 | -0/+1 |
| * | The a.out md_coredump stuff isn't referenced anywhere anymore, and | Peter Wemm | 2002-10-15 | 1 | -10/+0 |
| * | Remove the P1003_1B kernel option; it is no longer used. | Mike Barcroft | 2002-10-13 | 1 | -2/+1 |
| * | Add standards visibility conditionals. Change any uses of sigset_t to | Mike Barcroft | 2002-10-13 | 1 | -5/+10 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -1/+1 |
| * | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | Maxim Sobolev | 2002-10-11 | 1 | -0/+133 |
| * | Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 1 | -0/+4 |
| * | o Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 1 | -4/+10 |
| * | CPU_MAXID should | David E. O'Brien | 2002-10-06 | 1 | -1/+1 |
| * | NB: This commit does *NOT* make GEOM the default in FreeBSD | Poul-Henning Kamp | 2002-10-05 | 2 | -0/+4 |
| * | Fix namespace issues by using visibility conditionals from | Mike Barcroft | 2002-10-05 | 1 | -1/+3 |
| * | style(9) <machine/setjmp.h> headers so they look mostly the same. | Mike Barcroft | 2002-10-04 | 1 | -8/+13 |
| * | New bus_dma interfaces for use by crypto device drivers: | Sam Leffler | 2002-10-04 | 2 | -0/+230 |
| * | Add a couple of missing ':' in panic msgs. | Giorgos Keramidas | 2002-10-04 | 1 | -2/+2 |
| * | Fix typo in panic msg. | Giorgos Keramidas | 2002-10-04 | 1 | -1/+1 |
| * | MFi386: fork1 apparently takes 4 args now | Andrew Gallatin | 2002-10-02 | 1 | -1/+1 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -10/+61 |
| * | Fix the same misinitialization of pmap_prefault_pageorder as on i386. | Poul-Henning Kamp | 2002-10-01 | 1 | -2/+2 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -2/+1 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -1/+2 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 1 | -10/+10 |
| * | Remove a bunch of stuff that is surplus now | Julian Elischer | 2002-09-23 | 1 | -76/+0 |
| * | At great personal risk, add a __packed and __aligned(x) define that | Peter Wemm | 2002-09-23 | 1 | -1/+1 |