| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | Alan Cox | 2002-11-11 | 1 | -3/+5 |
| * | Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS | Mitsuru IWASAKI | 2002-11-09 | 1 | -46/+78 |
| * | Print real / avail memory in megabytes rather than kilobytes. | Dag-Erling Smørgrav | 2002-11-09 | 1 | -4/+4 |
| * | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | Thomas Moestl | 2002-11-07 | 1 | -37/+0 |
| * | Properly parenthesize the DBREG_DRX macro's variables to allow for | Alfred Perlstein | 2002-11-07 | 1 | -1/+1 |
| * | Simplify and optimize pmap_object_init_pt(). More specifically, | Alan Cox | 2002-11-07 | 1 | -65/+32 |
| * | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | David Xu | 2002-11-07 | 5 | -11/+14 |
| * | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | Juli Mallett | 2002-11-06 | 1 | -4/+0 |
| * | Fix typo. ioport_rid should be irq_rid. | David Xu | 2002-11-05 | 2 | -2/+2 |
| * | Sync to src/sys/kern/syscalls.master | Robert Watson | 2002-11-02 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2002-11-02 | 1 | -10/+34 |
| * | Use 0xffffffff instead of -1 for id to compare against. | Warner Losh | 2002-11-02 | 1 | -10/+11 |
| * | Note that the sched_lock protects md_ldt of struct mdproc. | John Baldwin | 2002-10-25 | 1 | -1/+1 |
| * | Finish fixing the 5.x FPU code for dealing with signal handlers. | Peter Wemm | 2002-10-25 | 2 | -0/+2 |
| * | Split 4.x and 5.x signal handling so that we can keep 4.x signal | Peter Wemm | 2002-10-25 | 8 | -32/+363 |
| * | Change method to determine base memory size. | Mitsuru IWASAKI | 2002-10-25 | 1 | -43/+55 |
| * | Use the correct values for LDBL_*. Libc doesn't completely support | Warner Losh | 2002-10-25 | 1 | -9/+10 |
| * | Extract out KSE specific code from machine specific code | Julian Elischer | 2002-10-24 | 1 | -38/+2 |
| * | No need for pmtimer hint anymore. | John Baldwin | 2002-10-22 | 1 | -1/+0 |
| * | Change the definition of the debugging registers to be an array, so | Poul-Henning Kamp | 2002-10-20 | 3 | -58/+55 |
| * | Remove a boatload of '&' which are surplus to the requirements. | Poul-Henning Kamp | 2002-10-20 | 2 | -82/+82 |
| * | Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread(). | Poul-Henning Kamp | 2002-10-20 | 1 | -0/+2 |
| * | Hide inline assembly if lint is defined. | Poul-Henning Kamp | 2002-10-20 | 2 | -2/+2 |
| * | "id" is never going to be -1 when it is unsigned. | Poul-Henning Kamp | 2002-10-20 | 1 | -2/+0 |
| * | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | Peter Wemm | 2002-10-19 | 1 | -0/+3 |
| * | Grab 416/417 real estate before I get burned while testing again. | Peter Wemm | 2002-10-19 | 1 | -0/+2 |
| * | Add a placeholder for the execve_mac() system call, similar to SELinux's | Robert Watson | 2002-10-19 | 1 | -0/+1 |
| * | 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 |
| * | Add the !define(COMPILING_LINT) | Jim Pirzyk | 2002-10-17 | 1 | -1/+1 |
| * | 1. Fix a comment. Locking _is_ needed (but not done). | Mitsuru IWASAKI | 2002-10-17 | 2 | -24/+16 |
| * | put an #error directive when SMP and CPU_DISABLE_CMPXCHG are set | Jim Pirzyk | 2002-10-17 | 1 | -0/+3 |
| * | Use the global pcib devclass instead of our own static copy. | John Baldwin | 2002-10-16 | 1 | -2/+0 |
| * | - curproc may be NULL in 4-stable. In that case use the vmspace from | John Baldwin | 2002-10-16 | 1 | -2/+4 |
| * | Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get the | John Baldwin | 2002-10-16 | 1 | -0/+4 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 4 | -4/+4 |
| * | The a.out md_coredump stuff isn't referenced anywhere anymore, and | Peter Wemm | 2002-10-15 | 1 | -10/+0 |
| * | Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. | Jim Pirzyk | 2002-10-14 | 1 | -1/+1 |
| * | 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 | -4/+8 |
| * | Remove NO_GEOM option. No outstanding show-stoppers. | Poul-Henning Kamp | 2002-10-12 | 1 | -2/+0 |
| * | - Create a new scheduler api that is defined in sys/sched.h | Jeff Roberson | 2002-10-12 | 1 | -2/+3 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -1/+1 |
| * | re-regen. Sigh. | Peter Wemm | 2002-10-09 | 3 | -7/+7 |
| * | Sigh. Fix fat-fingering of diff. I knew this was going to happen. | Peter Wemm | 2002-10-09 | 1 | -1/+1 |
| * | regenerate. sendfile stuff and other recently picked up stubs. | Peter Wemm | 2002-10-09 | 3 | -12/+54 |
| * | Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This would | Peter Wemm | 2002-10-09 | 2 | -2/+25 |
| * | Try and patch up some tab-to-space spammage. | Peter Wemm | 2002-10-09 | 1 | -19/+19 |
| * | Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post, | Peter Wemm | 2002-10-09 | 1 | -0/+22 |
| * | Use d_thread_t for cdevsw functions instead of struct thread * so that it | John Baldwin | 2002-10-09 | 1 | -4/+4 |