Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | 2002-12-31 | 130 | -62277/+0 | |
| | | | | well as the few userland tools which were only used on these platforms. | ||||
* | handeled -> handled; reported by someone on the list, but i no longer | 2002-12-14 | 1 | -5/+5 | |
| | | | | have the mail. | ||||
* | From Andrushock, s/sucess/success/g | 2002-12-09 | 2 | -5/+5 | |
| | |||||
* | Eliminate the use of KERN_SUCCESS outside of uvm/ | 2002-11-06 | 1 | -3/+3 | |
| | | | | | | | | Also uvm_map returns KERN_* codes that are directly mapped to errnos, so we can return them instead of doing some attempt to translation. drahn@ "I see no problem" pval@ "makes sense" | ||||
* | Do correct bounds checking in get/set/put cmap routines. A few of | 2002-08-02 | 7 | -20/+23 | |
| | | | | | these check were already OK but have been modified for consistency. Problem found by Silvio Cesare. | ||||
* | 'sez' is not an english word; ok deraadt@ | 2002-07-10 | 1 | -2/+2 | |
| | |||||
* | Remove kernel support for NTP. ok deraadt@ and tholo@ | 2002-07-06 | 1 | -17/+1 | |
| | |||||
* | Oops, <machine/cons.h> does not exist in the current tree yet. | 2002-06-19 | 1 | -2/+1 | |
| | | | | Sorry niklas. | ||||
* | spelling; from Brian Poole <raj@cerias.purdue.edu> | 2002-06-14 | 1 | -2/+2 | |
| | |||||
* | Include <sys/conf.h> from <machine/conf.h> like in other arches. Changes | 2002-06-11 | 21 | -44/+31 | |
| | | | | to come soon depend on this. | ||||
* | splbio around biodone | 2002-06-05 | 1 | -1/+3 | |
| | |||||
* | spell transceiver correctly | 2002-06-03 | 1 | -3/+3 | |
| | |||||
* | withough -> without | 2002-06-02 | 1 | -1/+1 | |
| | |||||
* | wierd -> weird | 2002-04-29 | 2 | -4/+4 | |
| | |||||
* | Cosmetic changes only, primarily making comments line up nicely after the | 2002-03-15 | 1 | -5/+5 | |
| | | | | __P removal. | ||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 5 | -14/+12 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 84 | -959/+956 | |
| | |||||
* | Don't cast nonexistent return value from splx to (void). ok art@ | 2002-02-15 | 3 | -6/+6 | |
| | |||||
* | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | 2002-01-30 | 2 | -12/+2 | |
| | |||||
* | Don't provide a duplicate addupc_task() routine. | 2002-01-24 | 1 | -3/+3 | |
| | |||||
* | UBC was a disaster. It worked very good when it worked, but on some | 2001-12-19 | 1 | -3/+3 | |
| | | | | | | | | | machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | ||||
* | Make it possible for mmutype to contain MMU_68060 if the hardware is | 2001-11-30 | 5 | -11/+11 | |
| | | | | | actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways. | ||||
* | Sync in more uvm changes from NetBSD. | 2001-11-28 | 1 | -3/+3 | |
| | | | | | This time we're getting rid of KERN_* and VM_PAGER_* error codes and use errnos instead. | ||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 4 | -8/+8 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | redundant includes. | 2001-11-06 | 6 | -24/+11 | |
| | |||||
* | Kill vm/vm_param.h, move it to uvm/uvm_param.h | 2001-11-06 | 1 | -2/+2 | |
| | |||||
* | typo. | 2001-11-05 | 1 | -2/+2 | |
| | |||||
* | Change d_mmap in struct cdevsw from: | 2001-11-01 | 2 | -6/+8 | |
| | | | | | | | | int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | ||||
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | 2001-09-19 | 1 | -2/+2 | |
| | |||||
* | old timeout removal, code by art@. (ok by miod) | 2001-09-13 | 1 | -6/+11 | |
| | |||||
* | signed -> unsigned. From NetBSD via Todd Miller. | 2001-09-13 | 2 | -5/+5 | |
| | |||||
* | Don't include <vm/vm_kern.h> if you don't need foo_map. | 2001-09-11 | 6 | -12/+6 | |
| | |||||
* | Convert to new timeouts; ite tested by jj@ | 2001-08-20 | 5 | -22/+45 | |
| | |||||
* | redundant includes. | 2001-08-11 | 1 | -3/+1 | |
| | |||||
* | Remove defines that are now defined elsewhere. | 2001-06-29 | 1 | -3/+3 | |
| | |||||
* | recieve -> receive | 2001-06-27 | 2 | -6/+6 | |
| | |||||
* | No more old VM on amiga. | 2001-06-27 | 1 | -31/+1 | |
| | |||||
* | comment typo. from jsyn@nthought.com | 2001-06-20 | 1 | -2/+2 | |
| | |||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -5/+1 | |
| | |||||
* | unify | 2001-05-11 | 1 | -76/+0 | |
| | |||||
* | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | 2001-05-05 | 1 | -2/+2 | |
| | | | | | | We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | ||||
* | Get rid of CLSIZE and all related stuff. | 2001-05-05 | 1 | -3/+3 | |
| | | | | | | | | | CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | ||||
* | Adjust the way that media is initialized on DP8390-compatibles; from NetBSD. | 2001-03-12 | 1 | -9/+3 | |
| | | | | | The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok | ||||
* | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | 2001-02-20 | 4 | -20/+4 | |
| | |||||
* | Zap some unnecessary defines. | 2001-02-19 | 1 | -7/+1 | |
| | |||||
* | zap old timeout | 2001-02-16 | 1 | -6/+10 | |
| | |||||
* | XXX two horrible abuses of spl. | 2001-02-07 | 2 | -2/+5 | |
| | |||||
* | spelling | 2001-01-25 | 2 | -6/+6 | |
| | |||||
* | People have difficulty spelling 'initial' and derivatives thereof (too many | 2000-12-21 | 1 | -3/+3 | |
| | | | | "i's" I guess). | ||||
* | ITE_INGRF checks needed, from NetBSD. | 2000-12-15 | 1 | -2/+11 | |
| | | | | Reported by Lars Hecking. |