Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat | |
unncessary lint /*ARGSUSED*/ hint. art@ ok | |||
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-10 | Hasn't been used for ages. ZAP! | Artur Grabowski | |
2001-05-10 | remove the pt{1,23}_{alloc,free} functions now that pool works without | Artur Grabowski | |
UVM and UVM is required anyway. | |||
2001-05-10 | Don't crash in pgt_page_alloc if uvm_km_kmemalloc fails. | Artur Grabowski | |
(we'll crash somewhere else anyway, but that's a later problem). | |||
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski | |
2001-05-10 | Switch sparc to PMAP_NEW. I've been running with that code for ages. | Artur Grabowski | |
2001-05-10 | oops. | Artur Grabowski | |
2001-05-09 | More sync to NetBSD. | Artur Grabowski | |
- Change pmap_change_wiring to pmap_unwire because it's only called that way. - Remove pmap_pageable because it's seldom implemented and when it is, it's either almost useless or incorrect. The same information is already passed to the pmap anyway by pmap_enter and pmap_unwire. | |||
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski | |
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax. | |||
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). | |||
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
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. | |||
2001-05-01 | Convert to new timeouts. (art@ ok) | Hakan Olsson | |
2001-04-30 | Move the zeroing of proc0 u area from cpu_startup to configure. | Artur Grabowski | |
XXX - is this still necessary? | |||
2001-04-17 | sync maxusers with GENERIC. | Brad Smith | |
2001-04-17 | crank maxusers by a teeeeeny little bit | Theo de Raadt | |
2001-04-13 | silence printfs from media selection. | Brad Smith | |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob | |
2001-03-24 | Oops. Unbreak. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. mickey@ ok. | Hakan Olsson | |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-03-03 | cnkqfilter for sparc | Niels Provos | |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright | |
2001-02-22 | ifdef sparc -> ifdef __sparc__ | Artur Grabowski | |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-19 | Merge from GENERIC: add pseudo-devices for IPv6. | Christian Weisgerber | |
2001-02-12 | set default adapter role, propage config flags | mjacob | |
2001-01-31 | mmap should return -1 on failure, not EOPNOTSUPP. | Artur Grabowski | |
As it was now, an mmap of /dev/mem always returned page 45. | |||
2001-01-30 | - make hme_put() a little neater | Jason Wright | |
- mostly style | |||
2001-01-30 | - take advantage of the fact that qe's and be's require qec's and move | Jason Wright | |
some common functionality into qec's driver (rx and tx frame fetching) - avoid modulus operations - some style | |||
2001-01-30 | borrow an idea from if_rl... take advantage of HME_RX_OFFSET and use | Jason Wright | |
m_devget() to pull the packet out of hme's buffers | |||
2001-01-30 | new timeouts | Jason Wright | |
2001-01-29 | bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG) | Jason Wright | |
2001-01-23 | three small bugs pointed out by Adam <vt@ikp.pl> | Jason Wright | |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-20 | if using serial console, do not apply graphics rows/cols to tty settings; ↵ | Theo de Raadt | |
joost@c-lab.de | |||
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright | |
- use a flag to specify allocations for 24 bit devices - compatibility macros to deal with the 32 bit devices This fixes the 'le at sbus' on sun4m problem (with the extent fixes earlier), and allows the Artecon ethernet cards to work in sun4m machines. | |||
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-11-28 | How did this work? | Jason Wright | |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright | |
2000-11-28 | oops, not yet | Jason Wright | |