| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused includes. | Joerg Wunsch | 2001-12-31 | 1 | -7/+0 |
* | Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic. | Yoshihiro Takahashi | 2001-12-31 | 1 | -1/+1 |
* | When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>=' | Ian Dowse | 2001-12-31 | 1 | -1/+1 |
* | o Correct an off-by-one error in aio_suspend(2). | Alan Cox | 2001-12-31 | 1 | -1/+1 |
* | o Use "td->td_proc" instead of "curproc" where possible. | Alan Cox | 2001-12-31 | 1 | -10/+8 |
* | Synchronise with NetBSD. | Josef Karthauser | 2001-12-31 | 1 | -34/+79 |
* | Revert previous definition of cpu_throw(). Non-MP configurations | Marcel Moolenaar | 2001-12-30 | 2 | -2/+9 |
* | Partial sync with NetBSD: | Josef Karthauser | 2001-12-30 | 2 | -189/+206 |
* | Implement an option to administratively disable the negotiation of | Joerg Wunsch | 2001-12-30 | 2 | -8/+60 |
* | GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet" | Poul-Henning Kamp | 2001-12-30 | 2 | -236/+0 |
* | Fix two typos in previous commit. | Joerg Wunsch | 2001-12-30 | 2 | -2/+2 |
* | Merge last-minute fix from the i4b file made by gj: | Joerg Wunsch | 2001-12-30 | 1 | -2/+4 |
* | Eliminate semexit_hook using at_exit(9) and rm_at_exit(9). | Alan Cox | 2001-12-30 | 4 | -20/+2 |
* | Remove references to i4b/driver/i4b_ispppsubr.c, now that | Joerg Wunsch | 2001-12-30 | 2 | -42/+0 |
* | Add a #define for the size of the nfs_backoff[] array, and use this | Ian Dowse | 2001-12-30 | 1 | -3/+4 |
* | Bump AUTHNAMELEN to 64. Should probably be made dynamic instead. | Joerg Wunsch | 2001-12-30 | 1 | -1/+1 |
* | We explicitly close LCP when going to state CLOSED, so we better open | Joerg Wunsch | 2001-12-30 | 1 | -0/+4 |
* | run IPCP only if we have IPv4 in kernel | Joerg Wunsch | 2001-12-30 | 1 | -1/+7 |
* | Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9). | Poul-Henning Kamp | 2001-12-30 | 2 | -4/+14 |
* | Fix a long-standing blatant bug where the operator precedence between | Joerg Wunsch | 2001-12-30 | 1 | -4/+4 |
* | Fix compilation without INET (though not really tested yet without | Joerg Wunsch | 2001-12-30 | 1 | -6/+10 |
* | Add the `packed' attribute to structures which describe wire protocol | Joerg Wunsch | 2001-12-30 | 1 | -4/+4 |
* | Extend the hack where 0.0.0.1 meant `any address for remote is | Joerg Wunsch | 2001-12-30 | 1 | -2/+2 |
* | Do not include pcib.h, which only existed in my development tree, and do | Thomas Moestl | 2001-12-30 | 1 | -2/+1 |
* | Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress() | Joerg Wunsch | 2001-12-30 | 1 | -14/+39 |
* | Add bus_common.h, which contains some definiton that apply to both PCI | Thomas Moestl | 2001-12-30 | 1 | -0/+69 |
* | Add PNP Id for Create Labs Phoneblaster. | Sheldon Hearn | 2001-12-30 | 1 | -0/+1 |
* | Better implement SMP support: | Marcel Moolenaar | 2001-12-30 | 3 | -101/+180 |
* | o Reimplement map_pal_code to work with a global variable | Marcel Moolenaar | 2001-12-30 | 1 | -51/+37 |
* | Make vhpt_base and vhpt_size globals so that they can be used by | Marcel Moolenaar | 2001-12-30 | 1 | -1/+2 |
* | Cleanup the IPIs. | Marcel Moolenaar | 2001-12-30 | 1 | -8/+7 |
* | Remove unused MD fields (pc_pending_ipis, pc_next_asn and | Marcel Moolenaar | 2001-12-30 | 1 | -3/+3 |
* | o Remove temporary implementation of cpu_throw in vm_machdep.c | Marcel Moolenaar | 2001-12-30 | 2 | -10/+24 |
* | Protect mtx_init() invocations with mtx_intialized() checks to avoid a | Gary Jennejohn | 2001-12-30 | 16 | -30/+60 |
* | Draft implementation of IPI handling. | Marcel Moolenaar | 2001-12-30 | 1 | -1/+19 |
* | Add PC_IDLETHREAD. We need it in cpu_switch. | Marcel Moolenaar | 2001-12-30 | 1 | -0/+1 |
* | Add missing predicate in interruption_Data_TLB. Without this | Marcel Moolenaar | 2001-12-30 | 2 | -46/+46 |
* | Increase the buffer size to hold a bootp/DHCP reply from 256 bytes to | Doug Ambrisko | 2001-12-30 | 1 | -1/+1 |
* | Sync with NetBSD (1.16 - 1.17) | Josef Karthauser | 2001-12-29 | 1 | -32/+13 |
* | Update with missing filenames, merged from NetBSD. | Josef Karthauser | 2001-12-29 | 1 | -1/+10 |
* | Fix an error which could cause a panic if both an ifpi and ifpi2 controller | Gary Jennejohn | 2001-12-29 | 2 | -5/+5 |
* | Make these compile. | Jake Burkholder | 2001-12-29 | 3 | -24/+18 |
* | Remove local change that crept in. | Jake Burkholder | 2001-12-29 | 1 | -1/+0 |
* | Don't reveal a router in the IPSTEALTH mode through IP options. | Yaroslav Tykhiy | 2001-12-29 | 1 | -4/+41 |
* | Add a header for user trap types required by the sparc abi. | Jake Burkholder | 2001-12-29 | 1 | -0/+84 |
* | Adapt for used by upcoming fp emulation code. | Jake Burkholder | 2001-12-29 | 1 | -62/+41 |
* | Print the correct v9 opcodes. | Jake Burkholder | 2001-12-29 | 1 | -18/+18 |
* | Don't concatenate __func__. | Jake Burkholder | 2001-12-29 | 1 | -1/+1 |
* | sparc64 needs the same alingment fixes that alpha and ia64 do. | Jake Burkholder | 2001-12-29 | 1 | -1/+1 |
* | sparc64 needs the same alignment fixes that ia64 and alpha need. | Jake Burkholder | 2001-12-29 | 1 | -1/+1 |