Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-21 | block all write ops to init in securelevel modes; nash@mcs.com | Theo de Raadt | |
1997-06-21 | revert, there's a nasty race condition here. | flipk | |
1997-06-21 | 4 strips? there is no need for that | Theo de Raadt | |
1997-06-21 | u_int32_t changes, need testing | Theo de Raadt | |
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 | oops, pointed out by Theo | grr | |
1997-06-20 | count properly (; | Michael Shalayeff | |
1997-06-20 | typo | Michael Shalayeff | |
1997-06-20 | make SHA1Final(NULL, &ctx) behave as MD5Final, only update context | Niels Provos | |
1997-06-20 | 3des ede | Niels Provos | |
1997-06-20 | comply with draft 3des mode is ede not eee + performance. | Niels Provos | |
1997-06-20 | Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE. | kstailey | |
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-20 | strip%d not st%d | Theo de Raadt | |
1997-06-20 | Comment out some superfluous const declarations that cause cast warnings | grr | |
with gcc/alpha. We have bcopy(const void *...) so casting a const foo *bar as in bcopy((caddr_t) bar,...) for bcopy seems to be fairly pointless in the first place, but there are too many of these to hack out at the moment. | |||
1997-06-20 | ip_ahsha1.c + ip_esp3des.c | Niels Provos | |
1997-06-20 | ah-sha1 + esp-3des + indentation | Niels Provos | |
1997-06-19 | Fix a repeatbility problem associated with doing make cleandir of sys/lib/* - | grr | |
mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI. | |||
1997-06-19 | ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by ↵ | Theo de Raadt | |
Andreas.Gunnarsson@emw.ericsson.se | |||
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. |