Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-24 | change like sparc/include/endian.h | grr | |
1997-06-24 | The HTONS class of macros are defined as HTONS(x) <- (void) (x), which | grr | |
really doesn't make a lot of sense if you're actually going to use these as some recent changes to netinet/* want to do. (x) or (u_int*_t) (x) would be the ticket, and since the rest of the ports settle for (x)... Note that powerpc has this same problem and needs to be fixed! | |||
1997-06-24 | happy birthday | kstailey | |
1997-06-24 | add ppp compression | kstailey | |
1997-06-24 | New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved, | Jason Downs | |
and uses our fdformat interface (same code base as NetBSD, with differently named ioctls, but we have always preserved the names of the original code's authors, unlike NetBSD...) | |||
1997-06-23 | remove @obj dependency | kstailey | |
1997-06-23 | add "option IPFILTER_LOG" to conf files that already had IPFILTER | kstailey | |
1997-06-23 | add "option IPFILTER_LOG" | kstailey | |
1997-06-23 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. | kstailey | |
Chris Jones via Gene Skonicki. | |||
1997-06-23 | Upon discussion w/ Theo, the only options in std.mac68k that would be of use | gene | |
would be {DEV,SWAP}PAGER, so std.mac68k is out of here. Update the machine-specific files to reflect this. | |||
1997-06-23 | regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busification | gene | |
options out of std.mac68k. This means that people will have to add them to their local kernel config files. Please test. | |||
1997-06-22 | Only call powerdown() if SUN4M is defined. | Jason Downs | |
1997-06-22 | Fix comment. | Jason Downs | |
1997-06-22 | Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() is | Jason Downs | |
supported on that machine, it just turns off...) | |||
1997-06-22 | Allow powerdown() to be blindly called on machines with no power device. | Jason Downs | |
1997-06-22 | Add appropiate `maxusers' everywhere it was lacking. | Jason Downs | |
1997-06-20 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. Point out by | gene | |
Chris Jones In NetBSD PR#port-mac68k/3739 (I believe). Also, remove a comment that this change obsoletes. | |||
1997-06-20 | add my builds | kstailey | |
1997-06-20 | add my builds, alpha sort | kstailey | |
1997-06-20 | PORTAL goes back in with improved comment | kstailey | |
1997-06-20 | Fixes OpenBSD PR kernel/230: system kernel sparc, submitted by | grr | |
russ@madhaus.utcs.utoronto.ca (Russell P. Sutherland). Kernel compile errors when AUDIO_C_HANDLER is defined, due to a syntax error: *(foo->bar)++ is an odd bit of coding. | |||
1997-06-18 | csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵ | dm | |
(21140-AC-based) SMC Etherpower cards. | |||
1997-06-18 | Make if_sn.c far more MI, eventually share with pica. | denny | |
sonic_get is faster and simpler. sn_ioctl works like other current ether drivers now. Sync up with netbsd to ease maintenance; incorporate some "gratuitous" formatting changes so I won't have to do two totally seperate mods each time. | |||
1997-06-17 | Use a blank screen screensaver by default (for energy-saver monitors). | dm | |
1997-06-15 | Address bug i386/224 from Jason Downs. | dm | |
1997-06-14 | correct printouts about L2 cache | Theo de Raadt | |
1997-06-13 | updated SUN4 config from current GENERIC, previous rev was way out of date | johns | |
and non-functional. | |||
1997-06-12 | A fix for the pv_unlink0 problem, based on the patch included in Erik Fair's | grr | |
netbsd PR. Also change the panic text to something more descriptive so that pv_unlink0 is no more and make use of typedef vm_offset_type is consistently used for "va" and friends thoughout pmap.c instead of mixed int, u_int and vm_offset_type... | |||
1997-06-12 | sparc/pmap.c | grr | |
1997-06-12 | com -> pccom | kstailey | |
1997-06-12 | Redid SUN4M config from GENERIC, old one was way out of date.. | johns | |
1997-06-11 | import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that ↵ | grr | |
sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions. | |||
1997-06-11 | import netbsd kcore.h so that sparc can use libkvm vs. libkvm.old | grr | |
1997-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen | |
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level | |||
1997-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen | |
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level | |||
1997-06-09 | Diassemble move16, and fix spelling of "UNKNOWN" | denny | |
1997-06-09 | hmm | Theo de Raadt | |
1997-06-09 | Ceci n'est pas une pipe | kstailey | |
1997-06-09 | new ethernet card | kstailey | |
1997-06-09 | s/options/option/ | kstailey | |
1997-06-09 | add _BSD_TIMER_T_; cindy | Theo de Raadt | |
1997-06-08 | Sync with reality. | Jason Downs | |
1997-06-06 | use destructive erase | Michael Shalayeff | |
1997-06-06 | fix twiddle() without breaking backspace | kstailey | |
1997-06-06 | tweaks to make the ramdisk kernel smaller and also reduce the vm ↵ | grr | |
requirements, since vm & pm aren't much different in the install environment | |||
1997-06-05 | non-DEBUG __abs_nonsingle correct use; grr | Theo de Raadt | |
1997-06-05 | fix DEBUG thing | Theo de Raadt | |
1997-06-05 | option | Theo de Raadt | |
1997-06-05 | Since we all seem to be on this kick lately: s/options/option/g. | gene | |
Also, add some description as to what these are for. | |||
1997-06-05 | Our config(8) is cool: we don't need ../../../ in includes. | gene | |