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