summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-01-27goof.Steve Murphree
2000-01-27Took out le* at 0xffffd200. It conflicts with GCSR on some boards.Steve Murphree
2000-01-27Fix for boards with only one zs chip.Steve Murphree
2000-01-27zap setptesw4m, not used anymoreArtur Grabowski
2000-01-27zap getptesw4m, not used anymore (and the comment was bogus)Artur Grabowski
2000-01-27update comment to reflect reality (remove it).Artur Grabowski
2000-01-27pmap_rmk4m: There is no need to flush the segment from the tlb orArtur Grabowski
2000-01-26cleanup and simplify pmap_page_protect4m:Artur Grabowski
2000-01-26syncTheo de Raadt
2000-01-26more devices; sysadmin@terc.eduTheo de Raadt
2000-01-26s/PDC_DEBUG/PDCDEBUG/Michael Shalayeff
2000-01-26Replace more table-walks and getpte4m/setpte4m with getptep4m/setpgt4m.Artur Grabowski
2000-01-26new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on...Theo de Raadt
2000-01-25some more cautions and debuggings; repair __syscallMichael Shalayeff
2000-01-25better copy and zero inlines in locore;Michael Shalayeff
2000-01-25add ethernet MAC filtering capabilityJason Wright
2000-01-25fix dmesg printTheo de Raadt
2000-01-25Ok, so setsoftnet is md.Marc Espie
2000-01-25cpu_wait(); flush cache in setkpc; explicit bcopy() use in cpu_fork()Michael Shalayeff
2000-01-25cpu_wait() and cpu_swapin() do existMichael Shalayeff
2000-01-25Added support for MVME328 SCSI VME board.Steve Murphree
2000-01-25name a few crs according to their usage; 33 fpregsMichael Shalayeff
2000-01-24fix setregs call for bawkward stacks; does not affect straight caseMichael Shalayeff
2000-01-24setup fork() child return valuesMichael Shalayeff
2000-01-24Amiga HW clock code was not Y2K compliant.Marc Espie
2000-01-24Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to le....Steve Murphree
2000-01-24required files for ELF share library support. this version isDale S. Rahn
2000-01-24Previous fix to allow '-' in filenames did not work as desired,Dale S. Rahn
2000-01-23Allow BITMAP_ADDRESS_DST in ADDFLOW messages.Angelos D. Keromytis
2000-01-23Slight changes to root drive detection for powerpc (mac).Dale S. Rahn
2000-01-23remove vga/vgafb for now. mac is currently running on openfirmwareDale S. Rahn
2000-01-23ip4_input -> ip4_input6, and fix typo in commentAngelos D. Keromytis
2000-01-22Don't allow the time to be set forward so far it will wrap and become negative,Todd C. Miller
2000-01-22minor getdents cleanup:Todd C. Miller
2000-01-22Remove vga and wscons, not used yet due to openfirmware console.Dale S. Rahn
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-22changes to GENERIC must be matched in GENERIC_SCSI3Theo de Raadt
2000-01-22syncTheo de Raadt
2000-01-22mislabelingTheo de Raadt
2000-01-22Fix pci probing for the powerpc port, it was previously only probing aDale S. Rahn
2000-01-22Allow the address specified in the bus_space_map to either beDale S. Rahn
2000-01-22do not interpret a '-' character in a file or bootpath as the beginning ofDale S. Rahn
2000-01-21Make token_output not static.Federico G. Schwindt
2000-01-21Fix comment.Angelos D. Keromytis
2000-01-21Typo.Angelos D. Keromytis
2000-01-21Forgot to delete this.Angelos D. Keromytis
2000-01-21Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notAngelos D. Keromytis
2000-01-20syncTheo de Raadt
2000-01-20DEC 21150-BC bridge chip, AKA DC1111DTheo de Raadt
2000-01-20buffer overflow in readline(;) from espie@Michael Shalayeff