Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-20 | Remove unused variables. | Artur Grabowski | |
2002-07-20 | unconfuse indentation. | Artur Grabowski | |
2002-07-20 | typo | Artur Grabowski | |
2002-07-20 | duplicate define. | Artur Grabowski | |
2002-07-20 | define __HAVE_PMAP_PHYSSEG | Artur Grabowski | |
2002-07-20 | Always HWREF. Don't have it as an option because the slow-slow version | Artur Grabowski | |
doesn't make any sense (slow and doesn't work follow the rules). | |||
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski | |
an uvm aobj, copy out the signal trampoline into it and share that page among all processes for the same emulation. This also requires us to actually be able to tell signal code where the trampoline is located, so introduce a new field in struct proc - p_sigcode that is a pointer to sigcode. This allows us to remove all the ugly calculations of the signal trampoline address done in every sendsig function in the tree (that's why so many files are changed). Tested by various people. ok deraadt@ | |||
2002-07-20 | Add flags 0x00 to fd | Federico G. Schwindt | |
2002-07-19 | do not use broken tsc on geode and broken latch on ns geodes; testing by markus@ | Michael Shalayeff | |
2002-07-19 | Define an IPL_VM and mark IPL_IMP as "not to be used". | Artur Grabowski | |
2002-07-18 | - Add support for both of the schizo iommu's(There is an iommu per pbm) | Jason Wright | |
- const the cfattach - clean - deal with the fact that the register property doesn't reflect the true length of the register set (grr!) - move away from home grown read/write_8 and use bus_space where possible | |||
2002-07-18 | if such an occasion occures that hpmc_dump() returns -- just summon the ↵ | Michael Shalayeff | |
global broadcast and reset | |||
2002-07-18 | s/0/NULL in pointer comparison | Jason Wright | |
2002-07-18 | make reserved pages for the pv_pool variable on physmem (should pool get ↵ | Michael Shalayeff | |
preload in the future this is to be changed immidiately). map the page above the kernel stack unmapped | |||
2002-07-18 | move kernel higher. | Michael Shalayeff | |
request 7000 scheduling if only pa7000 is configured. | |||
2002-07-18 | Match compatible sab82532 | Jason Wright | |
2002-07-18 | another name, 'parallel' | Jason Wright | |
2002-07-18 | another prom name, 'audio' | Jason Wright | |
2002-07-17 | when bailing out from attach, -- pretend to be nice and place a backslashan | Michael Shalayeff | |
2002-07-17 | be consistant w/ NBPG vs PAGE_SIZE | Michael Shalayeff | |
2002-07-17 | DTIMEXP is not a fatal error, deal with it. | Jason Wright | |
2002-07-16 | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | Federico G. Schwindt | |
2002-07-15 | repair tags building (due to obj dirs in /sys) | Michael Shalayeff | |
2002-07-15 | Perform accounting for executable pages on powerpc, prepare for | Dale Rahn | |
non-executeable stack. | |||
2002-07-12 | enable radio on bktr and fms, drivers are already there | Michael Shalayeff | |
2002-07-12 | check upon the pir length prior to using it, ignore short tables; from ↵ | Michael Shalayeff | |
henric@attbi.com | |||
2002-07-12 | turn on the pciagp option, per theo's request | Michael Shalayeff | |
2002-07-12 | pciagp option | Michael Shalayeff | |
2002-07-12 | Cleanup: use less _t typedefs, use the structure itself. | Dale Rahn | |
pmap_t is the exception, it is required by the MI code so pmap_t will be used instead of using 'struct pmap *' in the code. (consistency) | |||
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff | |
only i810 driver was tested though. based on the netbsd's lkm, initially ported by hunter@dg.net.ua and later made into shape by mickey. testing by art@ and millert@ . | |||
2002-07-12 | Use interrupts for fetching ADC conversions instead of polling. | Jason Wright | |
2002-07-12 | No need to include files.sun, which only add the "frim event" stuff which | Miod Vallat | |
has absolutely no use on wscons architectures. | |||
2002-07-10 | proper cdev_decl(crypto) and no private protos | Michael Shalayeff | |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff | |
2002-07-10 | proper cdev_decl(gpr) | Michael Shalayeff | |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
2002-07-09 | try to disable vsync timing if sparc_vsyncblank is set | Jason Wright | |
2002-07-09 | Add udsbr and comment it out until it is tested | Nathan Binkert | |
2002-07-09 | typo in panic message. | Artur Grabowski | |
2002-07-09 | When building ptes manually for pmap_zero_page4m and pmap_copy_page4m | Artur Grabowski | |
use explicit PPROT_N_RX and PPROT_N_RWX, don't treat the pte permissions as bitmasks (they aren't). | |||
2002-07-09 | allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ↵ | Jason Wright | |
has been sitting in my tree for awhile) | |||
2002-07-09 | Use BWX on cia as much as possible. | Artur Grabowski | |
It doesn't seem to cause problems anymore and it should simplify some things for X. | |||
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt | |
2002-07-09 | no offset | Michael Shalayeff | |
2002-07-08 | bzero the correct size (I swear this worked at one time...) | Jason Wright | |
2002-07-08 | Correctly convert to new timeouts (this hasn't compiled for awhile) | Jason Wright | |
2002-07-08 | in addition to check cd_ndevs, also check that cd_devs[N] != NULL | Jason Wright | |
2002-07-07 | Add isadma to bsd.rd, for proper isapnp operation. | Miod Vallat | |
Found the hard way by pvalchev@ | |||
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-07-05 | Sync the ethernet controllers list with GENERIC. | Miod Vallat | |