summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-25I've had several reports now that Ultra 1E works fine. Remove the "untested"...Jason Wright
2001-11-25Remove comments which only apply to the HP MMU found on HP300 modelsMiod Vallat
2001-11-25Oops, commited this file from the wrong tree.Miod Vallat
2001-11-25Harmonize userret() prototypes across m68k arches.Miod Vallat
2001-11-25Well, since I can't do my mondo openssl commitBob Beck
2001-11-25snprintf makes me happyTheo de Raadt
2001-11-25More MID for m88k updates, grr!Miod Vallat
2001-11-24handle NL terminated pid files correctly, OK deraadt@Marco S Hyman
2001-11-24KNFTheo de Raadt
2001-11-24argh! i messed something up!Theo de Raadt
2001-11-24half finished KNFTheo de Raadt
2001-11-24Update mvme88k MID value here too.Miod Vallat
2001-11-24Fix a couple of printf().Miod Vallat
2001-11-24Harmonize boot() logic across arches:Miod Vallat
2001-11-24Fix bsort() so that trailing spaces are not emitted.Kenneth R Westerback
2001-11-24for openbsd 3.1+, don't even bother trying to pick libdl, since it is dead.Peter Valchev
2001-11-23back out changes that break kernel compiles. good testing jobmk install!Theo de Raadt
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-23Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian
2001-11-23When writing messages to the routing socket, round sockaddr sizesbrian
2001-11-23Be paranoid about non-zero netmasks being associated with INET addressesbrian
2001-11-23Removed an unsed variable (oops)brian
2001-11-23oops. Thx mpech@Marc Espie
2001-11-23Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orbrian
2001-11-23regenJakob Schlyter
2001-11-23add 3Com Wireless LAN PC CardJakob Schlyter
2001-11-23cmott@scientech.com -> cm@linktel.netbrian
2001-11-23greater care at reading pidfiles; millert okTheo de Raadt
2001-11-23new vscom puc devices; lists-openbsdtech@bsws.deTheo de Raadt
2001-11-23new vscom puc devicesTheo de Raadt
2001-11-23use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackTheo de Raadt
2001-11-23use siginterrupt() enabling around all blocking calls, and check the flags; m...Theo de Raadt
2001-11-23Remove splsched() declaration and related stuff.Miod Vallat
2001-11-23dev{cons,cninit.c} are mandatory.Miod Vallat
2001-11-23Typo in comment.Miod Vallat
2001-11-23Revert change to Popen() to only wrap command in a shell if itTodd C. Miller
2001-11-22Remove broken interrupt handler.Marc Espie
2001-11-22Explicitly mark nodes whose commands have been filled withMarc Espie
2001-11-22kill wasteful shells. +TypoMarc Espie
2001-11-22Nuke incorrect use of .IMPSRCMarc Espie
2001-11-22Bad .IMPSRC.Marc Espie
2001-11-22since 3.0 ftpd allow users w/o password. Spotted by form@.Mike Pechkin
2001-11-22Broken use of .IMPSRC in non-inference rule contextMarc Espie
2001-11-22volatile sig_atomic_tMarkus Friedl
2001-11-22Nit.Hakan Olsson
2001-11-22o) fix return value;Mike Pechkin
2001-11-22Use pmap_kenter_pa in pmap_map..Artur Grabowski
2001-11-22more pmap_enter vs. pmap_kenter.Artur Grabowski
2001-11-22simplify the iommu page table mapping. use pmap_kenter.Artur Grabowski
2001-11-22Map the interrupt enable register with pmap_kenterArtur Grabowski