Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.org | Thorsten Lockert | |
1997-06-18 | s/u_char/u_int8_t/g, where reasonable | Michael Shalayeff | |
s/\(static.*arc4_[^(]+(\)[^,)]+\([^)]*)\)/\1\2/g less cpu load, just in case | |||
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 | check em_if and em_ifn better; thanks adam@math.tau.ac.il | Theo de Raadt | |
1997-06-17 | Use a blank screen screensaver by default (for energy-saver monitors). | dm | |
1997-06-17 | count slow queue low entropy drops | Michael Shalayeff | |
bigger queue use queue overflows for arc4_stir() | |||
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1997-06-16 | swap labels; adam@math.tau.ac.il | Theo de Raadt | |
1997-06-15 | change byte counters to u_quad_t | Theo de Raadt | |
1997-06-15 | Address bug i386/224 from Jason Downs. | dm | |
1997-06-15 | Automatically decide whether or not to disable door locks. Idea from provos. | Jason Downs | |
1997-06-14 | correct printouts about L2 cache | Theo de Raadt | |
1997-06-14 | split the treatment of the random events | Michael Shalayeff | |
event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description | |||
1997-06-14 | Don't look beyond the end of bdevsw[], from NetBSD PR 3748 by Michael L Hitch | Thorsten Lockert | |
1997-06-14 | TCP/IP Illustrated Vol. 2, pg 1010. excessive testing in PRU_DETACH case; | Theo de Raadt | |
frueauf@ira.uka.de; confirmed by Andreas.Gunnarsson@emw.ericsson.se | |||
1997-06-14 | TCP/IP Illustrated Vol.2", pg 1005 + 1090, exercise 29.5; fixes | Theo de Raadt | |
simultaneous close extra packet exchange; frueauf@ira.uka.de, checked by Andreas.Gunnarsson@emw.ericsson.se | |||
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 | slight fix. | Jason Downs | |
1997-06-12 | Sync with NetBSD, mostly cosmetic. | Jason Downs | |
1997-06-12 | com -> pccom | kstailey | |
1997-06-12 | Redid SUN4M config from GENERIC, old one was way out of date.. | johns | |
1997-06-12 | MI exec header | Michael Shalayeff | |
1997-06-12 | little faster, smaller, safer | Michael Shalayeff | |
1997-06-12 | back out recent changes.... | Michael Shalayeff | |
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-11 | Make this compile with debugging turned on. | Jason Downs | |
1997-06-11 | oops, clean debug flags | Michael Shalayeff | |
1997-06-10 | ensure RST is within window; avalon@coombs.anu.edu.au | Theo de Raadt | |
1997-06-10 | do the job out of the calling function's spl | Michael Shalayeff | |
1997-06-10 | Add EINVAL. Alpha 2nd stage booter gets EINVAL not ENOENT when | Todd C. Miller | |
asked to loas a non-existent file for some reason. | |||
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 | fix a problem with TCP RST packets which only include a non-zero SEQ # in the | kstailey | |
RST packet. Darren Reed; Guido van Rooij. | |||
1997-06-09 | new ethernet card | kstailey | |
1997-06-09 | s/options/option/ | kstailey | |
1997-06-09 | zone and constrain according to disklabel partition slots; part by ↵ | Theo de Raadt | |
gson@araneus.fi | |||
1997-06-09 | Bye. | Jason Downs | |
1997-06-09 | add _BSD_TIMER_T_; cindy | Theo de Raadt | |
1997-06-08 | Sync with reality. | Jason Downs | |
1997-06-08 | stevens points out MINCLSIZE is wrong; frueauf@ira.uka.de | Theo de Raadt | |
1997-06-08 | init d_secperunit nicely | Theo de Raadt | |
1997-06-06 | not all atapi cdroms can lock the door. todo: autodetect | Niels Provos | |
1997-06-06 | symlinks have inodes again; arnej@math.ntnu.no | Theo de Raadt | |