| Commit message (Expand) | Author | Age | Files | Lines |
| * | update to isdn4bsd beta release 0.90 | Hellmuth Michaelis | 1999-12-14 | 6 | -14/+60 |
| * | Reclaim UPAGES_HOLE (8k) that was chopped out of process address space. | Peter Wemm | 1999-12-11 | 2 | -3/+1 |
| * | User ldt sharing. | Luoqi Chen | 1999-12-06 | 2 | -3/+24 |
| * | Switch over to using the generic joy driver | Peter Wemm | 1999-12-05 | 1 | -20/+0 |
| * | oszsigcode -> szosigcode | Marcel Moolenaar | 1999-12-04 | 2 | -2/+2 |
| * | Fix type of sf_addr. | Marcel Moolenaar | 1999-12-04 | 1 | -2/+2 |
| * | Moved scheduling-related code to kern_synch.c so that it is easier to fix | Bruce Evans | 1999-11-27 | 1 | -8/+1 |
| * | Update the WaveLAN/IEEE driver: | Bill Paul | 1999-11-25 | 1 | -0/+25 |
| * | Optimize two cases in the MP locking code. First, it is not necessary | Matthew Dillon | 1999-11-19 | 1 | -3/+2 |
| * | Optimize two cases in the MP locking code. First, it is not necessary | Matthew Dillon | 1999-11-19 | 3 | -0/+4 |
| * | Segment registers can be read(write) to(from) memory locations as well as | Luoqi Chen | 1999-11-15 | 1 | -4/+4 |
| * | Fix clobbers so that GENERIC may compile with GCC 2.95.2. | David E. O'Brien | 1999-11-14 | 4 | -332/+336 |
| * | Reserve space for FPU state in struct sigcontext. Fix some style bugs | Marcel Moolenaar | 1999-11-12 | 1 | -11/+18 |
| * | Change the type of sf_addr in struct {o}sigframe from char* to | Marcel Moolenaar | 1999-11-12 | 1 | -8/+9 |
| * | i8254_restore is called from apm_default_resume() to reload | Mitsuru IWASAKI | 1999-10-30 | 1 | -0/+1 |
| * | Eliminate remaining part of incorrect PCI bus numbering sanity check on syste... | Tor Egge | 1999-10-15 | 1 | -7/+0 |
| * | * Implement bus_set/get/delete_resource for pci. | Doug Rabson | 1999-10-14 | 1 | -2/+1 |
| * | Add a per-signal flag to mark handlers registered with osigaction, so we | Luoqi Chen | 1999-10-11 | 3 | -4/+2 |
| * | Zap unneeded #includes | Peter Wemm | 1999-10-11 | 1 | -2/+0 |
| * | Simplification of the signal trampoline and other cleanups. | Marcel Moolenaar | 1999-10-07 | 3 | -4/+21 |
| * | Re-introduction of sigcontext. | Marcel Moolenaar | 1999-10-04 | 2 | -29/+65 |
| * | Use the rev 1.1.2.1 code from RELENG_3 for atomic operations rather | Peter Wemm | 1999-10-04 | 1 | -16/+35 |
| * | Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/ | Peter Wemm | 1999-10-04 | 1 | -1/+1 |
| * | Fix style bug: order includes | Marcel Moolenaar | 1999-10-04 | 1 | -1/+1 |
| * | Allow compilation with older versions of GCC, in order to make it possible | Eivind Eklund | 1999-10-03 | 1 | -0/+23 |
| * | Fix style bugs caused by using the wrong file to copy from. That one | Marcel Moolenaar | 1999-10-03 | 1 | -4/+12 |
| * | sigset_t change (part 3 of 5) | Marcel Moolenaar | 1999-09-29 | 6 | -66/+160 |
| * | Fix from Tor so that if we enter the debugger in the tristate going to | Matt Jacob | 1999-09-25 | 1 | -0/+1 |
| * | Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot | Matthew Dillon | 1999-09-22 | 1 | -4/+0 |
| * | Change default block size for user VBLK device access from 2K to PAGE_SIZE | Matthew Dillon | 1999-09-22 | 1 | -1/+7 |
| * | Make pmap_mapdev() deal with non-page-aligned requests. | Peter Wemm | 1999-09-11 | 1 | -0/+1 |
| * | Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that | Peter Wemm | 1999-09-10 | 1 | -0/+2 |
| * | Invoke smp_rendezvous_action() using the a.out compatible asnames.h | Mike Smith | 1999-09-10 | 1 | -0/+1 |
| * | Set up FPU state on the AP. | Peter Wemm | 1999-09-05 | 1 | -0/+4 |
| * | Don't install stubs, make a compat symlink at buildworld time. | Peter Wemm | 1999-09-04 | 1 | -6/+0 |
| * | Make <machine/soundcard.h> a stub which includes <sys/soundcard.h> | Doug Rabson | 1999-09-04 | 1 | -1362/+4 |
| * | Some reorganization of sysarch() interface: | Luoqi Chen | 1999-09-02 | 2 | -5/+17 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 93 | -93/+93 |
| * | Reference the correct gdt[] entry on SMP. Remove the `generation' flag, | Jonathan Lemon | 1999-08-27 | 1 | -2/+1 |
| * | Remove unneeded prototypes. | Poul-Henning Kamp | 1999-08-24 | 1 | -8/+1 |
| * | Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCK | Alan Cox | 1999-08-23 | 1 | -7/+3 |
| * | Make "s_unlock" an inline function. (Inlining this function takes | Alan Cox | 1999-08-22 | 1 | -2/+8 |
| * | Undo my previous commit and do it differently. Break the ffs() etc macros | Peter Wemm | 1999-08-19 | 1 | -14/+27 |
| * | Try using the builtin ffs() for egcs, it (by random inspection) | Peter Wemm | 1999-08-19 | 1 | -1/+5 |
| * | Update for MI switch code, and trim a heap of unused (I believe) entries. | Peter Wemm | 1999-08-19 | 1 | -56/+3 |
| * | Create callable (non-inline) versions of the atomic_OP_TYPE functions | Alan Cox | 1999-08-18 | 1 | -3/+14 |
| * | Remove the SMBIOS detection and definitions; this should be handled in a | Mike Smith | 1999-08-18 | 1 | -29/+1 |
| * | Add definitions for Interlink VersaPad. | Kazutaka YOKOTA | 1999-08-17 | 1 | -1/+25 |
| * | Search for and interrogate the PnP BIOS if found. This code just prints | Mike Smith | 1999-08-17 | 1 | -4/+68 |
| * | Mindbogglingly, many BIOS vendors expect to be able to load %ds with | Mike Smith | 1999-08-17 | 1 | -8/+9 |