summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-06-21block all write ops to init in securelevel modes; nash@mcs.comTheo de Raadt
1997-06-21revert, there's a nasty race condition here.flipk
1997-06-214 strips? there is no need for thatTheo de Raadt
1997-06-21u_int32_t changes, need testingTheo de Raadt
1997-06-20In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. Point out bygene
Chris Jones In NetBSD PR#port-mac68k/3739 (I believe). Also, remove a comment that this change obsoletes.
1997-06-20oops, pointed out by Theogrr
1997-06-20count properly (;Michael Shalayeff
1997-06-20typoMichael Shalayeff
1997-06-20make SHA1Final(NULL, &ctx) behave as MD5Final, only update contextNiels Provos
1997-06-203des edeNiels Provos
1997-06-20comply with draft 3des mode is ede not eee + performance.Niels Provos
1997-06-20Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE.kstailey
1997-06-20add my buildskstailey
1997-06-20add my builds, alpha sortkstailey
1997-06-20PORTAL goes back in with improved commentkstailey
1997-06-20Fixes OpenBSD PR kernel/230: system kernel sparc, submitted bygrr
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-20strip%d not st%dTheo de Raadt
1997-06-20Comment out some superfluous const declarations that cause cast warningsgrr
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-20ip_ahsha1.c + ip_esp3des.cNiels Provos
1997-06-20ah-sha1 + esp-3des + indentationNiels Provos
1997-06-19Fix 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-19ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by ↵Theo de Raadt
Andreas.Gunnarsson@emw.ericsson.se
1997-06-18csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵dm
(21140-AC-based) SMC Etherpower cards.
1997-06-18Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.orgThorsten Lockert
1997-06-18s/u_char/u_int8_t/g, where reasonableMichael Shalayeff
s/\(static.*arc4_[^(]+(\)[^,)]+\([^)]*)\)/\1\2/g less cpu load, just in case
1997-06-18Make 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-17check em_if and em_ifn better; thanks adam@math.tau.ac.ilTheo de Raadt
1997-06-17Use a blank screen screensaver by default (for energy-saver monitors).dm
1997-06-17count slow queue low entropy dropsMichael Shalayeff
bigger queue use queue overflows for arc4_stir()
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-06-16swap labels; adam@math.tau.ac.ilTheo de Raadt
1997-06-15change byte counters to u_quad_tTheo de Raadt
1997-06-15Address bug i386/224 from Jason Downs.dm
1997-06-15Automatically decide whether or not to disable door locks. Idea from provos.Jason Downs
1997-06-14correct printouts about L2 cacheTheo de Raadt
1997-06-14split the treatment of the random eventsMichael 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-14Don't look beyond the end of bdevsw[], from NetBSD PR 3748 by Michael L HitchThorsten Lockert
1997-06-14TCP/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-14TCP/IP Illustrated Vol.2", pg 1005 + 1090, exercise 29.5; fixesTheo de Raadt
simultaneous close extra packet exchange; frueauf@ira.uka.de, checked by Andreas.Gunnarsson@emw.ericsson.se
1997-06-13updated SUN4 config from current GENERIC, previous rev was way out of datejohns
and non-functional.
1997-06-12A fix for the pv_unlink0 problem, based on the patch included in Erik Fair'sgrr
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-12sparc/pmap.cgrr
1997-06-12slight fix.Jason Downs
1997-06-12Sync with NetBSD, mostly cosmetic.Jason Downs
1997-06-12com -> pccomkstailey
1997-06-12Redid SUN4M config from GENERIC, old one was way out of date..johns
1997-06-12MI exec headerMichael Shalayeff
1997-06-12little faster, smaller, saferMichael Shalayeff
1997-06-12back out recent changes....Michael Shalayeff
1997-06-11import 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.